Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302723 - media-libs/libcddb: econf --without-cdio makes cddb_query query fails
Summary: media-libs/libcddb: econf --without-cdio makes cddb_query query fails
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-29 08:00 UTC by savi
Modified: 2020-06-06 21:50 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
proposed patch (libcddb-1.3.2.ebuild,1.18 KB, text/plain)
2010-02-01 11:23 UTC, savi
Details

Note You need to log in before you can comment on or make changes to this bug.
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.