Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297358 - portage stops dead if permission denied while trying to make binpkgs (regardless of --keep-going)
Summary: portage stops dead if permission denied while trying to make binpkgs (regardl...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Binary packages support (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 373807
  Show dependency tree
 
Reported: 2009-12-17 23:00 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2023-08-24 20:37 UTC (History)
1 user (show)

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-12-17 23:00:31 UTC
You may consider making the error message here more verbose and maybe honor --keep-going.

%% emerge -e world --keep-going
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Starting parallel fetch

>>> Emerging (1 of 77) sys-apps/portage-2.2.00.15027
<snip>
Permission denied: 'makedirs('/binpkgs/sys-apps')'
%% echo $?
13

Another option would be to check perms of $PKGDIR earlier in the process..?