Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20385 - mysql-4 pdepends DBD-mysql depends mysql-3
Summary: mysql-4 pdepends DBD-mysql depends mysql-3
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-03 09:04 UTC by TrippyZ
Modified: 2003-05-04 04:54 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 TrippyZ 2003-05-03 09:04:26 UTC
bash-2.05b# ACCEPT_KEYWORD="~86" emerge -p mysql-4.0.12.ebuild
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild  N   ] dev-db/mysql-4.0.12
[ebuild  N   ] dev-db/mysql-3.23.56
[ebuild  N   ] dev-perl/DBD-mysql-2.1013-r1

make.conf:
USE="acpi alsa -crypt -encode gphoto2 -gpm gtk2 imap innodb java -kde -nls -pam
-qt -spell -ssl -tcpd usb"

If I add -perl to use flags it okay.  

I do not understand why PDEPEND is in there for mysql-4.


Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORD="~86" emerge -p mysql-4.0.12.ebuild



Expected Results:  
install mysql-4 only
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-05-03 22:03:25 UTC
If you set ACCEPT_KEYWORD="~x86" in your make.conf, and do 'emerge -p mysql', could you show me the output please?

Could you also include 'emerge info' ?
Comment 2 TrippyZ 2003-05-04 04:54:50 UTC
ACCEPT_KEYWORD="~86" emerge -p mysql-4.0.12.ebuild

I was not typing the above line correctly, I should have typed "~x86" not "~86".

Then it works correctly.

Thanks for your time, and I am sorry for wasting yours.