1. coreutils-8.9-i18n-1.patch does not apply. It looks like fedora has a similar patch for 8.10. That patch applies with one hunk offset by 1 line.
2. I do not get the error gespinasse reported in the ticket, but I do get the results below. With the new patch, I think coreutils is ok for the book. -- Bruce As root: ./cp/cp-a-selinux: skipping test: this system (or maybe just the current file system) lacks SELinux support ./cp/cp-mv-enotsup-xattr: skipping test: insufficient mount/ext2 support ./cp/capability: skipping test: configured without libcap support ./cp/sparse-fiemap: skipping test: insufficient mount/ext4 support ./ls/capability: skipping test: configured without libcap support ./misc/chcon: skipping test: this system (or maybe just the current file system) lacks SELinux support ./misc/selinux: skipping test: this system (or maybe just the current file system) lacks SELinux support ./mkdir/writable-under-readonly: skipping test: temporarily disabled ./rm/read-only: skipping test: insufficient mount/ext2 support In my kernel, I have # CONFIG_EXT2_FS is not set CONFIG_EXT3_FS=y # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y # CONFIG_EXT4_FS is not set # CONFIG_SECURITY_SELINUX is not set I think libcap is obsolete. As a normal user (sorted by reason): ./tail-2/inotify-race: skipping test: very expensive: disabled by default ./rm/ext3-perf: skipping test: very expensive: disabled by default ./tail-2/assert: skipping test: very expensive: disabled by default ./misc/sort-benchmark-random: skipping test: very expensive: disabled by default ./misc/sort-compress-hang: skipping test: very expensive: disabled by default ./misc/sort-stale-thread-mem: skipping test: very expensive: disabled by default ./cp/perm: skipping test: very expensive: disabled by default ./du/2g: skipping test: very expensive: disabled by default ./tail-2/assert-2: skipping test: very expensive: disabled by default ./chgrp/basic: skipping test: requires membership in two groups ./chgrp/default-no-deref: skipping test: requires membership in two groups ./chgrp/deref: skipping test: requires membership in two groups ./chgrp/no-x: skipping test: requires membership in two groups ./chgrp/posix-H: skipping test: requires membership in two groups ./chgrp/recurse: skipping test: requires membership in two groups ./cp/existing-perm-race: skipping test: requires membership in two groups ./misc/arch: skipping test: required program(s) not built ./misc/pwd-unreadable-parent: skipping test: can't use buggy system getcwd ./misc/id-context: skipping test: this system (or maybe just the current file system) lacks SELinux support ./id/no-context: skipping test: this system (or maybe just the current file system) lacks SELinux support ./install/install-C-selinux: skipping test: this system (or maybe just the current file system) lacks SELinux support ./mkdir/selinux: skipping test: This test is useful only with SELinux in Enforcing mode. ./misc/nice: skipping test: this test must be run at nice level 0 stat-nanoseconds: skipped test: this file system does not support sub-second time stamps ./misc/su-fail: skipping test: required program(s) not built ./misc/tac-continue: skipping test: FULL_PARTITION_TMPDIR not defined ./misc/xattr: skipping test: coreutils built without xattr support ./cp/acl: skipping test: This test requires getfacl and setfacl. ./mv/acl: skipping test: This test requires getfacl and setfacl. fiemap-perf: skipped test: this file system lacks FIEMAP support fiemap-2: skipped test: this file system lacks FIEMAP support move-dir-while-traversing: skipped test: python inotify package not installed ./ls/no-cap: skipping test: no strace program ./ls/stat-free-symlinks: skipping test: no strace program ./mv/atomic: skipping test: no strace program ./mv/atomic2: skipping test: no strace program ./touch/not-owner: skipping test: you have write access to /. SKIP: test-vc-list-files-git.sh SKIP: test-vc-list-files-cvs.sh SKIP: test-file-has-acl.sh SKIP: test-set-mode-acl.sh SKIP: test-copy-acl.sh ====================== All 225 tests passed (5 tests were not run) ====================== -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
