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

xxHash: 0.6.3.20171018 -> 0.6.4.20171222 #39109

Merged
merged 1 commit into from Apr 21, 2018

Conversation

johnchildren
Copy link
Contributor

@johnchildren johnchildren commented Apr 18, 2018

Motivation for this change

Updated version of xxHash features a library target that may be useful
for some packages.

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.

Updated version of xxHash features a library target that may be useful
for some packages.
@joachifm
Copy link
Contributor

@GrahamcOfBorg build xxHash

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: xxHash

Partial log (click to expand)

gzipping man pages under /nix/store/83brbp498pmhcbf88yw2w85c7bicgcn2-xxHash-0.6.4.20171222/share/man/
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/83brbp498pmhcbf88yw2w85c7bicgcn2-xxHash-0.6.4.20171222/lib  /nix/store/83brbp498pmhcbf88yw2w85c7bicgcn2-xxHash-0.6.4.20171222/bin
patching script interpreter paths in /nix/store/83brbp498pmhcbf88yw2w85c7bicgcn2-xxHash-0.6.4.20171222
checking for references to /build in /nix/store/83brbp498pmhcbf88yw2w85c7bicgcn2-xxHash-0.6.4.20171222...
shrinking RPATHs of ELF executables and libraries in /nix/store/k742j5ia83f8cypms6q7i2bvr062pf5p-xxHash-0.6.4.20171222-dev
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/k742j5ia83f8cypms6q7i2bvr062pf5p-xxHash-0.6.4.20171222-dev
checking for references to /build in /nix/store/k742j5ia83f8cypms6q7i2bvr062pf5p-xxHash-0.6.4.20171222-dev...
/nix/store/83brbp498pmhcbf88yw2w85c7bicgcn2-xxHash-0.6.4.20171222

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: xxHash

Partial log (click to expand)

Installing man pages
xxhash installation completed
post-installation fixup
gzipping man pages under /nix/store/v5yiyv82h9y6214vir3c5igsrh62xi41-xxHash-0.6.4.20171222/share/man/
strip is /nix/store/kdff2gim6417493yha769kh00n63lnrw-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/v5yiyv82h9y6214vir3c5igsrh62xi41-xxHash-0.6.4.20171222/lib  /nix/store/v5yiyv82h9y6214vir3c5igsrh62xi41-xxHash-0.6.4.20171222/bin
patching script interpreter paths in /nix/store/v5yiyv82h9y6214vir3c5igsrh62xi41-xxHash-0.6.4.20171222
strip is /nix/store/kdff2gim6417493yha769kh00n63lnrw-cctools-binutils-darwin/bin/strip
patching script interpreter paths in /nix/store/9b4v0g0mk5q33c19y42z6zndrpas323q-xxHash-0.6.4.20171222-dev
/nix/store/v5yiyv82h9y6214vir3c5igsrh62xi41-xxHash-0.6.4.20171222

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: xxHash

Partial log (click to expand)

gzipping man pages under /nix/store/ymf6mwad16dq0i6qdkgw4d5671yv3slm-xxHash-0.6.4.20171222/share/man/
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/ymf6mwad16dq0i6qdkgw4d5671yv3slm-xxHash-0.6.4.20171222/lib  /nix/store/ymf6mwad16dq0i6qdkgw4d5671yv3slm-xxHash-0.6.4.20171222/bin
patching script interpreter paths in /nix/store/ymf6mwad16dq0i6qdkgw4d5671yv3slm-xxHash-0.6.4.20171222
checking for references to /build in /nix/store/ymf6mwad16dq0i6qdkgw4d5671yv3slm-xxHash-0.6.4.20171222...
shrinking RPATHs of ELF executables and libraries in /nix/store/3pg0zydxwai5zdff6avlgdik7w09v2si-xxHash-0.6.4.20171222-dev
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/3pg0zydxwai5zdff6avlgdik7w09v2si-xxHash-0.6.4.20171222-dev
checking for references to /build in /nix/store/3pg0zydxwai5zdff6avlgdik7w09v2si-xxHash-0.6.4.20171222-dev...
/nix/store/ymf6mwad16dq0i6qdkgw4d5671yv3slm-xxHash-0.6.4.20171222

@joachifm
Copy link
Contributor

@GrahamcOfBorg build root haskellPackages.xxhash-ffi

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: root, haskellPackages.xxhash-ffi

Partial log (click to expand)

[ 75%] Building CXX object io/io/CMakeFiles/RIOObjs.dir/src/TMakeProject.cxx.o
[ 75%] Building CXX object io/io/CMakeFiles/RIOObjs.dir/src/TMapFile.cxx.o
[ 75%] Building CXX object io/io/CMakeFiles/RIOObjs.dir/src/TMemFile.cxx.o
[ 75%] Building CXX object io/io/CMakeFiles/RIOObjs.dir/src/TStreamerInfo.cxx.o
[ 75%] Building CXX object io/io/CMakeFiles/RIOObjs.dir/src/TStreamerInfoActions.cxx.o
[ 75%] Building CXX object io/io/CMakeFiles/RIOObjs.dir/src/TStreamerInfoReadBuffer.cxx.o
[ 75%] Building CXX object io/io/CMakeFiles/RIOObjs.dir/src/TStreamerInfoWriteBuffer.cxx.o
[ 75%] Building CXX object io/io/CMakeFiles/RIOObjs.dir/src/TZIPFile.cxx.o
building of '/nix/store/0yals5ysnfj3zzvwicd58x482lii9q53-root-6.12.06.drv' timed out after 1800 seconds
error: build of '/nix/store/0yals5ysnfj3zzvwicd58x482lii9q53-root-6.12.06.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: root, haskellPackages.xxhash-ffi

Partial log (click to expand)

/nix/store/8cy515vlxlpxhdvz11fjn78ys945zi4r-root-6.12.06/bin/rootdrawtree: interpreter directive changed from "/usr/bin/env python" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python"
/nix/store/8cy515vlxlpxhdvz11fjn78ys945zi4r-root-6.12.06/bin/rooteventselector: interpreter directive changed from "/usr/bin/env python" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python"
/nix/store/8cy515vlxlpxhdvz11fjn78ys945zi4r-root-6.12.06/bin/rootls: interpreter directive changed from "/usr/bin/env python" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python"
/nix/store/8cy515vlxlpxhdvz11fjn78ys945zi4r-root-6.12.06/bin/rootmkdir: interpreter directive changed from "/usr/bin/env python" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python"
/nix/store/8cy515vlxlpxhdvz11fjn78ys945zi4r-root-6.12.06/bin/rootmv: interpreter directive changed from "/usr/bin/env python" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python"
/nix/store/8cy515vlxlpxhdvz11fjn78ys945zi4r-root-6.12.06/bin/rootprint: interpreter directive changed from "/usr/bin/env python" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python"
/nix/store/8cy515vlxlpxhdvz11fjn78ys945zi4r-root-6.12.06/bin/rootrm: interpreter directive changed from "/usr/bin/env python" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python"
/nix/store/8cy515vlxlpxhdvz11fjn78ys945zi4r-root-6.12.06/bin/rootslimtree: interpreter directive changed from "/usr/bin/env python" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python"
/nix/store/8cy515vlxlpxhdvz11fjn78ys945zi4r-root-6.12.06/bin/prepareHistFactory: interpreter directive changed from "/bin/sh" to "/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/sh"
checking for references to /build in /nix/store/8cy515vlxlpxhdvz11fjn78ys945zi4r-root-6.12.06...

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: root

The following builds were skipped because they don't evaluate on aarch64-linux: haskellPackages.xxhash-ffi

Partial log (click to expand)

[ 76%] Building CXX object hist/hist/CMakeFiles/Hist.dir/src/TAxis.cxx.o
[ 76%] Building CXX object hist/hist/CMakeFiles/Hist.dir/src/TAxisModLab.cxx.o
[ 76%] Building CXX object hist/hist/CMakeFiles/Hist.dir/src/Haxis.cxx.o
[ 76%] Building CXX object hist/hist/CMakeFiles/Hist.dir/src/HFitInterface.cxx.o
[ 76%] Building CXX object tree/tree/CMakeFiles/Tree.dir/src/TSelectorScalar.cxx.o
[ 76%] Building CXX object tree/tree/CMakeFiles/Tree.dir/src/TSelectorList.cxx.o
[ 76%] Building CXX object tree/tree/CMakeFiles/Tree.dir/src/TSelector.cxx.o
[ 76%] Building CXX object tree/tree/CMakeFiles/Tree.dir/src/TQueryResult.cxx.o
building of '/nix/store/j9wnxz34iq55lksiyi07flr291kcs6gn-root-6.12.06.drv' timed out after 3600 seconds
�[31;1merror:�[0m build of '/nix/store/j9wnxz34iq55lksiyi07flr291kcs6gn-root-6.12.06.drv' failed

@joachifm joachifm merged commit d1cd817 into NixOS:master Apr 21, 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

3 participants