Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 836279

Summary: sys-devel/llvm-roc-5.0.2 - /.../backtrace_linux_libc.cpp: fatal error: execinfo.h: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: CONFIRMED ---    
Severity: normal CC: candrews
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 856418    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
sys-devel:llvm-roc-5.0.2:20220327-132159.log.bz2

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