Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80907 - stable portage muddles "media-sound/jack" and "media-sound/jack-audio-connection-kit"
Summary: stable portage muddles "media-sound/jack" and "media-sound/jack-audio-connect...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-05 13:56 UTC by Carsten Lohrke (RETIRED)
Modified: 2005-02-06 03:49 UTC (History)
0 users

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 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-05 13:56:54 UTC
I wondered why portage presented me
ebuild  N    ] dev-python/pyogg-1.3-r1
[ebuild  N    ] dev-python/pyvorbis-1.3
[ebuild  N    ] dev-python/pyid3lib-0.5.1
[ebuild  N    ] dev-python/id3-py-1.2
[ebuild  N    ] dev-python/cddb-py-1.4
[ebuild  N    ] media-sound/jack-3.0.0

even though there exists no relevant depenency. Doing

emerge -Cp jack

resulted in

>>> These are the packages that I would unmerge:

 media-sound/jack-audio-connection-kit
    selected: 0.99.0-r1
   protected: none
     omitted: none


Looks wrong, doesn't it!? :)
Comment 1 Jason Stubbs (RETIRED) gentoo-dev 2005-02-05 18:22:17 UTC
/var/db/pkg/media-sound/jack-audio-connection-kit-0.99.0-r1/PROVIDE

^^^ Does this file contain "media-sound/jack"?
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-06 03:49:56 UTC
Forget it, I overlooked an (invalid) dependency. I still wonder about the `emerge -Cp jack` output, but cannot reproduce it.