Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 460382 - isolated-functions.sh - default PORTAGE_BIN_PATH should be prefixed
Summary: isolated-functions.sh - default PORTAGE_BIN_PATH should be prefixed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-05 07:22 UTC by Justin Lecher (RETIRED)
Modified: 2013-04-02 17:04 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 Justin Lecher (RETIRED) gentoo-dev 2013-03-05 07:22:43 UTC
When sourcing isolated-functions.sh on prefix I see this:

/opt/scisoft/usr/lib/portage/bin/isolated-functions.sh: line 5: /usr/lib/portage/bin/eapi.sh: No such file or directory
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-03-06 16:48:45 UTC
(In reply to comment #0)
> When sourcing isolated-functions.sh on prefix I see this:
> 
> /opt/scisoft/usr/lib/portage/bin/isolated-functions.sh: line 5:
> /usr/lib/portage/bin/eapi.sh: No such file or directory

What kind of path is that? A symlink to /usr/lib/portage/bin/ perhaps?
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2013-03-06 16:56:36 UTC
Sorry for not assigning it directly.

/usr/lib/portage/bin/isolated-functions.sh

has in line 5

source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}/eapi.sh"

the default PATH should be prefixed.
Comment 3 Fabian Groffen gentoo-dev 2013-03-31 10:03:46 UTC
thanks committed fix
Comment 4 Fabian Groffen gentoo-dev 2013-04-02 17:04:50 UTC
committed in 2.2.01.21890, thanks