x86_64-gentoo-linux-musl-g++ -MD -MP -MT ./../Bin/Intermediate/x64-Release/libXnLib.a/XnLinuxCriticalSections.d ../Bin/Intermediate/x64-Release/libXnLib.a/XnLinuxCriticalSections.o -c -O2 -pipe -march=native -Wall -O2 -DNDEBUG -I../Include -fPIC -fvisibility=hidden -o ../Bin/Intermediate/x64-Release/libXnLib.a/XnLinuxCriticalSections.o Linux/XnLinuxCriticalSections.cpp x86_64-gentoo-linux-musl-g++ -MD -MP -MT ./../Bin/Intermediate/x64-Release/libXnLib.a/XnLinuxDebug.d ../Bin/Intermediate/x64-Release/libXnLib.a/XnLinuxDebug.o -c -O2 -pipe -march=native -Wall -O2 -DNDEBUG -I../Include -fPIC -fvisibility=hidden -o ../Bin/Intermediate/x64-Release/libXnLib.a/XnLinuxDebug.o Linux/XnLinuxDebug.cpp Linux/XnLinuxDebug.cpp:27:10: fatal error: execinfo.h: No such file or directory 27 | #include <execinfo.h> | ^~~~~~~~~~~~ compilation terminated. ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0_musl_hardened-20200328-201618 ------------------------------------------------------------------- Please see the tracker bug for details. gcc-config -l: [1] x86_64-gentoo-linux-musl-9.3.0 * clang version 10.0.0 Target: x86_64-gentoo-linux-musl Thread model: posix InstalledDir: /usr/lib/llvm/10/bin /usr/lib/llvm/10 10.0.0 Available Python interpreters, in order of preference: [1] python3.8 [2] python3.7 [3] python3.6 [4] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * Available Rust versions: [1] rust-1.42.0 * Available Java Virtual Machines: (none found) timestamp of HEAD at this tinderbox image: /var/db/repos/gentoo Sun Apr 5 14:37:52 UTC 2020 /var/db/repos/musl Sat Apr 4 03:02:24 UTC 2020 emerge -qpvO dev-libs/OpenNI2 [ebuild N ] dev-libs/OpenNI2-2.2_beta2 USE="-doc -java (-neon) -opengl -static-libs"
Created attachment 630512 [details] emerge-info.txt
Created attachment 630514 [details] dev-libs:OpenNI2-2.2_beta2:20200405-155923.log
Created attachment 630516 [details] emerge-history.txt
Created attachment 630518 [details] environment
Created attachment 630520 [details] etc.portage.tbz2
Created attachment 630522 [details] temp.tbz2
tinderbox_musl has reproduced this issue with version 2.2_beta2-r1 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7713d3db8cfaf20ad059849f859785bb91e2584 commit a7713d3db8cfaf20ad059849f859785bb91e2584 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-01-15 21:47:00 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-01-15 21:49:57 +0000 dev-libs/OpenNI2: fix build w/ musl Upstream don't do any sort of configure-time detection for functionality, but conveniently, they do provide macros to let us disable use of <execinfo.h> and glibc internals like __sched_param (ew). (Use append-flags rather than cppflags because OpenNI2 is already on life-support in my view and I don't really want to have to add even more patches to fix the build system...) Closes: https://bugs.gentoo.org/716346 Thanks-to: Waiting for the Rain Signed-off-by: Sam James <sam@gentoo.org> dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild | 10 ++++++++-- dev-libs/OpenNI2/OpenNI2-9999.ebuild | 8 +++++++- 2 files changed, 15 insertions(+), 3 deletions(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4284176d4423a366a93ba7b381384f5eae561565 commit 4284176d4423a366a93ba7b381384f5eae561565 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-01-15 21:50:53 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-01-15 21:50:59 +0000 dev-libs/OpenNI2: invert debugging hack Bug: https://bugs.gentoo.org/716346 Fixes: a7713d3db8cfaf20ad059849f859785bb91e2584 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild | 2 +- dev-libs/OpenNI2/OpenNI2-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
*** Bug 712756 has been marked as a duplicate of this bug. ***