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

idrisPackages.{categories,derive}: Use upstream instead of forks #49143

Merged
merged 1 commit into from Oct 26, 2018

Conversation

infinisil
Copy link
Member

These forks were introduced in #42861 to
make the builds succeed. The changes have since been incorporated
upstream.

@GrahamcOfBorg build idrisPackages.categories idrisPackages.derive

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option 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/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

These forks were introduced in NixOS#42861 to
make the builds succeed. The changes have since been incorporated
upstream.
@infinisil
Copy link
Member Author

@GrahamcOfBorg build idrisPackages.derive idrisPackages.categories

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: idrisPackages.derive, idrisPackages.categories

Partial log (click to expand)

Warning: Ignoring empty or non-existing namespace 'Derive.Kit'
Warning: Ignoring empty or non-existing namespace 'Derive.ShowTests'
post-installation fixup
moving /nix/store/339cndax136pjbz8vv31gr69lpxic4ca-idris-derive-2018-07-02/doc to /nix/store/339cndax136pjbz8vv31gr69lpxic4ca-idris-derive-2018-07-02/share/doc
shrinking RPATHs of ELF executables and libraries in /nix/store/339cndax136pjbz8vv31gr69lpxic4ca-idris-derive-2018-07-02
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/339cndax136pjbz8vv31gr69lpxic4ca-idris-derive-2018-07-02
checking for references to /build in /nix/store/339cndax136pjbz8vv31gr69lpxic4ca-idris-derive-2018-07-02...
/nix/store/339cndax136pjbz8vv31gr69lpxic4ca-idris-derive-2018-07-02
/nix/store/bw7myf24fzhxv66hjhh6s5afhvxcf3hg-idris-categories-2018-07-02

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: idrisPackages.derive, idrisPackages.categories

Partial log (click to expand)

Leaving directory `./src'
Attempting to install IdrisDocs for derive in: /nix/store/z61yz2q98m4n6lrzmj27jsjam2hazkzy-idris-derive-2018-07-02/doc/derive
Warning: Ignoring empty or non-existing namespace 'Derive.Kit'
Warning: Ignoring empty or non-existing namespace 'Derive.ShowTests'
post-installation fixup
moving /nix/store/z61yz2q98m4n6lrzmj27jsjam2hazkzy-idris-derive-2018-07-02/doc to /nix/store/z61yz2q98m4n6lrzmj27jsjam2hazkzy-idris-derive-2018-07-02/share/doc
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
patching script interpreter paths in /nix/store/z61yz2q98m4n6lrzmj27jsjam2hazkzy-idris-derive-2018-07-02
/nix/store/z61yz2q98m4n6lrzmj27jsjam2hazkzy-idris-derive-2018-07-02
/nix/store/h4dclkx2z978nrr2flqn8nsg1axbq1ds-idris-categories-2018-07-02

@GrahamcOfBorg
Copy link

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

Attempted: idrisPackages.derive, idrisPackages.categories

Partial log (click to expand)

cannot build derivation '/nix/store/s2818w7rbfyjgjjlsdwplhx94s6sn1s2-idris-prelude-1.3.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/nv8w2qasdcm536dlrcxlnn6ybyqsq4lm-idris-1.3.0.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/x2cdyx7x9c3cv9if7rqq03ncavpf1a1w-idris-base-1.3.0.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/2zcyc34kpfl0fns25az4z8g20jymb437-idris-1.3.0.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/yiwqds8a62dzm88rd09nfs0c54ria23h-idris-categories-2018-07-02.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/kxy2dsgjw12sirippfwi9f2ih7cf4a0f-idris-contrib-1.3.0.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/aa265cjq6rzvk4hy4dc6cfhzwzqqxk93-idris-pruviloj-1.3.0.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/rs5lj0b6ibwb89p9vh0shqm08n7mc4si-idris-1.3.0.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/4md3khyvy6zj8j0jkrkpnsk6g9wck5zk-idris-derive-2018-07-02.drv': 5 dependencies couldn't be built
error: build of '/nix/store/4md3khyvy6zj8j0jkrkpnsk6g9wck5zk-idris-derive-2018-07-02.drv', '/nix/store/yiwqds8a62dzm88rd09nfs0c54ria23h-idris-categories-2018-07-02.drv' failed

@infinisil infinisil merged commit 1fd8625 into NixOS:master Oct 26, 2018
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