Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 594298 - dev-db/percona-server - mysql_version_is_at_least: command not found on emerge --config
Summary: dev-db/percona-server - mysql_version_is_at_least: command not found on emerg...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-19 01:01 UTC by Thomas Deutschmann (RETIRED)
Modified: 2016-09-26 18:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2016-09-19 01:01:14 UTC
# emerge --config dev-db/percona-server


Configuring pkg...

 * Creating the mysql database and setting proper permissions on it ...
/var/tmp/portage/dev-db/percona-server-5.6.32.78.0/temp/environment: line 4697: mysql_version_is_at_least: command not found
 * Command: '/usr/share/mysql/scripts/mysql_install_db' '--basedir=/usr'  --loose-skip-grant-tables --loose-skip-host-cache --loose-skip-name-resolve --loose-skip-networking --loose-skip-slave-start --loose-skip-ssl --loose-skip-log-bin --loose-skip-relay-log --loose-skip-slow-query-log --loose-skip-external-locking --loose-skip-log-slave-updates --user=mysql '--datadir=///srv/mysql/data' '--tmpdir=///tmp/'
 * Starting mysqld ...
 * Command //usr/sbin/mysqld             --loose-skip-grant-tables --loose-skip-host-cache --loose-skip-name-resolve --loose-skip-networking --loose-skip-slave-start --loose-skip-ssl --loose-skip-log-bin --loose-skip-relay-log --loose-skip-slow-query-log --loose-skip-external-locking --loose-skip-log-slave-updates --user=mysql              --user=mysql            --log-warnings=0              --basedir=//usr                 --datadir=///srv/mysql/data             --max_allowed_packet=8M                 --net_buffer_length=16K                 --default-storage-engine=MyISAM               --socket=//var/run/mysqld/mysqld9094.sock               --pid-file=//var/run/mysqld/mysqld15660.pid
 *              --tmpdir=///tmp/
.2016-09-19 02:58:21 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-09-19 02:58:21 0 [Note] //usr/sbin/mysqld (mysqld 5.6.32-78.0) starting as process 6311 ...                                                                                       [ ok ]
 * Setting root password ...                                                                                                                                                           [ ok ]
 * Loading "zoneinfo", this step may require a few seconds ...
Warning: Using a password on the command line interface can be insecure.                                                                                                               [ ok ]
 * Stopping the server ...
 * Done