-
Notifications
You must be signed in to change notification settings - Fork 122
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
New/gnu.org/glibc #5080
base: main
Are you sure you want to change the base?
New/gnu.org/glibc #5080
Conversation
This fails, but I'm hoping dosu bot has a clue |
oh ok, it didn't build successfully for me on my local machine. I'll have to look into that… could be the pkgx docker image doesn't have the pre-reqs installed? That would be an oopsie. Still, nice! It built. Tests fail. Which begs the question: how do you test this? |
right. i think the answer is something like this: pantry/projects/gnu.org/glibc/package.yml Lines 68 to 100 in 7976e91
|
k the local build issues are due to us building into macOS mounted volume and the case insensitive filesystem. Which is annoying. What we need I guess is the inverse: everything is in a persistent linux docker volume and somehow we make it mounted locally so you can easily browse it. Or something |
Running in a local docker container I can get it all built, actually using it is problematic. The resulting binary we create segfaults in some of the glibc runtime code that starts the executable. Tracing it with ChatGPT I ended up trying to run |
My attempt at #147