pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



 >> => 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
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index