Skip to content

treewide: fix evaluation with allowAliases = false #48339

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

Merged
merged 1 commit into from
Oct 13, 2018

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented Oct 13, 2018

Motivation for this change

fix evaluation when using the configuration option allowAliases = false.

Verified

This commit was signed with the committer’s verified signature.
costrouc Christopher Ostrouchov
@ryantm
Copy link
Member Author

ryantm commented Oct 13, 2018

@GrahamcOfBorg build soulseekqt haskellPackages.futhark

@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: soulseekqt, haskellPackages.futhark

Partial log (click to expand)


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

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


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: haskellPackages.futhark

The following builds were skipped because they don't evaluate on x86_64-linux: soulseekqt

Partial log (click to expand)

copying path '/nix/store/xczsq2bh69xhlfysvvl0wxr762rhsnk8-streaming-commons-0.2.1.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/24mf4ff6a80xb4vfc9mqpv5frkjkb550-zlib-0.6.2' from 'https://cache.nixos.org'...
copying path '/nix/store/hicisb7fxz6nnwksdna8piri7maznbag-conduit-extra-1.3.0-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/8q0v15wbgj015ml3ryrk7a8vnjvji315-streaming-commons-0.2.1.0' from 'https://cache.nixos.org'...
copying path '/nix/store/kxvf6d70wyd8j5wz9cablfn1mxy9vda2-xml-conduit-1.8.0.1-doc' from 'https://cache.nixos.org'...
copying path '/nix/store/m40qrpwz42xzd2i0zkhrxcfv1yz184if-conduit-extra-1.3.0' from 'https://cache.nixos.org'...
copying path '/nix/store/499l7b5j9cfny1wjhvwy7m923df182ia-xml-conduit-1.8.0.1' from 'https://cache.nixos.org'...
copying path '/nix/store/sxmx3zy1ckwppl1xppln22zc7p76p950-markdown-0.1.17.4' from 'https://cache.nixos.org'...
copying path '/nix/store/fnwyxk69sgdsa6rasf5bvim5hzr0rhr2-futhark-0.6.2' from 'https://cache.nixos.org'...
/nix/store/fnwyxk69sgdsa6rasf5bvim5hzr0rhr2-futhark-0.6.2

@ryantm
Copy link
Member Author

ryantm commented Oct 13, 2018

soulseekqt is licensed unfree so ofborg will not build it. I may or may not have built it locally successfully.

@ryantm ryantm merged commit f54cb38 into NixOS:master Oct 13, 2018
@ryantm ryantm deleted the fixaliases branch October 13, 2018 22:39
@GrahamcOfBorg GrahamcOfBorg added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Oct 13, 2018
@GrahamcOfBorg
Copy link

Timed out, unknown build status on aarch64-linux (full log)

Attempted: haskellPackages.futhark

The following builds were skipped because they don't evaluate on aarch64-linux: soulseekqt

Partial log (click to expand)

cannot build derivation '/nix/store/3fzzc1yibapgii2rp1cng0hx8sqpaam7-tls-1.4.1.drv': 17 dependencies couldn't be built
cannot build derivation '/nix/store/g34pdwk8m8bryxqcz2s67bn14jpijc3m-conduit-extra-1.3.0.drv': 16 dependencies couldn't be built
cannot build derivation '/nix/store/4pshqfj6anprvczyv4h1msixix7nxfqi-connection-0.2.8.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/8sqq7i07yzblk23ggvk243vwvf4wkryd-yaml-0.8.32.drv': 15 dependencies couldn't be built
cannot build derivation '/nix/store/5r1yhbqdkmknp0hhj1xkm6yc8lr4jy94-http-client-tls-0.3.5.3.drv': 13 dependencies couldn't be built
cannot build derivation '/nix/store/miyha9zkvz2smwshls576b7qyk8y5q6z-xml-conduit-1.8.0.1.drv': 13 dependencies couldn't be built
cannot build derivation '/nix/store/2l17ardlx43yncpgl2f0ripi7zyzbpaf-hpack-0.28.2.drv': 19 dependencies couldn't be built
cannot build derivation '/nix/store/rhgl08l6p6hid4ax10mmd55v7hwbxxhj-markdown-0.1.17.4.drv': 13 dependencies couldn't be built
cannot build derivation '/nix/store/5fw0fy5h77hmh4vvziqhipad7icfk3mj-futhark-0.6.2.drv': 34 dependencies couldn't be built
error: build of '/nix/store/5fw0fy5h77hmh4vvziqhipad7icfk3mj-futhark-0.6.2.drv' failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: haskell 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants