Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 545972 - keep-going does not go on if PORTAGE_TMPDIR ist too small for one of the packages to emerge
Summary: keep-going does not go on if PORTAGE_TMPDIR ist too small for one of the pack...
Status: RESOLVED DUPLICATE of bug 404157
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-08 13:24 UTC by Attila Stehr
Modified: 2015-04-08 16:03 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 Attila Stehr 2015-04-08 13:24:19 UTC
portage checks if there is enough disk space for all packages to emerge.
If the space for a single (or more) package(s) is not enought nothing is emerged at all.
IMO --keep-going should (as usualy) make emerge build all packages but that which needs more space. 
E.g. this happens when libreoffice is among the packages to be updated.

Reproducible: Always

Steps to Reproduce:
# create and mount a 2 GB ramdisk
PORTAGE_TMPDIR="<mountpoint>" emerge -vuUND @world

Actual Results:  
 * Space constrains set in the ebuild were not met!
 * The build will most probably fail, you should enhance the space
 * as per failed tests.
 *
 * ERROR: app-office/libreoffice-4.4.2.2::gentoo failed (pretend phase):
 *   Build requirements not met!


Expected Results:  
* if requirements are not met just skip that package, not all

Portage 2.2.18 (python 2.7.9-final-0, default/linux/amd64/13.0/desktop/kde, gcc-4.9.2, glibc-2.20-r2, 3.13.6-gentoo x86_64)
Comment 1 Zac Medico gentoo-dev 2015-04-08 16:03:27 UTC

*** This bug has been marked as a duplicate of bug 404157 ***