Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 874313 Details for
Bug 917036
dev-util/breakpad-2023.01.27 - src/.../module.cc: error: find_if is not a member of std
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-util:breakpad-2023.01.27:20231108-110721.log
dev-util:breakpad-2023.01.27:20231108-110721.log (text/plain), 11.22 KB, created by
Toralf Förster
on 2023-11-08 14:15:42 UTC
(
hide
)
Description:
dev-util:breakpad-2023.01.27:20231108-110721.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2023-11-08 14:15:42 UTC
Size:
11.22 KB
patch
obsolete
> * Package: dev-util/breakpad-2023.01.27:0 > * Repository: gentoo > * Maintainer: tupone@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking breakpad-2023.01.27.tar.gz to /var/tmp/portage/dev-util/breakpad-2023.01.27/work >>>> Source unpacked in /var/tmp/portage/dev-util/breakpad-2023.01.27/work >>>> Preparing source in /var/tmp/portage/dev-util/breakpad-2023.01.27/work/breakpad-2023.01.27 ... > * Applying breakpad-2023.01.27-gentoo.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/dev-util/breakpad-2023.01.27/work/breakpad-2023.01.27' ... > * Running 'aclocal -I m4 --system-acdir=/var/tmp/portage/dev-util/breakpad-2023.01.27/temp/aclocal' ... > [ ok ] > * Running 'autoconf --force' ... > [ ok ] > * Running 'autoheader' ... > [ ok ] > * Running 'automake --add-missing --copy --foreign --force-missing' ... > [ ok ] > * Running elibtoolize in: breakpad-2023.01.27/ > * Running elibtoolize in: breakpad-2023.01.27/autotools/ > * Applying portage/2.2 patch ... > * Applying sed/1.5.6 patch ... > * Applying as-needed/2.2.6 patch ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-util/breakpad-2023.01.27/work/breakpad-2023.01.27 ... > * econf: updating breakpad-2023.01.27/autotools/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating breakpad-2023.01.27/autotools/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating breakpad-2023.01.27/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating breakpad-2023.01.27/config.sub with /usr/share/gnuconfig/config.sub >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/breakpad-2023.01.27 --htmldir=/usr/share/doc/breakpad-2023.01.27/html --libdir=/usr/lib64 --enable-system-test-libs >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a race-free mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking whether UID '250' is supported by ustar format... yes >checking whether GID '250' is supported by ustar format... yes >checking how to create a ustar tar archive... gnutar >checking whether to enable maintainer-specific portions of Makefiles... no >checking whether make supports the include directive... yes (GNU style) >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether the compiler supports GNU C... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking the archiver (x86_64-pc-linux-gnu-ar) interface... ar >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc >checking whether the compiler supports GNU C... (cached) yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... (cached) none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes >checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >checking whether the compiler supports GNU C++... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features... none needed >checking dependency style of x86_64-pc-linux-gnu-g++... none >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for stdio.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for strings.h... yes >checking for sys/stat.h... yes >checking for sys/types.h... yes >checking for unistd.h... yes >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/bin/grep -E >checking for special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >checking for the pthreads library -lpthreads... no >checking whether pthreads work without any flags... yes >checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE >checking if more special flags are required for pthreads... no >checking for a.out.h... yes >checking for sys/mman.h... yes >checking for sys/random.h... yes >checking for arc4random... yes >checking for getcontext... yes >checking for getrandom... yes >checking for memfd_create... yes >checking whether x86_64-pc-linux-gnu-g++ supports C++17 features by default... yes >checking whether C++ compiler accepts -Werror=unknown-warning-option... no >checking whether C++ compiler accepts -Wmissing-braces... yes >checking whether C++ compiler accepts -Wnon-virtual-dtor... yes >checking whether C++ compiler accepts -Woverloaded-virtual... yes >checking whether C++ compiler accepts -Wreorder... yes >checking whether C++ compiler accepts -Wsign-compare... yes >checking whether C++ compiler accepts -Wunused-local-typedefs... yes >checking whether C++ compiler accepts -Wunused-variable... yes >checking whether C++ compiler accepts -Wvla... yes >checking for O_CLOEXEC defined in fcntl.h... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating breakpad.pc >config.status: creating breakpad-client.pc >config.status: creating Makefile >config.status: creating src/config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-util/breakpad-2023.01.27/work/breakpad-2023.01.27 ... >make -j4 >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wmissing-braces -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-compare -Wunused-local-typedefs -Wunused-variable -Wvla -fPIC -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/convert_UTF.o src/common/convert_UTF.cc >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wmissing-braces -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-compare -Wunused-local-typedefs -Wunused-variable -Wvla -fPIC -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/md5.o src/common/md5.cc >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wmissing-braces -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-compare -Wunused-local-typedefs -Wunused-variable -Wvla -fPIC -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/string_conversion.o src/common/string_conversion.cc >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/tools_linux_dump_syms_dump_syms-dwarf_cfi_to_module.o `test -f 'src/common/dwarf_cfi_to_module.cc' || echo './'`src/common/dwarf_cfi_to_module.cc >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/tools_linux_dump_syms_dump_syms-dwarf_cu_to_module.o `test -f 'src/common/dwarf_cu_to_module.cc' || echo './'`src/common/dwarf_cu_to_module.cc >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/tools_linux_dump_syms_dump_syms-dwarf_line_to_module.o `test -f 'src/common/dwarf_line_to_module.cc' || echo './'`src/common/dwarf_line_to_module.cc >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/tools_linux_dump_syms_dump_syms-dwarf_range_list_handler.o `test -f 'src/common/dwarf_range_list_handler.cc' || echo './'`src/common/dwarf_range_list_handler.cc >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/tools_linux_dump_syms_dump_syms-language.o `test -f 'src/common/language.cc' || echo './'`src/common/language.cc >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/tools_linux_dump_syms_dump_syms-module.o `test -f 'src/common/module.cc' || echo './'`src/common/module.cc >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/tools_linux_dump_syms_dump_syms-path_helper.o `test -f 'src/common/path_helper.cc' || echo './'`src/common/path_helper.cc >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/tools_linux_dump_syms_dump_syms-stabs_reader.o `test -f 'src/common/stabs_reader.cc' || echo './'`src/common/stabs_reader.cc >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/tools_linux_dump_syms_dump_syms-stabs_to_module.o `test -f 'src/common/stabs_to_module.cc' || echo './'`src/common/stabs_to_module.cc >src/common/module.cc: In member function âbool google_breakpad::Module::AddFunction(Function*)â: >src/common/module.cc:171:52: error: âfind_ifâ is not a member of âstdâ; did you mean âfindâ? > 171 | FunctionSet::iterator existing_function = std::find_if( > | ^~~~~~~ > | find >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./src -I./src -O3 -pipe -march=native -fno-diagnostics-color -c -o src/common/linux/tools_linux_dump_syms_dump_syms-crc32.o `test -f 'src/common/linux/crc32.cc' || echo './'`src/common/linux/crc32.cc >make: *** [Makefile:7588: src/common/tools_linux_dump_syms_dump_syms-module.o] Error 1 >make: *** Waiting for unfinished jobs.... > * ERROR: dev-util/breakpad-2023.01.27::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-util/breakpad-2023.01.27::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-util/breakpad-2023.01.27::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-util:breakpad-2023.01.27:20231108-110721.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-util/breakpad-2023.01.27/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-util/breakpad-2023.01.27/temp/environment'. > * Working directory: '/var/tmp/portage/dev-util/breakpad-2023.01.27/work/breakpad-2023.01.27' > * S: '/var/tmp/portage/dev-util/breakpad-2023.01.27/work/breakpad-2023.01.27' >
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 917036
:
874312
| 874313 |
874314
|
874315
|
874316
|
874317
|
874318
|
874319
|
874320