This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH] Partial ILP32 support for aarch64


On 12/06/2016 03:08 PM, Wilco Dijkstra wrote:
Hi,

This commit breaks any use of LD_LIBRARY_PATH:

LD_LIBRARY_PATH=<newglibc>/lib/ /bin/true
/bin/true: 8�����: ��: Error 18446744072501075648

So you are running the new libc against the system dynamic linker? That's not supported.

You should rather use the testrun.sh wrapper.

It seems there is some incompatibility introduced in the dynamic loader that I presume wasn't intended?

The dynamic linker and libc have to be updated in lock-step, and such discrepancies are expected.

Florian


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