Re: [lfs-support] glibc chapter 6

2012-08-19 Thread Bruce Dubbs
Garrett Gaston wrote: > This is what I got for the make -k check command for glibc on chapter 6 > /bootparam.h sysvipc/sys/ipc.h sysvipc/sys/msg.h sysvipc/sys/sem.h sysvipc/sys/shm.h termios/termios.h termios/sys/termios.h termios/sys/ttychars.h time/time.h time/sys/time.h time/sys/timeb.h wcsmb

Re: [lfs-support] glibc chapter 6

2012-08-19 Thread Jasmine Iwanek
On 2012-08-19 19:56, Garrett Gaston wrote: > This is what I got for the make -k check command for glibc on chapter > 6 > > /bootparam.h sysvipc/sys/ipc.h sysvipc/sys/msg.h sysvipc/sys/sem.h > sysvipc/sys/shm.h termios/termios.h termios/sys/termios.h > termios/sys/ttychars.h time/time.h time/sys/ti

[lfs-support] glibc chapter 6

2012-08-19 Thread Garrett Gaston
This is what I got for the make -k check command for glibc on chapter 6 /bootparam.h sysvipc/sys/ipc.h sysvipc/sys/msg.h sysvipc/sys/sem.h sysvipc/sys/shm.h termios/termios.h termios/sys/termios.h termios/sys/ttychars.h time/time.h time/sys/time.h time/sys/timeb.h wcsmbs/wchar.h wctype/wctype.h

Re: [lfs-support] Glibc chapter 6 stuck...

2012-08-13 Thread Bruce Dubbs
Michael Robinson wrote: > On Mon, 2012-08-13 at 20:38 -0500, Bruce Dubbs wrote: >> Michael Robinson wrote: >>> root:/# DL=$(readelf -l /bin/sh | sed -n >>> 's@.*interpret.*/tools\(.*\)]$@\1@p') >>> bash: command substitution: line 45: syntax error near unexpected token `)' >>> bash: command substi

Re: [lfs-support] Glibc chapter 6 stuck...

2012-08-13 Thread Michael Robinson
On Mon, 2012-08-13 at 20:38 -0500, Bruce Dubbs wrote: > Michael Robinson wrote: > > root:/# DL=$(readelf -l /bin/sh | sed -n > > 's@.*interpret.*/tools\(.*\)]$@\1@p') > > bash: command substitution: line 45: syntax error near unexpected token `)' > > bash: command substitution: line 45: `readelf -

Re: [lfs-support] Glibc chapter 6 stuck...

2012-08-13 Thread Bruce Dubbs
Michael Robinson wrote: > root:/# DL=$(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') > bash: command substitution: line 45: syntax error near unexpected token `)' > bash: command substitution: line 45: `readelf -l /bin/sh | sed -n > 's@.*interpret.*/tools\(.*\)]$@\1@p')' > root

[lfs-support] Glibc chapter 6 stuck...

2012-08-13 Thread Michael Robinson
root:/# DL=$(readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') bash: command substitution: line 45: syntax error near unexpected token `)' bash: command substitution: line 45: `readelf -l /bin/sh | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')' root:/# I seem to be having a proble