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 F0889158086 for ; Fri, 29 Oct 2021 04:48:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BA3DE08BB; Fri, 29 Oct 2021 04:48:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1EEFEE08BB for ; Fri, 29 Oct 2021 04:48:35 +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 B514F343055 for ; Fri, 29 Oct 2021 04:48:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09B3915A for ; Fri, 29 Oct 2021 04:48:32 +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: <1635482629.037870c4d315f0b5ed7a0a5f9b7a994f3fe8eccd.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python/python-3.10.0_p1.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 037870c4d315f0b5ed7a0a5f9b7a994f3fe8eccd X-VCS-Branch: master Date: Fri, 29 Oct 2021 04:48:32 +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: 013eb8d4-c6b7-483f-8143-903d3617a631 X-Archives-Hash: eb3f22fbb60724780844c88010102106 commit: 037870c4d315f0b5ed7a0a5f9b7a994f3fe8eccd Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Oct 29 04:41:01 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Oct 29 04:43:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037870c4 dev-lang/python: add virtual/awk BDEPEND to 3.10* ./config.status: line 1508: awk: command not found config.status: error: could not create Makefile.pre !!! Please attach the following file when seeking support: !!! /var/tmp/portage/dev-lang/python-3.10.0_p1/work/Python-3.10.0/config.log * ERROR: dev-lang/python-3.10.0_p1::gentoo failed (configure phase) not sure if it's needed in other versions. Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/python/python-3.10.0_p1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/python/python-3.10.0_p1.ebuild b/dev-lang/python/python-3.10.0_p1.ebuild index 33025d94f31..150a33f5b6b 100644 --- a/dev-lang/python/python-3.10.0_p1.ebuild +++ b/dev-lang/python/python-3.10.0_p1.ebuild @@ -59,6 +59,7 @@ DEPEND="${RDEPEND} # autoconf-archive needed to eautoreconf BDEPEND=" sys-devel/autoconf-archive + virtual/awk virtual/pkgconfig verify-sig? ( app-crypt/openpgp-keys-python ) !sys-devel/gcc[libffi(-)]"