commit: 404602ff1f0ac4d84c877b976a9a5e0961962eb5 Author: Marco Genasci <fedeliallalinea <AT> gmail <DOT> com> AuthorDate: Thu Jan 6 07:42:09 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 6 18:35:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404602ff
profiles/features/musl: mask dev-db/oracle-instantclient Closes: https://bugs.gentoo.org/830659 Signed-off-by: Marco Genasci <fedeliallalinea <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23671 Signed-off-by: Sam James <sam <AT> 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(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index ff943b3fb1dc..18d210fb4f00 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,17 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marco Genasci <[email protected]> (2022-01-06) +# dev-db/oracle-instantclient package linked against glibc, +# and the other packages depends on it. +dev-db/oracle-instantclient +dev-db/oracle-instantclient-basic +dev-db/oracle-instantclient-jdbc +dev-db/oracle-instantclient-odbc +dev-db/oracle-instantclient-sqlplus +dev-db/ocp +dev-db/sqlcl-bin + # Andrew Ammerlaan <[email protected]> (2022-01-05) # Binary package linked to glibc app-text/zotero-bin diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index cc070165402e..85111fc57dfe 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marco Genasci <[email protected]> (2022-01-06) +# Pulls dev-db/oracle-instantclient which doesn't work on musl +app-metrics/collectd collectd_plugins_oracle +dev-lang/php oci8-instant-client +dev-qt/qtsql oci8 + # Ulrich Müller <[email protected]> (2022-01-04) # musl iconv doesn't know about shift-jis which is needed for Japanese # documentation (bug #830436) diff --git a/profiles/features/musl/use.mask b/profiles/features/musl/use.mask index 394d12cd2af2..e6af2dddd757 100644 --- a/profiles/features/musl/use.mask +++ b/profiles/features/musl/use.mask @@ -5,6 +5,10 @@ -elibc_musl elibc_glibc +# Marco Genasci <[email protected]> (2022-01-06) +# Pulls dev-db/oracle-instantclient which doesn't work on musl +oracle + # Musl doesn't have support for utmp/wtmp by design utmp wtmp
