-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bzip2 release has broken links in bin
directory
#2
Comments
Thanks for the report; I would accept a pull request that fixes this. But what problems does it cause when building Python? That should only need the |
It's So, what would be the fix:
|
Is this error coming from Python's own build system, or one of your own scripts?
The proper fix would be to make the bzip2 build script produce relative links. For example, the last line of the script is currently:
Maybe this could be changed to:
|
That's my own script to build Python with the structure to work with |
Mobile-forge doesn't really have Android support yet. You should use Chaquopy's build-wheel tool instead. |
I'm working on a proof-of-concept of Android support in mobile-forge and it looks promising so far. |
Describe the bug
bzip2 1.0.8-1 release has broken links in
bin
directory which causes problems while assembling a Python package with it.Other distros seem to be fine, for example
xz-5.4.6-0
has relative links:Steps to reproduce
List detailed contents of any archive from this release: https://github.com/beeware/cpython-android-source-deps/releases/tag/bzip2-1.0.8-1
Expected behavior
Relative links.
Screenshots
No response
Environment
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: