Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305359 - app-admin/eselect-maven is whitelisted but not prefix-aware
Summary: app-admin/eselect-maven is whitelisted but not prefix-aware
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 302535
  Show dependency tree
 
Reported: 2010-02-16 08:03 UTC by calculuspenguin
Modified: 2010-02-26 17:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild bump to correct ROOT->EROOT (eselect-maven-0.1-r1.ebuild,851 bytes, text/plain)
2010-02-16 08:05 UTC, calculuspenguin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description calculuspenguin 2010-02-16 08:03:43 UTC
The whitelist in the prefix portage tree includes app-admin/eselect-maven.  However, eselect-maven is still set to look in ${ROOT} as opposed to ${EROOT}.  This fails on prefix based systems.
Comment 1 calculuspenguin 2010-02-16 08:05:43 UTC
Created attachment 219869 [details]
ebuild bump to correct ROOT->EROOT

The attached ebuild can be used to make eselect-maven prefix-aware.
Comment 2 Ulrich Müller gentoo-dev 2010-02-16 16:39:59 UTC
Also I think that the following line in set_symlink() is not correct:
    ln -s "${ROOT}/usr/bin/${target}" "${MVN}"

The first argument should just be "${target}" otherwise ${ROOT} is included in the symlink.
Comment 3 Fabian Groffen gentoo-dev 2010-02-26 17:18:06 UTC
thanks, fixed