Gentoo Archives: gentoo-user

From: Alec Ten Harmsel <alec@××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] PYTHON_SINGLE_TARGET & libreoffice
Date: Sat, 27 Feb 2016 20:00:20
Message-Id: 20160227195958.GA25675@apio
In Reply to: [gentoo-user] PYTHON_SINGLE_TARGET & libreoffice by Alan McKinnon
1 On Sat, Feb 27, 2016 at 09:40:06PM +0200, Alan McKinnon wrote:
2 > I don't know much about PYTHON_SINGLE_TARGET and PYTHON_TARGET, it all
3 > seemed to just work so I never looked further. Until now. Of all
4 > packages, libreoffice seems to want only python3:
5
6 I don't know much about them either.
7
8 > !!! The ebuild selected to satisfy "app-office/libreoffice" has unmet
9 > requirements.
10 > - app-office/libreoffice-5.1.0.3::gentoo USE="bluetooth branding cups
11 > dbus gstreamer java kde mysql vlc (-aqua) -coinmp -collada -debug -eds
12 > (-firebird) -gltf -gnome -gtk -gtk3 -jemalloc -libressl -odk -postgres
13 > (-telepathy) -test" ABI_X86="64" LIBREOFFICE_EXTENSIONS="-nlpsolver
14 > -scripting-beanshell -scripting-javascript -wiki-publisher"
15 > PYTHON_SINGLE_TARGET="-python3_4 -python3_5" PYTHON_TARGETS="python3_4
16 > python3_5"
17 >
18 > The following REQUIRED_USE flag constraints are unsatisfied:
19 > exactly-one-of ( python_single_target_python3_4
20 > python_single_target_python3_5 )
21 >
22 > <snip>
23 >
24 > khamul ~ # emerge --info | grep PYTHON
25 > PYTHON_SINGLE_TARGET="python2_7"
26 > PYTHON_TARGETS="python2_7 python3_4"
27 > Unset: USE_PYTHON
28 >
29
30 app-office/libreoffice-5.1.0.3 requires PYTHON_SINGLE_TARGET to be
31 python3_4 or python3_5. That's the only problem. I would recommend
32 running stable libreoffice; I would be surprised if emerge would be
33 happy after you set PYTHON_SINGLE_TARGET="python3_4".
34
35 Alec

Replies

Subject Author
Re: [gentoo-user] PYTHON_SINGLE_TARGET & libreoffice Alan McKinnon <alan.mckinnon@×××××.com>