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 erykoff
Recipients Ryan May, erykoff, h-vetinari, jakirkham, zan
Date 2021-11-19.23:23:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637364186.59.0.445032614501.issue44556@roundup.psfhosted.org>
In-reply-to
Content
To add a bit more color, I don't think you can explicitly set LIBFFI_INCLUDE_DIR, it's set by the configure script explicitly.  The problem is that some time between python 3.9 and 3.10 the configure script has (at least in our system) failed to figure out the $PKG_CONFIG variable correctly.  It should be set to the executable with the full path name, as is done with 3.9, but now it is set to just the executable name.  When that happens the library location check fails.
History
Date User Action Args
2021-11-19 23:23:06erykoffsetrecipients: + erykoff, Ryan May, jakirkham, h-vetinari, zan
2021-11-19 23:23:06erykoffsetmessageid: <1637364186.59.0.445032614501.issue44556@roundup.psfhosted.org>
2021-11-19 23:23:06erykofflinkissue44556 messages
2021-11-19 23:23:06erykoffcreate