On Tue, 11 Dec 2007 19:49:34 +1100, Greg Schafer <[EMAIL PROTECTED]> wrote:
> Greg Schafer wrote:
> 
>> It needs something like this:
>>
>> sed -i.bak 's,(test_ss,(./test_ss,' lib/ss/Makefile.in
> 
> Actually, that's not enough. This works:
> 
> sed -i.bak 's,(test_ss,(LD_LIBRARY_PATH=$(LIB) ./test_ss,'
> lib/ss/Makefile.in

Thanks Greg.  Did you get any other failures in the testsuite?  I'm currently 
seeing:

$grep failed 071-e2fsprogs
                diff -c ../../../lib/et/test_cases/$t.c $t.c > $t.failed; \
                if [ $? -ne 0 ]; then echo Test case $t failed; exit 1 ; fi ; \
                diff -c ../../../lib/et/test_cases/$t.h $t.h >> $t.failed; \
                if [ $? -ne 0 ]; then echo Test case $t failed; exit 1 ; fi ; \
                /tools/bin/rm -f $t.c $t.h $t.failed; \
17 tests succeeded      0 tests failed
failed
f_resize_inode: e2fsck with resize_inode: failed
r_move_itable: resize2fs with resize_inode: failed
r_resize_inode: resize2fs with resize_inode: failed
87 tests succeeded      4 tests failed

I suspect this may be a local configuration error, as I was also getting a 
failure due to my host not having configured swap space correctly.

Regards,

Matt.
> Unsubscribe: See the above information page

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to