This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: __atfct_seterrno problem while linking


Hi!

Am 24.02.2011 00:26, schrieb Matt Turner:
On Wed, Feb 23, 2011 at 11:12 PM, Oliver Falk<oliver@linux-kernel.at> wrote:
Hi!

Any idea why this happens? Or how I might be able to fix it?
[ ... ]
Hm, no, I've never seen that error before. Are you trying to build
glibc-2.12 or 2.13? I see both in the snippet.

Does glibc-2.12.2 + glibc-ports-2.12.2 build for you? If so, maybe
it's possible to bisect.

The same result:
/builddir/build/BUILD/y/glibc-2.12.2/build-alpha-linux/libc_pic.os: In function `*__GI___fxstatat':
/builddir/build/BUILD/y/glibc-2.12.2/io/../../glibc-ports-2.12.2/sysdeps/unix/sysv/linux/alpha/fxstatat.c:114: undefined reference to `__atfct_seterrno'
/usr/bin/ld: /builddir/build/BUILD/y/glibc-2.12.2/build-alpha-linux/libc.so: hidden symbol `__atfct_seterrno' isn't defined
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make[1]: *** [/builddir/build/BUILD/y/glibc-2.12.2/build-alpha-linux/libc.so] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/y/glibc-2.12.2'
make: *** [all] Error 2


The configure I used:
../configure \
        --prefix=/usr \
        --enable-add-ons=../glibc-ports-2.12.2,nptl \
        --with-headers=%{_prefix}/include --enable-bind-now \
        --with-tls --with-__thread --build alpha-redhat-linux \
        --host alpha-redhat-linux \
        --disable-profile --enable-experimental-malloc --enable-nss-crypt \
        --enable-kernel=2.6.32 \
        --with-headers=/usr/include

Maybe you want to give it a try with the same options!?

-of


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