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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DADF15814C for ; Thu, 21 Sep 2023 23:32:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BD2A2BC022; Thu, 21 Sep 2023 23:32:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 467802BC022 for ; Thu, 21 Sep 2023 23:32:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CD0333BEF5 for ; Thu, 21 Sep 2023 23:32:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8B5F122F for ; Thu, 21 Sep 2023 23:32:41 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1695339139.090204bd40f26ebc4b724dd40d12fd7b489968ab.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/package.use.mask X-VCS-Directories: profiles/arch/powerpc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 090204bd40f26ebc4b724dd40d12fd7b489968ab X-VCS-Branch: master Date: Thu, 21 Sep 2023 23:32:41 +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: 81833e2e-1dab-47c8-bc90-fb8437923a66 X-Archives-Hash: 79b2208ea47dd6916fd75cc78f31d71d commit: 090204bd40f26ebc4b724dd40d12fd7b489968ab Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Sep 21 23:18:52 2023 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Sep 21 23:32:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090204bd profiles/arch/powerpc: mask USE=systemtap for openjdk:17 Not sure why it was not failing for me before. It does now. Let's disable it. JVM_FEATURES_CHECK_AVAILABILITY(dtrace, [ AC_MSG_CHECKING([for dtrace tool and platform support]) if test "x$OPENJDK_TARGET_CPU_ARCH" = "xppc"; then AC_MSG_RESULT([no, $OPENJDK_TARGET_CPU_ARCH]) AVAILABLE=false Commit: https://github.com/openjdk/jdk17u-dev/commit/5b29c6ec93372b20016565b84d449860b7233d6c Bug: https://bugs.gentoo.org/912719 Closes: https://github.com/gentoo/gentoo/pull/32945 Signed-off-by: Georgy Yakovlev gentoo.org> profiles/arch/powerpc/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 2e176fd61a58..61a86a68cd6b 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2023-09-11) # librttopo has not been tested on this arch dev-db/spatialite rttopo