Mike Hollis wrote:
> On Tue, Dec 07, 2010 at 03:55:43AM -0600, robert wrote:
>>> ---- Mike H.-----
>> jumped back out to "root" user
>> asserted root:root for /tools (verified)
>>
>> still at "root":
>> copy and paste everything from 6.2 thru 6.6
>>
>> now in chroot ...
>> move over to 6.59 and ...
>> unpacked udev-161.tar.bz2
>> cd udev-161
> <snip>
>> FAIL: test/udev-test.pl
>> ==============================================
>> 1 of 1 test failed
>> Please report to linux-hotp...@vger.kernel.org
>> ==============================================
>> make[3]: *** [check-TESTS] Error 1
>> make[2]: *** [check-am] Error 2
>> make[1]: *** [check-recursive] Error 1
>> make: *** [check] Error 2
>>
>>
>> I'm at a complete loss.  Should I back up and take it from the very 
>> beginning?
>  
>  I wouldn't start over till I had exhausted all other possibilities .
> Troubleshooting  is often a process of elimination . An exit and
> reboot now would give your host a chance to repair any possible fs 
> damage and e2fsck /dev/xxx of  your lfs partion (prior to mounting ,of 
> course) would eliminate those items. 
> 
> --- Mike H.---
>  

$e2fsck /dev/sdb4
$mount /dev/sdb4 /mnt/lfs
$cd /mnt/lfs
$chown -R root:root *

then copy-paste my way through ...
#++++++++++++++++++++6.2. Preparing Virtual Kernel File Systems
mkdir -v $LFS/{dev,proc,sys}
mknod -m 600 $LFS/dev/console c 5 1 && mknod -m 666 $LFS/dev/null c 1 3
mount -v --bind /dev $LFS/dev
mount -vt devpts devpts $LFS/dev/pts
mount -vt tmpfs shm $LFS/dev/shm
mount -vt proc proc $LFS/proc
mount -vt sysfs sysfs $LFS/sys
#++++++++++++++++++++6.4. Entering the Chroot Environment
chroot "$LFS" /tools/bin/env -i \
     HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
     PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
     /tools/bin/bash --login +h
#++++++++++++++++++++6.59. Udev-161
$cd /sources
tar jxf udev-161.tar.bz2
cd udev-161
tar -xvf ../udev-config-20100128.tar.bz2
tar -xvf ../udev-161-testfiles.tar.bz2 --strip-components=1
install -dv /lib/{firmware,udev/devices/{pts,shm}}
mknod -m0666 /lib/udev/devices/null c 1 3
> ./configure --prefix=/usr \
>     --sysconfdir=/etc --sbindir=/sbin \
>     --with-rootlibdir=/lib --libexecdir=/lib/udev \
>     --disable-extras --disable-introspection
make
make check

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

Reply via email to