This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/14724] glibc build error getconf


http://sourceware.org/bugzilla/show_bug.cgi?id=14724

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2012-10-15 14:34:17 UTC ---
On Mon, 15 Oct 2012, xsmyqf at qq dot com wrote:

> This occured when I was doing someting in the LFS 7.2,chapter 5,Glibc-2.16.0.
>     when I was doing "make",all is ok.but when I doing "make install",this
> occured:

Try "make check" before installing; testsuite failures may be easier to 
debug than getconf crashing on installation.  (But in any case you'll need 
to debug the failures since you have access to the system on which they 
occur.)

> # ../glibc-2.16.0/configure --prefix=/root/lfs/gcc --disable-profile
> --enable-add-ons=nptl,../glibc-libidn-2.10.1 --enable-kernel=2.6.25

Do not mix pieces of different glibc versions (the ../glibc-libidn-2.10.1 
here); that's never going to do anything sensible.  Just --enable-add-ons 
with no argument; libidn is part of the main release tarball and has been 
for years.

> --with-headers=/root/lfs/gcc/include libc_cv_forced_unwind=yes
> libc_cv_ctors_header=yes libc_cv_c_cleanup=yes

Do not include any libc_cv_* settings.  They should not be needed for 2.16 
even for bootstrap builds.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]