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

Bug 80907

Summary: stable portage muddles "media-sound/jack" and "media-sound/jack-audio-connection-kit"
Product: Gentoo Linux Reporter: Carsten Lohrke (RETIRED) <carlo>
Component: New packagesAssignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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.