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

cue2pops: init at git-2018-01-04 #35145

Merged
merged 2 commits into from Feb 21, 2018
Merged

cue2pops: init at git-2018-01-04 #35145

merged 2 commits into from Feb 21, 2018

Conversation

AndersonTorres
Copy link
Member

@AndersonTorres AndersonTorres commented Feb 18, 2018

Motivation for this change

New package

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.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/2qpah39g91pp65y4fz4p5s40ldr80pgh-cue2pops-git-2018-01-04
shrinking /nix/store/2qpah39g91pp65y4fz4p5s40ldr80pgh-cue2pops-git-2018-01-04/bin/cue2pops
strip is /nix/store/skd6ix5ipkyhxzq7naylj4digawakl4j-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/2qpah39g91pp65y4fz4p5s40ldr80pgh-cue2pops-git-2018-01-04/bin
patching script interpreter paths in /nix/store/2qpah39g91pp65y4fz4p5s40ldr80pgh-cue2pops-git-2018-01-04
checking for references to /build in /nix/store/2qpah39g91pp65y4fz4p5s40ldr80pgh-cue2pops-git-2018-01-04...
/nix/store/2qpah39g91pp65y4fz4p5s40ldr80pgh-cue2pops-git-2018-01-04

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/pvgsqsb2zvsi3p2pw418kf743lg7a999-cue2pops-git-2018-01-04
shrinking /nix/store/pvgsqsb2zvsi3p2pw418kf743lg7a999-cue2pops-git-2018-01-04/bin/cue2pops
strip is /nix/store/adidfx4pa7vmvby0gjqqmiwg2x49yr27-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/pvgsqsb2zvsi3p2pw418kf743lg7a999-cue2pops-git-2018-01-04/bin
patching script interpreter paths in /nix/store/pvgsqsb2zvsi3p2pw418kf743lg7a999-cue2pops-git-2018-01-04
checking for references to /build in /nix/store/pvgsqsb2zvsi3p2pw418kf743lg7a999-cue2pops-git-2018-01-04...
/nix/store/pvgsqsb2zvsi3p2pw418kf743lg7a999-cue2pops-git-2018-01-04


meta = {
description = "Convert CUE to ISO suitable to POPStarter";
homepage = https://github.com/makefu/cue2pops-linux;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @makefu

@Mic92
Copy link
Member

Mic92 commented Feb 21, 2018

@GrahamcOfBorg build cue2pops

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/2qpah39g91pp65y4fz4p5s40ldr80pgh-cue2pops-git-2018-01-04
shrinking /nix/store/2qpah39g91pp65y4fz4p5s40ldr80pgh-cue2pops-git-2018-01-04/bin/cue2pops
strip is /nix/store/skd6ix5ipkyhxzq7naylj4digawakl4j-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/2qpah39g91pp65y4fz4p5s40ldr80pgh-cue2pops-git-2018-01-04/bin
patching script interpreter paths in /nix/store/2qpah39g91pp65y4fz4p5s40ldr80pgh-cue2pops-git-2018-01-04
checking for references to /build in /nix/store/2qpah39g91pp65y4fz4p5s40ldr80pgh-cue2pops-git-2018-01-04...
/nix/store/2qpah39g91pp65y4fz4p5s40ldr80pgh-cue2pops-git-2018-01-04

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Partial log (click to expand)

patching sources
configuring
no configure script, doing nothing
building
build flags: SHELL=/nix/store/19cc89zq5n68ibr53izy4zgcr5qg2rza-bash-4.4-p12/bin/bash
gcc -Wall -Wextra cue2pops.c -o cue2pops
/nix/store/19cc89zq5n68ibr53izy4zgcr5qg2rza-bash-4.4-p12/bin/bash: gcc: command not found
make: *** [Makefile:20: cue2pops] Error 127
builder for '/nix/store/z27bjirb4wahpy76cbcyvyspdqw5pxnr-cue2pops-git-2018-01-04.drv' failed with exit code 2
error: build of '/nix/store/z27bjirb4wahpy76cbcyvyspdqw5pxnr-cue2pops-git-2018-01-04.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/pvgsqsb2zvsi3p2pw418kf743lg7a999-cue2pops-git-2018-01-04
shrinking /nix/store/pvgsqsb2zvsi3p2pw418kf743lg7a999-cue2pops-git-2018-01-04/bin/cue2pops
strip is /nix/store/adidfx4pa7vmvby0gjqqmiwg2x49yr27-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/pvgsqsb2zvsi3p2pw418kf743lg7a999-cue2pops-git-2018-01-04/bin 
patching script interpreter paths in /nix/store/pvgsqsb2zvsi3p2pw418kf743lg7a999-cue2pops-git-2018-01-04
checking for references to /tmp/nix-build-cue2pops-git-2018-01-04.drv-0 in /nix/store/pvgsqsb2zvsi3p2pw418kf743lg7a999-cue2pops-git-2018-01-04...
/nix/store/pvgsqsb2zvsi3p2pw418kf743lg7a999-cue2pops-git-2018-01-04

@Mic92
Copy link
Member

Mic92 commented Feb 21, 2018

@GrahamcOfBorg build cue2pops

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Partial log (click to expand)

no configure script, doing nothing
building
build flags: SHELL=/nix/store/19cc89zq5n68ibr53izy4zgcr5qg2rza-bash-4.4-p12/bin/bash CC=cc
cc -Wall -Wextra cue2pops.c -o cue2pops
installing
post-installation fixup
strip is /nix/store/v8ifq0hapblpr2z0hx4wvwg02w4aczqy-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/papxknksp4gahww6ms0s4vl7d8s33fd3-cue2pops-git-2018-01-04/bin
patching script interpreter paths in /nix/store/papxknksp4gahww6ms0s4vl7d8s33fd3-cue2pops-git-2018-01-04
/nix/store/papxknksp4gahww6ms0s4vl7d8s33fd3-cue2pops-git-2018-01-04

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/5isy4xpdjgbmw2f4gpqm2zv1qvmgv0b0-cue2pops-git-2018-01-04
shrinking /nix/store/5isy4xpdjgbmw2f4gpqm2zv1qvmgv0b0-cue2pops-git-2018-01-04/bin/cue2pops
strip is /nix/store/skd6ix5ipkyhxzq7naylj4digawakl4j-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/5isy4xpdjgbmw2f4gpqm2zv1qvmgv0b0-cue2pops-git-2018-01-04/bin
patching script interpreter paths in /nix/store/5isy4xpdjgbmw2f4gpqm2zv1qvmgv0b0-cue2pops-git-2018-01-04
checking for references to /build in /nix/store/5isy4xpdjgbmw2f4gpqm2zv1qvmgv0b0-cue2pops-git-2018-01-04...
/nix/store/5isy4xpdjgbmw2f4gpqm2zv1qvmgv0b0-cue2pops-git-2018-01-04

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/911j1kkkfgjk7f2svjiw1sfaqy8h5136-cue2pops-git-2018-01-04
shrinking /nix/store/911j1kkkfgjk7f2svjiw1sfaqy8h5136-cue2pops-git-2018-01-04/bin/cue2pops
strip is /nix/store/adidfx4pa7vmvby0gjqqmiwg2x49yr27-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/911j1kkkfgjk7f2svjiw1sfaqy8h5136-cue2pops-git-2018-01-04/bin
patching script interpreter paths in /nix/store/911j1kkkfgjk7f2svjiw1sfaqy8h5136-cue2pops-git-2018-01-04
checking for references to /build in /nix/store/911j1kkkfgjk7f2svjiw1sfaqy8h5136-cue2pops-git-2018-01-04...
/nix/store/911j1kkkfgjk7f2svjiw1sfaqy8h5136-cue2pops-git-2018-01-04

Mic92 referenced this pull request in makefu/cue2pops-linux Feb 21, 2018
@Mic92 Mic92 merged commit d428bc2 into NixOS:master Feb 21, 2018
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

/nix/store/5isy4xpdjgbmw2f4gpqm2zv1qvmgv0b0-cue2pops-git-2018-01-04

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/911j1kkkfgjk7f2svjiw1sfaqy8h5136-cue2pops-git-2018-01-04
shrinking /nix/store/911j1kkkfgjk7f2svjiw1sfaqy8h5136-cue2pops-git-2018-01-04/bin/cue2pops
strip is /nix/store/adidfx4pa7vmvby0gjqqmiwg2x49yr27-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/911j1kkkfgjk7f2svjiw1sfaqy8h5136-cue2pops-git-2018-01-04/bin 
patching script interpreter paths in /nix/store/911j1kkkfgjk7f2svjiw1sfaqy8h5136-cue2pops-git-2018-01-04
checking for references to /tmp/nix-build-cue2pops-git-2018-01-04.drv-0 in /nix/store/911j1kkkfgjk7f2svjiw1sfaqy8h5136-cue2pops-git-2018-01-04...
/nix/store/911j1kkkfgjk7f2svjiw1sfaqy8h5136-cue2pops-git-2018-01-04

@AndersonTorres AndersonTorres deleted the upload/cue2pops branch February 23, 2018 01:20
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