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

Bug 302723

Summary: media-libs/libcddb: econf --without-cdio makes cddb_query query fails
Product: Gentoo Linux Reporter: savi <savignien>
Component: New packagesAssignee: Gentoo Sound Team <sound>
Status: CONFIRMED ---    
Severity: normal CC: flameeyes, jstein, pva
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=149383
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: proposed patch

Description savi 2010-01-29 08:00:22 UTC
The command "cddb_query query" fails with "*** libcdio support missing, CD access failed ***"
It appears that the libcddb ebuild has a "econf --without-cdio" line.

Well maybe there is a good reason for that, I don't know, but a USE flags would have been welcome.
I manually compiled libcddb WITH cdio and it seems to work fine.
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2010-01-29 09:44:36 UTC
From ChangeLog:

  28 Sep 2006; Diego Pettenò <flameeyes sobaka gentoo.org> libcddb-1.2.1.ebuild:
  Fix circular dependency with libcdio as reported by Mike Lundy in bug
  #149383, thanks to Anders Hellgren (kallamej) for the solution.

But lets let maintainers to review.
Comment 2 savi 2010-02-01 11:23:12 UTC
Created attachment 218075 [details]
proposed patch

This modified ebuild just checks if libcdio is already installed.
If it is the case, then libcddb is build with cdio support.
Comment 3 Matthew 2012-12-19 05:07:20 UTC
I can confirm that savi's patch fixes this, and that it is still an issue.