Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-31 Thread Szabolcs Gyalókay
Hi, As I was recreating the error today, I became aware, that there was an other error when compiling perl the last time, and but I circumvented it then, and now again. Perl was including the host systems errno.h when compiling in chapter 5. Now the info what you asked for: I have what seems

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-29 Thread Szabolcs Gyalókay
Hi All, I've reached LFS Bk6.6 Ch6.9 Glibc-2.11.1. I've followed the book pretty much to the letter. When trying to compile Glibc-2.11.1, compilation stopped at the link line outputting 'nscd'. 'make' was in the glibc-build/nscd directory. The error was:

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-29 Thread Bruce Dubbs
Szabolcs Gyalókay wrote: Hi All, I've reached LFS Bk6.6 Ch6.9 Glibc-2.11.1. I've followed the book pretty much to the letter. When trying to compile Glibc-2.11.1, compilation stopped at the link line outputting 'nscd'. 'make' was in the glibc-build/nscd directory.

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-26 Thread Ken Moffat
On 26 March 2010 04:06, x2...@lycos.com wrote:     My variance from book 6.6 consist of:          /mnt/lfs/source  -  source files downloaded into this directory.          /mnt/lfs/scratch -  source files un-tar'ed and built in this                              directory. the above seem

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-25 Thread Mike McCarty
stosss wrote: Do you always make assumptions like this when you have incomplete information? Your interpretation of the OPs writing is sloppy at best I'm not going to reply further to personal comments on the list. If you have anything further, then please send me a private e-mail. Mike --

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-25 Thread Andrew Benton
On 25/03/10 04:08, Mike McCarty wrote: x2...@lycos.com wrote: Hi All, I've reached LFS Bk6.6 Ch6.9 Glibc-2.11.1. I've followed the book pretty much to the letter. Translation: I haven't followed the book; I'm not going to tell in what way I deviated,... Anyone

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-25 Thread Mike McCarty
Andrew Benton wrote: On 25/03/10 04:08, Mike McCarty wrote: x2...@lycos.com wrote: Hi All, I've reached LFS Bk6.6 Ch6.9 Glibc-2.11.1. I've followed the book pretty much to the letter. Translation: I haven't followed the book; I'm not going to tell in what way I

Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-25 Thread x2164
Hi All, I've reached LFS Bk6.6 Ch6.9 Glibc-2.11.1. I've followed the book pretty much to the letter. My variance from book 6.6 consist of: /mnt/lfs/source - source files downloaded into this directory. /mnt/lfs/scratch - source files un-tar'ed and

Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-24 Thread x2164
Hi All, I've reached LFS Bk6.6 Ch6.9 Glibc-2.11.1. I've followed the book pretty much to the letter. When trying to compile Glibc-2.11.1, compilation stopped at the link line outputting 'nscd'. 'make' was in the glibc-build/nscd directory. The error was:

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-24 Thread Mike McCarty
x2...@lycos.com wrote: Hi All, I've reached LFS Bk6.6 Ch6.9 Glibc-2.11.1. I've followed the book pretty much to the letter. Translation: I haven't followed the book; I'm not going to tell in what way I deviated,... Anyone got a grasp on this problem? ... and now I'm

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-24 Thread Bruce Dubbs
x2...@lycos.com wrote: Hi All, I've reached LFS Bk6.6 Ch6.9 Glibc-2.11.1. I've followed the book pretty much to the letter. When trying to compile Glibc-2.11.1, compilation stopped at the link line outputting 'nscd'. 'make' was in the glibc-build/nscd

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-24 Thread Bruce Dubbs
Mike McCarty wrote: x2...@lycos.com wrote: Hi All, I've reached LFS Bk6.6 Ch6.9 Glibc-2.11.1. I've followed the book pretty much to the letter. Translation: I haven't followed the book; I'm not going to tell in what way I deviated,... Anyone got a grasp on this

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-24 Thread Chris Staub
On 03/25/2010 12:16 AM, Bruce Dubbs wrote: Mike, That's a little strong. There is an error somewhere, but don't assume that the deviation is intentional. -- Bruce I think that's a fair assumption, given the pretty much to the letter wording used (emphasis on the first 2 words).

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-24 Thread Chris Staub
On 03/24/2010 11:55 PM, x2...@lycos.com wrote: ldd /usr/sbin/nscd linux-gate.so.1 = (0xb7fd2000) libssp.so.0 = not found librt.so.1 = /lib/librt.so.1 (0xb7fc8000) libpthread.so.0 = /lib/libpthread.so.0 (0xb7faf000) libnsl.so.1 =

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-24 Thread Bruce Dubbs
Mike McCarty wrote: Bruce Dubbs wrote: Mike McCarty wrote: I've followed the book pretty much to the letter. Translation: I haven't followed the book; I'm not going to tell in what way I deviated,... ... and now I'm having a problem. Mike, That's a little strong. There is an

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-24 Thread stosss
On Thu, Mar 25, 2010 at 12:08 AM, Mike McCarty mike.mcca...@sbcglobal.net wrote: x2...@lycos.com wrote:      Hi All,      I've reached LFS Bk6.6 Ch6.9 Glibc-2.11.1.      I've followed the book pretty much to the letter. Translation: I haven't followed the book; I'm not going to tell in

Re: Bk6.6Ch6.9 glibc compile stopped with `__stack_chk_guard'

2010-03-24 Thread Mike McCarty
stosss wrote: On Thu, Mar 25, 2010 at 12:08 AM, Mike McCarty mike.mcca...@sbcglobal.net wrote: x2...@lycos.com wrote: Hi All, I've reached LFS Bk6.6 Ch6.9 Glibc-2.11.1. I've followed the book pretty much to the letter. Translation: I haven't followed the book; I'm not