Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516774 - net-libs/ldns-1.6.17 - No supported Python implementation in PYTHON_SINGLE_TARGET
Summary: net-libs/ldns-1.6.17 - No supported Python implementation in PYTHON_SINGLE_TA...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-09 14:38 UTC by Thibaud CANALE
Modified: 2014-07-09 17:03 UTC (History)
1 user (show)

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


Attachments
build.log (file_516774.txt,1.57 KB, text/plain)
2014-07-09 14:38 UTC, Thibaud CANALE
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thibaud CANALE 2014-07-09 14:38:47 UTC
Created attachment 380492 [details]
build.log

Hello,

When compiling net-libs/ldns-1.6.17, Portage doesn't look about the PYTHON_SINGLE_TARGET flag, and failed at the beginning of the verification. Therefore, I think the ebuild is missing python's flags.

In attachment, see the build.log.

It is working when we are adding "=net-libs/ldns python_single_target_python2_7" in /etc/portage/package.use

Steps to Reproduce:
1. Do not have PYTHON_SINGLE_TARGET="python2_7" in your make.conf,
2. emerge net-libs/ldns-1.6.17,
3. see the result.

Fixing:
Add verification of PYTHON_SINGLE_TARGET before compiling. (example: echo "=net-libs/ldns python_single_target_python2_7" >> /etc/portage/package.use)

Thanks for support.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-07-09 17:03:44 UTC
+  09 Jul 2014; Michał Górny <mgorny@gentoo.org> ldns-1.6.16-r1.ebuild,
+  ldns-1.6.17.ebuild:
+  Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE.

Thanks for the report.