Re: [lfs-support] chapter06 glibc

2013-01-30 Thread DJ Lucas
On 01/30/2013 06:50 PM, Bruce Dubbs wrote: > Yusuf Yılmaz wrote: >> gawk already installed. i think the problem on chroot system. cause on the >> host system: >> export test=asd >> echo $(test) >> >> runs success but on chroot lfs system >> it gives this error: >> root:/# export test=asd >> root:/#

Re: [lfs-support] chapter06 glibc

2013-01-30 Thread Bruce Dubbs
Yusuf Yılmaz wrote: > gawk already installed. i think the problem on chroot system. cause on the > host system: > export test=asd > echo $(test) > > runs success but on chroot lfs system > it gives this error: > root:/# export test=asd > root:/# echo $(test) > bash: command substitution: line 3: sy

Re: [lfs-support] chapter06 glibc

2013-01-30 Thread William Harrington
On Jan 30, 2013, at 4:09 PM, Yusuf Yılmaz wrote: bash: command substitution: line 3: syntax error near unexpected token `)' bash: command substitution: line 3: `test)' If I recall from the past, if bash was built while the default shell was dash, bash behaves weird and will cause things l

Re: [lfs-support] chapter06 glibc

2013-01-30 Thread Yusuf Yılmaz
gawk already installed. i think the problem on chroot system. cause on the host system: export test=asd echo $(test) runs success but on chroot lfs system it gives this error: root:/# export test=asd root:/# echo $(test) bash: command substitution: line 3: syntax error near unexpected token `)' ba

Re: [lfs-support] chapter06 glibc

2013-01-30 Thread Armin K.
On 01/30/2013 10:55 PM, Yusuf Yılmaz wrote: > thanks for your reply. it gave the error on chapter06. i changed link > from dash to bash and gives again too > That's interesting. Check if /usr/bin/awk is symlink to mawk ... ls -l /usr/bin/awk If so, install gawk - apt-get install gawk On the oth

Re: [lfs-support] chapter06 glibc

2013-01-30 Thread Yusuf Yılmaz
thanks for your reply. it gave the error on chapter06. i changed link from dash to bash and gives again too On Wed, Jan 30, 2013 at 11:46 PM, Armin K. wrote: > On 01/30/2013 10:38 PM, Yusuf Yılmaz wrote: > > when i run make command it gives an error like this: > > > > ./scripts/mkinstalldirs /so

Re: [lfs-support] chapter06 glibc

2013-01-30 Thread Armin K.
On 01/30/2013 10:38 PM, Yusuf Yılmaz wrote: > when i run make command it gives an error like this: > > ./scripts/mkinstalldirs /sources/glibc-build/linkobj > mkdir /sources/glibc-build/linkobj > (cd /sources/glibc-build/linkobj; \ > /tools/lib/gcc/i686-pc-linux-gnu/4.7.2/../../../../i686-pc-linux

[lfs-support] chapter06 glibc

2013-01-30 Thread Yusuf Yılmaz
when i run make command it gives an error like this: ./scripts/mkinstalldirs /sources/glibc-build/linkobj mkdir /sources/glibc-build/linkobj (cd /sources/glibc-build/linkobj; \ /tools/lib/gcc/i686-pc-linux-gnu/4.7.2/../../../../i686-pc-linux-gnu/bin/ar x ../libc_pic.a; \ rm $(/tools/lib/gcc/i68

Re: [lfs-support] Flex Tarball Signature and Other Files

2013-01-30 Thread Aleksandar Kuktin
>On Wed, 30 Jan 2013 04:09:37 -0200 >Listeiro 037 wrote: > > > Hi. This is my first message. > > How can I verify the signature of tarballs with a RSA key? > > flex-2.xx.tar.bz2 in the case, for example. > > I haven't found signature files (.asc, .sig) or keys of the > maintainers in sourcefor

Re: [lfs-support] booting don't work with UUIDs

2013-01-30 Thread Pierre Labastie
Le 30/01/2013 15:55, Sven Bartscher a écrit : > Am 29.01.2013 22:02, schrieb Pierre Labastie: >> Le 29/01/2013 13:42, Sven Bartscher a écrit : >>> Am 23.01.2013 18:03, schrieb Bruce Dubbs: Sven Bartscher wrote: > hey guys! > I didn't installed GRUB in the chapter 8 and configured my al

Re: [lfs-support] booting don't work with UUIDs

2013-01-30 Thread Sven Bartscher
Am 29.01.2013 22:02, schrieb Pierre Labastie: > Le 29/01/2013 13:42, Sven Bartscher a écrit : >> Am 23.01.2013 18:03, schrieb Bruce Dubbs: >>> Sven Bartscher wrote: hey guys! I didn't installed GRUB in the chapter 8 and configured my already installed GRUB >>> That's OK. >>> >>> with