Gentoo Archives: gentoo-user

From: Andrew Lowe <agl@×××××××.au>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Updating LibreOffice and EPYTHON
Date: Mon, 26 Oct 2020 14:23:26
Message-Id: a095e4cc-ae85-42ab-56b2-8a0587b2915f@wht.com.au
1 Evening all,
2 I'm in the middle of doing an "-NuD world" and my Libreoffice build
3 has failed right at the finish line. I get:
4
5
6 * ERROR: app-office/libreoffice-6.4.7.2::gentoo failed (install phase):
7 * No Python implementation set (EPYTHON is null).
8 *
9 * Call stack:
10 * ebuild.sh, line 125: Called src_install
11 * environment, line 5615: Called python_optimize
12 '/var/tmp/portage/app-office/libreoffice-6.4.7.2/image/usr/lib64/libreoffice/program'
13 * environment, line 5287: Called die
14 * The specific snippet of code:
15 * [[ -n ${EPYTHON} ]] || die 'No Python implementation set
16 (EPYTHON is null).';
17 *
18
19
20 I have no idea as to what this means - besides the obvious that EPYTHON
21 isn't set. Libreoffice was about the 15th item to build in pmy update so
22 I assume Portage is working correctly. There is no mention of EPYTHON in
23
24 emerge --info | grep EPYTHON
25
26 emerge --info lists:
27 PYTHON_SINGLE_TARGET="python3_7 -python3_6 -python3_8 -python3_9"
28 so I assume I have a version of Python set
29
30 I've had a look at the environment file that it references, line 5287
31 and once again, makes no sense to me.
32
33 I've had a look on bugs.gentoo.org and only get one bug that lists the
34 error string:
35
36 https://bugs.gentoo.org/721846
37
38 but once again, makes no sense.
39
40 Any one else seen this error? Any one got a remedy? Thoughts greatly
41 appreciated,
42
43 Andrew

Replies

Subject Author
Re: [gentoo-user] Updating LibreOffice and EPYTHON Adam Carter <adamcarter3@×××××.com>