-
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
[RFC] musl update #29632
Comments
What architecture are you on? I was able to build it for
|
Thanks for helping.
|
You need to.most be some makedpends (cmake, python3) to hostmakedepends. |
What about musl update though? It's been half a year since 1.2 was released, yet we are still on 1.1. glibc got updated, but musl didn't. Alpine somehow managed to update, what are the blocking issues for Void? |
On 2021-03-21 04:54:52-0700, Artur Sinila ***@***.***> wrote:
What about musl update though? It's been half a year since 1.2 was
released, yet we are still on 1.1. Alpine somehow managed to update,
what are the blocking issues for Void?
Rebuild the whole world for 32-bit architecture.
And force update the whole world.
For that, we need to add more feature to xbps.
|
Somehow we've managed to rebuild the whole world for new glibc. How's musl different in this aspect? Also AFAIK there's no i686-musl variant, so i686 is out of scope of the question.
…On March 21, 2021 3:05:17 PM GMT+03:00, "Đoàn Trần Công Danh" ***@***.***> wrote:
On 2021-03-21 04:54:52-0700, Artur Sinila ***@***.***> wrote:
> What about musl update though? It's been half a year since 1.2 was
> released, yet we are still on 1.1. Alpine somehow managed to update,
> what are the blocking issues for Void?
Rebuild the whole world for 32-bit architecture.
And force update the whole world.
For that, we need to add more feature to xbps.
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
No we didn't, glibc update doesn't require a rebuild. armv6l-musl and armv7l-musl require a whole rebuild because of the 64bit time changes. |
The XBPS feature proposal is void-linux/xbps#331 , at least AFAIK. Fixes for the flint template have been suggested, so I'm closing this. |
@ericonr is it ok to briefly reopen this?
Do you know what should be changed?
and edited
Thanks. |
Firefoxs sandbox needs to be patched to allow the syscall or the the specific arguments. There is also a whitelist option in about:config as workaround. |
Maybe that too later, but your error uses syscall number 16, which is |
iirc the issue was to do with |
Has a
musl
update been planned?My reason for asking is I'm trying to build flint and it throws me an error
unknown type name 'cpu_set_t'
, while I noticed Alpine Linux packages it.Otherwise, does anyone understand what should be patched in our
musl
to build it?Thanks.
The text was updated successfully, but these errors were encountered: