Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
Date: Fri, 29 Oct 2021 04:48:35
Message-Id: 1635482629.037870c4d315f0b5ed7a0a5f9b7a994f3fe8eccd.gyakovlev@gentoo
1 commit: 037870c4d315f0b5ed7a0a5f9b7a994f3fe8eccd
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 04:41:01 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 04:43:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037870c4
7
8 dev-lang/python: add virtual/awk BDEPEND to 3.10*
9
10 ./config.status: line 1508: awk: command not found
11 config.status: error: could not create Makefile.pre
12 !!! Please attach the following file when seeking support:
13 !!! /var/tmp/portage/dev-lang/python-3.10.0_p1/work/Python-3.10.0/config.log
14 * ERROR: dev-lang/python-3.10.0_p1::gentoo failed (configure phase)
15
16 not sure if it's needed in other versions.
17
18 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
19
20 dev-lang/python/python-3.10.0_p1.ebuild | 1 +
21 1 file changed, 1 insertion(+)
22
23 diff --git a/dev-lang/python/python-3.10.0_p1.ebuild b/dev-lang/python/python-3.10.0_p1.ebuild
24 index 33025d94f31..150a33f5b6b 100644
25 --- a/dev-lang/python/python-3.10.0_p1.ebuild
26 +++ b/dev-lang/python/python-3.10.0_p1.ebuild
27 @@ -59,6 +59,7 @@ DEPEND="${RDEPEND}
28 # autoconf-archive needed to eautoreconf
29 BDEPEND="
30 sys-devel/autoconf-archive
31 + virtual/awk
32 virtual/pkgconfig
33 verify-sig? ( app-crypt/openpgp-keys-python )
34 !sys-devel/gcc[libffi(-)]"