commit: 037870c4d315f0b5ed7a0a5f9b7a994f3fe8eccd
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 04:41:01 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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(-)]"