Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509600 - net-analyzer/net-snmp-5.7.3_pre3: Fails to build with USE="-python" PYTHON_SINGLE_TARGET=""
Summary: net-analyzer/net-snmp-5.7.3_pre3: Fails to build with USE="-python" PYTHON_SI...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-05-05 06:21 UTC by Jonathan Callen (RETIRED)
Modified: 2014-05-05 15:56 UTC (History)
0 users

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


Attachments
Patch to conditionalize call to python-single-r1_pkg_setup (file_509600.txt,378 bytes, patch)
2014-05-05 06:21 UTC, Jonathan Callen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Callen (RETIRED) gentoo-dev 2014-05-05 06:21:11 UTC
Created attachment 376398 [details, diff]
Patch to conditionalize call to python-single-r1_pkg_setup

When setting USE="-python" and PYTHON_SINGLE_TARGET="", which should be allowed per REQUIRED_USE and the actual deps used, this package fails to build due to an unconditional call to python-single-r1_pkg_setup().

The attached patch fixes this issue.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-05-05 15:56:29 UTC
Fixed. Thanks for the patch.