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

Bug 561070

Summary: mysql-cmake.eclass - mysql-cmake_disable_test should create disabled.def in t sub directory when t exists
Product: Gentoo Linux Reporter: Thomas Deutschmann (RETIRED) <whissi>
Component: EclassesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Use t dir when possible

Description Thomas Deutschmann (RETIRED) gentoo-dev 2015-09-21 19:28:35 UTC
Created attachment 412490 [details, diff]
Use t dir when possible

Hi,

this will fix the root cause for bug 561024 (the reason why the test weren't disabled like expected), see bug 561024 comment #3 for detailed analysis.

Because the last for loop (mysql_disabled_dir) will use the first directory which exists we must check for the t sub directory first.
Comment 1 Brian Evans (RETIRED) gentoo-dev 2019-04-09 14:44:19 UTC
Eclass removed