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

Bug 452750

Summary: net-analyzer/nmap: depends on dev-python/pysqlite but not on python*[sqlite]
Product: Gentoo Linux Reporter: Alex Barker <alex>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED INVALID    
Severity: normal CC: kripton
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 452122    

Description Alex Barker 2013-01-17 23:51:39 UTC
The package does depend on dev-python/pysqlite:2 but not on Python implementation USE=sqlite.


Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-18 10:01:26 UTC
I don't understand you. The deps say:

NMAP_PYTHON_DEPEND="
|| (
    dev-lang/python:2.7[sqlite]
    dev-lang/python:2.6[sqlite]
    dev-lang/python:2.5[sqlite]
    dev-python/pysqlite:2
)
"
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-01-18 16:58:39 UTC
I don't either.
Comment 3 Alex Barker 2013-01-18 17:25:25 UTC
I seem to be missing something here... If pysqlite:2 is masked for removal, and namp[gtk||ndiff] depend on pysqlite:2, isn't that a problem?

# equery d pysqlite
 * These packages depend on pysqlite:
net-analyzer/nmap-6.01 (gtk ? dev-python/pysqlite:2)
                       (ndiff ? dev-python/pysqlite:2)


!!! The following installed packages are masked:
- dev-python/pysqlite-2.6.3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>
# Unmaintained and replaced by built-in sqlite3 module in Python.
# Masked for removal in 30 days, bug 452122.

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Comment 4 jannis 2013-01-18 17:34:34 UTC
see that "||" in #1 ? that means "OR" meaning that either one of the following is needed
Comment 5 Alex Barker 2013-01-18 18:28:07 UTC
Ahh I missed that || part.