-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
musl #41295
musl #41295
Conversation
Related: void-linux/xbps#331 (and other things linking to that PR) |
Build failures on cross musl seem at least tangentially libssp related:
Curiously, both of those builds worked locally. |
Those aren't build failures they are broken packages that depend on musl. (Sometimes false positives can show up though) |
I've been using musl-1.2.3, with no issues. You may want to rebuild firefox, thunderbird, zathura, maybe others (due to sandbox). |
@dkwo are you using aarch64? I specifically was going to set up an armv7l-musl chroot on my rock64 or PBP, install (and test running) various packages, and rebuild all of them with musl 1.2.3. Then I was going to try a full system (potentially offline) upgrade of a full armv7l system running on my rock64. |
it's technically abi breaking for 32-bit, so everything has to be rebuilt, not just those. but on 64 you wouldnt notice anything indeed |
We are aware of that and that's why this PR is marked as a draft and waiting for void-linux/xbps#331 or something similar. |
@CameronNemo That was on |
@CameronNemo I've built this natively on aarhc64. I'm not going to rebuild the whole world for now, but if there's a few packages that you want to test, let me know. |
@dkwo the hard part is not so much rebuilding, as it is re-installing every package in an atomic way. |
@CameronNemo Thanks, I wasn't aware of that. Does any other package manager, like Alpine's apk, solve this issue? |
Maybe you also want to update the |
This is too much work and I have too much to do. |
Testing the changes