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

grv: init at 0.1.0 #34481

Merged
merged 1 commit into from Feb 1, 2018
Merged

grv: init at 0.1.0 #34481

merged 1 commit into from Feb 1, 2018

Conversation

andir
Copy link
Member

@andir andir commented Feb 1, 2018

Motivation for this change

Adds grv an alternativ git viewer.

Things done
  • 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.

@grahamc
Copy link
Member

grahamc commented Feb 1, 2018

@GrahamcOfBorg build grv

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Partial log (click to expand)

error: attribute ‘grv’ in selection path ‘grv’ not found

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Partial log (click to expand)

error: attribute 'grv' in selection path 'grv' not found

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Partial log (click to expand)

error: attribute 'grv' in selection path 'grv' not found

@grahamc
Copy link
Member

grahamc commented Feb 1, 2018

d'oh

@GrahamcOfBorg build gitAndTools.grv

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

shrinking /nix/store/va294pn3y9bw5fjbr5qr8b37brgmny11-grv-0.1.0-bin/bin/grv
strip is /nix/store/mdyy001q67hiks0g24ra53z7ckm4jfr4-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/va294pn3y9bw5fjbr5qr8b37brgmny11-grv-0.1.0-bin/bin 
patching script interpreter paths in /nix/store/va294pn3y9bw5fjbr5qr8b37brgmny11-grv-0.1.0-bin
checking for references to /tmp/nix-build-grv-0.1.0.drv-0 in /nix/store/va294pn3y9bw5fjbr5qr8b37brgmny11-grv-0.1.0-bin...
shrinking RPATHs of ELF executables and libraries in /nix/store/b51br42ycjvq7l34566ncwsys8bxnayi-grv-0.1.0
strip is /nix/store/mdyy001q67hiks0g24ra53z7ckm4jfr4-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/b51br42ycjvq7l34566ncwsys8bxnayi-grv-0.1.0
checking for references to /tmp/nix-build-grv-0.1.0.drv-0 in /nix/store/b51br42ycjvq7l34566ncwsys8bxnayi-grv-0.1.0...
/nix/store/va294pn3y9bw5fjbr5qr8b37brgmny11-grv-0.1.0-bin

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

shrinking /nix/store/z0krrc58mwrahn95amzysbp19mwvyhmk-grv-0.1.0-bin/bin/grv
strip is /nix/store/jwz859pxqj7sl2dbwvmxkx68jp774izb-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/z0krrc58mwrahn95amzysbp19mwvyhmk-grv-0.1.0-bin/bin
patching script interpreter paths in /nix/store/z0krrc58mwrahn95amzysbp19mwvyhmk-grv-0.1.0-bin
checking for references to /build in /nix/store/z0krrc58mwrahn95amzysbp19mwvyhmk-grv-0.1.0-bin...
shrinking RPATHs of ELF executables and libraries in /nix/store/az3mlg86y1693bdrgc010m8dk96340gi-grv-0.1.0
strip is /nix/store/jwz859pxqj7sl2dbwvmxkx68jp774izb-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/az3mlg86y1693bdrgc010m8dk96340gi-grv-0.1.0
checking for references to /build in /nix/store/az3mlg86y1693bdrgc010m8dk96340gi-grv-0.1.0...
/nix/store/z0krrc58mwrahn95amzysbp19mwvyhmk-grv-0.1.0-bin

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Partial log (click to expand)

installing
/private/tmp/nix-build-grv-0.1.0.drv-0/go /private/tmp/nix-build-grv-0.1.0.drv-0
/private/tmp/nix-build-grv-0.1.0.drv-0
post-installation fixup
strip is /nix/store/i1zz228nl3bljcbb83fq0rq7lr7nvv4y-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/qfr086s1ldds3rmprg8g5gr9wd3j3f24-grv-0.1.0-bin/bin
patching script interpreter paths in /nix/store/qfr086s1ldds3rmprg8g5gr9wd3j3f24-grv-0.1.0-bin
strip is /nix/store/i1zz228nl3bljcbb83fq0rq7lr7nvv4y-cctools-binutils-darwin/bin/strip
patching script interpreter paths in /nix/store/6141krqafgcs1m46dla4hj88whx7z30q-grv-0.1.0
/nix/store/qfr086s1ldds3rmprg8g5gr9wd3j3f24-grv-0.1.0-bin

@andir andir merged commit be4c631 into NixOS:master Feb 1, 2018
@andir andir deleted the grv branch February 1, 2018 02:02
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