Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96202 - mt-daapd complains about missing ogg-headers even with USE="-vorbis"
Summary: mt-daapd complains about missing ogg-headers even with USE="-vorbis"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 11:59 UTC by Jonas Bähr
Modified: 2005-10-03 09:10 UTC (History)
1 user (show)

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


Attachments
Patch to the mt-daapd-0.2.1.1 ebuild (mt-daapd_ebuild-vorbis.patch,373 bytes, patch)
2005-08-11 21:59 UTC, Nathan Caldwell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Bähr 2005-06-15 11:59:22 UTC
Hi,

I tryed to emerge mt-daapd-0.2.1.1 with USE="-debug -howl -vorbis". However the ebuild stops because of missing ogg-headers.

workaround: emerge libv stopsorbis or put 'vorbis' in the useflags. In this case the mt-daapd ebuild pulls libvorbis as a dependency.
Comment 1 Nathan Caldwell 2005-08-11 21:57:57 UTC
This seems to be a problem with the mt-daapd configure script. Unpacking the
source and manually running ./configure --disable-oggvorbis gives the error:
[snip]
checking for id3_file_open in -lid3tag... yes
Have id3tag
Adding dynamic libid3tag
USE_OGGVORBIS is true
checking for ogg/ogg.h... yes
checking for ogg_sync_init in -logg... yes
Have ogg
Adding dynamic libogg
checking for vorbis/codec.h... no
configure: error: vorbis/codec.h not found... Must have libvorbis installed for
Ogg/Vorbis support

Comment 2 Nathan Caldwell 2005-08-11 21:59:51 UTC
Created attachment 65723 [details, diff]
Patch to the mt-daapd-0.2.1.1 ebuild

Workaround patch to the mt-daapd ebuild so it doesn't add --disable-oggvorbis
when USE="-vorbis"
Comment 3 Nathan Caldwell 2005-08-14 17:26:03 UTC
This appears to be fixed upstream
(http://www.mt-daapd.org/index.php?Itemid=40&func=view&id=1598&catid=3), but
until a new version is released you will need to patch the ebuild as above.
Comment 4 MATSUU Takuto (RETIRED) gentoo-dev 2005-10-03 09:10:46 UTC
0.2.3 fixed in cvs.