Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 452750 - net-analyzer/nmap: depends on dev-python/pysqlite but not on python*[sqlite]
Summary: net-analyzer/nmap: depends on dev-python/pysqlite but not on python*[sqlite]
Status: RESOLVED INVALID
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:
Depends on:
Blocks: 452122
  Show dependency tree
 
Reported: 2013-01-17 23:51 UTC by Alex Barker
Modified: 2013-01-18 18:28 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 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.