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

libbitcoin-explorer: 3.4.0 -> 3.5.0 #37210

Merged
merged 1 commit into from Mar 24, 2018

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented Mar 17, 2018

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

  • built on NixOS
  • ran /nix/store/j07vd1p6h4c5fxyiskqqvfvi902vvsn2-libbitcoin-explorer-3.5.0/bin/bx help got 0 exit code
  • found 3.5.0 with grep in /nix/store/j07vd1p6h4c5fxyiskqqvfvi902vvsn2-libbitcoin-explorer-3.5.0
  • directory tree listing: https://gist.github.com/672afbcda72ddef99aebfc49a81edc45

cc @chris-martin @asymmetric for review

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/j07vd1p6h4c5fxyiskqqvfvi902vvsn2-libbitcoin-explorer-3.5.0/bin/bx help` got 0 exit code
- found 3.5.0 with grep in /nix/store/j07vd1p6h4c5fxyiskqqvfvi902vvsn2-libbitcoin-explorer-3.5.0
- directory tree listing: https://gist.github.com/672afbcda72ddef99aebfc49a81edc45
@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: libbitcoin-explorer

Partial log (click to expand)

with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
make: *** [Makefile:2963: src/commands/libbitcoin_explorer_la-fetch-utxo.lo] Error 1
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
make: *** [Makefile:2907: src/commands/libbitcoin_explorer_la-fetch-balance.lo] Error 1
builder for '/nix/store/j62vbzxjb87s8wbq129l76sydm18np8a-libbitcoin-explorer-3.5.0.drv' failed with exit code 2
�[31;1merror:�[0m build of '/nix/store/j62vbzxjb87s8wbq129l76sydm18np8a-libbitcoin-explorer-3.5.0.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: libbitcoin-explorer

Partial log (click to expand)

 /nix/store/s28xb9v7xf6axvf4a3av2mnczws2hsdg-coreutils-8.29/bin/mkdir -p '/nix/store/mp5b83zq0vqwil9mx3fqc4igh8kmb4sc-libbitcoin-explorer-3.5.0/lib/pkgconfig'
 /nix/store/s28xb9v7xf6axvf4a3av2mnczws2hsdg-coreutils-8.29/bin/install -c -m 644 libbitcoin-explorer.pc '/nix/store/mp5b83zq0vqwil9mx3fqc4igh8kmb4sc-libbitcoin-explorer-3.5.0/lib/pkgconfig'
 /nix/store/s28xb9v7xf6axvf4a3av2mnczws2hsdg-coreutils-8.29/bin/mkdir -p '/nix/store/mp5b83zq0vqwil9mx3fqc4igh8kmb4sc-libbitcoin-explorer-3.5.0/etc/libbitcoin'
 /nix/store/s28xb9v7xf6axvf4a3av2mnczws2hsdg-coreutils-8.29/bin/install -c -m 644 data/bx.cfg '/nix/store/mp5b83zq0vqwil9mx3fqc4igh8kmb4sc-libbitcoin-explorer-3.5.0/etc/libbitcoin'
make[1]: Leaving directory '/private/tmp/nix-build-libbitcoin-explorer-3.5.0.drv-0/source'
post-installation fixup
strip is /nix/store/vb6mgjqgd9h11nbv60fvrp1ls9nxck2y-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/mp5b83zq0vqwil9mx3fqc4igh8kmb4sc-libbitcoin-explorer-3.5.0/lib  /nix/store/mp5b83zq0vqwil9mx3fqc4igh8kmb4sc-libbitcoin-explorer-3.5.0/bin
patching script interpreter paths in /nix/store/mp5b83zq0vqwil9mx3fqc4igh8kmb4sc-libbitcoin-explorer-3.5.0
/nix/store/mp5b83zq0vqwil9mx3fqc4igh8kmb4sc-libbitcoin-explorer-3.5.0

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: libbitcoin-explorer

Partial log (click to expand)

  CXX      src/commands/libbitcoin_explorer_la-tx-decode.lo
  CXX      src/commands/libbitcoin_explorer_la-tx-encode.lo
  CXX      src/commands/libbitcoin_explorer_la-tx-sign.lo
  CXX      src/commands/libbitcoin_explorer_la-uri-decode.lo
  CXX      src/commands/libbitcoin_explorer_la-uri-encode.lo
  CXX      src/commands/libbitcoin_explorer_la-validate-tx.lo
  CXX      src/commands/libbitcoin_explorer_la-watch-address.lo
  CXX      src/commands/libbitcoin_explorer_la-watch-stealth.lo
building of '/nix/store/cq08smk3wcm92mv4gx2jy54lqnjsy8yf-libbitcoin-explorer-3.5.0.drv' timed out after 3600 seconds
error: build of '/nix/store/cq08smk3wcm92mv4gx2jy54lqnjsy8yf-libbitcoin-explorer-3.5.0.drv' failed

@asymmetric
Copy link
Contributor

LGTM 👍

@matthewbauer matthewbauer merged commit b9870fe into NixOS:master Mar 24, 2018
@ryantm ryantm deleted the auto-update/libbitcoin-explorer branch March 24, 2018 02:14
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

4 participants