Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466408 - sys-apps/systemd-201: refuses to build when PYTHON_SINGLE_TARGET is empty
Summary: sys-apps/systemd-201: refuses to build when PYTHON_SINGLE_TARGET is empty
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-19 00:09 UTC by Ambroz Bizjak
Modified: 2013-04-19 00:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ambroz Bizjak 2013-04-19 00:09:57 UTC
Systemd will refuse to build when USE="-python", PYTHON_SINGLE_TARGET="-python_2_7" and PYTHON_TARGETS="-python_2_7".

[ebuild     U ~] sys-apps/systemd-201 [197-r1] USE="acl firmware-loader%* kmod pam tcpd -audit -cryptsetup -doc% -gcrypt -gudev% -http -introspection% -keymap% -lzma -openrc% -policykit% -python -qrcode (-selinux) -static-libs% -vanilla -xattr" PYTHON_SINGLE_TARGET="-python2_7*" PYTHON_TARGETS="-python2_7*" 0 kB

Results in:

>>> Emerging (1 of 3) sys-apps/systemd-201
 * systemd-201.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                      [ ok ]
 * No Python implementation selected for the build. Please set
 * the PYTHON_SINGLE_TARGET variable in your make.conf to one
 * of the following values:
 * 
 * python2_7


Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2013-04-19 00:25:42 UTC
+  19 Apr 2013; Mike Gilbert <floppym@gentoo.org> systemd-201.ebuild,
+  systemd-9999.ebuild:
+  Skip python-single-r1_pkg_setup when python is disabled, bug 466408.