* [gentoo-user] meet compile error when install firefox-78.5.0
@ 2020-11-30 5:14 bobwxc
2020-11-30 9:00 ` Michael
0 siblings, 1 reply; 4+ messages in thread
From: bobwxc @ 2020-11-30 5:14 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 12009 bytes --]
Hi all,
I meet a error when install firefox-78.5.0
it said
* Call stack:
* ebuild.sh, line 125: Called src_compile
* environment, line 4472: Called die
* The specific snippet of code:
* ${virtx_cmd} ./mach build --verbose || die
and there are some simple infomation, if you need full log, please ask me.
So I do not know how to solve this problem, please help, Thank you !
## terminal output
109:22.66 Compiling gkrust v0.1.0 (/var/tmp/portage/www-client/firefox-78.5.0/work/firefox-78.5.0/toolkit/library/rust)
109:22.66 Running `CARGO=/usr/bin/cargo-1.46.0 CARGO_CRATE_NAME=gkrust CARGO_MANIFEST_DIR=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox-78.5.0/toolkit/library/rust CARGO_PKG_AUTHORS='nobody@mozilla.org' CARGO_PKG_DESCRIPTION='Rust code for libxul' CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=gkrust CARGO_PKG_REPOSITORY= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= LD_LIBRARY_PATH='/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/release/deps:/usr/lib' /usr/bin/rustc --crate-name gkrust toolkit/library/rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type staticlib --emit=dep-info,link -C opt-level=2 -C panic=abort -Cembed-bitcode=no --cfg 'feature="cubeb-remoting"' --cfg 'feature="cubeb_pulse_rust"' --cfg 'feature="gecko_profiler"' --cfg 'feature="gecko_profiler_parse_elf"' --cfg 'feature="moz_memory"' --cfg 'feature="moz_places"' --cfg 'feature="new_cert_storage"' --cfg 'feature="quantum_render"' --cfg 'feature="simd-accel"' --cfg 'feature="webgpu"' --cfg 'feature="webrtc"' --cfg 'feature="with_dbus"' -C metadata=f80b58a78f98926c -C extra-filename=-f80b58a78f98926c --out-dir /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/x86_64-unknown-linux-gnu/release/deps --target x86_64-unknown-linux-gnu -C linker=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox-78.5.0/build/cargo-linker -L dependency=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/x86_64-unknown-linux-gnu/release/deps -L dependency=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/release/deps --extern gkrust_shared=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/x86_64-unknown-linux-gnu/release/deps/libgkrust_shared-4a21efa8852ed419.rlib --extern mozglue_static=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/x86_64-unknown-linux-gnu/release/deps/libmozglue_static-0718399f770c57fd.rlib --extern mozilla_central_workspace_hack=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/x86_64-unknown-linux-gnu/release/deps/libmozilla_central_workspace_hack-85d5f075f15cd128.rlib -C opt-level=2 --cap-lints warn -C codegen-units=1 -L native=/usr/lib64 -L native=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/x86_64-unknown-linux-gnu/release/build/lmdb-rkv-sys-873195c49dc0f637/out -L native=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/x86_64-unknown-linux-gnu/release/build/mozglue-static-d23e7627d0938704/out -L native=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/bin -L native=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/security/nss/lib/nss/nss_nss3 -L native=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/security/nss/lib/ssl/ssl_ssl3 -L native=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/config/external/nspr/pr -L native=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/x86_64-unknown-linux-gnu/release/build/swgl-5fea5aba6ac54c7c/out -L native=/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/x86_64-unknown-linux-gnu/release/build/libloading-34c08db01b7792e4/out -L native=/usr/lib64`
109:28.86 Finished release [optimized] target(s) in 101m 05s
109:31.40 gmake[4]: Leaving directory '/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/toolkit/library/rust'
109:31.40 gmake[3]: Leaving directory '/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build'
109:31.40 gmake[2]: *** [/var/tmp/portage/www-client/firefox-78.5.0/work/firefox-78.5.0/config/recurse.mk:34: compile] Error 2
109:31.40 gmake[2]: Leaving directory '/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build'
109:31.41 gmake[1]: *** [/var/tmp/portage/www-client/firefox-78.5.0/work/firefox-78.5.0/config/rules.mk:390: default] Error 2
109:31.41 gmake[1]: Leaving directory '/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build'
109:31.41 gmake: *** [client.mk:125: build] Error 2
109:31.43 11 compiler warnings present.
* ERROR: www-client/firefox-78.5.0::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 125: Called src_compile
* environment, line 4472: Called die
* The specific snippet of code:
* ${virtx_cmd} ./mach build --verbose || die
*
* If you need support, post the output of `emerge --info '=www-client/firefox-78.5.0::gentoo'`,
* the complete build log and the output of `emerge -pqv '=www-client/firefox-78.5.0::gentoo'`.
* The complete build log is located at '/var/tmp/portage/www-client/firefox-78.5.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/www-client/firefox-78.5.0/temp/environment'.
* Working directory: '/var/tmp/portage/www-client/firefox-78.5.0/work/firefox-78.5.0'
* S: '/var/tmp/portage/www-client/firefox-78.5.0/work/firefox-78.5.0'
>>> Failed to emerge www-client/firefox-78.5.0, Log file:
## System info
Portage 3.0.9 (python 3.7.9-final-0, default/linux/amd64/17.1/desktop, gcc-9.3.0, glibc-2.32-r2, 5.4.72-gentoo-x86_64 x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-5.4.72-gentoo-x86_64-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T9550_@_2.66GHz-with-gentoo-2.7
KiB Mem: 3930828 total, 1758048 free
KiB Swap: 0 total, 0 free
Timestamp of repository gentoo: Sat, 28 Nov 2020 06:15:01 +0000
Head commit of repository gentoo: 22efecc44666d3ed9050ac4a6895b94f35c3510b
sh bash 5.0_p18
ld GNU ld (Gentoo 2.34 p6) 2.34.0
ccache version 3.7.12 [enabled]
app-shells/bash: 5.0_p18::gentoo
dev-lang/perl: 5.30.3::gentoo
dev-lang/python: 3.7.9::gentoo, 3.8.6::gentoo, 3.9.0::gentoo
dev-util/ccache: 3.7.12::gentoo
dev-util/cmake: 3.17.4-r1::gentoo
sys-apps/baselayout: 2.7::gentoo
sys-apps/openrc: 0.42.1::gentoo
sys-apps/sandbox: 2.20::gentoo
sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake: 1.16.2-r1::gentoo
sys-devel/binutils: 2.34-r2::gentoo
sys-devel/gcc: 9.3.0-r1::gentoo
sys-devel/gcc-config: 2.3.2-r1::gentoo
sys-devel/libtool: 2.4.6-r6::gentoo
sys-devel/make: 4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc: 2.32-r2::gentoo
Repositories:
gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://mirrors.tuna.tsinghua.edu.cn/gentoo-portage
priority: -1000
sync-rsync-verify-metamanifest: yes
sync-rsync-verify-max-age: 24
sync-rsync-verify-jobs: 1
sync-rsync-extra-opts:
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs ccache config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="https://mirrors.163.com/gentoo/ http://mirrors.163.com/gentoo/ https://mirrors.tuna.tsinghua.edu.cn/gentoo"
LANG="zh_CN.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli crypt cups dbus dri dts dvd dvdr elogind emboss encode exif flac fortran gdbm gif gpm gtk gui iconv icu ipv6 jpeg lcms libglvnd libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds qt5 readline sdl seccomp spell split-usr ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 sse4_1 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2 php7-3 php7-4" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby25 ruby26" USERLAND="GNU" VIDEO_CARDS="intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
## USE info
[ebuild N ] www-client/firefox-78.5.0 USE="dbus gmp-autoupdate openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-webp -clang -debug -eme-free -geckodriver -hardened -hwaccel -jack -lto -pgo -pulseaudio (-screencast) (-selinux) -wayland -wifi" L10N="-ach -af -an -ar -ast -az -be -bg -bn -br -bs -ca -ca-valencia -cak -cs -cy -da -de -dsb -el -en-CA -en-GB -eo -es-AR -es-CL -es-ES -es-MX -et -eu -fa -ff -fi -fr -fy -ga -gd -gl -gn -gu -he -hi -hr -hsb -hu -hy -ia -id -is -it -ja -ka -kab -kk -km -kn -ko -lij -lt -lv -mk -mr -ms -my -nb -ne -nl -nn -oc -pa -pl -pt-BR -pt-PT -rm -ro -ru -si -sk -sl -son -sq -sr -sv -ta -te -th -tl -tr -trs -uk -ur -uz -vi -xh -zh-CN -zh-TW"
[-- Attachment #2: Type: text/html, Size: 16081 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] meet compile error when install firefox-78.5.0
2020-11-30 5:14 [gentoo-user] meet compile error when install firefox-78.5.0 bobwxc
@ 2020-11-30 9:00 ` Michael
2020-11-30 9:24 ` bobwxc
0 siblings, 1 reply; 4+ messages in thread
From: Michael @ 2020-11-30 9:00 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 289 bytes --]
On Monday, 30 November 2020 05:14:06 GMT bobwxc wrote:
> Hi all,
>
> I meet a error when install firefox-78.5.0
A page or two above "Error 2" you included in your terminal output, emerge
will have also printed the first error it encountered in compiling Firefox.
Can you share that?
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re: [gentoo-user] meet compile error when install firefox-78.5.0
2020-11-30 9:00 ` Michael
@ 2020-11-30 9:24 ` bobwxc
2020-11-30 11:10 ` Michael
0 siblings, 1 reply; 4+ messages in thread
From: bobwxc @ 2020-11-30 9:24 UTC (permalink / raw
To: gentoo-user; +Cc: confabulate
[-- Attachment #1: Type: text/plain, Size: 3231 bytes --]
I searched the build.log and find out the 2 errors, hope usefull : )
102:54.55 /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/include/nsTArray.h:2780:7: required from 'CopyableTArr
ay<E>& CopyableTArray<E>::operator=(const CopyableTArray<E>&) [with E = mozilla::dom::workerinternals::JSSettings::JSGCSetting]'
8102:54.55 /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/include/mozilla/dom/workerinternals/JSSettings.h:26:8:
required from here
102:54.55 /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/include/nsTArray.h:645:13: warning: 'void* memcpy(void*,
const void*, size_t)' writing to an object of non-trivially copyable type 'struct mozilla::dom::workerinternals::JSSettings::JSGCSett
ing'; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
102:54.55 645 | memcpy(aElements + aStart, aValues, aCount * sizeof(ElemType));
102:54.55 | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
102:54.55 In file included from /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/include/mozilla/dom/WorkerPrivate.
h:35,
102:54.55 from /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/include/mozilla/dom/WorkerLocation
.h:11,
102:54.55 from WorkerGlobalScopeBinding.cpp:25,
102:54.55 from UnifiedBindings23.cpp:327:
102:54.55 /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/include/mozilla/dom/workerinternals/JSSettings.h:27:10:
note: 'struct mozilla::dom::workerinternals::JSSettings::JSGCSetting' declared here
102:54.55 27 | struct JSGCSetting {
102:54.55 | ^~~~~~~~~~~
102:54.55 x86_64-pc-linux-gnu-g++: fatal error: Killed signal terminated program cc1plus
102:54.55 compilation terminated.
102:54.55 gmake[4]: *** [/var/tmp/portage/www-client/firefox-78.5.0/work/firefox-78.5.0/config/rules.mk:748: UnifiedBindings23.o] Err
or 1
102:54.56 gmake[4]: *** Deleting file 'UnifiedBindings23.o'
102:54.62 gmake[4]: Leaving directory '/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dom/bindings'
102:54.62 gmake[3]: *** [/var/tmp/portage/www-client/firefox-78.5.0/work/firefox-78.5.0/config/recurse.mk:74: dom/bindings/target-obj
ects] Error 2
102:54.62 gmake[3]: *** Waiting for unfinished jobs....
102:55.30 dom/events/Unified_cpp_dom_events2.o
102:55.59 /usr/lib/ccache/bin/x86_64-pc-linux-gnu-g++ -std=gnu++17 -o Unified_cpp_dom_events1.o -c -I/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/stl_wrappers -I/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/system_wrappers :
> ------------------ 原始邮件 ------------------
> 发 件 人:Michael <confabulate@kintzios.com>
> 发送时间:2020-11-30 17:00:17
> 收 件 人:gentoo-user@lists.gentoo.org
> 抄 送:
> 主 题:Re: [gentoo-user] meet compile error when install firefox-78.5.0
>
> On Monday, 30 November 2020 05:14:06 GMT bobwxc wrote:
> > Hi all,
> >
> > I meet a error when install firefox-78.5.0
>
> A page or two above "Error 2" you included in your terminal output, emerge
> will have also printed the first error it encountered in compiling Firefox.
> Can you share that?
>
[-- Attachment #2: Type: text/html, Size: 4505 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] meet compile error when install firefox-78.5.0
2020-11-30 9:24 ` bobwxc
@ 2020-11-30 11:10 ` Michael
0 siblings, 0 replies; 4+ messages in thread
From: Michael @ 2020-11-30 11:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 3205 bytes --]
On Monday, 30 November 2020 09:24:02 GMT bobwxc wrote:
> I searched the build.log and find out the 2 errors, hope usefull
> : )
>
>
>
>
> 102:54.55
> /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/include/
> nsTArray.h:2780:7: required from 'CopyableTArr
>
> ay<E>& CopyableTArray<E>::operator=(const CopyableTArray<E>&) [with E =
> mozilla::dom::workerinternals::JSSettings::JSGCSetting]'
>
> 8102:54.55
> /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/include/
> mozilla/dom/workerinternals/JSSettings.h:26:8:
>
> required from here
>
> 102:54.55
> /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/include/
> nsTArray.h:645:13: warning: 'void* memcpy(void*,
>
> const void*, size_t)' writing to an object of non-trivially copyable type
> 'struct mozilla::dom::workerinternals::JSSettings::JSGCSett
>
> ing'; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
>
> 102:54.55 645 | memcpy(aElements + aStart, aValues, aCount *
> sizeof(ElemType));
>
> 102:54.55 |
> ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> 102:54.55 In file included from
> /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/include/
> mozilla/dom/WorkerPrivate.
>
> h:35,
>
> 102:54.55 from
> /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/include/
> mozilla/dom/WorkerLocation
>
> .h:11,
>
> 102:54.55 from WorkerGlobalScopeBinding.cpp:25,
>
> 102:54.55 from UnifiedBindings23.cpp:327:
>
> 102:54.55
> /var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dist/include/
> mozilla/dom/workerinternals/JSSettings.h:27:10:
>
> note: 'struct mozilla::dom::workerinternals::JSSettings::JSGCSetting'
> declared here
>
> 102:54.55 27 | struct JSGCSetting {
>
> 102:54.55 | ^~~~~~~~~~~
>
> 102:54.55 x86_64-pc-linux-gnu-g++: fatal error: Killed signal terminated
> program cc1plus
>
> 102:54.55 compilation terminated.
>
> 102:54.55 gmake[4]: ***
> [/var/tmp/portage/www-client/firefox-78.5.0/work/firefox-78.5.0/config/rule
> s.mk:748: UnifiedBindings23.o] Err
>
> or 1
>
> 102:54.56 gmake[4]: *** Deleting file 'UnifiedBindings23.o'
>
> 102:54.62 gmake[4]: Leaving directory
> '/var/tmp/portage/www-client/firefox-78.5.0/work/firefox_build/dom/bindings
> '
>
> 102:54.62 gmake[3]: ***
> [/var/tmp/portage/www-client/firefox-78.5.0/work/firefox-78.5.0/config/recu
> rse.mk:74: dom/bindings/target-obj
>
> ects] Error 2
>
> 102:54.62 gmake[3]: *** Waiting for unfinished jobs....
>
> 102:55.30 dom/events/Unified_cpp_dom_events2.o
>
> 102:55.59 /usr/lib/ccache/bin/x86_64-pc-linux-gnu-g++ -std=gnu++17 -o
Unified_cpp_dom_events1.o -c -I/var/tmp/portage/www-client/firefox-78.5.0/
work/firefox_build/dist/stl_wrappers -I/var/tmp/portage/www-client/
firefox-78.5.0/work/firefox_build/dist/system_wrappers :
I'm not sure of what may be causing this firefox error, but someone else
should be able to chime in. Until they do, you could first check dmesg to
make sure you're not running out of memory, then you could update your
@system, before you try again to emerge firefox like so:
MAKEOPTS="-j1" emerge -uaNDv --with-bdeps=y firefox
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-11-30 11:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-30 5:14 [gentoo-user] meet compile error when install firefox-78.5.0 bobwxc
2020-11-30 9:00 ` Michael
2020-11-30 9:24 ` bobwxc
2020-11-30 11:10 ` Michael
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox