Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 510518

Summary: [mysql-overlay] =dev-db/percona-server-5.6.17.65.0: mysql-cmake.eclass installs old my.cnf from 5.5
Product: Gentoo Linux Reporter: Thomas Deutschmann (RETIRED) <whissi>
Component: [OLD] ServerAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Deutschmann (RETIRED) gentoo-dev 2014-05-17 00:17:03 UTC
Hi,

1) There's a "dev-db/percona-server/files/my.cnf-5.6" file in the mysql overlay [1], but when you install percona-server from the overlay, it will use the my.cnf-5.5 file.

2) Also the sed command [2] isn't checked for errors (missing die?)


[1] http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=blob;f=dev-db/percona-server/files/my.cnf-5.6;hb=HEAD

[2] http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=blob;f=eclass/mysql-cmake.eclass;hb=HEAD#l410

Reproducible: Always
Comment 1 Brian Evans (RETIRED) gentoo-dev 2014-05-17 00:59:56 UTC
(In reply to Thomas D. from comment #0)
> Hi,
> 
> 1) There's a "dev-db/percona-server/files/my.cnf-5.6" file in the mysql
> overlay [1], but when you install percona-server from the overlay, it will
> use the my.cnf-5.5 file.

This is intentional as the my.cnf-5.6 was added in error.

> 
> 2) Also the sed command [2] isn't checked for errors (missing die?)

Fixed