Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479356 - sys-devel/llvm should check disk space
Summary: sys-devel/llvm should check disk space
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-01 07:12 UTC by Justin Lecher (RETIRED)
Modified: 2013-08-02 09:31 UTC (History)
2 users (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 Justin Lecher (RETIRED) gentoo-dev 2013-08-01 07:12:22 UTC
--- /var/tmp/portage/sys-devel/llvm-3.3-r1/work ---------------------------------------------------------------------------------------------------------------
                        /..                                                                                                                                    
    5.6GiB [##########] /llvm-3.3.src-x86
    1.9GiB [###       ] /llvm-3.3.src-amd64


and then it ran out of space.

Please check for space and probably clean between the two runs
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-01 07:23:08 UTC
Wait, you're doing USE=debug? I need to do some measures for that.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2013-08-01 08:26:38 UTC
no USE=debug, simply -g.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-01 08:42:34 UTC
(In reply to Justin Lecher from comment #2)
> no USE=debug, simply -g.

Ehm, I doubt check-reqs* is really intended to cover all the USE flag combinations...
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2013-08-01 08:44:37 UTC
the multi ABI really increases the requirements. Could this be somehow handled?
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-01 09:23:27 UTC
Yes, I'm working on it. Though there's a significant problem here.

For single ABI:
- -O2: 1.2G
- -O0 -ggdb: 12G

So anything that does not concern flags directly is either wrong for one or the other. Maybe check-reqs should somehow automatically increase reqs for -g and friends, with some statistical numbers.
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-02 09:31:16 UTC
Added to 3.3-r1 and 9999. Please test :).