Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218514 - media-libs/dssi-0.9.1-r2 doesn't compile with media-libs/libogg-1.1.3-r1
Summary: media-libs/dssi-0.9.1-r2 doesn't compile with media-libs/libogg-1.1.3-r1
Status: RESOLVED DUPLICATE of bug 218286
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-20 07:25 UTC by Jouni Rinne
Modified: 2008-04-20 16:09 UTC (History)
1 user (show)

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 Jouni Rinne 2008-04-20 07:25:01 UTC
Dssi-0.9.1-r2 doesn't compile with libogg-1.1.3-r1, because the latter doesn't install the libogg.la file any more.

Please see the output here:

/bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..    -I../dssi  -I/usr/include/alsa     -O2 -march=athlon-xp -pipe -Wall -c -o trivial_sampler_la-trivial_sampler.lo `test -f 'trivial_sampler.c' || echo './'`trivial_sampler.c
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../dssi -I/usr/include/alsa -O2 -march=athlon-xp -pipe -Wall -c trivial_sampler.c  -fPIC -DPIC -o .libs/trivial_sampler_la-trivial_sampler.o
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc  -O2 -march=athlon-xp -pipe -Wall   -o trivial_sampler.la -rpath /usr/lib/dssi -module -avoid-version -Wc,-nostartfiles trivial_sampler_la-trivial_sampler.lo -lpthread -lsndfile   -lsamplerate   
grep: /usr/lib/libogg.la: No such file or directory
/bin/sed: can't read /usr/lib/libogg.la: No such file or directory
libtool: link: `/usr/lib/libogg.la' is not a valid libtool archive
make[3]: *** [trivial_sampler.la] Virhe 1
make[3]: Poistutaan hakemistosta "/var/tmp/portage/media-libs/dssi-0.9.1-r2/work/dssi-0.9.1/examples"
make[2]: *** [all] Virhe 2
make[2]: Poistutaan hakemistosta "/var/tmp/portage/media-libs/dssi-0.9.1-r2/work/dssi-0.9.1/examples"
make[1]: *** [all-recursive] Virhe 1
make[1]: Poistutaan hakemistosta "/var/tmp/portage/media-libs/dssi-0.9.1-r2/work/dssi-0.9.1"
make: *** [all] Virhe 2

With libogg-1.1.3 dssi compiles fine.
Comment 1 Ewgenij Starostin 2008-04-20 11:37:13 UTC
Same here. From the ebuild ChangeLog:
*libogg-1.1.3-r1 (18 Apr 2008)

  18 Apr 2008; Diego Pettenò <flameeyes@gentoo.org>
  +libogg-1.1.3-r1.ebuild:
  Revision bump to drop libtool .la files.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-04-20 16:09:20 UTC
Either you sync again, the ebuild is masked - at least temporarily - otherwise revdep-rebuild is your friend.

*** This bug has been marked as a duplicate of bug 218286 ***