From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1411444-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 399F7158094 for <garchives@archives.gentoo.org>; Fri, 24 Jun 2022 04:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0D4AE0839; Fri, 24 Jun 2022 04:58:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C05EFE0831 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jun 2022 04:58:16 +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 D98683419A7 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jun 2022 04:58:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 030C6448 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Jun 2022 04:58:14 +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: <1656045478.6c698419e98ff9ec7b587d63fb14991a5362efc8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gjs/gjs-1.72.0.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6c698419e98ff9ec7b587d63fb14991a5362efc8 X-VCS-Branch: master Date: Fri, 24 Jun 2022 04:58:14 +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: 935f821d-f1f3-46ab-a8b5-e4a93bfa0162 X-Archives-Hash: 480f87980a4f58d2f107fb376b097208 commit: 6c698419e98ff9ec7b587d63fb14991a5362efc8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 24 04:37:58 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 24 04:37:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c698419 dev-libs/gjs: tweak ebuild comment Closes: https://github.com/gentoo/gentoo/pull/26056 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/gjs/gjs-1.72.0.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-libs/gjs/gjs-1.72.0.ebuild b/dev-libs/gjs/gjs-1.72.0.ebuild index 9e81950f35eb..6a6738cf344c 100644 --- a/dev-libs/gjs/gjs-1.72.0.ebuild +++ b/dev-libs/gjs/gjs-1.72.0.ebuild @@ -34,18 +34,19 @@ BDEPEND=" src_configure() { append-cppflags -DG_DISABLE_CAST_CHECKS - # On musl it required that either gjs, pixman or gnome-shell to be built + # On musl, it's required that either gjs, pixman or gnome-shell to be built # with a larger stack otherwise librsvg fails to render a particular SVG, as # a result we fail to get gdm or gnome-shell running (greeted with a fail - # whale screen). The bug has been reported to librsvg. For now this is just - # a temporary fix and will be removed later once an actual fix is found. + # whale screen). The bug has been reported to librsvg. This is ideally just + # a temporary workaround until we understand what exactly needs a larger + # stack size, as it's not sufficient to do just librsvg. # - # Please refer + # Please refer to: # https://gitlab.gnome.org/GNOME/librsvg/-/issues/686 # https://gitlab.gnome.org/GNOME/librsvg/-/issues/874 # # TODO: Find an actual fix instead of increasing the stack - use elibc_musl && append-ldflags -Wl,--as-needed -Wl,-z,stack-size=2097152 + use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152 # FIXME: add systemtap/dtrace support, like in glib:2 local emesonargs=(