On Friday 23 February 2007 19:08, M.Canales.es wrote:

> But Matthew confirmed that while testing the updates to GCC-4.1.2 and glibc
> branch_update patch, running the stripping command manually from inside the
> chroot jail hangs the shell, thus maybe there is other issues involved
> here.

Ah, slight clarification here!  I'm actually running the command via the 
following (from chapter06/revisedchroot.html):

sudo chroot $LFS /usr/bin/env -i \
HOME=/root TERM=\"$TERM\" PS1='\u:\w\$ ' \
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
/bin/bash --login"

Therefore, /bin/bash is linked to /lib/* which is why it exhibits the same 
behavior, I'd guess.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to