Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836279 - sys-devel/llvm-roc-5.0.2 - /.../backtrace_linux_libc.cpp: fatal error: execinfo.h: No such file or directory
Summary: sys-devel/llvm-roc-5.0.2 - /.../backtrace_linux_libc.cpp: fatal error: execin...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 856418
  Show dependency tree
 
Reported: 2022-03-27 14:23 UTC by Toralf Förster
Modified: 2022-07-04 17:24 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.22 KB, text/plain)
2022-03-27 14:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,26.34 KB, text/plain)
2022-03-27 14:23 UTC, Toralf Förster
Details
environment (environment,89.07 KB, text/plain)
2022-03-27 14:23 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,25.49 KB, application/x-bzip)
2022-03-27 14:23 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,15.19 KB, application/x-bzip)
2022-03-27 14:23 UTC, Toralf Förster
Details
sys-devel:llvm-roc-5.0.2:20220327-132159.log.bz2 (sys-devel:llvm-roc-5.0.2:20220327-132159.log.bz2,14.08 KB, application/x-bzip)
2022-03-27 14:23 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 2022-03-27 14:23:30 UTC
too long lines were shrinked:

[204/4656] /usr/bin/x86_64-gentoo-linux-musl-g++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/var/tmp/portage/sys-devel/llvm-roc-5.0.2/work/llvm-project-rocm-5.0.2/llvm_build/projects/compiler-rt/lib/gwp_asan -I/var/tmp/portage/sys-devel/llvm-roc-5.0.2/work/llvm-project-r
[205/4656] /usr/bin/x86_64-gentoo-linux-musl-g++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/var/tmp/portage/sys-devel/llvm-roc-5.0.2/work/llvm-project-rocm-5.0.2/llvm_build/projects/compiler-rt/lib/gwp_asan -I/var/tmp/portage/sys-devel/llvm-roc-5.0.2/work/llvm-project-r
FAILED: projects/compiler-rt/lib/gwp_asan/CMakeFiles/RTGwpAsanBacktraceLibc.x86_64.dir/optional/backtrace_linux_libc.cpp.o 
/usr/bin/x86_64-gentoo-linux-musl-g++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/var/tmp/portage/sys-devel/llvm-roc-5.0.2/work/llvm-project-rocm-5.0.2/llvm_build/projects/compiler-rt/lib/gwp_asan -I/var/tmp/portage/sys-devel/llvm-roc-5.0.2/work/llvm-project-rocm-5.0.2/c
/var/tmp/portage/sys-devel/llvm-roc-5.0.2/work/llvm-project-rocm-5.0.2/compiler-rt/lib/gwp_asan/optional/backtrace_linux_libc.cpp:10:10: fatal error: execinfo.h: No such file or directory
   10 | #include <execinfo.h>
      |          ^~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-j4-20220327-070006

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-11.2.1 *
clang/llvm (if any):
/usr/lib/llvm/14
14.0.0
Python 3.9.12
Available Ruby profiles:
  [1]   ruby26
  [2]   ruby27 *
Available Rust versions:
  [1]   rust-1.59.0 *
php cli:
  [1]   php8.1 *

  HEAD of ::gentoo
commit f18189d2a3d366fc616955b6922d1f4cb70c0b8c
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Mar 27 13:04:40 2022 +0000

    2022-03-27 13:04:38 UTC

emerge -qpvO sys-devel/llvm-roc
[ebuild  N    ] sys-devel/llvm-roc-5.0.2  USE="runtime -debug"
Comment 1 Toralf Förster gentoo-dev 2022-03-27 14:23:31 UTC
Created attachment 767978 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-03-27 14:23:32 UTC
Created attachment 767979 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-03-27 14:23:33 UTC
Created attachment 767980 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-03-27 14:23:34 UTC
Created attachment 767982 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-03-27 14:23:35 UTC
Created attachment 767983 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-03-27 14:23:36 UTC
Created attachment 767984 [details]
sys-devel:llvm-roc-5.0.2:20220327-132159.log.bz2
Comment 7 tt_1 2022-04-02 16:44:35 UTC
maybe this pullrequest can help you: 
https://github.com/llvm/llvm-project/pull/351