Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308491 - dev-db/mysql-5.1.41-r1 installs PBXT to the wrong directory
Summary: dev-db/mysql-5.1.41-r1 installs PBXT to the wrong directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-08 17:17 UTC by Brian Evans (RETIRED)
Modified: 2010-03-15 19:06 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 Brian Evans (RETIRED) gentoo-dev 2010-03-08 17:17:44 UTC
With USE=pbxt:

In the eclass, pbxt_src_configure uses --libdir=${MY_LIBDIR}.

However, this causes the pbxt_src_install function to install to /usr/$(get_libdir)/mysql/mysql/plugin

The correct setting should be --libdir=/usr/$(get_libdir)
This will have pbxt_src_install function install to /usr/$(get_libdir)/mysql/plugin which is the expected result.



Reproducible: Always
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-03-15 19:06:16 UTC
Fixed in CVS.