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

xscope: init at 1.4.1 #43438

Merged
merged 1 commit into from Jul 12, 2018
Merged

xscope: init at 1.4.1 #43438

merged 1 commit into from Jul 12, 2018

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Jul 12, 2018

See the xscope README for more information:

https://cgit.freedesktop.org/xorg/app/xscope/tree/README

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

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: xscope

Partial log (click to expand)

make[1]: Leaving directory '/tmp/nix-build-xscope-1.4.1.drv-0/xscope-1.4.1'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/s7bb3wy8fhvs44q5skzyxgzw1qvi54z4-xscope-1.4.1
shrinking /nix/store/s7bb3wy8fhvs44q5skzyxgzw1qvi54z4-xscope-1.4.1/bin/xscope
gzipping man pages under /nix/store/s7bb3wy8fhvs44q5skzyxgzw1qvi54z4-xscope-1.4.1/share/man/
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/s7bb3wy8fhvs44q5skzyxgzw1qvi54z4-xscope-1.4.1/bin 
patching script interpreter paths in /nix/store/s7bb3wy8fhvs44q5skzyxgzw1qvi54z4-xscope-1.4.1
checking for references to /tmp/nix-build-xscope-1.4.1.drv-0 in /nix/store/s7bb3wy8fhvs44q5skzyxgzw1qvi54z4-xscope-1.4.1...
/nix/store/s7bb3wy8fhvs44q5skzyxgzw1qvi54z4-xscope-1.4.1

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: xscope

Partial log (click to expand)

make[1]: Leaving directory '/build/xscope-1.4.1'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/vk9sdihn1kinz07h2nb8xbx5r9x0vbzj-xscope-1.4.1
shrinking /nix/store/vk9sdihn1kinz07h2nb8xbx5r9x0vbzj-xscope-1.4.1/bin/xscope
gzipping man pages under /nix/store/vk9sdihn1kinz07h2nb8xbx5r9x0vbzj-xscope-1.4.1/share/man/
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/vk9sdihn1kinz07h2nb8xbx5r9x0vbzj-xscope-1.4.1/bin
patching script interpreter paths in /nix/store/vk9sdihn1kinz07h2nb8xbx5r9x0vbzj-xscope-1.4.1
checking for references to /build in /nix/store/vk9sdihn1kinz07h2nb8xbx5r9x0vbzj-xscope-1.4.1...
/nix/store/vk9sdihn1kinz07h2nb8xbx5r9x0vbzj-xscope-1.4.1

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: xscope

Partial log (click to expand)

  /nix/store/5q51r2d0xzs4hi8rb661drpf83mhm4b4-coreutils-8.29/bin/install -c xscope '/nix/store/b9y92f058dlf00v2sxq2mz9ly28bfl5v-xscope-1.4.1/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/private/tmp/nix-build-xscope-1.4.1.drv-0/xscope-1.4.1'
make[1]: Leaving directory '/private/tmp/nix-build-xscope-1.4.1.drv-0/xscope-1.4.1'
post-installation fixup
gzipping man pages under /nix/store/b9y92f058dlf00v2sxq2mz9ly28bfl5v-xscope-1.4.1/share/man/
strip is /nix/store/7ddbq63v97nk8gkbf7gcsfmby37h6gbl-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/b9y92f058dlf00v2sxq2mz9ly28bfl5v-xscope-1.4.1/bin
patching script interpreter paths in /nix/store/b9y92f058dlf00v2sxq2mz9ly28bfl5v-xscope-1.4.1
/nix/store/b9y92f058dlf00v2sxq2mz9ly28bfl5v-xscope-1.4.1

@dtzWill
Copy link
Member Author

dtzWill commented Jul 12, 2018

@GrahamcOfBorg build pkgsMusl.xscope

@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: pkgsMusl.xscope

Partial log (click to expand)

Cannot nix-instantiate `pkgsMusl.xscope' because:
�[31;1merror:�[0m Musl libc only supports Linux systems.

@dtzWill dtzWill merged commit 86a98dc into NixOS:master Jul 12, 2018
@dtzWill dtzWill deleted the feature/xscope branch July 12, 2018 22:48
@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: pkgsMusl.xscope

Partial log (click to expand)

cannot build derivation '/nix/store/33v1b4z55yms9d0n8x37lb8wkhp4a9ss-libX11-1.6.5.drv': 10 dependencies couldn't be built
cannot build derivation '/nix/store/hjbavvknkc7k17c6nl2a4ynd9h30x4hq-perl-XML-Parser-2.44.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/1h63xicm2f5vgawlkjgixjn6bz0az7vq-intltool-0.51.0.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/9rrnbnm3bhha39i2gpgxrp9mjadzqvyc-gnome-doc-utils-0.20.10.drv': 10 dependencies couldn't be built
cannot build derivation '/nix/store/ki62lwjd409c641j6xzr9cq8kxvklrkw-shadow-4.5.drv': 11 dependencies couldn't be built
cannot build derivation '/nix/store/3czgxwc74yb54h3brlm292cpmvi9h9bb-util-linux-2.32.drv': 5 dependencies couldn't be built
cannot build derivation '/nix/store/0q3vdadzsw0iwfwjdxs381nm2fysyh2q-libSM-1.2.2.drv': 7 dependencies couldn't be built
cannot build derivation '/nix/store/9r89sr48h5hd9ffigfrf1j8ih89xl85k-libXt-1.1.5.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/12w2x4a5a3s7a320rk6pq1g1njr03b2j-xscope-1.4.1.drv': 5 dependencies couldn't be built
error: build of '/nix/store/12w2x4a5a3s7a320rk6pq1g1njr03b2j-xscope-1.4.1.drv' failed

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: pkgsMusl.xscope

Partial log (click to expand)

make[1]: Leaving directory '/build/xscope-1.4.1'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/bbsnrj9v13jmb0g5wm00mz3h4liv5310-xscope-1.4.1
shrinking /nix/store/bbsnrj9v13jmb0g5wm00mz3h4liv5310-xscope-1.4.1/bin/xscope
gzipping man pages under /nix/store/bbsnrj9v13jmb0g5wm00mz3h4liv5310-xscope-1.4.1/share/man/
strip is /nix/store/5ihkpxfwb2s4k92pdl82pg9k7dbr99k6-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/bbsnrj9v13jmb0g5wm00mz3h4liv5310-xscope-1.4.1/bin
patching script interpreter paths in /nix/store/bbsnrj9v13jmb0g5wm00mz3h4liv5310-xscope-1.4.1
checking for references to /build in /nix/store/bbsnrj9v13jmb0g5wm00mz3h4liv5310-xscope-1.4.1...
/nix/store/bbsnrj9v13jmb0g5wm00mz3h4liv5310-xscope-1.4.1

@dtzWill
Copy link
Member Author

dtzWill commented Jul 13, 2018

Success on aarch64-linux (full log)

Attempted: pkgsMusl.xscope

aarch64 builder's the real MVP!

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