Skip to content
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

linuxPackages_testing_bcachefs.fwts-efi-runtime: remove failing patch #84687

Merged
merged 1 commit into from Apr 13, 2020

Conversation

jonringer
Copy link
Contributor

@jonringer jonringer commented Apr 8, 2020

Motivation for this change

noticed it was failing on #84366

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@jonringer
Copy link
Contributor Author

everything under linuxPackages_testing_bcachefs is broken on master

[19:51:02] jon@jon-desktop /home/jon/projects/nixpkgs (master)
$ nbfkg linuxPackages_testing_bcachefs.amdgpu-pro linuxPackages_testing_bcachefs.ati_drivers_x11 linuxPackages_testing_bcachefs.mwprocapture linuxPackages_testing_bcachefs.ndiswrapper linuxPackages_testing_bcachefs.nvidia_x11_legacy340 linuxPackages_testing_bcachefs.rtl8814au linuxPackages_testing_bcachefs.rtl8821au linuxPackages_testing_bcachefs.rtl8821ce
builder for '/nix/store/xfxxvc83illvcb0sk294631wnhbrqqdb-linux-config-5.3.2020.04.04.drv' failed with exit code 1; last 10 log lines:
  stripping FHS paths in `./tools/iio/Makefile'...
  applying patch /nix/store/mnlqwys9dxznjcvq4w3s0435s9ql8qv8-bridge-stp-helper.patch
  patching file net/bridge/br_private.h
  Hunk #1 succeeded at 46 (offset 7 lines).
  applying patch /nix/store/mbz5gln1q4swlzmqs2399br98qjif9kn-request-key-helper.patch
  patching file security/keys/request_key.c
  applying patch /nix/store/h4c3bag6lv3y47sbx83339xnalmlmdmg-modinst-arg-list-too-long.patch
  patching file scripts/Makefile.modinst
  Hunk #1 FAILED at 9.
  1 out of 1 hunk FAILED -- saving rejects to file scripts/Makefile.modinst.rej
cannot build derivation '/nix/store/r5c1h00nad6jriphd5rr9mvjv4d12cnc-linux-5.3.2020.04.04.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/291r69hjq1ilpa9ag1q67n5c4b2lykyj-amdgpu-pro-17.40-5.3.2020.04.04.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/6n79vrkyg4m5dv5zbvl1mf8vvqyxhsj7-ati-drivers-15.12-5.3.2020.04.04.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/4957aysrpslhbh4c0n7b1ngw1l2i3yvk-mwprocapture-1.2.4054-5.3.2020.04.04.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/gkqy86ayd8s8a1b95s0w9i75lqx9mxkl-ndiswrapper-1.62-pre-5.3.2020.04.04.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/nf8b4h35ccbzl03vi2jsjxs70ljpr0lj-nvidia-x11-340.107-5.3.2020.04.04.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/7gy6dpbwqp5ga05za52yf86p8q8wshfd-rtl8814au-5.3.2020.04.04-4.3.21.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/nc1k0ipmdk8fg3d1d4q76pw7wd451imi-rtl8821au-5.3.2020.04.04-5.1.5+41.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/kn2yi5psnf67xkgpfjy5qs6v2r9bx0px-rtl8821ce-5.3.2020.04.04-5.2.5_1.26055.20180108.drv': 1 dependencies couldn't be built
[0 built (1 failed), 0.0 MiB DL]
error: build of '/nix/store/291r69hjq1ilpa9ag1q67n5c4b2lykyj-amdgpu-pro-17.40-5.3.2020.04.04.drv', '/nix/store/4957aysrpslhbh4c0n7b1ngw1l2i3yvk-mwprocapture-1.2.4054-5.3.2020.04.04.drv', '/nix/store/6n79vrkyg4m5dv5zbvl1mf8vvqyxhsj7-ati-drivers-15.12-5.3.2020.04.04.drv', '/nix/store/7gy6dpbwqp5ga05za52yf86p8q8wshfd-rtl8814au-5.3.2020.04.04-4.3.21.drv', '/nix/store/gkqy86ayd8s8a1b95s0w9i75lqx9mxkl-ndiswrapper-1.62-pre-5.3.2020.04.04.drv', '/nix/store/kn2yi5psnf67xkgpfjy5qs6v2r9bx0px-rtl8821ce-5.3.2020.04.04-5.2.5_1.26055.20180108.drv', '/nix/store/nc1k0ipmdk8fg3d1d4q76pw7wd451imi-rtl8821au-5.3.2020.04.04-5.1.5+41.drv', '/nix/store/nf8b4h35ccbzl03vi2jsjxs70ljpr0lj-nvidia-x11-340.107-5.3.2020.04.04.drv' failed

@ZoomRmc
Copy link

ZoomRmc commented Apr 13, 2020

Would like this PR to be merged as soon as possible, if there's no issues with it. Thanks.

@Mic92 Mic92 merged commit bc22904 into NixOS:master Apr 13, 2020
@jonringer jonringer deleted the fix-testing-bcachefs branch April 13, 2020 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants