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

tirpc, zfs: fixups, support using tirpc w/zfs #37809

Merged
merged 3 commits into from Mar 26, 2018

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Mar 25, 2018

  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • 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 nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: zfs

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: zfs

Partial log (click to expand)

copying path '/nix/store/y862w4h3k8bcqbvrylkdhcqadwanvjnc-readline-6.3p08' from 'https://cache.nixos.org'...
copying path '/nix/store/vv9i8pr3h7pnl9hk9axn0j2y38lghz2v-linux-pam-1.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/wk28373jx5rn2himr8ix7a7bqgk26bg0-libgcrypt-1.8.2' from 'https://cache.nixos.org'...
copying path '/nix/store/2wz82cx7h9hvv78hk3jm5zmr46sii82y-python-2.7.14' from 'https://cache.nixos.org'...
copying path '/nix/store/4gx09jhj5xdcbbgigq6czsgfai79jc7b-shadow-4.5' from 'https://cache.nixos.org'...
copying path '/nix/store/34yrsv6sd55ah739n8k4a7d4j74g8x14-systemd-238-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/k3df46riwcnsx44yvyda1x2wcyidba8a-util-linux-2.31.1-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/zg3sydqr3v5phccbs87lkhlmqxchqyv1-zfs-user-0.7.7-lib' from 'https://cache.nixos.org'...
copying path '/nix/store/g7mccxr6qr5320pr9kqh2gn9qamfy52l-zfs-user-0.7.7' from 'https://cache.nixos.org'...
/nix/store/g7mccxr6qr5320pr9kqh2gn9qamfy52l-zfs-user-0.7.7

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: zfs

Partial log (click to expand)

[505/1461] Compiling C object 'src/network/networkd-core@sta/networkd-lldp-tx.c.o'.
[506/1461] Compiling C object 'src/network/networkd-core@sta/networkd-dhcp4.c.o'.
[507/1461] Compiling C object 'src/core/core@sta/service.c.o'.
[508/1461] Compiling C object 'src/network/networkd-core@sta/netdev_wireguard.c.o'.
[509/1461] Compiling C object 'src/core/core@sta/manager.c.o'.
ninja: build stopped: subcommand failed.
builder for '/nix/store/nhsk0sjbx5cn02jprnbydc6ix5sxd1w0-systemd-238.drv' failed with exit code 1
cannot build derivation '/nix/store/fy9jx9fyxil3p6cjnwsh5slvg6ik2qwd-util-linux-2.31.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/ily6yab435mixm66m2i56g2ms2y5i3x2-zfs-user-0.7.7.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/ily6yab435mixm66m2i56g2ms2y5i3x2-zfs-user-0.7.7.drv' failed

@dtzWill dtzWill merged commit 9d0bc50 into NixOS:staging Mar 26, 2018
@dtzWill dtzWill deleted the fix/zfs-tirpc-musl branch March 26, 2018 01:38
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

2 participants