From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19287 invoked by alias); 19 Mar 2003 09:44:53 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 19227 invoked from network); 19 Mar 2003 09:44:53 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by sources.redhat.com with SMTP; 19 Mar 2003 09:44:53 -0000 Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id D010914A93; Wed, 19 Mar 2003 10:44:52 +0100 (MET) To: Jakub Jelinek Cc: GNU libc hacker Subject: Re: make check failure on x86-64 with abilist From: Andreas Jaeger Date: Wed, 19 Mar 2003 10:31:00 -0000 In-Reply-To: <20030319103618.H1717@sunsite.ms.mff.cuni.cz> (Jakub Jelinek's message of "Wed, 19 Mar 2003 10:36:18 +0100") Message-ID: User-Agent: Gnus/5.090016 (Oort Gnus v0.16) XEmacs/21.4 (Honest Recruiter, linux) References: <20030319103618.H1717@sunsite.ms.mff.cuni.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-03/txt/msg00039.txt.bz2 Jakub Jelinek writes: > On Wed, Mar 19, 2003 at 10:26:30AM +0100, Andreas Jaeger wrote: >> >> Roland, >> >> I get this failure during make check on Linux/x86-64 now: >> --- - 2003-03-19 10:15:18.000000000 +0100 >> +++ /usr/src/aj/build/libc/main/libc.symlist 2003-03-19 10:15:18.000000000 +0100 >> @@ -427 +427 @@ GLIBC_2.2.5 >> - _nl_default_dirname D 0x12 >> + _nl_default_dirname D 0x26 >> make[2]: *** [check-abi-libc] Error 1 >> >> What's the best way to fix this? Will update-abi handle this? update-abi handles this fine. > First of all, it is unfortunate a string as char array is exported. > If a binary accesses _nl_default_dirname, it will have a > copy reloc for exactly this size. > 0x12 is sizeof "/usr/share/locale" which is what the ABI should specify. I see - and I build with a different configure line. So, this error will always appear if something different from --prefix=/usr is used :-(. Can we avoid this somehow? Andreas -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.inka.de http://www.suse.de/~aj