Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38742 - Wrong Prefix in Kdevelop 3.0.0_rc1 ebuild
Summary: Wrong Prefix in Kdevelop 3.0.0_rc1 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-19 11:43 UTC by marco
Modified: 2004-01-19 11:51 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 marco 2004-01-19 11:43:29 UTC
if installing kdevelop 3.0.0_rc1 the prefix for all paths is /
and so it will not start

Reproducible: Always
Steps to Reproduce:
1. emerge ">=kdevelop-3.0.0_rc12
2.
3.

Actual Results:  
i added
 
src_compile(){

    econf --prefix=${KDEDIR} $myconf
    emake
}


Expected Results:  
why the standard prefix is /  ???
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-01-19 11:51:43 UTC
yeah, i caught it - fixed now in portage.