On Wed, Dec 8, 2010 at 10:12 AM, robert <[email protected]> wrote: > Ken Moffat wrote: >> On Tue, Dec 07, 2010 at 08:18:17PM -0500, Mike Hollis wrote: >>> On Tue, Dec 07, 2010 at 05:13:19PM -0600, robert wrote: >>>> In other matters, I'm setting up another machine to step thru the LFS >>>> build ... don't know what else to do. >>> >>> Since your at an impasse here , why not try installing udev and if >>> it fails to install get a copy of the MAKDEV script , compile your >>> kernel, set up boot from your host bootloader and see if it will boot. >>> I don't see where you have anything to lose; The failure of the the >>> udev test may indicate some fatal flaw , but after all your work getting >>> this far it would be encouraging to see it boot. It would also give you >>> a leg up on this part of the process if you start over. >>> >> Actually, looking back at this thread, nobody knows which test >> fails - there are about 142 of them. Robert - try logging the >> output to a file, then use less or vim to search for 'FAIL' - if >> that doesn't find anything, you'll need to look at the results line >> by line to identify which test failed. >> >> ĸen > > > Partial output of make check: > > make --no-print-directory check-recursive > Making check in . > make --no-print-directory libudev/test-libudev udev/test-udev > make[3]: `libudev/test-libudev' is up to date. > make[3]: `udev/test-udev' is up to date. > make --no-print-directory check-TESTS > > udev-test will run 142 tests: > > TEST 1: no rules > device > '/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda' > expecting node/link 'sda' > add: ok > remove: error as expected > > TEST 2: label test of scsi disc > device > '/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda' > expecting node/link 'boot_disk' > add: ok > remove: ok > > AFTER THIS, ALL add/remove reports ok, UNTIL > ...... > > TEST 139: TEST MODE=0000 > device > '/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda' > expecting node/link 'sda' > permissions: ok > add: ok > remove: error as expected > > TEST 140: TEST PROGRAM feeds OWNER, GROUP, MODE > device > '/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda' > expecting node/link 'sda' > permissions: ok > add: ok > remove: error as expected > > TEST 141: TEST PROGRAM feeds MODE with overflow > device > '/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda' > expecting node/link 'sda' > permissions: ok > add: ok > remove: error as expected > > TEST 142: magic [subsys/sysname] attribute substitution > device > '/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda' > expecting node/link 'sda-8741C4G-end' > permissions: ok > add: ok > remove: ok > > 1 errors occured > > FAIL: test/udev-test.pl > ============================================== > 1 of 1 test failed > Please report to [email protected] > ============================================== > > My host system is on /dev/sda ... LFS is /dev/sdb ... source of problem? > And to be expected? > > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page >
Expected failures come from when you know a test will fail on a particular architecture/OS. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
