Summary: | dev-libs/level-zero-1.6.2 - /.../ze_util.h: error: RTLD_DEEPBIND was not declared in this scope | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo musl team <musl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | conikost, gentoo, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/oneapi-src/level-zero/issues/81 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-libs:level-zero-1.6.2:20211210-033741.log emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 758064 [details]
emerge-info.txt
Created attachment 758065 [details]
dev-libs:level-zero-1.6.2:20211210-033741.log
Created attachment 758066 [details]
emerge-history.txt
Created attachment 758067 [details]
environment
Created attachment 758068 [details]
etc.portage.tar.bz2
Created attachment 758069 [details]
logs.tar.bz2
Created attachment 758070 [details]
temp.tar.bz2
Strange RTLD_DEEPBIND is defined in /usr/include/bits/dlgcn.h on my system. That header file should come with glibc. (In reply to Jan Henke from comment #8) > Strange RTLD_DEEPBIND is defined in /usr/include/bits/dlgcn.h on my system. > That header file should come with glibc. this is not glibc it is musl. Yes, I did not notice this is on a musl system. But that indeeds explains the problem, as musl does not support the RTLD_DEEPBIND flag for dlopen. So this is indeed a glibc vs musl issue. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d020e6d79ea7ff9e5d53190d1cfd3b592a1bcc commit 19d020e6d79ea7ff9e5d53190d1cfd3b592a1bcc Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2021-12-15 17:54:51 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2021-12-15 18:03:23 +0000 package.{mask,use.mask}: mask dev-libs/level-zero on musl Closes: https://bugs.gentoo.org/828775 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> profiles/features/musl/package.mask | 4 ++++ profiles/features/musl/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) |