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

mysql55: 5.5.58 -> 5.5.60; mysql57: 5.7.20 -> 5.7.22 #41206

Merged
merged 4 commits into from May 29, 2018
Merged

Conversation

orivej
Copy link
Contributor

@orivej orivej commented May 29, 2018

Motivation for this change

Latest updates. (See commit messages for details.)

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 some binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@orivej
Copy link
Contributor Author

orivej commented May 29, 2018

@GrahamcOfBorg build mysql55 mysql57 libmysqlconnectorcpp

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: mysql55, mysql57

Partial log (click to expand)

  case DATA_VARCHAR:
  ^~~~
[ 69%] Linking CXX static library libinnobase_embedded.a
[ 69%] Built target innobase_embedded
[ 69%] Linking CXX static library libinnobase.a
[ 69%] Built target innobase
make[1]: *** [CMakeFiles/Makefile2:4664: libmysqld/CMakeFiles/sql_embedded.dir/all] Error 2
make: *** [Makefile:163: all] Error 2
builder for '/nix/store/2qrw4hbs8790g0m0vnvvybf49c7sjg4i-mysql-5.5.60.drv' failed with exit code 2
�[31;1merror:�[0m build of '/nix/store/2qrw4hbs8790g0m0vnvvybf49c7sjg4i-mysql-5.5.60.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: mysql55, mysql57

Partial log (click to expand)

these derivations will be built:
  /nix/store/myaknfp6jb5bbh7wsi00bp607h6g0rwr-mysql-5.5.60.drv
  /nix/store/wq44j95919qb0rdna0z2ms7zpqjqa271-mysql-5.7.22.drv
waiting for locks or build slots...
/nix/store/d72fzgp75malq2lb137hbfs42d7hhi0m-mysql-5.5.60
/nix/store/w4l9xrsdgqjl2qs8vq9wvk9l9qlly09h-mysql-5.7.22

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: mysql55, mysql57, libmysqlconnectorcpp

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/9yp6chfvy3xx6b5aw3q0hgz2zifizx7q-libmysqlconnectorcpp-1.1.9
shrinking /nix/store/9yp6chfvy3xx6b5aw3q0hgz2zifizx7q-libmysqlconnectorcpp-1.1.9/lib/libmysqlcppconn.so.7.1.1.9
strip is /nix/store/92d2ifxcni4n3zx9s8wnkcjlvnx5ajlc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/9yp6chfvy3xx6b5aw3q0hgz2zifizx7q-libmysqlconnectorcpp-1.1.9/lib
patching script interpreter paths in /nix/store/9yp6chfvy3xx6b5aw3q0hgz2zifizx7q-libmysqlconnectorcpp-1.1.9
checking for references to /build in /nix/store/9yp6chfvy3xx6b5aw3q0hgz2zifizx7q-libmysqlconnectorcpp-1.1.9...
/nix/store/d72fzgp75malq2lb137hbfs42d7hhi0m-mysql-5.5.60
/nix/store/w4l9xrsdgqjl2qs8vq9wvk9l9qlly09h-mysql-5.7.22
/nix/store/9yp6chfvy3xx6b5aw3q0hgz2zifizx7q-libmysqlconnectorcpp-1.1.9

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: mysql55, mysql57, libmysqlconnectorcpp

Partial log (click to expand)

-- Installing: /nix/store/9603gckjdjyqny9rj49win4kni0w5ks8-libmysqlconnectorcpp-1.1.9/include/mysql_driver.h
-- Installing: /nix/store/9603gckjdjyqny9rj49win4kni0w5ks8-libmysqlconnectorcpp-1.1.9/include/mysql_error.h
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/9603gckjdjyqny9rj49win4kni0w5ks8-libmysqlconnectorcpp-1.1.9
shrinking /nix/store/9603gckjdjyqny9rj49win4kni0w5ks8-libmysqlconnectorcpp-1.1.9/lib/libmysqlcppconn.so.7.1.1.9
strip is /nix/store/8yfik687kfccisxnad42j19lfb7ij9b4-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/9603gckjdjyqny9rj49win4kni0w5ks8-libmysqlconnectorcpp-1.1.9/lib
patching script interpreter paths in /nix/store/9603gckjdjyqny9rj49win4kni0w5ks8-libmysqlconnectorcpp-1.1.9
checking for references to /build in /nix/store/9603gckjdjyqny9rj49win4kni0w5ks8-libmysqlconnectorcpp-1.1.9...
�[31;1merror:�[0m build of '/nix/store/2qrw4hbs8790g0m0vnvvybf49c7sjg4i-mysql-5.5.60.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: mysql55, mysql57, libmysqlconnectorcpp

Partial log (click to expand)

-- Installing: /nix/store/lyb8pgnf7zmvbqgf7gvgnl978kiy8vv7-libmysqlconnectorcpp-1.1.9/include/mysql_connection.h
-- Installing: /nix/store/lyb8pgnf7zmvbqgf7gvgnl978kiy8vv7-libmysqlconnectorcpp-1.1.9/include/mysql_driver.h
-- Installing: /nix/store/lyb8pgnf7zmvbqgf7gvgnl978kiy8vv7-libmysqlconnectorcpp-1.1.9/include/mysql_error.h
post-installation fixup
strip is /nix/store/r5mcn9vqq80v5pfqp45d7290cis7dwp4-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/lyb8pgnf7zmvbqgf7gvgnl978kiy8vv7-libmysqlconnectorcpp-1.1.9/lib
patching script interpreter paths in /nix/store/lyb8pgnf7zmvbqgf7gvgnl978kiy8vv7-libmysqlconnectorcpp-1.1.9
/nix/store/ln9vav49mgh786f9i5smw294fyli1lnf-mysql-5.5.60
/nix/store/gs5lpid3s07q0q5i72bkny36bx2sw4vy-mysql-5.7.22
/nix/store/lyb8pgnf7zmvbqgf7gvgnl978kiy8vv7-libmysqlconnectorcpp-1.1.9

It does not contain any of the versions currently in Nixpkgs.
mysql-test-run.pl.1 no longer exists.

Do not install and immediately delete mysql-test and sql-bench.
Do not SKIP_BUILD_RPATH to let libmysql_api_test run during the build.

There is no WITH_UNITTEST, but there is WITH_UNIT_TESTS.

Do not install and immediately delete mysql-test.

There is no "basedir=" in mysql_install_db.
@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: mysql55, mysql57

Partial log (click to expand)

/nix/store/gs5lpid3s07q0q5i72bkny36bx2sw4vy-mysql-5.7.22/lib/libmysqlclient.20.dylib: fixing dylib
/nix/store/gs5lpid3s07q0q5i72bkny36bx2sw4vy-mysql-5.7.22/lib/libmysqlclient.20.dylib: fixing dylib
/nix/store/gs5lpid3s07q0q5i72bkny36bx2sw4vy-mysql-5.7.22/lib/libmysqlclient.20.dylib: fixing dylib
/nix/store/gs5lpid3s07q0q5i72bkny36bx2sw4vy-mysql-5.7.22/lib/libmysqlclient.20.dylib: fixing dylib
/nix/store/gs5lpid3s07q0q5i72bkny36bx2sw4vy-mysql-5.7.22/lib/libmysqlclient.20.dylib: fixing dylib
strip is /nix/store/r5mcn9vqq80v5pfqp45d7290cis7dwp4-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/cc6ijz5l6xymyzd9dk6zr97lar2bn509-mysql-5.7.22-static/lib
patching script interpreter paths in /nix/store/cc6ijz5l6xymyzd9dk6zr97lar2bn509-mysql-5.7.22-static
/nix/store/ln9vav49mgh786f9i5smw294fyli1lnf-mysql-5.5.60
/nix/store/gs5lpid3s07q0q5i72bkny36bx2sw4vy-mysql-5.7.22

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