Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830659 - dev-db/oracle-instantclient-21.3.0.0.0 installs files with unresolved SONAME dependencies (ON MUSL)
Summary: dev-db/oracle-instantclient-21.3.0.0.0 installs files with unresolved SONAME ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-01-05 21:20 UTC by Agostino Sarubbo
Modified: 2022-01-06 18:39 UTC (History)
0 users

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


Attachments
build.log (build.log,36.25 KB, text/plain)
2022-01-05 21:20 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-01-05 21:20:24 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-db/oracle-instantclient-21.3.0.0.0 installs files with unresolved SONAME dependencies.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
If the issue is about libc.so you may want to mask this package for musl profile(s). See https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243011278ddb556ddc11fa1852b3e48e03b79d34.
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-05 21:20:26 UTC
Created attachment 761385 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-01-06 18:35:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404602ff1f0ac4d84c877b976a9a5e0961962eb5

commit 404602ff1f0ac4d84c877b976a9a5e0961962eb5
Author:     Marco Genasci <fedeliallalinea@gmail.com>
AuthorDate: 2022-01-06 07:42:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-01-06 18:35:38 +0000

    profiles/features/musl: mask dev-db/oracle-instantclient
    
    Closes: https://bugs.gentoo.org/830659
    Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/23671
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/features/musl/package.mask     | 11 +++++++++++
 profiles/features/musl/package.use.mask |  6 ++++++
 profiles/features/musl/use.mask         |  4 ++++
 3 files changed, 21 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2022-01-06 18:39:03 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea3c8e559d819629fc823c5d5a0de2995077966

commit 7ea3c8e559d819629fc823c5d5a0de2995077966
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-01-06 18:38:43 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-01-06 18:38:43 +0000

    dev-db/oracle-instantclient: explicitly depend on glibc
    
    Allows us to find any other depgraph failures on e.g. musl.
    
    Bug: https://bugs.gentoo.org/830659
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-db/oracle-instantclient/oracle-instantclient-18.3.0.0-r2.ebuild | 3 ++-
 dev-db/oracle-instantclient/oracle-instantclient-18.5.0.0.ebuild    | 3 ++-
 dev-db/oracle-instantclient/oracle-instantclient-19.11.0.0.0.ebuild | 3 ++-
 dev-db/oracle-instantclient/oracle-instantclient-19.3.0.0-r1.ebuild | 3 ++-
 dev-db/oracle-instantclient/oracle-instantclient-19.5.0.0.ebuild    | 3 ++-
 dev-db/oracle-instantclient/oracle-instantclient-19.6.0.0-r1.ebuild | 3 ++-
 dev-db/oracle-instantclient/oracle-instantclient-19.6.0.0.ebuild    | 3 ++-
 dev-db/oracle-instantclient/oracle-instantclient-21.3.0.0.0.ebuild  | 3 ++-
 8 files changed, 16 insertions(+), 8 deletions(-)