Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271427 - app-admin/eselect-boost is broken
Summary: app-admin/eselect-boost is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-27 16:02 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2009-05-27 18:42 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 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-05-27 16:02:29 UTC
creates broken symlinks...

%% ls -l boost
lrwxrwxrwx 1 jolexa minstaff 45 2009-05-27 11:02 boost -> /home/jolexa/portage/linux-64boost-1_37/boost
Comment 1 Fabian Groffen gentoo-dev 2009-05-27 16:04:08 UTC
is that a missing / by chance?
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-05-27 16:32:59 UTC
actually, missing: "/usr/include/"

So, my symlink should be: /home/jolexa/portage/linux-64/usr/include/boost-1_37/boost
Comment 3 Fabian Groffen gentoo-dev 2009-05-27 18:25:24 UTC
I think I found it.  It's a horrible script (as usual)

line 99:
${includes//\/usr\/include\/} -> ${includes#${EPREFIX}/usr/include/}

Does that work for you too?
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-05-27 18:29:12 UTC
Yup, that works.

%% ls -l boost
lrwxrwxrwx 1 jolexa minstaff 16 2009-05-27 13:30 boost -> boost-1_37/boost/

ty.
Comment 5 Fabian Groffen gentoo-dev 2009-05-27 18:42:48 UTC
fix0rzed, thanks!