Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124025 - mysql-5.0.18-r30 automake-1.9 compile error
Summary: mysql-5.0.18-r30 automake-1.9 compile error
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-24 20:08 UTC by Gabriel Luci
Modified: 2006-02-25 04:10 UTC (History)
1 user (show)

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 Gabriel Luci 2006-02-24 20:08:53 UTC
The document at http://www.gentoo.org/doc/en/mysql-upgrade-slotted.xml does not mention that automake-1.8* is required to install mysql-5.0.18-r30. I originally had only automake-1.9 installed and the merge failed looking for aclocal-1.8. After merging automake-1.8* all went well.

I believe this is because Makefile.in in the mysql-5.0.18-r30 source was built with automake-1.8*

Mentioning this in the document will spare others the research into the issue.
Comment 1 Chris White (RETIRED) gentoo-dev 2006-02-24 20:15:25 UTC
Not a docs bug, this is something that should be fixed and not mentioned about.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-02-25 04:10:10 UTC
(In reply to comment #0)

> I originally had only automake-1.9 installed and the merge failed looking for
> aclocal-1.8. After merging automake-1.8* all went well.

Not possible on a sane system. automake-wrapper depends on all slotted versions of automake.

RDEPEND="=sys-devel/automake-1.4*
        =sys-devel/automake-1.5*
        =sys-devel/automake-1.6*
        =sys-devel/automake-1.7*
        =sys-devel/automake-1.8.5-r3
        =sys-devel/automake-1.9*"