-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
libftdi1: fix build with swig 4.3.0 #364816
Conversation
Result of 55 packages failed to build:
60 packages built:
|
That's suspicious. I'll re-run and check the base branch. |
Same result. Only now did I notice that this targets staging-next. It seems that branch is just that broken now. Since it's not that many rebuilds, I think you can mark this PR as a draft, re-target onto master, and then un-draft. (Temporarily using draft should prevent mass notifications.) |
092c26f
to
af9a39b
Compare
so it seems to me like the failures are due to
but on hydra it is creating a directory in the nix store. anyway -- doesn't seem like it has anything to do with this change or |
So, let's re-open the PR? |
looking at with that patch for
|
substituteInPlace doesn't match anything as files contain correct paths
af9a39b
to
7f276b9
Compare
rebased on master to pickup #365491 and then ran nixpkgs-review on the PR
|
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.
Thanks!
https://hydra.nixos.org/build/281790224
SWIG_Python_AppendOutput now takes 3 args. use the SWIG_AppendOutput macro which takes 2 args and fills in the 3rd.
https://bugzilla.redhat.com/show_bug.cgi?id=2319133
https://src.fedoraproject.org/rpms/libftdi/raw/9051ea9ea767eced58b69d855a5d700a5d4602cc/f/libftdi-1.5-swig-4.3.patch
postFixup
code is unnecessary as the files contain correct paths so remove it.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.