Summary: | media-libs/osl-1.13.10.0 - lib_*_oslexec.so': No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Paul Zander <negril.nx+gentoo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | leonchik1976, msdobrescu, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | ARM64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
build log |
Description
Leonid Kopylov
2024-06-30 05:58:19 UTC
Created attachment 896639 [details]
build.log
Happens for me too on amd64. Add a build log then please. Created attachment 902712 [details]
build log
on arm64, changing ebuild file, from: for batched_lib in "${ED}/usr/$(get_libdir)/lib_"*"_oslexec.so"; do to for batched_lib in "${ED}/usr/$(get_libdir)/liboslexec.so"*; do allows it to build, though i don't know if this solutions is correct same issue with media-libs/osl-1.13.12.0 The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6bd548361bf2fd9ce4465b3528437490d56029e commit c6bd548361bf2fd9ce4465b3528437490d56029e Author: Paul Zander <negril.nx+gentoo@gmail.com> AuthorDate: 2025-01-09 21:15:57 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-01-09 23:04:02 +0000 media-libs/osl: fix batched installed on non amd64 #935156 Closes: https://bugs.gentoo.org/935156 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> media-libs/osl/osl-1.12.14.0-r2.ebuild | 11 +++++++++++ media-libs/osl/osl-1.13.10.0.ebuild | 9 ++++++--- media-libs/osl/osl-1.13.12.0.ebuild | 9 ++++++--- media-libs/osl/osl-9999.ebuild | 9 ++++++--- 4 files changed, 29 insertions(+), 9 deletions(-) |