Summary: | dev-libs/OpenNI2-2.2_beta2-r1 : Linux/XnLinuxDebug.cpp: fatal error: execinfo.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo musl team <musl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aballier, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/structureio/OpenNI2/issues/164 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 713786, 716422, 856418 | ||
Attachments: |
emerge-info.txt
dev-libs:OpenNI2-2.2_beta2:20200405-155923.log emerge-history.txt environment etc.portage.tbz2 temp.tbz2 |
Description
Toralf Förster
![]() 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. *** |