-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
.pc for Android contains invalid syntax #138800
Copy link
Copy link
Open
Labels
OS-androidbuildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
OS-androidbuildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Bug description:
Looking at the Android build here: https://www.python.org/downloads/android/
The .pc files look like this:
The "Libs:" line contains some autotools internals instead of the library name resulting in linker errors like:
Might be related to #115780
Disclaimer: The main reason I'm reporting this is that it also breaks the Cygwin build in the same way, but that's not a supported platform, so this is the next best thing. i.e. I've not actually tested on Android.
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs