From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1355692-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 372E8158086 for <garchives@archives.gentoo.org>; Thu, 6 Jan 2022 18:35:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6836D2BC00B; Thu, 6 Jan 2022 18:35:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F4DD2BC00B for <gentoo-commits@lists.gentoo.org>; Thu, 6 Jan 2022 18:35:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26C7A342E6F for <gentoo-commits@lists.gentoo.org>; Thu, 6 Jan 2022 18:35:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0BAA239 for <gentoo-commits@lists.gentoo.org>; Thu, 6 Jan 2022 18:35:46 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1641494138.404602ff1f0ac4d84c877b976a9a5e0961962eb5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/musl/package.mask profiles/features/musl/package.use.mask profiles/features/musl/use.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 404602ff1f0ac4d84c877b976a9a5e0961962eb5 X-VCS-Branch: master Date: Thu, 6 Jan 2022 18:35:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c3c589e-751a-4881-8db7-02656b847eae X-Archives-Hash: 115357df9bcb7cd739e78c383e691124 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 <fedeliallalinea@gmail.com> (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 <andrewammerlaan@gentoo.org> (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 <fedeliallalinea@gmail.com> (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 <ulm@gentoo.org> (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 <fedeliallalinea@gmail.com> (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