This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: make check failure on x86-64 with abilist


Roland McGrath <roland at redhat dot com> writes:

>> I see - and I build with a different configure line.  So, this error
>> will always appear if something different from --prefix=/usr is used
>> :-(.  
>
> Yes.
>
>> Can we avoid this somehow?
>
> We never should have exported a char array like that in the first place. :-(
> I wonder why that is a public symbol at all.  _nl_default_dirname looks
> internal to me.

So, should we make it internal now?  I don't see where it's used and
it's not exported in /usr/include.

Btw. make check will always abort if the abi check fails, it's not
possible to rerun make check and continue - like it's done with all
other tests that create a .out file,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj at suse dot de
   private aj at arthur dot inka dot de
    http://www.suse.de/~aj


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