Re: pkgsrc-current-destdir Linux 2.6.24-1-686-bigmem/i686 20090313.2201

Aleksey Cheusov <[email protected]>
Newsgroups gmane.os.netbsd.devel.pkgsrc.wip.general
Message-ID <[email protected]>
 >> => Checking for portability problems in extracted files
 >> /usr/bin/env: -r: No such file or directory
 >> *** Error code 127

> There seems to be no place in the dcc distribution, where something
> tries to call `env' or `/usr/bin/env'.

Under Linux XARGS is defined as 'xargs -r'.  I commited the following
patch to fix this problem.  If you check your package with pkglint
-Wall, you'll find other :Q problems ;-)

RCS file: /cvsroot/pkgsrc-wip/wip/dcc/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile    23 Mar 2009 16:58:25 -0000      1.9
+++ Makefile    23 Mar 2009 22:36:41 -0000
@@ -52,7 +52,7 @@
 MAKE_JOBS_SAFE=                no
 
 CONFIGURE_ENV+=                PERL=${PERL5} \
-                       DCC_XARGS=${XARGS}
+                       DCC_XARGS=${XARGS:Q}
 
 CONFIGURE_ARGS+=       --homedir=${DCC_HOME} \
                        --bindir=${PREFIX}/bin \

-- 
Best regards, Aleksey Cheusov.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.