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

sqlite{,-analyzer}: 2.23.1 -> 2.24.0 #41780

Merged
merged 1 commit into from Jun 15, 2018

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Jun 10, 2018

https://sqlite.org/releaselog/3_24_0.html

  • 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/)
  • Fits CONTRIBUTING.md.

@xeji
Copy link
Contributor

xeji commented Jun 10, 2018

@GrahamcOfBorg build sqlite sqlite-analyzer

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: sqlite, sqlite-analyzer

Partial log (click to expand)

installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/738pvp9f5902sm7w53f7phzr4sda2rfn-sqlite-analyzer-3.24.0
shrinking /nix/store/738pvp9f5902sm7w53f7phzr4sda2rfn-sqlite-analyzer-3.24.0/bin/sqlite3_analyzer
strip is /nix/store/4mf2xm9p32lzrim927yk92xhx35yaz62-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/738pvp9f5902sm7w53f7phzr4sda2rfn-sqlite-analyzer-3.24.0/bin
patching script interpreter paths in /nix/store/738pvp9f5902sm7w53f7phzr4sda2rfn-sqlite-analyzer-3.24.0
checking for references to /build in /nix/store/738pvp9f5902sm7w53f7phzr4sda2rfn-sqlite-analyzer-3.24.0...
/nix/store/v52qh0g69d6nxq4vcb7bgps13fmyk6jw-sqlite-3.24.0-bin
/nix/store/738pvp9f5902sm7w53f7phzr4sda2rfn-sqlite-analyzer-3.24.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: sqlite, sqlite-analyzer

Partial log (click to expand)

separating debug info from /nix/store/96s53rmhvd9r66mg2cc8s63myj1vd18b-sqlite-3.24.0/lib/libsqlite3.so.0.8.6 (build ID b1587f52c50e5fd699b71d8c47df8a4f6d48c4e6)
shrinking RPATHs of ELF executables and libraries in /nix/store/96s53rmhvd9r66mg2cc8s63myj1vd18b-sqlite-3.24.0
shrinking /nix/store/96s53rmhvd9r66mg2cc8s63myj1vd18b-sqlite-3.24.0/lib/libsqlite3.so.0.8.6
patching script interpreter paths in /nix/store/96s53rmhvd9r66mg2cc8s63myj1vd18b-sqlite-3.24.0
checking for references to /build in /nix/store/96s53rmhvd9r66mg2cc8s63myj1vd18b-sqlite-3.24.0...
shrinking RPATHs of ELF executables and libraries in /nix/store/x08v2lmsy3rmxn6bhjbfnk8pci9pqhl4-sqlite-3.24.0-debug
patching script interpreter paths in /nix/store/x08v2lmsy3rmxn6bhjbfnk8pci9pqhl4-sqlite-3.24.0-debug
checking for references to /build in /nix/store/x08v2lmsy3rmxn6bhjbfnk8pci9pqhl4-sqlite-3.24.0-debug...
/nix/store/sv6vwjyly192hfvrj7ac24hqw9s1bxw7-sqlite-3.24.0-bin
/nix/store/rf83jc45icm69b5s0vmy1d3c4licdcrf-sqlite-analyzer-3.24.0

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: sqlite, sqlite-analyzer

Partial log (click to expand)

cannot build derivation '/nix/store/5k8cg2bgdg0wqs15cnard8c5g61hychm-unzip-6.0.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/7zd440adp3hgagm85c203rd43m1dky9v-openssl-1.0.2o.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/lkgnd75zfq6na9mxl70r8wajldv9rwls-libssh2-1.8.0.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/1pnjjwmjrx4q7fysk55h4qpx5d9rjhwa-nghttp2-1.32.0.drv': 7 dependencies couldn't be built
cannot build derivation '/nix/store/gma1ryp9ly6hrjnyk752xvj76hq5mm8m-curl-7.60.0.drv': 8 dependencies couldn't be built
cannot build derivation '/nix/store/banc18769cv00kqk2awdxnzi6bhjv9k2-sqlite-autoconf-3240000.tar.gz.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/4byrmbw3ab1m0gbg3fzgl2kw334n3psx-sqlite-src-3240000.zip.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/4xav419nj8czqqjwaq2w2bq0v7a2nqsp-sqlite-3.24.0.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/ww6j420ww2inw2892jad51s5dcjxmvnn-sqlite-analyzer-3.24.0.drv': 5 dependencies couldn't be built
error: build of '/nix/store/4xav419nj8czqqjwaq2w2bq0v7a2nqsp-sqlite-3.24.0.drv', '/nix/store/ww6j420ww2inw2892jad51s5dcjxmvnn-sqlite-analyzer-3.24.0.drv' failed

@lukateras lukateras merged commit ea778dc into NixOS:staging Jun 15, 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

4 participants