-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
gambit: Fails to build since deterministically built gcc PR merge #123685
Comments
It's working in my repo/branch https://github.com/MuKnIO/nixpkgs/tree/alpha but #114449 is blocked because I can't get #116275 is blocked by RFC0091 NixOS/rfcs#91 having no support. |
I don't have access to a darwin setup easily :/ Not sure i'll be able to help too much here :( |
The attribute The breaking change is deleting this one line here: 48c952c#diff-ab5748dc9567516fefba8344056b51ec1866adeace380f46e58a7af3d619ea22L10285 Reverting that one line makes gambit build again. @baloo I don't understand what deleting that |
Build fails with "Illegal instruction: 4" with Will investigate more later, but possibilities:
Doesn't this mean that plain old gcc won't work on Darwin now? A simple Hello, world does work.
|
that ... was not on purpose. This is definitely a mistake, there is no reason to do that. |
Nice! It gets as far as the illegal instruction on master now. @baloo Any thoughts on how that PR could make gambit fail with "Illegal instruction: 4"? Is the deterministic gcc somehow pinned to an architecture or does it make weird executables? |
gcc used not to be profiled on darwin:
so nothing should have changed in this regard (except for my dumb mistake) |
Describe the bug
gambit fails to build since commit 48c952c ( PR #112928 - stdenv: make a deterministically built gcc ). Found by git bisect.
This is on Darwin.
To Reproduce
Expected behavior
It builds.
Screenshots
Notify maintainers
Gambit: @thoughtpolice @raskin @fare
gcc stdenv: @baloo
Metadata
"x86_64-darwin"
Darwin 19.4.0, macOS 10.15.4
yes
no
nix-env (Nix) 2.4pre20210326_dd77f71
"nixpkgs-20.09pre240394.ca3fa9c32a4"
/nix/store/6dwr7zpzbhhfwna0wr7i8073gz1vnarc-source
Maintainer information:
The text was updated successfully, but these errors were encountered: