This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients pablogsal
Date 2020-10-08.17:17:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602177471.33.0.207499643707.issue41976@roundup.psfhosted.org>
In-reply-to
Content
Running ctypes.util.find_library with gcc-9, if ldconfig is not available, it falls back to check the output of gcc -Wl,-t -lc to locate the library and then runs objdump on the file it's found to parse out the SONAME. With the gcc-9 the output of that gcc command is slightly perturbed so that /lib64/libc.so is listed before /libc64/libc.so.6. The former is a linker script not and ELF file so objdump fails.
History
Date User Action Args
2020-10-08 17:17:51pablogsalsetrecipients: + pablogsal
2020-10-08 17:17:51pablogsalsetmessageid: <1602177471.33.0.207499643707.issue41976@roundup.psfhosted.org>
2020-10-08 17:17:51pablogsallinkissue41976 messages
2020-10-08 17:17:51pablogsalcreate