← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 1528583] Re: [FFe] Please update to MySQL 5.7 series

 

** Description changed:

  upgrade to MySQL 5.7.10 and above, Ubuntu 16.04
  
  [Transition Status]
+ 
+ https://bugs.launchpad.net/ubuntu/+bugs?field.tag=mysql-5.7-transition
  
  Test in ppa:mysql-ubuntu/mysql-5.7. We included all reverse build
  depends of libmysqlclient-dev and all reverse depends of
  libmysqlclient18. Could there be anything else that we've missed?
  Packages that did not rebuild smoothly are:
  
  plugin_auth_common.h: fix agreed, patch to mysql-5.7 uploaded to bug 1565414:
  * anope - fixed with patch
  * cctools - fixed with patch
  * cvm - fixed with patch
  * dsyslog - fixed with patch, but hit libmysqlclient_r issue
  * gentle - fixed with patch
  * kamailio - fixed with patch
  * libdbi-drivers - hides other issue. Needs more investigation
  * mailutils - fixed with patch
  * mysqlmail - fixed with patch
  * opensmtpd-extras - fixed with patch
  * libodb-mysql - fixed with patch
  
  libmysqlclient_r: replaced by libmysqlclient, need to link against that instead, so needs patching for: (bug 1564871) - Robie
  * cacti-spine: fixed
  * dsyslog: (revealed after fixing header include path)
  * hhvm: fixed, but hit isnan issue
  * icinga2: fixed
  * mysql++: pending; hit autoreconf issue
  * resiprocate
  * sysbench; when fixed, hit autoreconf issue
  * tarantool-lts
  * tango - Fails in a weird way. Instead of complaining that it can't find libmysqlclient_r, it just doesn't build a couple of essential binaries, so the error is from dh_install
  
  test failures:
  * cfengine3: FAILING (archive: all archs; PPA: all archs) - Lars
  * libgda5: FAILING - (archive: i386,amd64,s390x; PPA: all archs) - Lars
  * lighttpd: FAILING - (archive: arm64,s390x; PPA: all archs) - Lars
    This seems unstable. On my test box (amd64) it was failing yesterday, but now it's passing
  
  uses internal client functions:
  * myodbc: needs version bump; looks difficult/invasive. Bug 1564856. Needs patch (upstream working on it) and packaging update (Lars).
  * mysql-proxy: mysql-proxy has been replaced by mysql-router. Suggestion from upstream is to drop it from the release
  * mysql-workbench: WB is updated to 6.3.6 in the ppa, and connector-c++ to 1.1.7. Both green, but still not certain if more of the patches from older versions should be included - Lars
  * net-snmp: fixed with patch uploaded to bug 1565003 - Norvald
  * pure-ftpd: uses make_scrambled_password function. We might export - Norvald?
  
  maybe not mysql-related (missing symbols may be things that used to leak from the client library):
  * gnokii: compile error (archive: FTBFS all archs)
  * kannel-sqlbox: configure error: Kannel gwlib is required! (archive: all OK) - This is now green in the ppa without any updates to it (that I can see)
  * kodi (compile error: isnan)
  * libreoffice (compile error: isnan): pending rebuild test
  * netopng: not needed (same missing archs as archive)
  * php5: not needed (pending deletion)
  * zoneminder: FTBFS on powerpc because vlc FTBFS on powerpc
  
  other:
  * coturn - warning in client_plugin.h + -Werror? (PPA: FTBFS on armhf only; archive: no FTBFS)

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythtv in Ubuntu.
https://bugs.launchpad.net/bugs/1528583

Title:
  [FFe] Please update to MySQL 5.7 series

Status in mysql-5.7 package in Ubuntu:
  In Progress
Status in mythbuntu-live-autostart package in Ubuntu:
  Fix Released
Status in mythtv package in Ubuntu:
  Fix Released

Bug description:
  upgrade to MySQL 5.7.10 and above, Ubuntu 16.04

  [Transition Status]

  https://bugs.launchpad.net/ubuntu/+bugs?field.tag=mysql-5.7-transition

  Test in ppa:mysql-ubuntu/mysql-5.7. We included all reverse build
  depends of libmysqlclient-dev and all reverse depends of
  libmysqlclient18. Could there be anything else that we've missed?
  Packages that did not rebuild smoothly are:

  plugin_auth_common.h: fix agreed, patch to mysql-5.7 uploaded to bug 1565414:
  * anope - fixed with patch
  * cctools - fixed with patch
  * cvm - fixed with patch
  * dsyslog - fixed with patch, but hit libmysqlclient_r issue
  * gentle - fixed with patch
  * kamailio - fixed with patch
  * libdbi-drivers - hides other issue. Needs more investigation
  * mailutils - fixed with patch
  * mysqlmail - fixed with patch
  * opensmtpd-extras - fixed with patch
  * libodb-mysql - fixed with patch

  libmysqlclient_r: replaced by libmysqlclient, need to link against that instead, so needs patching for: (bug 1564871) - Robie
  * cacti-spine: fixed
  * dsyslog: (revealed after fixing header include path)
  * hhvm: fixed, but hit isnan issue
  * icinga2: fixed
  * mysql++: pending; hit autoreconf issue
  * resiprocate
  * sysbench; when fixed, hit autoreconf issue
  * tarantool-lts
  * tango - Fails in a weird way. Instead of complaining that it can't find libmysqlclient_r, it just doesn't build a couple of essential binaries, so the error is from dh_install

  test failures:
  * cfengine3: FAILING (archive: all archs; PPA: all archs) - Lars
  * libgda5: FAILING - (archive: i386,amd64,s390x; PPA: all archs) - Lars
  * lighttpd: FAILING - (archive: arm64,s390x; PPA: all archs) - Lars
    This seems unstable. On my test box (amd64) it was failing yesterday, but now it's passing

  uses internal client functions:
  * myodbc: needs version bump; looks difficult/invasive. Bug 1564856. Needs patch (upstream working on it) and packaging update (Lars).
  * mysql-proxy: mysql-proxy has been replaced by mysql-router. Suggestion from upstream is to drop it from the release
  * mysql-workbench: WB is updated to 6.3.6 in the ppa, and connector-c++ to 1.1.7. Both green, but still not certain if more of the patches from older versions should be included - Lars
  * net-snmp: fixed with patch uploaded to bug 1565003 - Norvald
  * pure-ftpd: uses make_scrambled_password function. We might export - Norvald?

  maybe not mysql-related (missing symbols may be things that used to leak from the client library):
  * gnokii: compile error (archive: FTBFS all archs)
  * kannel-sqlbox: configure error: Kannel gwlib is required! (archive: all OK) - This is now green in the ppa without any updates to it (that I can see)
  * kodi (compile error: isnan)
  * libreoffice (compile error: isnan): pending rebuild test
  * netopng: not needed (same missing archs as archive)
  * php5: not needed (pending deletion)
  * zoneminder: FTBFS on powerpc because vlc FTBFS on powerpc

  other:
  * coturn - warning in client_plugin.h + -Werror? (PPA: FTBFS on armhf only; archive: no FTBFS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1528583/+subscriptions