Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561070 - mysql-cmake.eclass - mysql-cmake_disable_test should create disabled.def in t sub directory when t exists
Summary: mysql-cmake.eclass - mysql-cmake_disable_test should create disabled.def in t...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-21 19:28 UTC by Thomas Deutschmann (RETIRED)
Modified: 2019-04-09 14:44 UTC (History)
0 users

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


Attachments
Use t dir when possible (use-t-dir-when-possible.patch,560 bytes, patch)
2015-09-21 19:28 UTC, Thomas Deutschmann (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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