Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598792 - net-dns/bind-9.11.0 dependency problem
Summary: net-dns/bind-9.11.0 dependency problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-02 15:57 UTC by M. Prášek
Modified: 2016-11-05 12:06 UTC (History)
1 user (show)

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 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!