Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 598792

Summary: net-dns/bind-9.11.0 dependency problem
Product: Gentoo Linux Reporter: M. Prášek <ntpt>
Component: Current packagesAssignee: Christian Ruppert (idl0r) <idl0r>
Status: RESOLVED FIXED    
Severity: minor CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description M. Prášek 2016-11-02 15:57:32 UTC
Hi, All 

net-dns/bind-9.11.0  does not correctly pull dependencies 

emerge failed ,  complain about "configure error missing python"


checking python module 'argparse'... found
checking python module 'ply'... not found
checking for python3... /usr/bin/python3
checking python module 'argparse'... found
checking python module 'ply'... not found
checking for python3.5... /usr/bin/python3.5
checking python module 'argparse'... found
checking python module 'ply'... not found
checking for python3.4... /usr/bin/python3.4
checking python module 'argparse'... found
checking python module 'ply'... not found
checking for python3.3... no
checking for python3.2... no
checking for python3.1... no
checking for python3.0... no
checking for python2... /usr/bin/python2
checking python module 'argparse'... found
checking python module 'ply'... not found
checking for python2.7... /usr/bin/python2.7
checking python module 'argparse'... found
checking python module 'ply'... not found
checking for python2.6... no
checking for python2.5... no
checking for python2.4... no
checking for python support... configure: error: missing python



fixed by "emerge dev-python/ply"  . I gues  ply should be add to dependencies
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2016-11-05 12:06:35 UTC
Should be fixed in _p1. Thanks!