Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912361 - dev-libs/OpenNI-1.5.7.10-r3 - ../.../LinuxDebug.cpp: fatal error: execinfo.h: No such file or directory
Summary: dev-libs/OpenNI-1.5.7.10-r3 - ../.../LinuxDebug.cpp: fatal error: execinfo.h:...
Status: RESOLVED DUPLICATE of bug 895032
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:
 
Reported: 2023-08-16 17:47 UTC by Toralf Förster
Modified: 2024-03-01 08:43 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.38 KB, text/plain)
2023-08-16 17:47 UTC, Toralf Förster
Details
dev-libs:OpenNI-1.5.7.10-r3:20230816-160324.log (dev-libs:OpenNI-1.5.7.10-r3:20230816-160324.log,14.06 KB, text/plain)
2023-08-16 17:47 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,159.94 KB, text/plain)
2023-08-16 17:47 UTC, Toralf Förster
Details
environment (environment,132.17 KB, text/plain)
2023-08-16 17:47 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,900 bytes, application/x-xz)
2023-08-16 17:47 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,19.56 KB, application/x-xz)
2023-08-16 17:47 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,29.85 KB, application/x-xz)
2023-08-16 17:47 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-08-16 17:47:30 UTC
too long lines were shrinked:

x86_64-gentoo-linux-musl-g++ -MD -MP -MT "./x64-Release/XnXml.d x64-Release/XnXml.o" -c -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -O2 -DNDEBUG -I../../../../Include -I../../../../Source -DXN_EXPORTS -fPIC -fvisibility=hidden -o x64-Release/XnXml.o ../../../../Source/OpenNI/
x86_64-gentoo-linux-musl-g++ -MD -MP -MT "./x64-Release/XnXmlScriptNode.d x64-Release/XnXmlScriptNode.o" -c -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -O2 -DNDEBUG -I../../../../Include -I../../../../Source -DXN_EXPORTS -fPIC -fvisibility=hidden -o x64-Release/XnXmlScriptNod
x86_64-gentoo-linux-musl-g++ -MD -MP -MT "./x64-Release/XnXmlScriptNodeExporter.d x64-Release/XnXmlScriptNodeExporter.o" -c -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -O2 -DNDEBUG -I../../../../Include -I../../../../Source -DXN_EXPORTS -fPIC -fvisibility=hidden -o x64-Releas
x86_64-gentoo-linux-musl-g++ -MD -MP -MT "./x64-Release/openNI.d x64-Release/openNI.o" -c -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -O2 -DNDEBUG -I../../../../Include -I../../../../Source -DXN_EXPORTS -fPIC -fvisibility=hidden -o x64-Release/openNI.o ../../../../Source/Open
x86_64-gentoo-linux-musl-g++ -MD -MP -MT "./x64-Release/LinuxCriticalSections.d x64-Release/LinuxCriticalSections.o" -c -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -O2 -DNDEBUG -I../../../../Include -I../../../../Source -DXN_EXPORTS -fPIC -fvisibility=hidden -o x64-Release/Li
x86_64-gentoo-linux-musl-g++ -MD -MP -MT "./x64-Release/LinuxDebug.d x64-Release/LinuxDebug.o" -c -O2 -pipe -march=native -fno-diagnostics-color -fno-strict-aliasing -O2 -DNDEBUG -I../../../../Include -I../../../../Source -DXN_EXPORTS -fPIC -fvisibility=hidden -o x64-Release/LinuxDebug.o ../../../..
../../../../Source/OpenNI/Linux/LinuxDebug.cpp:27:10: fatal error: execinfo.h: No such file or directory
   27 | #include <execinfo.h>
      |          ^~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-20230814-144751

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
GENTOO_VM=  CLASSPATH="" JAVA_HOME=""
JAVACFLAGS="" COMPILER=""
php cli (if any):
go version go1.21.0 linux/amd64

  HEAD of ::gentoo
commit e817aa5b24e5d1c057f4ec757d7db73d7b10562b
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Aug 16 15:16:42 2023 +0000

    2023-08-16 15:16:41 UTC

emerge -qpvO dev-libs/OpenNI
[ebuild  N    ] dev-libs/OpenNI-1.5.7.10-r3  USE="-doc -java -opengl"
Comment 1 Toralf Förster gentoo-dev 2023-08-16 17:47:31 UTC
Created attachment 868000 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-08-16 17:47:32 UTC
Created attachment 868001 [details]
dev-libs:OpenNI-1.5.7.10-r3:20230816-160324.log
Comment 3 Toralf Förster gentoo-dev 2023-08-16 17:47:33 UTC
Created attachment 868002 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-08-16 17:47:34 UTC
Created attachment 868003 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-08-16 17:47:35 UTC
Created attachment 868004 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-08-16 17:47:36 UTC
Created attachment 868005 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-08-16 17:47:37 UTC
Created attachment 868006 [details]
temp.tar.xz
Comment 8 Agostino Sarubbo gentoo-dev 2024-03-01 08:43:04 UTC
tinderbox_musl detected this bug as duplicate of 895032 - If this an error, please let me know

*** This bug has been marked as a duplicate of bug 895032 ***