Revision: 2694
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2694&view=rev
Author:   gespinasse
Date:     2009-04-11 15:56:28 +0000 (Sat, 11 Apr 2009)

Log Message:
-----------
Do not use --disable-fs
It's broken. Revert that

Modified Paths:
--------------
    ipcop/trunk/lfs/parted

Modified: ipcop/trunk/lfs/parted
===================================================================
--- ipcop/trunk/lfs/parted      2009-04-11 11:58:57 UTC (rev 2693)
+++ ipcop/trunk/lfs/parted      2009-04-11 15:56:28 UTC (rev 2694)
@@ -84,12 +84,13 @@
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -Np1 -i 
$(DIR_PATCHES)/$(THISAPP)_sparc-fix-raid.patch
 
-       # fs support is disabled because it is not similary advanced as 
e2fsprogs
+       # fs support is not used because it is not similary advanced as 
e2fsprogs
        # it may even been deprecated in futur versions
        # so we use mke2fs directly for fs creation
+       # but parted is broken when using --disable-fs
+       # this fail 'parted /dev/hda mkpart primary ext2'
        cd $(DIR_APP) && ./configure    --prefix=/usr \
                                        --without-readline \
-                                       --disable-fs \
                                        --disable-static \
                                        --disable-nls \
                                        --disable-Werror \
@@ -98,9 +99,11 @@
        cd $(DIR_APP) && make -j $(PARALLELISM)
 ifeq "$(RUNNING_TEST)" "yes"
        # Using --disable-fs, we skip tests that require fs creation
+       # with SKIP_TESTS="t1000.6 t1000.11 t1500 t2000 t3000 t3100"
        # So a failure reported should be a real issue
-       cd $(DIR_APP) && SKIP_TESTS="t1000.6 t1000.11 t1500 t2000 t3000 t3100" \
-                       make -C tests check &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+       # disable only 2 resize tests that fail on debian lenny 2.6.26
+       cd $(DIR_APP) && SKIP_TESTS="t3100.6 t3100.7" \
+               make -C tests check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif
        cd $(DIR_APP) && make install
 


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

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to