Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 743553 Details for
Bug 816699
www-client/chromium-94.0.4606.71: Cannot compile with glibc 2.34
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Command log
thinga.txt (text/plain), 16.17 KB, created by
realmariomario456
on 2021-10-06 19:34:38 UTC
(
hide
)
Description:
Command log
Filename:
MIME Type:
Creator:
realmariomario456
Created:
2021-10-06 19:34:38 UTC
Size:
16.17 KB
patch
obsolete
>[REDACTED]-PC /home/[REDACTED] # emerge --autounmask --autounmask-write =www-client/chromium-94.0.4606.71 >... >[2440/25764] x86_64-pc-linux-gnu-g++ -MMD -MF obj/third_party/breakpad/client/exception_handler.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DUSE_X11=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../third_party/breakpad -I../../third_party/breakpad/breakpad/src -I../../third_party/breakpad/breakpad/src/client -I../../third_party/breakpad/breakpad/src/third_party/linux/include -I../.. -Igen -I../../third_party/breakpad/breakpad/src -fno-ident -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pipe -pthread -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -fno-omit-frame-pointer -fvisibility=hidden -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -Wno-comments -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-unused-parameter -std=gnu++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -Wno-narrowing -Wno-class-memaccess -O2 -c ../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc -o obj/third_party/breakpad/client/exception_handler.o >FAILED: obj/third_party/breakpad/client/exception_handler.o >x86_64-pc-linux-gnu-g++ -MMD -MF obj/third_party/breakpad/client/exception_handler.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DUSE_X11=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../third_party/breakpad -I../../third_party/breakpad/breakpad/src -I../../third_party/breakpad/breakpad/src/client -I../../third_party/breakpad/breakpad/src/third_party/linux/include -I../.. -Igen -I../../third_party/breakpad/breakpad/src -fno-ident -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pipe -pthread -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -fno-omit-frame-pointer -fvisibility=hidden -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -Wno-comments -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-unused-parameter -std=gnu++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -Wno-narrowing -Wno-class-memaccess -O2 -c ../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc -o obj/third_party/breakpad/client/exception_handler.o >../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc: In function âvoid google_breakpad::{anonymous}::InstallAlternateStackLocked()â: >../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc:141:49: error: no matching function for call to âmax(int, long int)â > 141 | static const unsigned kSigStackSize = std::max(16384, SIGSTKSZ); > | ~~~~~~~~^~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/char_traits.h:39, > from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/string:40, > from ../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.h:38, > from ../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc:66: >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/stl_algobase.h:254:5: note: candidate: âtemplate<class _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)â > 254 | max(const _Tp& __a, const _Tp& __b) > | ^~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/stl_algobase.h:254:5: note: template argument deduction/substitution failed: >../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc:141:49: note: deduced conflicting types for parameter âconst _Tpâ (âintâ and âlong intâ) > 141 | static const unsigned kSigStackSize = std::max(16384, SIGSTKSZ); > | ~~~~~~~~^~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/char_traits.h:39, > from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/string:40, > from ../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.h:38, > from ../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc:66: >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/stl_algobase.h:300:5: note: candidate: âtemplate<class _Tp, class _Compare> constexpr const _Tp& std::max(const _Tp&, const _Tp&, _Compare)â > 300 | max(const _Tp& __a, const _Tp& __b, _Compare __comp) > | ^~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/stl_algobase.h:300:5: note: template argument deduction/substitution failed: >../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc:141:49: note: deduced conflicting types for parameter âconst _Tpâ (âintâ and âlong intâ) > 141 | static const unsigned kSigStackSize = std::max(16384, SIGSTKSZ); > | ~~~~~~~~^~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/algorithm:62, > from ../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc:85: >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/stl_algo.h:3461:5: note: candidate: âtemplate<class _Tp> constexpr _Tp std::max(std::initializer_list<_Tp>)â > 3461 | max(initializer_list<_Tp> __l) > | ^~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/stl_algo.h:3461:5: note: template argument deduction/substitution failed: >../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc:141:49: note: mismatched types âstd::initializer_list<_Tp>â and âintâ > 141 | static const unsigned kSigStackSize = std::max(16384, SIGSTKSZ); > | ~~~~~~~~^~~~~~~~~~~~~~~~~ >In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/algorithm:62, > from ../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc:85: >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/stl_algo.h:3467:5: note: candidate: âtemplate<class _Tp, class _Compare> constexpr _Tp std::max(std::initializer_list<_Tp>, _Compare)â > 3467 | max(initializer_list<_Tp> __l, _Compare __comp) > | ^~~ >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11/bits/stl_algo.h:3467:5: note: template argument deduction/substitution failed: >../../third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc:141:49: note: mismatched types âstd::initializer_list<_Tp>â and âintâ > 141 | static const unsigned kSigStackSize = std::max(16384, SIGSTKSZ); > | ~~~~~~~~^~~~~~~~~~~~~~~~~ >[2441/25764] python3.9 ../../third_party/blink/renderer/bindings/scripts/generate_bindings.py --web_idl_database gen/third_party/blink/renderer/bindings/web_idl_database.pickle --root_src_dir ../../ --root_gen_dir gen --output_reldir core=third_party/blink/renderer/bindings/core/v8/ --output_reldir modules=third_party/blink/renderer/bindings/modules/v8/ enumeration callback_function callback_interface dictionary interface namespace typedef union >ninja: build stopped: subcommand failed. > * ERROR: www-client/chromium-94.0.4606.71::gentoo failed (compile phase): > * ninja -v -j2 -l0 -C out/Release v8_context_snapshot_generator failed > * > * Call stack: > * ebuild.sh, line 127: Called src_compile > * environment, line 4247: Called eninja '-C' 'out/Release' 'v8_context_snapshot_generator' > * environment, line 2134: Called die > * The specific snippet of code: > * "$@" || die "${nonfatal_args[@]}" "${*} failed" > * > * If you need support, post the output of `emerge --info '=www-client/chromium-94.0.4606.71::gentoo'`, > * the complete build log and the output of `emerge -pqv '=www-client/chromium-94.0.4606.71::gentoo'`. > * > * MemTotal: 3991172 kB > * SwapTotal: 4194300 kB > * > * The complete build log is located at '/var/tmp/portage/www-client/chromium-94.0.4606.71/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/www-client/chromium-94.0.4606.71/temp/environment'. > * Working directory: '/var/tmp/portage/www-client/chromium-94.0.4606.71/work/chromium-94.0.4606.71' > * S: '/var/tmp/portage/www-client/chromium-94.0.4606.71/work/chromium-94.0.4606.71' > >>>> Failed to emerge www-client/chromium-94.0.4606.71, Log file: > >>>> '/var/tmp/portage/www-client/chromium-94.0.4606.71/temp/build.log' > > * Messages for package www-client/chromium-94.0.4606.71: > > * Amount of main memory is insufficient, but amount > * of main memory combined with swap is sufficient. > * Build process may make computer very slow! > > * Messages for package www-client/chromium-94.0.4606.71: > > * Amount of main memory is insufficient, but amount > * of main memory combined with swap is sufficient. > * Build process may make computer very slow! > * ERROR: www-client/chromium-94.0.4606.71::gentoo failed (compile phase): > * ninja -v -j2 -l0 -C out/Release v8_context_snapshot_generator failed > * > * Call stack: > * ebuild.sh, line 127: Called src_compile > * environment, line 4247: Called eninja '-C' 'out/Release' 'v8_context_snapshot_generator' > * environment, line 2134: Called die > * The specific snippet of code: > * "$@" || die "${nonfatal_args[@]}" "${*} failed" > * > * If you need support, post the output of `emerge --info '=www-client/chromium-94.0.4606.71::gentoo'`, > * the complete build log and the output of `emerge -pqv '=www-client/chromium-94.0.4606.71::gentoo'`. > * The complete build log is located at '/var/tmp/portage/www-client/chromium-94.0.4606.71/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/www-client/chromium-94.0.4606.71/temp/environment'. > * Working directory: '/var/tmp/portage/www-client/chromium-94.0.4606.71/work/chromium-94.0.4606.71' > * S: '/var/tmp/portage/www-client/chromium-94.0.4606.71/work/chromium-94.0.4606.71' >[REDACTED]-PC /home/[REDACTED] # emerge --info >Portage 3.0.20 (python 3.9.2-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-11.2.0, glibc-2.34, 5.4.97-gentoo x86_64) >================================================================= >System uname: Linux-5.4.97-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T6600_@_2.20GHz-with-glibc2.34 >KiB Mem: 3991172 total, 1841008 free >KiB Swap: 4194300 total, 4191484 free >Timestamp of repository gentoo: Wed, 06 Oct 2021 00:45:01 +0000 >Head commit of repository gentoo: 4f85c9bb53beb9630e3c3c607f084484a924f1fc >sh bash 5.1_p8 >ld GNU ld (Gentoo 2.37_p1 p0) 2.37 >app-shells/bash: 5.1_p8::gentoo >dev-java/java-config: 2.3.1::gentoo >dev-lang/perl: 5.30.3::gentoo >dev-lang/python: 2.7.18_p7::gentoo, 3.8.8::gentoo, 3.9.2::gentoo >dev-lang/rust: 1.47.0-r2::gentoo >dev-util/cmake: 3.20.5::gentoo >sys-apps/baselayout: 2.7::gentoo >sys-apps/openrc: 0.42.1-r1::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.37_p1::gentoo >sys-devel/gcc: 11.2.0::gentoo >sys-devel/gcc-config: 2.3.3::gentoo >sys-devel/libtool: 2.4.6-r6::gentoo >sys-devel/make: 4.3::gentoo >sys-kernel/linux-headers: 5.10::gentoo (virtual/os-headers) >sys-libs/glibc: 2.34::gentoo >Repositories: > >gentoo > location: /var/db/repos/gentoo > sync-type: rsync > sync-uri: rsync://rsync.gentoo.org/gentoo-portage > priority: -1000 > sync-rsync-verify-max-age: 24 > sync-rsync-extra-opts: > sync-rsync-verify-metamanifest: yes > sync-rsync-verify-jobs: 1 > >crossdev > location: /var/db/repos/localrepo-crossdev > masters: gentoo > priority: 10 > >ACCEPT_KEYWORDS="amd64" >ACCEPT_LICENSE="*" >CBUILD="x86_64-pc-linux-gnu" >CFLAGS="-O3" >CHOST="x86_64-pc-linux-gnu" >CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0" >CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.4/ext-active/ /etc/php/cgi-php7.4/ext-active/ /etc/php/cli-php7.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" >CXXFLAGS="-O3" >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="-O3" >FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs 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="-O3" >GENTOO_MIRRORS="https://mirror.ufro.cl/gentoo/ http://mirror.ufro.cl/gentoo/ rsync://gentoo.ufro.cl/gentoo/" >LANG="es_VE.utf8" >LDFLAGS="-Wl,-O1 -Wl,--as-needed" >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 activities alsa amd64 apache2 bluetooth branding bzip2 cairo cdda cdr cli crypt cups dbus declarative dri dts dvd dvdr elogind emboss encode exif flac fortran gdbm gif grub gtk gui iconv icu imlib inspector ipv6 jpeg kde kipi kwallet lcms libglvnd libnotify libtirpc mad mng mount mp3 mp4 mpeg mtp multilib mysql mysqli ncurses networkmanager nls nptl ogg opengl openmp oxygen pam pango pcre pdf php plasma png policykit ppds pulseaudio qml qt5 readline sddm sdl seccomp semantic-desktop spell split-usr ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vim vorbis widgets wxwidgets x264 xattr xcb xml xmlreader xmlwriter xv xvid zlib" ABI_X86="32 64" ADA_TARGET="gnat_2019" 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" 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 synaptics" 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-3 php7-4" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby26" USERLAND="GNU" VIDEO_CARDS="intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account" >Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RUSTFLAGS > >[REDACTED]-PC /home/[REDACTED] #
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 816699
: 743553