Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513710 - dev-db/mariadb: should utilize USE=bindist
Summary: dev-db/mariadb: should utilize USE=bindist
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: 2014-06-18 16:48 UTC by SpanKY
Modified: 2014-06-20 00:12 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 SpanKY gentoo-dev 2014-06-18 16:48:15 UTC
the mysql-cmake.eclass blindly sets -DNOT_FOR_DISTRIBUTION=1.  this really needs to be behind USE=bindist.

along those lines, when USE=bindist is enabled for maridab builds, it should:
 - disable libbfd usage
 - disable external libreadline usage and use the internal copy
Comment 1 Brian Evans (RETIRED) gentoo-dev 2014-06-18 17:53:50 UTC
I guess the same would have to be true for dev-db/mysql as well then.

Oracle doesn't create a NOT_FOR_DISTRIBUTION option for cmake but it does the same linkings.  (The point was compatibility.)

I'll get to work on this request.
Comment 2 Brian Evans (RETIRED) gentoo-dev 2014-06-20 00:12:50 UTC
Fixed in latest eclass commit