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

paper-icon-theme: 2017-11-20 -> 2018-06-24 #43419

Merged
merged 1 commit into from Jul 13, 2018
Merged

Conversation

rembo10
Copy link
Contributor

@rembo10 rembo10 commented Jul 12, 2018

Motivation for this change

Update version and build dependencies

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.

@xeji
Copy link
Contributor

xeji commented Jul 12, 2018

cc @romildo
@GrahamcOfBorg build paper-icon-theme

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: paper-icon-theme

Partial log (click to expand)


trying https://github.com/snwh/paper-icon-theme/archive/c7cd013fba06dd8fd5cdff9f885520e2923266b8.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   163    0   163    0     0    317      0 --:--:-- --:--:-- --:--:--   317
100 46.2M    0 46.2M    0     0  8182k      0 --:--:--  0:00:05 --:--:-- 10.5M
unpacking source archive /private/tmp/nix-build-source.drv-0/c7cd013fba06dd8fd5cdff9f885520e2923266b8.tar.gz
fixed-output derivation produced path '/nix/store/cz1kl9x1zad2fv7ickv4aksym5f4driz-source' with sha256 hash '01x6pds9gcy377p8gjlc5ps2bc4wygd74fnpnmz4h6wmwfr8g2yz' instead of the expected hash '0x45zkjnmbz904df63ph06npbm3phpgck4xwyymx8r8jgrfplk6v'
cannot build derivation '/nix/store/768pi5a812qxfw87i3sc2az9x65bv143-paper-icon-theme-2018-06-24.drv': 1 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/768pi5a812qxfw87i3sc2az9x65bv143-paper-icon-theme-2018-06-24.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: paper-icon-theme

Partial log (click to expand)

Installing subdir /build/source/Paper to /nix/store/d1q2wqxi8w0as0z90gx6i5js8ccb4j3h-paper-icon-theme-2018-06-24/share/icons/Paper
Installing subdir /build/source/Paper-Mono-Dark to /nix/store/d1q2wqxi8w0as0z90gx6i5js8ccb4j3h-paper-icon-theme-2018-06-24/share/icons/Paper-Mono-Dark
Running custom install script '/build/source/meson/post_install.py'
glibPreFixupPhase
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/d1q2wqxi8w0as0z90gx6i5js8ccb4j3h-paper-icon-theme-2018-06-24
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/d1q2wqxi8w0as0z90gx6i5js8ccb4j3h-paper-icon-theme-2018-06-24
checking for references to /build in /nix/store/d1q2wqxi8w0as0z90gx6i5js8ccb4j3h-paper-icon-theme-2018-06-24...
/nix/store/d1q2wqxi8w0as0z90gx6i5js8ccb4j3h-paper-icon-theme-2018-06-24

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: paper-icon-theme

Partial log (click to expand)

Installing subdir /build/source/Paper to /nix/store/597mbgd096a7q0aps9rs7lrgn7ryvxcc-paper-icon-theme-2018-06-24/share/icons/Paper
Installing subdir /build/source/Paper-Mono-Dark to /nix/store/597mbgd096a7q0aps9rs7lrgn7ryvxcc-paper-icon-theme-2018-06-24/share/icons/Paper-Mono-Dark
Running custom install script '/build/source/meson/post_install.py'
glibPreFixupPhase
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/597mbgd096a7q0aps9rs7lrgn7ryvxcc-paper-icon-theme-2018-06-24
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/597mbgd096a7q0aps9rs7lrgn7ryvxcc-paper-icon-theme-2018-06-24
checking for references to /build in /nix/store/597mbgd096a7q0aps9rs7lrgn7ryvxcc-paper-icon-theme-2018-06-24...
/nix/store/597mbgd096a7q0aps9rs7lrgn7ryvxcc-paper-icon-theme-2018-06-24

@romildo
Copy link
Contributor

romildo commented Jul 12, 2018

@GrahamcOfBorg build paper-icon-theme

@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: paper-icon-theme

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: paper-icon-theme

Partial log (click to expand)

/nix/store/d1q2wqxi8w0as0z90gx6i5js8ccb4j3h-paper-icon-theme-2018-06-24

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: paper-icon-theme

Partial log (click to expand)

/nix/store/597mbgd096a7q0aps9rs7lrgn7ryvxcc-paper-icon-theme-2018-06-24

@romildo
Copy link
Contributor

romildo commented Jul 12, 2018

Looks good to me.

@xeji
Copy link
Contributor

xeji commented Jul 13, 2018

Thanks!

@xeji xeji merged commit d01a0a5 into NixOS:master Jul 13, 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

5 participants