Revision: 6733
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6733&view=rev
Author:   gespinasse
Date:     2012-08-04 07:42:42 +0000 (Sat, 04 Aug 2012)
Log Message:
-----------
Drop the : in the cited error:(s), so that will not match the configure error 
log check

Modified Paths:
--------------
    ipcop/trunk/lfs/ppp
    ipcop/trunk/lfs/util-linux

Modified: ipcop/trunk/lfs/ppp
===================================================================
--- ipcop/trunk/lfs/ppp 2012-08-04 07:01:44 UTC (rev 6732)
+++ ipcop/trunk/lfs/ppp 2012-08-04 07:42:42 UTC (rev 6733)
@@ -90,7 +90,7 @@
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        # Apply patches on debian order
        cd $(DIR_APP) && gzip -dc $(DIR_DL)/$(PATCH1) | patch -p1
-       # Hack the list of patches, remove rejected and debian specific, blank 
lines and comments.
+       # Hack the list of patches, remove rejected and later patches (debian 
specific), blank lines and comments.
        cd $(DIR_APP) && sed -i -e '/rejected/,$$d' -e '/^$$/d' -e '/#.*/d' 
debian/patches/series
        cd $(DIR_APP) && for patch in `cat debian/patches/series` ; do patch 
-p1 -i debian/patches/$$patch; done
        # logwtmp patch need this added as we skipped zzz_config patch in end 
of series
@@ -102,7 +102,7 @@
        cd $(DIR_APP) && sed -i -e 's/strncat/strlcat/' 
pppd/plugins/radius/clientid.c
 
        # As Makefiles are in not so nice state, with linux-3.0 headers, 
compilation error twice, break plugins build but not overall build!
-       # Using kernel supplied header instead fix 
/usr/include/linux/if_pppox.h:85: error: field 'pppol2tp' has incomplete type
+       # Using kernel supplied header instead fix 
/usr/include/linux/if_pppox.h:85: error field 'pppol2tp' has incomplete type
        cd $(DIR_APP) && rm -f include/linux/if_pppol2tp.h
 
        cd $(DIR_APP) && ./configure --prefix=/usr

Modified: ipcop/trunk/lfs/util-linux
===================================================================
--- ipcop/trunk/lfs/util-linux  2012-08-04 07:01:44 UTC (rev 6732)
+++ ipcop/trunk/lfs/util-linux  2012-08-04 07:42:42 UTC (rev 6733)
@@ -115,10 +115,10 @@
        cd $(DIR_APP) && mkdir -pv /var/lib/hwclock
        cd $(DIR_APP) && ./configure --disable-static --disable-nls 
--disable-cramfs --disable-schedutils
        # 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 is prone to error, CCACHE_RECACHE= is required to avoid 
ancient cache hit
+       # 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 is prone to error, CCACHE_RECACHE= is required to avoid 
ancient cache hit
        cd $(DIR_APP) && make -j $(PARALLELISM) V=1 CCACHE_CPP2=1
        cd $(DIR_APP) && make -j $(PARALLELISM) install
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to