binutils: add upstream patch to fix issue with parallel use of dlltool#172617
Merged
lovesegfault merged 1 commit intoNixOS:stagingfrom May 14, 2022
Merged
Conversation
13 tasks
Member
|
Yup, please target staging. Thanks for investigating and fixing this, it's greatly appreciated :) |
https://sourceware.org/bugzilla/show_bug.cgi?id=28885 Patch taken from the upstream binutils-2_38-branch branch.
e9244b7 to
4b0f59a
Compare
Member
Author
|
Can confirm it fixes the wine issue I was seeing; retargeted to staging. |
Member
Author
|
It seems Hydra is running into a timeout; I don't think this is directly related to this patch? |
Member
|
Yes, this is too big for the CI. (and it's no hydra, by the way) |
7c6f434c
approved these changes
May 14, 2022
This was referenced May 18, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
binutils-2.38 contains a bug that can cause parallel invocations of dlltool to fail: https://sourceware.org/bugzilla/show_bug.cgi?id=28885
This causes issues like #170946 in nixpkgs.
A patch is available upstream and will be included in 2.39, but in the mean time I would be nice to be able to build wine in parallel again.
This probably causes a huge rebuild, so it should target... staging?
Things done
Currently trying to build wine to test if this actually fixes that particular issue.
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes