make check failure on x86-64 with abilist

Andreas Jaeger aj@suse.de
Wed Mar 19 10:31:00 GMT 2003


Jakub Jelinek <jakub@redhat.com> 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



More information about the Libc-hacker mailing list