-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
python312Packages.primp: 0.6.5 -> 0.12.0 #379881
Conversation
The failure seems to be because This feature requires a patch on boringssl. In theory, if we can successfully apply the patch on I tried overriding Edit: I was only partially right here, see the implementation in #379881 (comment) to see the hack that actually worked. |
Good news! I got If you apply shivaraj-bh@9732d36 on top of the changes in this PR, it should work. That said, this is just a hack—it couples the |
Nice, feel free to apply your commit in this PR. We can proceed this way to unblock the situation and improve it later on. |
I wasn't able to replicate this. I got a hash mismatch for the patch:
After correcting the hash I got a build failure.
Perhaps the patch URL is incorrect? |
Yes, you are right. See the updated patch URL in shivaraj-bh@ecb8545. I must’ve have changed the URL by mistake and since the hash was still the same, |
I just realized that I wasn’t updating A tip for anyone trying to fix this: Set |
1900504
to
5847e9c
Compare
5847e9c
to
fa40f5e
Compare
|
1 similar comment
|
Looks like it is broken on darwin... Do you have a log? |
fa40f5e
to
6054034
Compare
|
@GaetanLepage can you share the Darwin logs ? |
|
I'm not calling Maybe @NixOS/darwin-core can help here? |
It is probably because of the |
If you have an idea on how to fix it, please let me know. |
{
# Remove bazel specific build file to make way for build directory
# This is a problem on Darwin because of case-insensitive filesystem
preBuild = (lib.optionalString (stdenv.isDarwin) ''
rm BUILD
'') + oa.preBuild;
} |
6054034
to
2370311
Compare
2370311
to
dc7f6c2
Compare
#379881 (comment) is still a problem. Let me send a patch updating |
allrighty, I'll continue tomorrow... heading to bed. |
|
@shivaraj-bh anything else to do here? |
@drupol I will be committing in a while. Give me an hour |
cb0c4b6
to
3eddd75
Compare
Done! One final |
Co-authored-by: Pol Dellaiera <[email protected]>
3eddd75
to
3d4b776
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done guys!
Currently failing.
Log: https://gist.github.com/drupol/42513279900b7e94ea7be5a38ac71f40
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.