Revision: 6855 http://ipcop.svn.sourceforge.net/ipcop/?rev=6855&view=rev Author: gespinasse Date: 2012-11-18 22:13:11 +0000 (Sun, 18 Nov 2012) Log Message: ----------- Add again CCACHE_CPP2=1 for the lscpu compilation issue. I don't know why and how I had a ccache hit registered that worked without CCACHE_CPP2=1.
Modified Paths: -------------- ipcop/trunk/lfs/util-linux Modified: ipcop/trunk/lfs/util-linux =================================================================== --- ipcop/trunk/lfs/util-linux 2012-11-18 19:10:29 UTC (rev 6854) +++ ipcop/trunk/lfs/util-linux 2012-11-18 22:13:11 UTC (rev 6855) @@ -129,13 +129,12 @@ cd $(DIR_APP) && mkdir -p /var/lib/hwclock cd $(DIR_APP) && ./configure --localstatedir=/var/run --disable-static --disable-nls --disable-cramfs --disable-schedutils \ --disable-su --disable-sulogin --disable-login --disable-kill - # This issue disappear on 2.22 # CCACHE_CPP2=1 replace the CFLAGS -fPIE hack and workaround a not well identified gcc-4.4 issue that trigger # lscpu.c: In function 'read_hypervisor': # lscpu.c:446: error can't find a register in class 'BREG' while reloading 'asm' # lscpu.c:446: error 'asm' operand has impossible constraints # Testing compilation with ccache is prone to error, CCACHE_RECACHE= is required to avoid ancient cache hit - cd $(DIR_APP) && make -j $(PARALLELISM) V=1 + cd $(DIR_APP) && make -j $(PARALLELISM) V=1 CCACHE_CPP2=1 ifeq "$(RUNNING_TEST)" "yes" # Run non-root tests first as make check will build the tests programs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn