Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 918598 - sys-libs/libcxx-17.0.5 - path.cpp:(<snip>) undefined reference to _cxa_call_terminate
Summary: sys-libs/libcxx-17.0.5 - path.cpp:(<snip>) undefined reference to _cxa_call_t...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-26 10:13 UTC by Toralf Förster
Modified: 2023-11-26 10:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.45 KB, text/plain)
2023-11-26 10:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,108.51 KB, text/plain)
2023-11-26 10:13 UTC, Toralf Förster
Details
environment (environment,165.60 KB, text/plain)
2023-11-26 10:14 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.12 KB, application/x-xz)
2023-11-26 10:14 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,16.92 KB, application/x-xz)
2023-11-26 10:14 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,205.82 KB, text/plain)
2023-11-26 10:14 UTC, Toralf Förster
Details
sys-libs:libcxx-17.0.5:20231125-221814.log.xz (sys-libs:libcxx-17.0.5:20231125-221814.log.xz,32.07 KB, application/x-xz)
2023-11-26 10:14 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,68.02 KB, application/x-xz)
2023-11-26 10:14 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-11-26 10:13:57 UTC
too long lines were shrinked:

  213 | _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new(std::size_t __sz) _THROW_BAD_ALLOC;
      |                                                                  ^~~~~~~~
[1094/1117] : && /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -fPIC -O2 -pipe -march=native -fno-diagnostics-color -fvisibility-inlines-hidden -Werror=date-time -fno-lifetime-dse -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -Wimplicit-fallthro
FAILED: lib/libc++.so.1.0 
: && /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -fPIC -O2 -pipe -march=native -fno-diagnostics-color -fvisibility-inlines-hidden -Werror=date-time -fno-lifetime-dse -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -Wimplicit-fallthrough -Wno-non
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/path.cpp.o: in function `std::__1::__fs::filesystem::path::begin() const [clone .cold]':
path.cpp:(.text.unlikely+0x680): undefined reference to `__cxa_call_terminate'
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: libcxx/src/CMakeFiles/cxx_shared.dir/filesystem/path.cpp.o: in function `std::__1::__fs::filesystem::path::iterator::__increment() [clone .cold]':
path.cpp:(.text.unlikely+0x6d7): undefined reference to `__cxa_call_terminate'

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-20231123-162118

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 17.0.5
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.5
Python 3.11.6
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.73.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
  [1]   php8.2 *
go version go1.21.4 linux/amd64

  HEAD of ::gentoo
commit d5434e6e3690f912587c8d17c7668b8c47624332
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Nov 25 21:02:03 2023 +0000

    2023-11-25 21:02:02 UTC

emerge -qpvO sys-libs/libcxx
[ebuild  N    ] sys-libs/libcxx-17.0.5  USE="(libcxxabi) static-libs -clang -test -verify-sig" ABI_X86="32 (64) (-x32)"
Comment 1 Toralf Förster gentoo-dev 2023-11-26 10:13:58 UTC
Created attachment 875674 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-11-26 10:13:59 UTC
Created attachment 875675 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-11-26 10:14:01 UTC
Created attachment 875676 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-11-26 10:14:01 UTC
Created attachment 875677 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-11-26 10:14:02 UTC
Created attachment 875678 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-11-26 10:14:04 UTC
Created attachment 875679 [details]
qlist-info.txt
Comment 7 Toralf Förster gentoo-dev 2023-11-26 10:14:05 UTC
Created attachment 875680 [details]
sys-libs:libcxx-17.0.5:20231125-221814.log.xz
Comment 8 Toralf Förster gentoo-dev 2023-11-26 10:14:06 UTC
Created attachment 875681 [details]
temp.tar.xz