Summary: | dev-libs/libcdio: automagic dependency on media-libs/libcddb | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Peter Volkov (RETIRED) <pva> |
Component: | Current packages | Assignee: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | media-video |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | libcdio-0.80-automagic-cddb.patch |
Created attachment 202521 [details, diff]
libcdio-0.80-automagic-cddb.patch
Fix for this issue.
Patch added to the tree. |
I do have media-libs/libcddb but still I'm trying to rebuild media-libs/libcdio with USE="-cddb". At the end libcdio still links with libcddb. >>> Compiling source in /vt/portage/tmp/portage/dev-libs/libcdio-0.80/work/libcdio-0.80 ... * econf: updating libcdio-0.80/config.guess with /usr/share/gnuconfig/config.guess * econf: updating libcdio-0.80/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-cddb --with-cd-drive --with-cd-info --with-cd-paranoia --with-cdda-player --with-cd-read --with-iso-info --with-iso-read --enable-cxx --disable-example-progs --disable-cpp-progs --with-cd-paranoia-name=libcdio-paranoia --disable-vcd-info --disable-dependency-tracking --disable-maintainer-mode --disable-static --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c ..... checking for CDDB... yes ..... camobap libcdio # readelf -d /usr/bin/cdda-player | grep NEEDED 0x00000001 (NEEDED) Shared library: [libcdio.so.7] 0x00000001 (NEEDED) Shared library: [libcddb.so.2] 0x00000001 (NEEDED) Shared library: [libncurses.so.5] 0x00000001 (NEEDED) Shared library: [libc.so.6]