Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 545972

Summary: keep-going does not go on if PORTAGE_TMPDIR ist too small for one of the packages to emerge
Product: Portage Development Reporter: Attila Stehr <as.gentoo>
Component: Core - Interface (emerge)Assignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***