Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909164 - www-client/chromium-114.0.5735.133 build fails — ninja -v -j12 -l0 -C out/Release chrome chromedriver failed
Summary: www-client/chromium-114.0.5735.133 build fails — ninja -v -j12 -l0 -C out/Rel...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-26 01:36 UTC by Marko Doko
Modified: 2023-06-26 02:02 UTC (History)
0 users

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


Attachments
Build log (build.log.xz,978.61 KB, application/x-xz)
2023-06-26 01:36 UTC, Marko Doko
Details
emerge --info (emerge-info.txt,17.61 KB, text/plain)
2023-06-26 01:39 UTC, Marko Doko
Details
build environment (environment,201.76 KB, text/plain)
2023-06-26 01:43 UTC, Marko Doko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marko Doko 2023-06-26 01:36:45 UTC
Created attachment 864615 [details]
Build log

The build process fails for a reason I'm not able to figure out.

This is my use flag configuration:

$ emerge -pqv =www-client/chromium-114.0.5735.133::gentoo
[ebuild  N    ] www-client/chromium-114.0.5735.133  USE="X cups hangouts official (pic) proprietary-codecs pulseaudio qt5 suid system-harfbuzz system-icu vaapi (-component-build) -custom-cflags -debug -gtk4 (-headless) -kerberos (-libcxx) (-lto) -pax-kernel (-pgo) -screencast (-selinux) (-system-av1) (-system-ffmpeg) -system-png -wayland -widevine" L10N="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk ur vi zh-CN zh-TW"

Build log, emerge --info, and the build environment are attached.
Comment 1 Marko Doko 2023-06-26 01:39:36 UTC
Created attachment 864616 [details]
emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-26 01:41:05 UTC
x86_64-pc-linux-gnu-g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.

Unfortunately, you've likely run out of RAM. Please check dmesg for signs of the OOM killer.
Comment 3 Marko Doko 2023-06-26 01:43:50 UTC
Created attachment 864617 [details]
build environment
Comment 4 Marko Doko 2023-06-26 02:02:12 UTC
(In reply to Sam James from comment #2)
> x86_64-pc-linux-gnu-g++: fatal error: Killed signal terminated program
> cc1plus
> compilation terminated.
> 
> Unfortunately, you've likely run out of RAM. Please check dmesg for signs of
> the OOM killer.

Well, this is the most embarrassing bug report :-)

I had a typo in /etc/portage/package.env which made www-client/chromium compile using a workdir mounted as tmpfs instead of the on-disk one. 

Thank you for this!