From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27948 invoked by alias); 23 Feb 2011 23:26:35 -0000 Received: (qmail 27940 invoked by uid 22791); 23 Feb 2011 23:26:35 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qw0-f41.google.com (HELO mail-qw0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Feb 2011 23:26:30 +0000 Received: by qwd7 with SMTP id 7so4351515qwd.0 for ; Wed, 23 Feb 2011 15:26:29 -0800 (PST) Received: by 10.229.84.137 with SMTP id j9mr31650qcl.214.1298503589111; Wed, 23 Feb 2011 15:26:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.192.146 with HTTP; Wed, 23 Feb 2011 15:26:09 -0800 (PST) In-Reply-To: <4D659441.5080708@linux-kernel.at> References: <4D64F4E6.8000702@linux-kernel.at> <4D659441.5080708@linux-kernel.at> From: Matt Turner Date: Wed, 23 Feb 2011 23:26:00 -0000 Message-ID: Subject: Re: __atfct_seterrno problem while linking To: Oliver Falk Cc: libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00030.txt.bz2 On Wed, Feb 23, 2011 at 11:12 PM, Oliver Falk wrote: > Hi! > > Any idea why this happens? Or how I might be able to fix it? > > glibc-2.13/build-alpha-linuxnptl/libc_pic.os: In function > `*__GI___fxstatat': > glibc-2.13/io/../../glibc-ports-2.12-54-gbd44238/sysdeps/unix/sysv/linux/alpha/fxstatat.c:114: > undefined reference to `__atfct_seterrno' > /usr/bin/ld: glibc-2.13/build-alpha-linuxnptl/libc.so: hidden symbol > `__atfct_seterrno' isn't defined > /usr/bin/ld: final link failed: Bad value > > -of 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. Matt