Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 657340 - www-client/chromium-67.0.3396.62 - linker runs out of memory
Summary: www-client/chromium-67.0.3396.62 - linker runs out of memory
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-04 16:22 UTC by wbrana
Modified: 2018-06-05 10:22 UTC (History)
0 users

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


Attachments
cmdline.gz (cmdline.gz,49.30 KB, application/gzip)
2018-06-04 16:30 UTC, wbrana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wbrana 2018-06-04 16:22:33 UTC
final link hangs because it requires more than 8 GB RAM, which wasn't problem with 66.0.3359.181

Portage 2.3.40 (python 3.5.5-final-0, hardened/linux/amd64/no-multilib, gcc-6.4.0, glibc-2.26-r7, 4.9.74 x86_64)

[ebuild     U ] www-client/chromium-67.0.3396.62 [66.0.3359.181] USE="(pic) proprietary-codecs suid tcmalloc widevine -component-build -cups -custom-cflags -gnome-keyring -hangouts -jumbo-build -kerberos (-neon) -pulseaudio (-selinux) -system-ffmpeg* (-system-icu) (-system-libvpx)" L10N="-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 -vi -zh-CN -zh-TW" 

/etc/portage/env/www-client/chromium                                                                                                                                                                                                                                                               
CC=clang
CXX=clang++
BUILD_CC=clang
BUILD_CXX=clang++

CFLAGS="-pipe -march=native -mtune=native -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O2 -Wl,--hash-style=gnu  -Wl,--as-needed"

swapon 
NAME       TYPE      SIZE USED  PRIO
/dev/zram0 partition   4G   4G 16383
/dev/sdb5  partition  20G 7.5G    -1
Comment 1 wbrana 2018-06-04 16:30:11 UTC
Created attachment 534758 [details]
cmdline.gz
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2018-06-04 18:03:01 UTC
Comment on attachment 534758 [details]
cmdline.gz

That doesn't look useful.
Comment 3 wbrana 2018-06-04 18:24:38 UTC
should I post more info?
Comment 4 wbrana 2018-06-05 10:22:22 UTC
does it mean that I need 16 GB RAM and following line in ebuild is wrong?
CHECKREQS_MEMORY="3G"