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

Bug 671508

Summary: dev-lang/rust needs > 6G diskspace to compile/install
Product: Gentoo Linux Reporter: Jan Vansteenkiste <jan>
Component: Current packagesAssignee: Gentoo Rust Project <rust>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/10448
Whiteboard:
Package list:
Runtime testing required: ---

Description Jan Vansteenkiste 2018-11-19 09:46:10 UTC
Before executing the qmerge:

    6.3G    ./dev-lang/rust-1.29.1-r1

We need to add CHECKREQS_DISK_BUILD="7G"
Comment 1 Jan Vansteenkiste 2018-11-19 09:55:34 UTC
https://github.com/gentoo/gentoo/pull/10448
Comment 2 eroen 2018-11-19 09:56:00 UTC
That's a bit pessimistic. It might be use-flag dependant, but even with xFLAGS="-Og -g" on amd64 I get
 * Final size of build directory: 5415076 KiB (  5.1 GiB)
Comment 3 Jan Vansteenkiste 2018-11-19 09:59:55 UTC
I'm using xFLAGS="-O2 -pipe -march=broadwell" (I think that's pretty much the default)
Comment 4 Dirkjan Ochtman (RETIRED) gentoo-dev 2018-11-19 15:44:11 UTC
Thanks for the PR! I'm going with a slightly more targeted fix, and without bumping the revision (which doesn't help in this case).

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