Skip to content

dev branch fails to compile #1626

@rlalik

Description

@rlalik

Describe the bug
When building from dev master works):

/fairroot/build/tests/base/test_Base: symbol lookup error: /fairroot/buildtests/base/test_Base: undefined symbol: _ZN14FairVolumeList9addVolumeESt10unique_ptrI10FairVolumeSt14default_deleteIS1_EE
CMake Error at /fairrot/src/third_party/Catch2_v3.5.4/extras/CatchAddTests.cmake:70 (message):
  Error running test executable
  '/fairroot/build/tests/base/test_Base':

    Result: 127
    Output: 

Call Stack (most recent call first):
  /fairrot/src/third_party/Catch2_v3.5.4/extras/CatchAddTests.cmake:175 (catch_discover_tests_impl)


make[2]: *** [tests/base/CMakeFiles/test_Base.dir/build.make:130: tests/base/test_Base] Error 1
make[2]: *** Deleting file 'tests/base/test_Base'
make[1]: *** [CMakeFiles/Makefile2:5004: tests/base/CMakeFiles/test_Base.dir/all] Error 2
make: *** [Makefile:146: all] Error 2

To Reproduce
Steps to reproduce the behavior:
5. Give commands you invoked

  • Generated with default cmake settings: cmake -S /fairrot/src -B /fairrot/build
  • make
  1. Expected behaviorA clear and concise description of what you expected to happen.

Logs / Screenshots
If applicable, add logs or screenshots to help explain your problem.

System information (please complete the following information):

  • OS: Gentoo Linux
  • Compiler: GCC 15.2.1
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/15/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-15.2.1_p20260214/work/gcc-15-20260214/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/15 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/15/python --enable-libphobos --enable-languages=c,c++,d,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 15.2.1_p20260214 p5' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-linker-build-id --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-offload-defaulted --enable-offload-targets=nvptx-none --enable-libgomp --disable-libssp --disable-libada --enable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --without-isl --enable-default-pie --enable-host-pie --enable-host-bind-now --enable-default-ssp --disable-fixincludes --with-gxx-libcxx-include-dir=/usr/include/c++/v1 --with-build-config=bootstrap-cet
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 15.2.1 20260214 (Gentoo 15.2.1_p20260214 p5)
  • Environment: FairSoft jan24p5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions