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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8ACA139360 for ; Wed, 11 Aug 2021 22:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBBF2E0827; Wed, 11 Aug 2021 22:57:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB079E0827 for ; Wed, 11 Aug 2021 22:57:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78AC4342E81 for ; Wed, 11 Aug 2021 22:57:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D11DC850 for ; Wed, 11 Aug 2021 22:57:48 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1628722658.7cc3fd1e855d1f5a01788268d6254cad6bf0933f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/, profiles/arch/riscv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild profiles/arch/riscv/package.use.mask X-VCS-Directories: dev-lang/spidermonkey/ profiles/arch/riscv/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 7cc3fd1e855d1f5a01788268d6254cad6bf0933f X-VCS-Branch: master Date: Wed, 11 Aug 2021 22:57:48 +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: b84f772e-7f43-42b9-9f18-c1bab3e17de0 X-Archives-Hash: 68f1a91d8d25fc6fed0e033080d3c43c commit: 7cc3fd1e855d1f5a01788268d6254cad6bf0933f Author: Marek Szuba gentoo org> AuthorDate: Wed Aug 11 22:48:50 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Aug 11 22:57:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc3fd1e dev-lang/spidermonkey: keyword 68.12.0 for -riscv src_configure dies due to riscv being an unsupported architecture. Could be made to work by backporting 0041-bmo-1318905-Make-SpiderMonkey-build-on-Linux-RISC-V.patch from firefox-68 patch sets (it applies without errors to 68.12.0 and allows it to compile) - but given there is literally ONE package in the tree (net-libs/libproxy) requiring this particular Spidermonkey slot and it seems that it will be trivial to update to slot 78, it's probably not worth the trouble. Signed-off-by: Marek Szuba gentoo.org> dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild | 7 ++++--- profiles/arch/riscv/package.use.mask | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild b/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild index 138f64d66a4..17fed702c27 100644 --- a/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) WANT_AUTOCONF="2.1" @@ -49,7 +49,8 @@ SRC_URI="${MOZ_SRC_URI} DESCRIPTION="SpiderMonkey is Mozilla's JavaScript engine written in C and C++" HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" +# riscv support requires a patch currently only available in firefox-78 patch sets +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 -riscv ~s390 sparc x86" SLOT="68" LICENSE="MPL-2.0" diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 8a7a5bbbff8..f4c58340918 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -6,6 +6,9 @@ # (Bug #807727). That said, with httpclient-2.8.3 installed manually # (and without testing) all webmock-3.13.0 tests passed. dev-ruby/webmock test +# Currently requires dev-lang/spidermonkey:68, which explicitly +# does not support riscv. Hopefully temporary, see Bug #807772. +net-libs/libproxy spidermonkey # Alex Fan (2021-08-09) # ipython[qt5] depends on qtconsole, which depends on QtPy. @@ -140,6 +143,7 @@ sys-libs/libblockdev dmraid escrow gnome-base/gvfs bluray cdda mtp ios sys-power/upower ios net-libs/gnome-online-accounts gnome +net-libs/libproxy kde xfce-base/xfce4-settings libcanberra xfce-extra/tumbler epub ffmpeg odf pdf raw xfce-base/xfce4-meta pulseaudio @@ -169,10 +173,6 @@ dev-qt/qtnetwork networkmanager net-libs/libproxy networkmanager xfce-extra/xfce4-power-manager networkmanager -# Yixun Lan (2021-05-19) -# Dependencies not keyworded, not tested -net-libs/libproxy spidermonkey kde - # Joonas Niilola (2021-01-15) # Dependency not keyworded on this arch. app-text/enchant voikko