Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692482 - dev-db/mariadb-5.5.65: Wrong path in my.cnf-5.5
Summary: dev-db/mariadb-5.5.65: Wrong path in my.cnf-5.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-18 22:08 UTC by Maxim Britov
Modified: 2019-11-12 14:11 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 Maxim Britov 2019-08-18 22:08:49 UTC
fgrep share/mysql my.cnf-5.5 

character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
lc_messages_dir			= @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql

equery l dev-db/mariadb
[IP-] [  ] dev-db/mariadb-5.5.65:0/18

equery -N f dev-db/mariadb|fgrep share/mysql

equery -N f dev-db/mariadb|fgrep share/mariadb
/usr/share/mariadb
/usr/share/mariadb/SELinux
/usr/share/mariadb/SELinux/mariadb.te
/usr/share/mariadb/SELinux/rhel4-mysql.fc
/usr/share/mariadb/SELinux/rhel4-mysql.te
/usr/share/mariadb/binary-configure
/usr/share/mariadb/charsets
/usr/share/mariadb/charsets/Index.xml
/usr/share/mariadb/charsets/README
/usr/share/mariadb/charsets/armscii8.xml
/usr/share/mariadb/charsets/ascii.xml
/usr/share/mariadb/charsets/cp1250.xml
/usr/share/mariadb/charsets/cp1251.xml
/usr/share/mariadb/charsets/cp1256.xml
/usr/share/mariadb/charsets/cp1257.xml
/usr/share/mariadb/charsets/cp850.xml
/usr/share/mariadb/charsets/cp852.xml
/usr/share/mariadb/charsets/cp866.xml
/usr/share/mariadb/charsets/dec8.xml
.... skipped


rc-service mysql start
 * Caching service dependencies ...                                                                                                                                                                          [ ok ]
 * Checking mysqld configuration for mysql ...
190819  0:49:32 [ERROR] Can't find messagefile '/usr/share/mysql/errmsg.sys'
190819  0:49:32 [ERROR] Aborting

 * mysql config check failed                                                                                                                                                                                 [ !! ]
 * ERROR: mysql failed to start
Comment 1 Larry the Git Cow gentoo-dev 2019-11-12 14:11:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71231e36dc2daf85584b930da13f062b00d2e38

commit e71231e36dc2daf85584b930da13f062b00d2e38
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2019-11-12 14:11:04 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2019-11-12 14:11:04 +0000

    dev-db/mariadb: Fix references to character sets in 5.5
    
    Closes: https://bugs.gentoo.org/692482
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 dev-db/mariadb/files/my.cnf-5.5 | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)