Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287950 - [Wish] Adding an option to let portage delete /var/tmp/portage/$package when $package fails to compile
Summary: [Wish] Adding an option to let portage delete /var/tmp/portage/$package when ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 288499
  Show dependency tree
 
Reported: 2009-10-06 20:06 UTC by Tobias Kaminsky
Modified: 2010-09-04 08:45 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 Tobias Kaminsky 2009-10-06 20:06:10 UTC
Hi,

I am using a 2Gb tmpfs for /var/tmp/portage. If some packages fail, the tmpfs is full, so that all other packages fail with "no space left on device".
Adding an option to /etc/make.conf would help.

I know that these option prevent user from retrieving the compile error via build.log, but this option should be an additonal switch, which is "off" by default.

Thank you

Tobi

Reproducible: Always

Steps to Reproduce:
Wish
Comment 1 Zac Medico gentoo-dev 2009-10-07 23:30:41 UTC
In svn r14517 I've added support for FEATURES=fail-clean.
Comment 2 Zac Medico gentoo-dev 2009-10-08 00:07:57 UTC
In svn r14518 I've added a --fail-clean[=n] option for emerge, so you can set --fail-clean in make.conf EMERGE_DEFAULT_OPTS and use --fail-clean=n to temporarily disable it from the command line.
Comment 3 Zac Medico gentoo-dev 2009-10-11 00:42:56 UTC
This is fixed in 2.1.7 and 2.2_rc45.
Comment 4 Tobias Kaminsky 2009-10-11 05:07:46 UTC
(In reply to comment #3)
> This is fixed in 2.1.7 and 2.2_rc45.
> 

Wow. Thank you very much for adding this option so fast :) :)

Great work!

Keep going on!


Tobi