Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 865515 - www-client/chromium: CHECKREQS_DISK_BUILD is no longer accurate
Summary: www-client/chromium: CHECKREQS_DISK_BUILD is no longer accurate
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-17 16:23 UTC by Will Dormann
Modified: 2022-08-21 07:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log from when disk usage exceeds what is expected (build.log,2.00 KB, application/octet-stream)
2022-08-20 20:14 UTC, Will Dormann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Will Dormann 2022-08-17 16:23:25 UTC
Chromium has a CHECKREQS_DISK_BUILD="10G"

However, installation on a machine with 11GB free failed due to the disk filling up.  Presumably this 10G value was valid at some point in time, but Chromium has since grown in size.
Comment 1 Joonas Niilola gentoo-dev 2022-08-18 05:38:55 UTC
Can you post your USE flag configuration? The build.log does show the final size of a build directory, but it's a bit hard to see if you don't log your builds.
Comment 2 Stephan Hartmann (RETIRED) gentoo-dev 2022-08-18 08:59:56 UTC
Please provide requested information and re-open.
Comment 3 Will Dormann 2022-08-20 20:14:32 UTC
Created attachment 800301 [details]
build.log from when disk usage exceeds what is expected
Comment 4 Will Dormann 2022-08-20 20:15:48 UTC
Nothing fancy in the USE flags:
USE="elogind png jpeg jpeg2k tiff alsa peer_perms open_perms"

build.log attached
Comment 5 Larry the Git Cow gentoo-dev 2022-08-21 07:49:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07de943894a3ff8920a768750c56ac9590800402

commit 07de943894a3ff8920a768750c56ac9590800402
Author:     Stephan Hartmann <sultan@gentoo.org>
AuthorDate: 2022-08-21 07:47:22 +0000
Commit:     Stephan Hartmann <sultan@gentoo.org>
CommitDate: 2022-08-21 07:48:58 +0000

    www-client/chromium: increase minimum CHECKREQS_DISK_BUILD
    
    Unpacked tarball requires around 12GiB before unbundling.
    
    Closes: https://bugs.gentoo.org/865515
    Signed-off-by: Stephan Hartmann <sultan@gentoo.org>

 www-client/chromium/chromium-104.0.5112.101.ebuild | 2 +-
 www-client/chromium/chromium-105.0.5195.37.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)