-
-
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
mark broken package broken #225441
base: master
Are you sure you want to change the base?
mark broken package broken #225441
Conversation
…dtouch,ocamlPackages.taglib,python3Packages.pytorch: mark broken package broken
I don't have access to Darwin to test, but could it be related to merging #222273? EDIT: logs at https://hydra.nixos.org/build/215378730/nixlog/1 |
Will test if reverting this PR help. Thanks for the pointer. |
and it build. |
I presume that the Updating pytorch -> updating submodules -> maybe some ifdefs have changed? E.g. this is from 2 months ago: mreineck/pocketfft@5fb931a. Although it always had the mingw32 term, it seems. Also cf the related change from October: mreineck/pocketfft@764893f. Also doesn't explain why aarch64 builds fine |
I'm skeptical but maybe we can try
|
Please can we ping the maintainers of those packages so they can chime in and potentially fix the packages? |
This issue seems to be specific to nixpkgs I see a fix nixpkgs/pkgs/applications/networking/browsers/ladybird/default.nix Lines 54 to 58 in a6c2a73
Or another is to force taking the false branch that add a fallback. |
I put in draft because I think I will remove the one I opened PR to fix and will do another round with the help of hydra to spot more failure. |
@@ -62,6 +63,7 @@ buildDunePackage rec { | |||
meta = with lib; { | |||
description = "Address Resolution Protocol purely in OCaml"; | |||
homepage = "https://github.com/mirage/arp"; | |||
broken = stdenv.isDarwin; |
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.
missing comment
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.
Fixed in #226657.
Found while testing #225044
They are broken on master. So I just add metadata to avoid wasting CPU for other users (PyTorch fail near the end of the build)
Description of changes
Things done
sandbox = true
set 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/
)