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

libunity: do not use alias in dependencies #44617

Merged
merged 1 commit into from Aug 7, 2018

Conversation

tkerber
Copy link
Member

@tkerber tkerber commented Aug 7, 2018

Fixes broken nixpkgs.tarball hydra build.
See #44299

Fixes broken nixpkgs.tarball hydra build.
See NixOS#44299
@xeji
Copy link
Contributor

xeji commented Aug 7, 2018

@GrahamcOfBorg build libunity

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: libunity

Partial log (click to expand)

shrinking /nix/store/0hxximh609spyksfn7yhrwv7bc3lmkbi-libunity-7.1.4/lib/libunity.so.9.0.2
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/0hxximh609spyksfn7yhrwv7bc3lmkbi-libunity-7.1.4/lib  /nix/store/0hxximh609spyksfn7yhrwv7bc3lmkbi-libunity-7.1.4/bin
patching script interpreter paths in /nix/store/0hxximh609spyksfn7yhrwv7bc3lmkbi-libunity-7.1.4
checking for references to /build in /nix/store/0hxximh609spyksfn7yhrwv7bc3lmkbi-libunity-7.1.4...
shrinking RPATHs of ELF executables and libraries in /nix/store/hm9qi71qgd1xg1idxlf50a26rg9gr4gp-libunity-7.1.4-dev
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/hm9qi71qgd1xg1idxlf50a26rg9gr4gp-libunity-7.1.4-dev/lib
patching script interpreter paths in /nix/store/hm9qi71qgd1xg1idxlf50a26rg9gr4gp-libunity-7.1.4-dev
checking for references to /build in /nix/store/hm9qi71qgd1xg1idxlf50a26rg9gr4gp-libunity-7.1.4-dev...

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: libunity

Partial log (click to expand)

strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/4jsl34nf5104rb905p23p2haar4fdmad-libunity-7.1.4/lib  /nix/store/4jsl34nf5104rb905p23p2haar4fdmad-libunity-7.1.4/bin
patching script interpreter paths in /nix/store/4jsl34nf5104rb905p23p2haar4fdmad-libunity-7.1.4
checking for references to /build in /nix/store/4jsl34nf5104rb905p23p2haar4fdmad-libunity-7.1.4...
shrinking RPATHs of ELF executables and libraries in /nix/store/qiiv6dd224n405wvaq379ypk251az1kn-libunity-7.1.4-dev
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/qiiv6dd224n405wvaq379ypk251az1kn-libunity-7.1.4-dev/lib
patching script interpreter paths in /nix/store/qiiv6dd224n405wvaq379ypk251az1kn-libunity-7.1.4-dev
checking for references to /build in /nix/store/qiiv6dd224n405wvaq379ypk251az1kn-libunity-7.1.4-dev...
/nix/store/4jsl34nf5104rb905p23p2haar4fdmad-libunity-7.1.4

@xeji xeji merged commit 9e727bf into NixOS:master Aug 7, 2018
@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: libunity

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.


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