Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 771383 Details for
Bug 839015
dev-util/heaptrack-1.3.0 - accumulatedtracedata.cpp:(<snip>) undefined reference to boost::iostreams::detail::zlib_base::reset(boo
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-util:heaptrack-1.3.0:20220416-170403.log
dev-util:heaptrack-1.3.0:20220416-170403.log (text/plain), 53.26 KB, created by
Toralf Förster
on 2022-04-17 16:45:59 UTC
(
hide
)
Description:
dev-util:heaptrack-1.3.0:20220416-170403.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-04-17 16:45:59 UTC
Size:
53.26 KB
patch
obsolete
> * Package: dev-util/heaptrack-1.3.0 > * Repository: gentoo > * Maintainer: asturm@gentoo.org > * Upstream: https://bugs.kde.org/ > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking heaptrack-1.3.0.tar.xz to /var/tmp/portage/dev-util/heaptrack-1.3.0/work >>>> Source unpacked in /var/tmp/portage/dev-util/heaptrack-1.3.0/work >>>> Preparing source in /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0 ... > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0" > * Build directory (BUILD_DIR): "/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build" > * Applying heaptrack-1.3.0-cmake.patch ... > [ ok ] > * Hardcoded definition(s) removed in CMakeLists.txt: > * set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the type of build. > * Hardcoded definition(s) removed in tests/manual/CMakeLists.txt: > * set(CMAKE_BUILD_TYPE Debug) > * set(CMAKE_BUILD_TYPE RelWithDebInfo) > * Hardcoded definition(s) removed in tests/auto/CMakeLists.txt: > * set(CMAKE_BUILD_TYPE Debug) >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0 ... > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0" > * Build directory (BUILD_DIR): "/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build" >cmake -C /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DHEAPTRACK_BUILD_GUI=no -DBUILD_TESTING=no -DCMAKE_DISABLE_FIND_PACKAGE_ZSTD=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/gentoo_toolchain.cmake /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0 >loading initial cache file /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/gentoo_common_config.cmake >-- The C compiler identification is GNU 11.2.1 >-- The CXX compiler identification is GNU 11.2.1 >-- Detecting C compiler ABI info >-- Detecting C compiler ABI info - done >-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - skipped >-- Detecting C compile features >-- Detecting C compile features - done >-- Detecting CXX compiler ABI info >-- Detecting CXX compiler ABI info - done >-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - skipped >-- Detecting CXX compile features >-- Detecting CXX compile features - done >-- Found Boost: /usr/lib64/cmake/Boost-1.78.0/BoostConfig.cmake (found suitable version "1.78.0", minimum required is "1.60.0") found components: system filesystem iostreams container >-- Looking for pthread.h >-- Looking for pthread.h - found >-- Performing Test CMAKE_HAVE_LIBC_PTHREAD >-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success >-- Found Threads: TRUE >-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.12") >-- Performing Test BOOST_IOSTREAMS_HAS_ZSTD >-- Performing Test BOOST_IOSTREAMS_HAS_ZSTD - Failed >-- Looking for cfree >-- Looking for cfree - not found >-- Looking for valloc >-- Looking for valloc - found >-- Performing Test LIBUNWIND_HAS_UNW_GETCONTEXT >-- Performing Test LIBUNWIND_HAS_UNW_GETCONTEXT - Success >-- Performing Test LIBUNWIND_HAS_UNW_INIT_LOCAL >-- Performing Test LIBUNWIND_HAS_UNW_INIT_LOCAL - Success >-- Performing Test LIBUNWIND_HAS_UNW_BACKTRACE >-- Performing Test LIBUNWIND_HAS_UNW_BACKTRACE - Success >-- Performing Test LIBUNWIND_HAS_UNW_BACKTRACE_SKIP >-- Performing Test LIBUNWIND_HAS_UNW_BACKTRACE_SKIP - Failed >-- Performing Test LIBUNWIND_HAS_UNW_SET_CACHE_SIZE >-- Performing Test LIBUNWIND_HAS_UNW_SET_CACHE_SIZE - Success >CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message): > The package name passed to `find_package_handle_standard_args` (LibUnwind) > does not match the name of the calling package (Libunwind). This can lead > to problems in calling code that expects `find_package` result variables > (e.g., `_FOUND`) to follow a certain pattern. >Call Stack (most recent call first): > cmake/FindLibunwind.cmake:69 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) > CMakeLists.txt:149 (find_package) >This warning is for project developers. Use -Wno-dev to suppress it. > >-- Found LibUnwind: /usr/include (found version "1.6.2") >-- Performing Test HAVE_LINUX_HEADERS >-- Performing Test HAVE_LINUX_HEADERS - Success >CMake Deprecation Warning at 3rdparty/libbacktrace/CMakeLists.txt:34 (cmake_minimum_required): > Compatibility with CMake < 2.8.12 will be removed from a future version of > CMake. > > Update the VERSION argument <min> value or use a ...<max> suffix to tell > CMake that the project does not need compatibility with older versions. > > >-- Performing Test FLAG_UNWIND_TABLES >-- Performing Test FLAG_UNWIND_TABLES - Success >-- Performing Test HAVE_SYNC_FUNCTIONS >-- Performing Test HAVE_SYNC_FUNCTIONS - Success >-- Performing Test HAVE_ATOMIC_FUNCTIONS >-- Performing Test HAVE_ATOMIC_FUNCTIONS - Success >-- Looking for mmap >-- Looking for mmap - found >-- Looking for lstat >-- Looking for lstat - found >-- Looking for readlink >-- Looking for readlink - found >-- Looking for MAP_ANONYMOUS >-- Looking for MAP_ANONYMOUS - found >-- Looking for MAP_ANON >-- Looking for MAP_ANON - found >-- Looking for dl_iterate_phdr >-- Looking for dl_iterate_phdr - found >-- Looking for fcntl >-- Looking for fcntl - found >-- Looking for strnlen >-- Looking for strnlen - found >-- Looking for getexecname >-- Looking for getexecname - not found >-- Found Boost: /usr/lib64/cmake/Boost-1.78.0/BoostConfig.cmake (found suitable version "1.78.0", minimum required is "1.41.0") found components: iostreams program_options system filesystem >-- The following REQUIRED packages have been found: > > * Threads > * ZLIB > * Libunwind > * boost_iostreams (required version == 1.78.0) > * boost_headers (required version == 1.78.0) > * boost_program_options (required version == 1.78.0) > * boost_system (required version == 1.78.0) > * boost_filesystem (required version == 1.78.0) > * Boost (required version >= 1.41.0) > Boost container libraries can greatly improve performance (via pmr allocators) > >-- <<< Gentoo configuration >>> >Build type RelWithDebInfo >Install path /usr >Compiler flags: >C -pipe -march=native -fno-diagnostics-color -O2 >C++ -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic >Linker flags: >Executable -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 >Module -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 >Shared -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 > >-- Configuring done >-- Generating done >-- Build files have been written to: /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0 ... > * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0" > * Build directory (BUILD_DIR): "/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build" >ninja -v -j4 -l0 >[1/28] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_STDINT_H -D_GNU_SOURCE -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/3rdparty/libbacktrace -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/../libdwarf -pipe -march=native -fno-diagnostics-color -O2 -funwind-tables -Wno-switch -Wno-enum-compare -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-math-errno -fvisibility=hidden -fPIC -MD -MT 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/simple.c.o -MF 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/simple.c.o.d -o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/simple.c.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/simple.c >[2/28] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_STDINT_H -D_GNU_SOURCE -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/3rdparty/libbacktrace -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/../libdwarf -pipe -march=native -fno-diagnostics-color -O2 -funwind-tables -Wno-switch -Wno-enum-compare -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-math-errno -fvisibility=hidden -fPIC -MD -MT 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/backtrace.c.o -MF 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/backtrace.c.o.d -o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/backtrace.c.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/backtrace.c >[3/28] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_STDINT_H -D_GNU_SOURCE -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/3rdparty/libbacktrace -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/../libdwarf -pipe -march=native -fno-diagnostics-color -O2 -funwind-tables -Wno-switch -Wno-enum-compare -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-math-errno -fvisibility=hidden -fPIC -MD -MT 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/mmapio.c.o -MF 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/mmapio.c.o.d -o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/mmapio.c.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/mmapio.c >[4/28] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_STDINT_H -D_GNU_SOURCE -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/3rdparty/libbacktrace -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/../libdwarf -pipe -march=native -fno-diagnostics-color -O2 -funwind-tables -Wno-switch -Wno-enum-compare -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-math-errno -fvisibility=hidden -fPIC -MD -MT 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/alloc.c.o -MF 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/alloc.c.o.d -o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/alloc.c.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/alloc.c >[5/28] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_STDINT_H -D_GNU_SOURCE -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/3rdparty/libbacktrace -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/../libdwarf -pipe -march=native -fno-diagnostics-color -O2 -funwind-tables -Wno-switch -Wno-enum-compare -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-math-errno -fvisibility=hidden -fPIC -MD -MT 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/atomic.c.o -MF 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/atomic.c.o.d -o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/atomic.c.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/atomic.c >[6/28] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_STDINT_H -D_GNU_SOURCE -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/3rdparty/libbacktrace -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/../libdwarf -pipe -march=native -fno-diagnostics-color -O2 -funwind-tables -Wno-switch -Wno-enum-compare -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-math-errno -fvisibility=hidden -fPIC -MD -MT 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/posix.c.o -MF 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/posix.c.o.d -o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/posix.c.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/posix.c >[7/28] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_STDINT_H -D_GNU_SOURCE -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/3rdparty/libbacktrace -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/../libdwarf -pipe -march=native -fno-diagnostics-color -O2 -funwind-tables -Wno-switch -Wno-enum-compare -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-math-errno -fvisibility=hidden -fPIC -MD -MT 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/fileline.c.o -MF 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/fileline.c.o.d -o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/fileline.c.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/fileline.c >[8/28] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_STDINT_H -D_GNU_SOURCE -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/3rdparty/libbacktrace -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/../libdwarf -pipe -march=native -fno-diagnostics-color -O2 -funwind-tables -Wno-switch -Wno-enum-compare -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-math-errno -fvisibility=hidden -fPIC -MD -MT 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/state.c.o -MF 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/state.c.o.d -o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/state.c.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/state.c >[9/28] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_STDINT_H -D_GNU_SOURCE -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/3rdparty/libbacktrace -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/../libdwarf -pipe -march=native -fno-diagnostics-color -O2 -funwind-tables -Wno-switch -Wno-enum-compare -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-math-errno -fvisibility=hidden -fPIC -MD -MT 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/print.c.o -MF 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/print.c.o.d -o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/print.c.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/print.c >[10/28] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_STDINT_H -D_GNU_SOURCE -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/3rdparty/libbacktrace -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/../libdwarf -pipe -march=native -fno-diagnostics-color -O2 -funwind-tables -Wno-switch -Wno-enum-compare -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-math-errno -fvisibility=hidden -fPIC -MD -MT 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/sort.c.o -MF 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/sort.c.o.d -o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/sort.c.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/sort.c >[11/28] /usr/bin/x86_64-pc-linux-gnu-g++ -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/robin-map/include -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/src -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -fPIC -std=gnu++14 -MD -MT src/track/CMakeFiles/heaptrack_unwind.dir/trace_libunwind.cpp.o -MF src/track/CMakeFiles/heaptrack_unwind.dir/trace_libunwind.cpp.o.d -o src/track/CMakeFiles/heaptrack_unwind.dir/trace_libunwind.cpp.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src/track/trace_libunwind.cpp >[12/28] : && /usr/bin/cmake -E rm -f src/track/libheaptrack_unwind.a && /usr/bin/x86_64-pc-linux-gnu-ar qc src/track/libheaptrack_unwind.a src/track/CMakeFiles/heaptrack_unwind.dir/trace_libunwind.cpp.o && /usr/bin/x86_64-pc-linux-gnu-ranlib src/track/libheaptrack_unwind.a && : >[13/28] /usr/bin/x86_64-pc-linux-gnu-g++ -Dheaptrack_preload_EXPORTS -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/robin-map/include -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/src -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -fPIC -std=gnu++14 -MD -MT src/track/CMakeFiles/heaptrack_preload.dir/heaptrack_preload.cpp.o -MF src/track/CMakeFiles/heaptrack_preload.dir/heaptrack_preload.cpp.o.d -o src/track/CMakeFiles/heaptrack_preload.dir/heaptrack_preload.cpp.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src/track/heaptrack_preload.cpp >[14/28] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_STDINT_H -D_GNU_SOURCE -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/3rdparty/libbacktrace -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/../libdwarf -pipe -march=native -fno-diagnostics-color -O2 -funwind-tables -Wno-switch -Wno-enum-compare -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-math-errno -fvisibility=hidden -fPIC -MD -MT 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/dwarf.c.o -MF 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/dwarf.c.o.d -o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/dwarf.c.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/dwarf.c >[15/28] /usr/bin/x86_64-pc-linux-gnu-g++ -Dheaptrack_inject_EXPORTS -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/robin-map/include -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/src -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -fPIC -std=gnu++14 -MD -MT src/track/CMakeFiles/heaptrack_inject.dir/heaptrack_inject.cpp.o -MF src/track/CMakeFiles/heaptrack_inject.dir/heaptrack_inject.cpp.o.d -o src/track/CMakeFiles/heaptrack_inject.dir/heaptrack_inject.cpp.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src/track/heaptrack_inject.cpp >[16/28] /usr/bin/x86_64-pc-linux-gnu-gcc -DHAVE_STDINT_H -D_GNU_SOURCE -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/3rdparty/libbacktrace -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/../libdwarf -pipe -march=native -fno-diagnostics-color -O2 -funwind-tables -Wno-switch -Wno-enum-compare -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-math-errno -fvisibility=hidden -fPIC -MD -MT 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/elf.c.o -MF 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/elf.c.o.d -o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/elf.c.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/libbacktrace/elf.c >[17/28] : && /usr/bin/cmake -E rm -f 3rdparty/libbacktrace/libbacktrace.a && /usr/bin/x86_64-pc-linux-gnu-ar qc 3rdparty/libbacktrace/libbacktrace.a 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/backtrace.c.o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/simple.c.o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/elf.c.o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/dwarf.c.o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/mmapio.c.o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/alloc.c.o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/atomic.c.o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/fileline.c.o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/posix.c.o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/print.c.o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/state.c.o 3rdparty/libbacktrace/CMakeFiles/backtrace.dir/sort.c.o && /usr/bin/x86_64-pc-linux-gnu-ranlib 3rdparty/libbacktrace/libbacktrace.a && : >[18/28] /usr/bin/x86_64-pc-linux-gnu-g++ -Dheaptrack_preload_EXPORTS -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/robin-map/include -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/src -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -fPIC -std=gnu++14 -MD -MT src/track/CMakeFiles/heaptrack_preload.dir/libheaptrack.cpp.o -MF src/track/CMakeFiles/heaptrack_preload.dir/libheaptrack.cpp.o.d -o src/track/CMakeFiles/heaptrack_preload.dir/libheaptrack.cpp.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src/track/libheaptrack.cpp >[19/28] : && /usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -o lib64/heaptrack/libheaptrack_preload.so src/track/CMakeFiles/heaptrack_preload.dir/heaptrack_preload.cpp.o src/track/CMakeFiles/heaptrack_preload.dir/libheaptrack.cpp.o -ldl src/track/libheaptrack_unwind.a -lrt -lunwind && : >[20/28] /usr/bin/x86_64-pc-linux-gnu-g++ -Dheaptrack_inject_EXPORTS -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/robin-map/include -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/src -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -fPIC -std=gnu++14 -MD -MT src/track/CMakeFiles/heaptrack_inject.dir/libheaptrack.cpp.o -MF src/track/CMakeFiles/heaptrack_inject.dir/libheaptrack.cpp.o.d -o src/track/CMakeFiles/heaptrack_inject.dir/libheaptrack.cpp.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src/track/libheaptrack.cpp >[21/28] : && /usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -o lib64/heaptrack/libheaptrack_inject.so src/track/CMakeFiles/heaptrack_inject.dir/heaptrack_inject.cpp.o src/track/CMakeFiles/heaptrack_inject.dir/libheaptrack.cpp.o -ldl src/track/libheaptrack_unwind.a -lrt -lunwind && : >[22/28] /usr/bin/x86_64-pc-linux-gnu-g++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_IOSTREAMS_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/robin-map/include -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/src/analyze -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -std=gnu++14 -MD -MT src/analyze/CMakeFiles/sharedprint.dir/suppressions.cpp.o -MF src/analyze/CMakeFiles/sharedprint.dir/suppressions.cpp.o.d -o src/analyze/CMakeFiles/sharedprint.dir/suppressions.cpp.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src/analyze/suppressions.cpp >[23/28] /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_STDINT_H -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/robin-map/include -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -std=gnu++14 -MD -MT src/interpret/CMakeFiles/heaptrack_interpret.dir/heaptrack_interpret.cpp.o -MF src/interpret/CMakeFiles/heaptrack_interpret.dir/heaptrack_interpret.cpp.o.d -o src/interpret/CMakeFiles/heaptrack_interpret.dir/heaptrack_interpret.cpp.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src/interpret/heaptrack_interpret.cpp >[24/28] : && /usr/bin/x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic src/interpret/CMakeFiles/heaptrack_interpret.dir/heaptrack_interpret.cpp.o -o lib64/heaptrack/libexec/heaptrack_interpret 3rdparty/libbacktrace/libbacktrace.a && : >[25/28] /usr/bin/x86_64-pc-linux-gnu-g++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_IOSTREAMS_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/robin-map/include -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/src/analyze -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -std=gnu++14 -MD -MT src/analyze/CMakeFiles/sharedprint.dir/accumulatedtracedata.cpp.o -MF src/analyze/CMakeFiles/sharedprint.dir/accumulatedtracedata.cpp.o.d -o src/analyze/CMakeFiles/sharedprint.dir/accumulatedtracedata.cpp.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src/analyze/accumulatedtracedata.cpp >[26/28] : && /usr/bin/cmake -E rm -f src/analyze/libsharedprint.a && /usr/bin/x86_64-pc-linux-gnu-ar qc src/analyze/libsharedprint.a src/analyze/CMakeFiles/sharedprint.dir/accumulatedtracedata.cpp.o src/analyze/CMakeFiles/sharedprint.dir/suppressions.cpp.o && /usr/bin/x86_64-pc-linux-gnu-ranlib src/analyze/libsharedprint.a && : >[27/28] /usr/bin/x86_64-pc-linux-gnu-g++ -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_IOSTREAMS_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty/robin-map/include -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/src -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/3rdparty -I/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build/src/analyze -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -std=gnu++14 -MD -MT src/analyze/print/CMakeFiles/heaptrack_print.dir/heaptrack_print.cpp.o -MF src/analyze/print/CMakeFiles/heaptrack_print.dir/heaptrack_print.cpp.o.d -o src/analyze/print/CMakeFiles/heaptrack_print.dir/heaptrack_print.cpp.o -c /var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0/src/analyze/print/heaptrack_print.cpp >[28/28] : && /usr/bin/x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic src/analyze/print/CMakeFiles/heaptrack_print.dir/heaptrack_print.cpp.o -o bin/heaptrack_print src/analyze/libsharedprint.a /usr/lib64/libboost_iostreams.so.1.78.0 /usr/lib64/libboost_program_options.so.1.78.0 /usr/lib64/libboost_system.so.1.78.0 /usr/lib64/libboost_filesystem.so.1.78.0 /usr/lib64/libboost_atomic.so.1.78.0 -lz && : >FAILED: bin/heaptrack_print >: && /usr/bin/x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpedantic -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic src/analyze/print/CMakeFiles/heaptrack_print.dir/heaptrack_print.cpp.o -o bin/heaptrack_print src/analyze/libsharedprint.a /usr/lib64/libboost_iostreams.so.1.78.0 /usr/lib64/libboost_program_options.so.1.78.0 /usr/lib64/libboost_system.so.1.78.0 /usr/lib64/libboost_filesystem.so.1.78.0 /usr/lib64/libboost_atomic.so.1.78.0 -lz && : >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: src/analyze/libsharedprint.a(accumulatedtracedata.cpp.o): warning: relocation against `_ZN5boost9iostreams4zlib8deflatedE' in read-only section `.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEEC2Eil[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEEC5Eil]' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: src/analyze/libsharedprint.a(accumulatedtracedata.cpp.o): in function `boost::detail::sp_counted_impl_p<boost::iostreams::symmetric_filter<boost::iostreams::detail::zlib_decompressor_impl<std::allocator<char> >, std::allocator<char> >::impl>::dispose()': >accumulatedtracedata.cpp:(.text._ZN5boost6detail17sp_counted_impl_pINS_9iostreams16symmetric_filterINS2_6detail22zlib_decompressor_implISaIcEEES6_E4implEE7disposeEv[_ZN5boost6detail17sp_counted_impl_pINS_9iostreams16symmetric_filterINS2_6detail22zlib_decompressor_implISaIcEEES6_E4implEE7disposeEv]+0x24): undefined reference to `boost::iostreams::detail::zlib_base::reset(bool, bool)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost6detail17sp_counted_impl_pINS_9iostreams16symmetric_filterINS2_6detail22zlib_decompressor_implISaIcEEES6_E4implEE7disposeEv[_ZN5boost6detail17sp_counted_impl_pINS_9iostreams16symmetric_filterINS2_6detail22zlib_decompressor_implISaIcEEES6_E4implEE7disposeEv]+0x2c): undefined reference to `boost::iostreams::detail::zlib_base::~zlib_base()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: src/analyze/libsharedprint.a(accumulatedtracedata.cpp.o): in function `boost::iostreams::symmetric_filter<boost::iostreams::detail::zlib_decompressor_impl<std::allocator<char> >, std::allocator<char> >::symmetric_filter<boost::iostreams::zlib_params>(long, boost::iostreams::zlib_params const&)': >accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC2INS0_11zlib_paramsEEElRKT_[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC5INS0_11zlib_paramsEEElRKT_]+0x24): undefined reference to `boost::iostreams::detail::zlib_base::zlib_base()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC2INS0_11zlib_paramsEEElRKT_[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC5INS0_11zlib_paramsEEElRKT_]+0x3d): undefined reference to `boost::iostreams::detail::zlib_base::do_init(boost::iostreams::zlib_params const&, bool, void* (*)(void*, unsigned int, unsigned int), void (*)(void*, void*), void*)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC2INS0_11zlib_paramsEEElRKT_[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC5INS0_11zlib_paramsEEElRKT_]+0x144): undefined reference to `boost::iostreams::detail::zlib_base::~zlib_base()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC2INS0_11zlib_paramsEEElRKT_[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC5INS0_11zlib_paramsEEElRKT_]+0x18c): undefined reference to `boost::iostreams::detail::zlib_base::reset(bool, bool)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC2INS0_11zlib_paramsEEElRKT_[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC5INS0_11zlib_paramsEEElRKT_]+0x194): undefined reference to `boost::iostreams::detail::zlib_base::~zlib_base()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC2INS0_11zlib_paramsEEElRKT_[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC5INS0_11zlib_paramsEEElRKT_]+0x1b5): undefined reference to `boost::iostreams::detail::zlib_base::reset(bool, bool)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC2INS0_11zlib_paramsEEElRKT_[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_EC5INS0_11zlib_paramsEEElRKT_]+0x1bd): undefined reference to `boost::iostreams::detail::zlib_base::~zlib_base()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: src/analyze/libsharedprint.a(accumulatedtracedata.cpp.o): in function `boost::iostreams::basic_gzip_decompressor<std::allocator<char> >::basic_gzip_decompressor(int, long)': >accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEEC2Eil[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEEC5Eil]+0x94): undefined reference to `boost::iostreams::zlib::default_compression' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEEC2Eil[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEEC5Eil]+0xb3): undefined reference to `boost::iostreams::zlib::deflated' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEEC2Eil[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEEC5Eil]+0xcf): undefined reference to `boost::iostreams::zlib::default_strategy' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEEC2Eil[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEEC5Eil]+0x1e1): undefined reference to `boost::iostreams::detail::gzip_header::reset()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEEC2Eil[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEEC5Eil]+0x1ea): undefined reference to `boost::iostreams::detail::gzip_footer::reset()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: src/analyze/libsharedprint.a(accumulatedtracedata.cpp.o): in function `boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_gzip_decompressor<std::allocator<char> >, std::char_traits<char>, std::allocator<char>, boost::iostreams::input>::close_impl(std::_Ios_Openmode)': >accumulatedtracedata.cpp:(.text._ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorISaIcEEESt11char_traitsIcES4_NS0_5inputEE10close_implESt13_Ios_Openmode[_ZN5boost9iostreams6detail18indirect_streambufINS0_23basic_gzip_decompressorISaIcEEESt11char_traitsIcES4_NS0_5inputEE10close_implESt13_Ios_Openmode]+0x8c): undefined reference to `boost::iostreams::detail::zlib_base::reset(bool, bool)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: src/analyze/libsharedprint.a(accumulatedtracedata.cpp.o): in function `long boost::iostreams::basic_gzip_decompressor<std::allocator<char> >::write<boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> > >(boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> >&, char const*, long)': >accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0xd4): undefined reference to `boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, char*)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0xda): undefined reference to `boost::iostreams::zlib::sync_flush' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0xe2): undefined reference to `boost::iostreams::detail::zlib_base::xinflate(int)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0xf4): undefined reference to `boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0xfb): undefined reference to `boost::iostreams::zlib_error::check(int)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x101): undefined reference to `boost::iostreams::zlib::stream_end' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x1db): undefined reference to `boost::iostreams::detail::zlib_base::reset(bool, bool)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x24b): undefined reference to `boost::iostreams::detail::gzip_footer::process(char)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x27b): undefined reference to `boost::iostreams::detail::gzip_header::process(char)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x2c3): undefined reference to `boost::iostreams::detail::gzip_header::reset()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x2cc): undefined reference to `boost::iostreams::detail::gzip_footer::reset()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x356): undefined reference to `boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, char*)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x35c): undefined reference to `boost::iostreams::zlib::sync_flush' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x364): undefined reference to `boost::iostreams::detail::zlib_base::xinflate(int)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x376): undefined reference to `boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x37d): undefined reference to `boost::iostreams::zlib_error::check(int)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x383): undefined reference to `boost::iostreams::zlib::stream_end' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x603): undefined reference to `boost::iostreams::zlib::okay' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE5writeINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_PKcl]+0x688): undefined reference to `boost::iostreams::detail::zlib_base::reset(bool, bool)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: src/analyze/libsharedprint.a(accumulatedtracedata.cpp.o): in function `long boost::iostreams::symmetric_filter<boost::iostreams::detail::zlib_decompressor_impl<std::allocator<char> >, std::allocator<char> >::read<boost::iostreams::basic_gzip_decompressor<std::allocator<char> >::peekable_source<boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> > > >(boost::iostreams::basic_gzip_decompressor<std::allocator<char> >::peekable_source<boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> > >&, char*, long)': >accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4readINS0_23basic_gzip_decompressorIS4_E15peekable_sourceINS2_16linked_streambufIcSt11char_traitsIcEEEEEEElRT_Pcl[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4readINS0_23basic_gzip_decompressorIS4_E15peekable_sourceINS2_16linked_streambufIcSt11char_traitsIcEEEEEEElRT_Pcl]+0xb1): undefined reference to `boost::iostreams::detail::zlib_base::before(char const*&, char const*, char*&, char*)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4readINS0_23basic_gzip_decompressorIS4_E15peekable_sourceINS2_16linked_streambufIcSt11char_traitsIcEEEEEEElRT_Pcl[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4readINS0_23basic_gzip_decompressorIS4_E15peekable_sourceINS2_16linked_streambufIcSt11char_traitsIcEEEEEEElRT_Pcl]+0xb7): undefined reference to `boost::iostreams::zlib::sync_flush' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4readINS0_23basic_gzip_decompressorIS4_E15peekable_sourceINS2_16linked_streambufIcSt11char_traitsIcEEEEEEElRT_Pcl[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4readINS0_23basic_gzip_decompressorIS4_E15peekable_sourceINS2_16linked_streambufIcSt11char_traitsIcEEEEEEElRT_Pcl]+0xbf): undefined reference to `boost::iostreams::detail::zlib_base::xinflate(int)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4readINS0_23basic_gzip_decompressorIS4_E15peekable_sourceINS2_16linked_streambufIcSt11char_traitsIcEEEEEEElRT_Pcl[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4readINS0_23basic_gzip_decompressorIS4_E15peekable_sourceINS2_16linked_streambufIcSt11char_traitsIcEEEEEEElRT_Pcl]+0xd1): undefined reference to `boost::iostreams::detail::zlib_base::after(char const*&, char*&, bool)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4readINS0_23basic_gzip_decompressorIS4_E15peekable_sourceINS2_16linked_streambufIcSt11char_traitsIcEEEEEEElRT_Pcl[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4readINS0_23basic_gzip_decompressorIS4_E15peekable_sourceINS2_16linked_streambufIcSt11char_traitsIcEEEEEEElRT_Pcl]+0xd8): undefined reference to `boost::iostreams::zlib_error::check(int)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4readINS0_23basic_gzip_decompressorIS4_E15peekable_sourceINS2_16linked_streambufIcSt11char_traitsIcEEEEEEElRT_Pcl[_ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4readINS0_23basic_gzip_decompressorIS4_E15peekable_sourceINS2_16linked_streambufIcSt11char_traitsIcEEEEEEElRT_Pcl]+0xde): undefined reference to `boost::iostreams::zlib::stream_end' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: src/analyze/libsharedprint.a(accumulatedtracedata.cpp.o): in function `long boost::iostreams::basic_gzip_decompressor<std::allocator<char> >::read<boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> > >(boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> >&, char*, long)': >accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl]+0xce): undefined reference to `boost::iostreams::detail::gzip_footer::process(char)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl]+0x237): undefined reference to `boost::iostreams::zlib::okay' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl]+0x296): undefined reference to `boost::iostreams::detail::gzip_header::process(char)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl]+0x2ce): undefined reference to `boost::iostreams::detail::gzip_header::reset()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl]+0x2d7): undefined reference to `boost::iostreams::detail::gzip_footer::reset()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl]+0x34d): undefined reference to `boost::iostreams::zlib::okay' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl]+0x41a): undefined reference to `boost::iostreams::detail::zlib_base::reset(bool, bool)' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl]+0x42c): undefined reference to `boost::iostreams::detail::gzip_header::reset()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl]+0x434): undefined reference to `boost::iostreams::detail::gzip_footer::reset()' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: accumulatedtracedata.cpp:(.text._ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl[_ZN5boost9iostreams23basic_gzip_decompressorISaIcEE4readINS0_6detail16linked_streambufIcSt11char_traitsIcEEEEElRT_Pcl]+0x722): undefined reference to `boost::iostreams::zlib::okay' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: warning: creating DT_TEXTREL in a PIE >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > * ERROR: dev-util/heaptrack-1.3.0::gentoo failed (compile phase): > * ninja -v -j4 -l0 failed > * > * Call stack: > * ebuild.sh, line 127: Called src_compile > * environment, line 2610: Called cmake_src_compile > * environment, line 1012: Called cmake_build > * environment, line 981: Called eninja > * environment, line 1459: Called die > * The specific snippet of code: > * "$@" || die "${nonfatal_args[@]}" "${*} failed" > * > * If you need support, post the output of `emerge --info '=dev-util/heaptrack-1.3.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-util/heaptrack-1.3.0::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-util:heaptrack-1.3.0:20220416-170403.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-util/heaptrack-1.3.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-util/heaptrack-1.3.0/temp/environment'. > * Working directory: '/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0_build' > * S: '/var/tmp/portage/dev-util/heaptrack-1.3.0/work/heaptrack-1.3.0' >
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 839015
:
771380
| 771383 |
771386
|
771389
|
771392
|
771395
|
771398