Re: [lfs-support] Glibc make error “cant find -lgcc_eh”

2012-12-14 Thread Michael E. Maher
t: Friday, December 14, 2012 10:00 PM > To: Prabhu > Cc: lfs-support@linuxfromscratch.org > Subject: Re: [lfs-support] Glibc make error “cant find -lgcc_eh” > > Hi Prabhu, > > Looks like your compiler (linker actually) cannot find the 'gcc_eh' > library: > &

Re: [lfs-support] Glibc make error “cant find -lgcc_eh”

2012-12-14 Thread Дмитрий Соколов
l E. Maher Sent: Friday, December 14, 2012 10:00 PM To: Prabhu Cc: lfs-support@linuxfromscratch.org Subject: Re: [lfs-support] Glibc make error “cant find -lgcc_eh” Hi Prabhu, Looks like your compiler (linker actually) cannot find the 'gcc_eh' library: > cannot find -lgcc_eh collec

Re: [lfs-support] Glibc make error “cant find -lgcc_eh”

2012-12-14 Thread Michael E. Maher
Hi Prabhu, Looks like your compiler (linker actually) cannot find the 'gcc_eh' library: > cannot find -lgcc_eh collect2:error: ld returned 1 exit status This library isn't set up when doing the GCC build, so it needs to be linked up, with: ln -sv libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name

Re: [lfs-support] Glibc Make Error

2012-09-07 Thread Aydın Demirel
Hi again; This is my mistake. I solved it re-compiling* gcc. * Regards 2012/9/7 Aydın Demirel > Hi William; > > > 2012/9/7 William Harrington > >> >> On Sep 6, 2012, at 08:03 AM, Aydın Demirel wrote: >> >> /opt/newroot/src/build/glibc-**build/resolv/libresolv_pic.a(** >>> gethnamaddr.os):/opt

Re: [lfs-support] Glibc Make Error

2012-09-07 Thread Aydın Demirel
Hi William; 2012/9/7 William Harrington > > On Sep 6, 2012, at 08:03 AM, Aydın Demirel wrote: > > /opt/newroot/src/build/glibc-**build/resolv/libresolv_pic.a(** >> gethnamaddr.os):/opt/newroot/**src/glibc-2.16.0/resolv/**gethnamaddr.c:636: >> more undefined references to `__stack_chk_guard' fo

Re: [lfs-support] Glibc Make Error

2012-09-07 Thread William Harrington
On Sep 6, 2012, at 08:03 AM, Aydın Demirel wrote: /opt/newroot/src/build/glibc-build/resolv/libresolv_pic.a (gethnamaddr.os):/opt/newroot/src/glibc-2.16.0/resolv/gethnamaddr.c: 636: more undefined references to `__stack_chk_guard' follow Maybe you are missing some sed commands: http://www.l

Re: [lfs-support] Glibc Make Error

2012-09-07 Thread Aydın Demirel
Hi; Do you have any ideas on this? Regards *Aydın Demirel -- Linux System Administrator* *Endersys Consultancy and Software Ltd.* * * 2012/9/6 Aydın Demirel > Hi; > > I try to compile glibc-2.16 version. But I'm getting following error when > I execute make command:

[lfs-support] Glibc Make Error

2012-09-06 Thread Aydın Demirel
Hi; I try to compile glibc-2.16 version. But I'm getting following error when I execute make command: /opt/newroot/src/build/glibc-build/resolv/libresolv_pic.a(gethnamaddr.os):/opt/newroot/src/glibc-2.16.0/resolv/gethnamaddr.c:636: more undefined references to `__stack_chk_guard' follow collect2:

Re: [lfs-support] LFS 7.1 Glibc make error 2

2012-04-01 Thread Klaus Becker
Le dimanche 01 avril 2012 11:34:34, Klaus Becker a écrit : > Hi, > > in chapter 6.9.1, make says: > > > }' > /sources/glibc-build/iconvdata/iconv-rules.new > /bin/sh: line 3: /sources/glibc-build/iconvdata/iconv-rules.new: Not a > directory > rm -f /sources/glibc-build/iconvdata/sta

[lfs-support] LFS 7.1 Glibc make error 2

2012-04-01 Thread Klaus Becker
Hi, in chapter 6.9.1, make says: }' > /sources/glibc-build/iconvdata/iconv-rules.new /bin/sh: line 3: /sources/glibc-build/iconvdata/iconv-rules.new: Not a directory rm -f /sources/glibc-build/iconvdata/stamp.o; > /sources/glibc-build/iconvdata/stamp.o /bin/sh: /sources/glibc-build/

Re: Glibc Make Error - Pass 1, Chapter 5.7, LFS Book 6.6

2010-06-08 Thread Neal Murphy
On Tuesday 08 June 2010 11:48:52 Paul Rogers wrote: > > mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed > > (bad class -- [], [^] or [) > > /[^ > > mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ] > > mawk: scripts/gen-sorted.awk: line 19: runaway regular ex

Re: Glibc Make Error - Pass 1, Chapter 5.7, LFS Book 6.6

2010-06-08 Thread Paul Rogers
> mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed > (bad class -- [], [^] or [) > /[^ > mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ] > mawk: scripts/gen-sorted.awk: line 19: runaway regular expression /, "", I've never used mawk, so I'm not familiar how

AW: Glibc Make Error - Pass 1, Chapter 5.7, LFS Book 6.6

2010-06-08 Thread Rademaker, Pascal (Dealis)
Gesendet: Dienstag, 8. Juni 2010 12:28 An: lfs-support@linuxfromscratch.org Betreff: Re: Glibc Make Error - Pass 1, Chapter 5.7, LFS Book 6.6 On 08/06/10 10:05, Rademaker, Pascal (Dealis) wrote: > mawk: scripts/gen-sorted.awk: line 19: regular expression compile > failed (bad class -- [],

AW: Glibc Make Error - Pass 1, Chapter 5.7, LFS Book 6.6

2010-06-08 Thread Rademaker, Pascal (Dealis)
: Dienstag, 8. Juni 2010 12:28 An: lfs-support@linuxfromscratch.org Betreff: Re: Glibc Make Error - Pass 1, Chapter 5.7, LFS Book 6.6 On 08/06/10 10:05, Rademaker, Pascal (Dealis) wrote: > mawk: scripts/gen-sorted.awk: line 19: regular expression compile > failed (bad class -- [], [^] or [) /[^

Re: Glibc Make Error - Pass 1, Chapter 5.7, LFS Book 6.6

2010-06-08 Thread Andrew Benton
On 08/06/10 10:05, Rademaker, Pascal (Dealis) wrote: > mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed > (bad class -- [], [^] or [) > /[^ > mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ] > mawk: scripts/gen-sorted.awk: line 19: runaway regular expression

Glibc Make Error - Pass 1, Chapter 5.7, LFS Book 6.6

2010-06-08 Thread Rademaker, Pascal (Dealis)
Hello everybody, I am new to this mailing list and this is also my first try to build a LFS. I am using Linux for several years now and decided now to try to build my own Linux. Ok, now for my building environment. If there are any infos missing, just ask: Base system: Debian kernel 2.6.26-2-6

Re: Glibc make error

2010-04-01 Thread Simon Geard
On Wed, 2010-03-31 at 12:05 -0400, Kaleb Hosie wrote: > I'm having some issues with installing glibc while following the instructions > on chapter 5.7. > > >From what I understand from the instructions, I made the file: > /mnt/lfs/sources/glibc-build/configparms > > In the configparms file, I sh

Re: Glibc make error

2010-03-31 Thread Ken Moffat
On 31 March 2010 17:05, Kaleb Hosie wrote: > I'm having some issues with installing glibc while following the instructions > on chapter 5.7. > > >From what I understand from the instructions, I made the file: > /mnt/lfs/sources/glibc-build/configparms > > In the configparms file, I should have th

Glibc make error

2010-03-31 Thread Kaleb Hosie
I'm having some issues with installing glibc while following the instructions on chapter 5.7. >From what I understand from the instructions, I made the file: /mnt/lfs/sources/glibc-build/configparms In the configparms file, I should have the following text: case `uname -m` in i?86) echo "CFLAG

glibc make error

2009-08-21 Thread Shawn Heeley
Hi all, I'm on my second LFS build. This build is using LFS Book 6.5. On step 6.9.1. I've executed the commands and run make. Make produces the following error: gcc -shared -static-libgcc -Wl,-O1 -Wl,-z,defs -Wl,-dynamic-linker=/lib/ld-linux.so.2 -B/sources/glibc-build/csu/ -Wl,--ver

glibc make error

2009-07-25 Thread Harel Davolt
I removed everything, redownloaded the glibc package, and started over. It worked this time :-). I'm not sure what the difference was other than I used a different download link. The first one may have had an error or something. Thanks for the reply! Harel On 7/25/09, Chris Staub wrote: > Harel

Re: glibc make error

2009-07-25 Thread Chris Staub
Chris Staub wrote: > > And of course, you did rm the Glibc source and build directories after > installation in Chapter 5 right? Err, never mind that last part, it looks like you are in Chapter 5 now... -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch

Re: glibc make error

2009-07-25 Thread Chris Staub
Harel Davolt wrote: >> Looks like you missed the -march stuff in configparms. What do you see >> if you do "cat configparms" from glibc-build? > > I get > CFLAGS += -march=i486 -mtune=native > > which seems to be what the book said... It is, so something else is wrong, but I have no idea what. C

glibc make error

2009-07-25 Thread Harel Davolt
>Looks like you missed the -march stuff in configparms. What do you see >if you do "cat configparms" from glibc-build? I get CFLAGS += -march=i486 -mtune=native which seems to be what the book said... -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.or

Re: glibc make error

2009-07-25 Thread Harel Davolt
>Looks like you missed the -march stuff in configparms. What do you see >if you do "cat configparms" from glibc-build? I get CFLAGS += -march=i486 -mtune=native which seems to be what the book said... -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.or

Re: glibc make error

2009-07-25 Thread Chris Staub
Harel Davolt wrote: > I followed the instructions to the letter (book 6.4) and on make, > glibc throws out > > /mnt/lfs/sources/glibc-build/libc_pic.os: In function `__libc_fork': > /mnt/lfs/sources/glibc-2.8-20080929/posix/../nptl/sysdeps/unix/sysv/linux/i386/../fork.c:76: > undefined reference t

glibc make error

2009-07-25 Thread Harel Davolt
I followed the instructions to the letter (book 6.4) and on make, glibc throws out /mnt/lfs/sources/glibc-build/libc_pic.os: In function `__libc_fork': /mnt/lfs/sources/glibc-2.8-20080929/posix/../nptl/sysdeps/unix/sysv/linux/i386/../fork.c:76: undefined reference to `__sync_bool_compare_and_swap_

Re: Chapter 6 Glibc Make error

2008-03-08 Thread Frank Meier
Thomas, > What does a "ldd /tools/bin/perl" say? Ah, this seems to be the problem. It says: lfs:/home/lfs# ldd /tools/bin/perl linux-gate.so.1 => (0xe000) libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7f78000) libdl.so.2 => /lib/tls/libdl.so.2 (0xb7f74000) libm

Re: Chapter 6 Glibc Make error

2008-03-08 Thread Thomas Trepl
Am Samstag, 8. März 2008 14:37:08 schrieb Frank Meier: > ... > In a new login with user lfs (= outside chroot) I can perfectly well > invoke perl: ... Hmm, often when something isn't working in chroot but perfectly outside, there may be a linking issue. That means that the program is linked to li

Chapter 6 Glibc Make error

2008-03-08 Thread Frank Meier
Good afternoon I encountered the same problem as already discussed in http://www.linuxfromscratch.org/pipermail/lfs-support/2007-October/033715.html but the advice given there does not help. Here what I checked so far: 1) all from the post I referred to above, i.e. there is no environment var

Re: Chapter 6 Glibc Make error (probably fixed)

2007-10-14 Thread Matthew Sewell
I believe I have discovered the problem. When I built the perl binaries, I used an improper nomenclature. Rather than the correct name of '/tools/lib/perl5/5.8.8', I mistakenly named the directory '/tools/lib/perl5/perl5.8.8'. It looks like I was so exited to be nearing the chroot environm

Re: Chapter 6 Glibc Make error

2007-10-14 Thread Bauke Jan Douma
Matthew Sewell wrote on 14-10-07 21:54: > Please forgive me if this has already been discussed: > > > I just had an error attempting to build Glibs as per chapter 6. > > - > no gen-translit.pl < C-translit.h.in > C-translit.h.tmp > /bin/sh: line 1: no: command not fou

Re: Chapter 6 Glibc Make error

2007-10-14 Thread Ken Moffat
On Sun, Oct 14, 2007 at 12:54:14PM -0700, Matthew Sewell wrote: > Please forgive me if this has already been discussed: > > > I just had an error attempting to build Glibs as per chapter 6. > > - > no gen-translit.pl < C-translit.h.in > C-translit.h.tmp > /bin/sh: lin

Chapter 6 Glibc Make error

2007-10-14 Thread Matthew Sewell
Please forgive me if this has already been discussed: I just had an error attempting to build Glibs as per chapter 6. - no gen-translit.pl < C-translit.h.in > C-translit.h.tmp /bin/sh: line 1: no: command not found make[2]: *** [C-translit.h] Error 127 make[2]: Leavin

Re: glibc make error in chapter 6

2006-09-05 Thread Paul Fanning
I think then that I will stay pure, even if laggard. 6.2 can wait. At least I am expanding my Linux skills as I go. When I decided to start this I was drawing on some rusty Unix recollections from 20+ years ago at university. Paul On 5-Sep-06, at 05:32, Ken Moffat wrote: On Mon, Sep 04,

Re: glibc make error in chapter 6

2006-09-05 Thread Ken Moffat
On Mon, Sep 04, 2006 at 08:56:12PM -0400, Paul Fanning wrote: > > Thanks Ken, > > I did not realize I had fallen so far behind. As you can probably > guess, I have been progressing intermittently, and occasionally > backwards, using the LiveCD 6.1.1. I am now trying to figure out > whether

Re: glibc make error in chapter 6

2006-09-04 Thread Paul Fanning
On 4-Sep-06, at 09:02, Ken Moffat wrote: On Mon, Sep 04, 2006 at 07:45:22AM -0400, Paul Fanning wrote: Good day, I am now working through Chapter 6 of my first try at LFS. I am using the LiveCD host. When I ran make -k check and grep'd the check log I found one Error as follows: make[2]: [/

Re: glibc make error in chapter 6

2006-09-04 Thread Ken Moffat
On Mon, Sep 04, 2006 at 07:45:22AM -0400, Paul Fanning wrote: > Good day, > > I am now working through Chapter 6 of my first try at LFS. I am using > the LiveCD host. > > When I ran make -k check and grep'd the check log I found one Error > as follows: > > make[2]: [/sources/glibc-build/posi

glibc make error in chapter 6

2006-09-04 Thread Paul Fanning
Good day, I am now working through Chapter 6 of my first try at LFS. I am using the LiveCD host. When I ran make -k check and grep'd the check log I found one Error as follows: make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored) Is this error important? I have noticed it i

Re: ch.. 6.11 glibc make error LFS 6.1.1

2006-04-02 Thread Dan Nicholson
On 4/1/06, Faheem Mohammed <[EMAIL PROTECTED]> wrote: > > grep Error glibc-check-log > > make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored) > make[2]: *** [/sources/glibc-build/nptl/tst-clock2.out] Error 1 > make[1]: *** [nptl/tests] Error 2 > make: *** [check] Error 2 That's fine.

Re: ch.. 6.11 glibc make error LFS 6.1.1

2006-04-02 Thread Henry christenson
Re read that part of the book it explaines that one will fail if patch is not applied. If you put the patch in then im not sure -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

ch.. 6.11 glibc make error LFS 6.1.1

2006-04-01 Thread Faheem Mohammed
i am using the LFS 6.1.1 book and am stuck at chaper 6.11.. the tests for glibc fail... this is the output from the error logs.. i had the common error of being unable to find gcc.. before installing.. but redoing gcc pass 2 fixed the configure problem i had. grep Error glibc-check-log make[2