Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18104 - ezmlm-idx-mysql ebuild update attached/wrong docroot
Summary: ezmlm-idx-mysql ebuild update attached/wrong docroot
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-24 14:41 UTC by Bram
Modified: 2003-09-20 15:30 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 Bram 2003-03-24 14:41:40 UTC
It just gets installed in /usr/bin but with internal pointers to
/tmp/portage/blah blah/files

Here's what you have to change in the ebuild :

in this part: 
src_install () {
        install -d ${D}/usr/bin ${D}/usr/share/man
        echo "${D}/usr/bin" > conf-bin
        echo "${D}/usr/share/man" > conf-man
        make setup || die
}

remove the ${D} in the echo thing.
This might break things but don't have time to look further ATM, works on my
machine.
Comment 1 Seth Chandler 2003-03-24 21:27:51 UTC
this is NOT a keychain bug...c'mon guys =) 
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-06-12 01:57:58 UTC
Putting this in the correct location.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-20 15:30:03 UTC
this appears to have been fixed a long time ago.