From c75ca1e8791a5ccd9ce2f298a8490e4f4ad61d68 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 18 Feb 2019 08:58:08 -0500 Subject: New news item for MySQL-like servers This forewarns sysadmins to take action on local machines as dependencies change in packages away from automatic server installations. Most packages are going to only install the libraries by default. Signed-off-by: Brian Evans --- .../2019-02-13-virtual-mysql-depenedency.en.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 2019-02-13-virtual-mysql-depenedency/2019-02-13-virtual-mysql-depenedency.en.txt diff --git a/2019-02-13-virtual-mysql-depenedency/2019-02-13-virtual-mysql-depenedency.en.txt b/2019-02-13-virtual-mysql-depenedency/2019-02-13-virtual-mysql-depenedency.en.txt new file mode 100644 index 0000000..29258de --- /dev/null +++ b/2019-02-13-virtual-mysql-depenedency/2019-02-13-virtual-mysql-depenedency.en.txt @@ -0,0 +1,19 @@ +Title: MySQL server and library dependency shift +Author: Brian Evans +Posted: 2019-02-13 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Installed: virtual/mysql + +Due to the complexity of supporting multiple client libraries, +the Gentoo MySQL maintainers have decided to drop dependencies on the +server installation where it is not absolutely necessary. + +This will mean that packages might not automatically install the server +as a dependency since it does not have to exist on the local machine. + +To ensure uninterrupted service, verify that the server package, +such as dev-db/mariadb, dev-db/mysql, etc, is included in the world file +where it is in operation. This can be accomplished by running emerge +with the --noreplace option. +Eg.: emerge --noreplace dev-db/mariadb -- cgit v1.2.3-18-g5258