From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA10015802C for ; Sun, 15 Dec 2024 12:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7835E08DA; Sun, 15 Dec 2024 12:05:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBB32E07EF for ; Sun, 15 Dec 2024 12:05:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE2F233BF39 for ; Sun, 15 Dec 2024 12:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FA8019F8 for ; Sun, 15 Dec 2024 12:05:36 +0000 (UTC) From: "Sam James" 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" Message-ID: <1734264305.b992d922dfc15e6d8757c23fb8c0093f70bc3f54.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.82.4-r1.ebuild dev-libs/glib/glib-2.82.4.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b992d922dfc15e6d8757c23fb8c0093f70bc3f54 X-VCS-Branch: master Date: Sun, 15 Dec 2024 12:05:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c6e67d0-9b57-4668-b904-ac1e71e32928 X-Archives-Hash: 37b000e38e67cc183445225de301c72b commit: b992d922dfc15e6d8757c23fb8c0093f70bc3f54 Author: Sam James gentoo org> AuthorDate: Sun Dec 15 12:03:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 15 12:05:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b992d922 dev-libs/glib: disable new assertions by default As reported in the bug and per upstream commit b02e29558fca8053fcb811fbf5691c09a876bb5a, -Dglib_debug is default-enabled in >=2.80 but they recommend distros default it to off, so let's do that. Closes: https://bugs.gentoo.org/946485 Signed-off-by: Sam James gentoo.org> dev-libs/glib/{glib-2.82.4.ebuild => glib-2.82.4-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/glib/glib-2.82.4.ebuild b/dev-libs/glib/glib-2.82.4-r1.ebuild similarity index 99% rename from dev-libs/glib/glib-2.82.4.ebuild rename to dev-libs/glib/glib-2.82.4-r1.ebuild index 533b2a2ae85d..ac8c41e59cfb 100644 --- a/dev-libs/glib/glib-2.82.4.ebuild +++ b/dev-libs/glib/glib-2.82.4-r1.ebuild @@ -287,11 +287,13 @@ multilib_src_configure() { export PYTHONPATH="${INTROSPECTION_LIB_DIR}/gobject-introspection:${PYTHONPATH}" fi + # TODO: Can this be cleaned up now we have -Dglib_debug? (bug #946485) use debug && EMESON_BUILD_TYPE=debug local emesonargs=( -Ddefault_library=$(usex static-libs both shared) -Druntime_dir="${EPREFIX}"/run + $(meson_feature debug glib_debug) $(meson_feature selinux) $(meson_use xattr) -Dlibmount=enabled # only used if host_system == 'linux'