Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 594452 - sys-apps/portage unnecessarily runs pkg_pretend() again when resuming build via 'ebuild ... package merge'
Summary: sys-apps/portage unnecessarily runs pkg_pretend() again when resuming build v...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-20 06:11 UTC by Michał Górny
Modified: 2016-09-20 06:11 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-09-20 06:11:38 UTC
$ sudo ebuild /var/db/repos/gentoo/www-client/chromium/chromium-54.0.2840.27.ebuild package merge
>>> Existing ${T}/environment for 'chromium-54.0.2840.27' will be sourced.
>>> Run 'clean' to start with a fresh environment.
>>> Checking chromium-54.0.2840.27.tar.xz's mtime...
>>> WORKDIR is up-to-date, keeping...
 * Checking for at least 3 GiB RAM ...                                                                                                      [ ok ]
 * Checking for at least 5 GiB disk space at "/var/tmp/portage/www-client/chromium-54.0.2840.27/temp" ...                                   [ !! ]
 * There is NOT at least 5 GiB disk space at "/var/tmp/portage/www-client/chromium-54.0.2840.27/temp"
 * 
 * Space constraints set in the ebuild were not met!
 * The build will most probably fail, you should enhance the space
 * as per failed tests.


And bam, I can't resume it. Although the space was initially there, and is no longer necessary since it was taken up by the build in progress.