Revision: 6662 http://ipcop.svn.sourceforge.net/ipcop/?rev=6662&view=rev Author: gespinasse Date: 2012-06-20 06:21:59 +0000 (Wed, 20 Jun 2012) Log Message: ----------- Just workaround gzip test suite failure because less is not yet build. Probably we should build less before gzip. I will wait LFS gzip upgrade and see.
Modified Paths: -------------- ipcop/trunk/lfs/gzip Modified: ipcop/trunk/lfs/gzip =================================================================== --- ipcop/trunk/lfs/gzip 2012-06-19 17:59:16 UTC (rev 6661) +++ ipcop/trunk/lfs/gzip 2012-06-20 06:21:59 UTC (rev 6662) @@ -94,8 +94,10 @@ cd $(DIR_APP) && make -j $(PARALLELISM) V=1 ifeq "$(RUNNING_TEST)" "yes" - # no test should fail + # no test should fail but less is not yet build unless gzip is rebuild + [ -e /usr/bin/less ] || ln -sf /tools_$(MACHINE)/bin/true /usr/bin/less cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log + [ -h /usr/bin/less ] && rm /usr/bin/less endif cd $(DIR_APP) && make install-exec 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