-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
build-bootstraps.sh: adding a way to generate bootstrap based on pacman #10540
Conversation
This issue/PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue/PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Maxython , error occured when I build:
I can see "/home/builder/.termux-build/_cache/android-r23b-api-24-v9/lib64/clang/12.0.9" there, |
Apparently the environment in this thread is already old. Try running it in the original repository. |
I've tried your build-bootstraps.sh in the original repo, it can succefully build the "./termux-packages/bootstrap-aarch64.zip", Is there a special building parameter for a slim recipe like the official release? |
No. Here the correct configured logic is already needed. Thank you for report. |
Did you modify A build log would be needed for unneeded dependencies or if something else is going on. I guess I should merge the temp patches for now before the rewrite. |
I tried again:
It's weird, this time the bootstrap-aarch64.zip is only about 3MB, |
Did you wipe the |
Sad, I tried the 3rd time and the 4th time, it failed with the same new error:
|
Is still some network issue. https://stackoverflow.com/questions/17245881/how-do-i-debug-error-econnreset-in-node-js Can you connect to https://packages-cf.termux.dev/apt |
It seems the curl is ok, maybe there's a problem in the nodejs code, I have tried many times, the same result:
after I get rid of "command-not-found" package from ./scripts/build-bootstraps.sh, the building can continue. |
I had run platform: windows11 , docker ghcr.io/termux/package-builder
|
@Maxython
|
Perhaps I will close this pr as the environment is too old and needs to be improved with the |
termux/termux-app#2892 (comment)
Keep it open, will look into it. Not sure what you mean by old environment. And sub package fix should be fine too, will need to look into how I solved it in my local one. |
Ok, i see |
This PR is being reopened (this one will close and a new one will open). I did this to change the "from" branch. This branch is now in this repository. |
Close #10256
Close #10462
Note: all packages that have been compiled are archived (including those that are compilation dependencies). It is not right.
@agnostic-apollo