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: 2.11 Build failure on Ubuntu 9.10 64bit


On Sunday 06 December 2009 12:55:19 Nicholas Reilly wrote:
> make -j6 CFLAGS="-O2" lib

unrelated, but this is incorrect.  you cannot run -j directly.  use the 
indirect var as documented.

> I'm building the 2.11 tar on Ubuntu 9.10 64bit against kernel 2.6.30.9
> and I run in to build errors.
> 
> Configure is run in a new subdirectory as:
> 
> ../glibc-2.11/configure CFLAGS="-O2" --prefix=/usr
> --with-headers=/home/nreilly/foldingcd/trunk/folding_cd/linux-2.6.30.9/incl
> ude:/home/nreilly/foldingcd/trunk/folding_cd/linux-2.6.30.9/kernel_64/inclu
> de:/home/nreilly/foldingcd/trunk/folding_cd/linux-2.6.30.9/arch/x86/include
>  --enable-kernel=2.6.30 --disable-profile
> 
> In file included from ../sysdeps/unix/sysv/linux/syslog.c:10:
> ../misc/syslog.c: In function ‘__vsyslog_chk’:
> ../misc/syslog.c:123: sorry, unimplemented: inlining failed in call to
> ‘syslog’: function body not available
> ../misc/syslog.c:155: sorry, unimplemented: called from here

please google and/or search the archives.  you need to undefine fortify source 
in your build flags when compiling glibc.

then remove your local hacks and restart the build process from scratch
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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