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 vstinner
Recipients vstinner
Date 2020-05-19.15:04:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589900686.27.0.321842970701.issue40684@roundup.psfhosted.org>
In-reply-to
Content
The Fedora package is built using --libdir=/usr/lib64 --with-platlibdir=lib64 which works around the issue:

+ /builddir/build/BUILD/Python-3.9.0b1/configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-platlibdir=lib64 --enable-ipv6 --enable-shared --with-computed-gotos=yes --with-dbmliborder=gdbm:ndbm:bdb --with-system-expat --with-system-ffi --enable-loadable-sqlite-extensions --with-dtrace --with-lto --with-ssl-default-suites=openssl --with-valgrind --without-ensurepip --enable-optimizations
History
Date User Action Args
2020-05-19 15:04:46vstinnersetrecipients: + vstinner
2020-05-19 15:04:46vstinnersetmessageid: <1589900686.27.0.321842970701.issue40684@roundup.psfhosted.org>
2020-05-19 15:04:46vstinnerlinkissue40684 messages
2020-05-19 15:04:45vstinnercreate