This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2] elf: Fix pldd (BZ#18035)
* Rafal Luzynski:
> 17.04.2019 16:42 Adhemerval Zanella <adhemerval.zanella@linaro.org> wrote:
>> [...]
>> [BZ #18035]
>> * elf/Makefile (tests-container): Add tst-pldd.
>> + const char prog[] = "/usr/bin/pldd";
>
> My guess is that the reason is that it launches and tests the system
> installed /usr/bin/pldd which most likely contains the bug which is fixed
> by this patch. Would you consider replacing "/usr/bin/pldd" with "./pldd"
> or whatever path is required to use the correct pldd?
Do you run the test using the test-in-container framework?
It's supposed to run in a chroot.
As discussed before, the makefile dependencies for the chroot generation
are incorrect/incomplete, so perhaps pldd in the chroot was not updated
properly.
Thanks,
Florian