This is the mail archive of the libc-help@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]

RE: GLIBC Check Errors


My configure fragment is:

/usr/local/src/glibc-2.7/build

../configure --prefix=/usr/local/glibc2p7
--enable-add-ons=nptl,ports,libidn --with-tls --with-__thread


I have not experimented with the --enable-kernel option, nor have I
tried any manipulation of the headers. I was operating under the
assumption that the configure script would figure out what it needs to
know and was not at all clear on what I should put in for these two
options if I did want to change things.

I presume my kernel headers are in:
/lib/modules/2.4.21-47.EL/build/include
	Does that sound about right?

I have built the most recent gcc compiler which resides under the
/usr/local tree.
There is another gcc on the system residing in /usr/bin. I appear to be
picking up the correct compiler.

Thanks.



-----Original Message-----
From: Ryan Arnold [mailto:ryan.arnold@gmail.com] 
Sent: Monday, October 13, 2008 12:51 PM
To: Kalb, Art
Cc: libc-help@sourceware.org
Subject: Re: GLIBC Check Errors

On Mon, Oct 13, 2008 at 2:44 PM, Kalb, Art <Art.Kalb@analog.com> wrote:
> I'm not sure if this is the correct list for GLIBC build questions.
> If not, I would appreciate it if someone could point me in the right 
> direction.
> If it is, I have been trying to build GLIBC. I get a number of check 
> errors.
>
> uname  -a returns:
> Linux hostname-removed 2.4.21-47.EL #1 SMP Wed Jul 5 20:30:36 EDT 2006
> x86_64 x86_64 x86_64 GNU/Linux
>
> I get the following errors. The bug-atexit3 error I have been able to 
> track down to the make not finding the path to my libstdc++ (in 
> /usr/local/lib). I'm not sure why this would be. Suggestions?
>
> The other errors are in  tst-getcpu, tst-mqueue8x, a few debug errors,

> and a large number of nptl errors. Should I be expecting these errors 
> based on my kernel?
>
> Thanks.
>
> make[2]: *** [/usr/local/src/glibc-2.7/build/dlfcn/bug-atexit3.out]
> Error 1
> make[1]: *** [dlfcn/tests] Error 2
> make[2]: *** [/usr/local/src/glibc-2.7/build/posix/tst-getcpu.out] 
> Error
> 1

Did you configure with --enable-kernel 2.4.21 and configure against
2.4.21 kernel headers?

Also, please always include your configure fragment.

Ryan S. Arnold


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