Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167868 - media-libs/flac-1.1.2 needs >=libogg-1.1.2
Summary: media-libs/flac-1.1.2 needs >=libogg-1.1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-21 12:04 UTC by temp
Modified: 2007-02-24 20:30 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description temp 2007-02-21 12:04:41 UTC
I had libogg 1.0 or so installed.
emerge -v rhythmbox
gave
[...]
i686-pc-linux-gnu-gcc -I../.. -I./include -I../../include -DNDEBUG -DFLaC__INLINE=__inline__ -mtune=athlon-xp -O2 -pipe -fvisibility=hidden -o .libs/flac analyze.o decode.o encode.o main.o local_string_utils.o utils.o vorbiscomment.o  ../../src/libOggFLAC/.libs/libOggFLAC.so /var/tmp/portage/media-libs/flac-1.1.2-r8/work/flac-1.1.2/src/libFLAC/.libs/libFLAC.so ../../src/share/grabbag/.libs/libgrabbag.a ../../src/share/getopt/libgetopt.a ../../src/share/replaygain_analysis/.libs/libreplaygain_analysis.a ../../src/share/replaygain_synthesis/.libs/libreplaygain_synthesis.a ../../src/share/utf8/.libs/libutf8.a ../../src/libFLAC/.libs/libFLAC.so -lm
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_stream_pagein'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_sync_wrote'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_sync_reset'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_stream_reset'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_stream_clear'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_stream_packetin'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_stream_packetout'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_sync_init'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_stream_init'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_page_checksum_set'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_stream_pageout'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_sync_clear'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_page_serialno'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_sync_buffer'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_stream_flush'
../../src/libOggFLAC/.libs/libOggFLAC.so: undefined reference to `ogg_sync_pageout'
collect2: ld returned 1 exit status
make[3]: *** [flac] Error 1
[...]
after "emerge -v libogg" I have libogg 1.1.2 installed, and the flac installation went fine.

I suggest to include an dependency on libogg in the flac package.

Reproducible: Didn't try

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-21 12:15:09 UTC
Upgrade your system properly using emerge -uD world...
Comment 2 Alexis Ballier gentoo-dev 2007-02-24 20:30:26 UTC
deps pushed to 1.1.2, thanks.