Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 633956 - www-client/firefox[-debug] miscalculated disk space requirements for builds with C{,XX}FLAGS=-g
Summary: www-client/firefox[-debug] miscalculated disk space requirements for builds w...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-10 17:35 UTC by unixway.drive+bugs.gentoo
Modified: 2019-03-31 20:01 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 unixway.drive+bugs.gentoo 2017-10-10 17:35:11 UTC
see below

Reproducible: Always

Steps to Reproduce:
CFLAGS=-g CXXFLAGS=-g USE=-debug emerge firefox # -ggdb3 in my case
Actual Results:  
* Checking for at least 4 GiB disk space at "/var/tmp/portage/www-client/firefox-56.0/temp" ...  

Expected Results:  
emerge should check for twice as much, just as in the case of `use pgo || use debug || use test`

net-libs/webkit-gtk ebuilds already take user's CFLAGS into account with `if is-flagq "-g*" && ! is-flagq "-g*0";`, so that's what should probably be replicated here
Comment 1 Jory A. Pratt gentoo-dev 2019-03-31 20:01:41 UTC
The ebuild has checked for at least 8G for quite some time. Closing reopen with build size and actual install size if we need to adjust it further.