Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295329 - devmanual mentions /usr/lib/portage/bin/ where it has to be /usr/lib/portage/bin/ebuild-helpers
Summary: devmanual mentions /usr/lib/portage/bin/ where it has to be /usr/lib/portage/...
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Devmanual (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Quality Assurance Team
URL: http://devmanual.gentoo.org/ebuild-wr...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-01 13:27 UTC by Justin Lecher (RETIRED)
Modified: 2011-02-03 17:15 UTC (History)
2 users (show)

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


Attachments
git patch for devmanual (0001-Correcting-location-for-ebuild-helper-scripts-fix-fo.patch,1012 bytes, patch)
2010-04-26 08:07 UTC, Justin Lecher (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2009-12-01 13:27:57 UTC
In Error Hendling it is writen

You can see what commands are external binaries with ls /usr/lib/portage/bin/. 

where it should be 

You can see what commands are external binaries with ls /usr/lib/portage/bin/ebuild-helpers.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2009-12-01 23:04:30 UTC
Currently "Devmanual" is maintained by qa, "Developer Handbook" by devrel.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2010-04-26 08:07:51 UTC
Created attachment 229193 [details, diff]
git patch for devmanual
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2010-04-26 21:17:16 UTC
(In reply to comment #2)
> Created an attachment (id=229193) [details]
> git patch for devmanual
> 

What do you think about using $(get_libdir) instead of the glob?
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2010-04-27 06:30:30 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Created an attachment (id=229193) [details] [details]
> > git patch for devmanual
> > 
> 
> What do you think about using $(get_libdir) instead of the glob?
> 

I don't think it will work, because it is the command to show, which external scripts need a die. I don't have get_libdir() defined globally.
But right, we can leave the glob away.
Comment 5 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2010-04-27 23:57:02 UTC
(In reply to comment #4)
> But right, we can leave the glob away.

My machine, multilib without symlink, needs the glob.
Comment 6 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2011-02-03 17:15:08 UTC
(In reply to comment #2)
> Created an attachment (id=229193) [details]
> git patch for devmanual
> 

thanks, pushed.