After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 454078 - [ivorbis] header files missing in release tarball
[ivorbis] header files missing in release tarball
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other All
: Normal major
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-05 20:41 UTC by Jeremy Messenger
Modified: 2007-07-05 22:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Jeremy Messenger 2007-07-05 20:41:37 UTC
MD5 (gst-plugins-bad-0.10.5.tar.bz2) = 395f3ed705928e77e5620cccf11a8cff
SHA256 (gst-plugins-bad-0.10.5.tar.bz2) = 9ac7eb27c9975d4cd24cd3da9b457e69790e4a8cbec75077f0f42fc8b0060eed
SIZE (gst-plugins-bad-0.10.5.tar.bz2) = 1402345

The gst-plugins-bad-0.10.5.tar.bz2 has two missing files in gst-plugins-bad-0.10.5/ext/ivorbis/, vorbisdec.h and vorbisenc.h. It causes the build failure on ivorbis, the error looks like below.

=================================================
  cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/local/include -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -Wall -g -DGST_DISABLE_DEPRECATED -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -O -pipe -I/usr/local/include -MT libgstivorbis_la-vorbis.lo -MD -MP -MF .deps/libgstivorbis_la-vorbis.Tpo -c vorbis.c  -fPIC -DPIC -o .libs/libgstivorbis_la-vorbis.o
 vorbis.c:26:23: vorbisdec.h: No such file or directory
 vorbis.c: In function `plugin_init':
 vorbis.c:40: warning: implicit declaration of function `gst_ivorbis_dec_get_type'
 gmake: *** [libgstivorbis_la-vorbis.lo] Error 1
 *** Error code 2
=================================================

I had to grab two files, vorbisdec.h and vorbisenc.h, from fd.org CVS[1] and put these files in gst-plugins-bad-0.10.5/ext/ivorbis/ to get the build success.

[1] http://webcvs.freedesktop.org/gstreamer/gst-plugins-bad/ext/ivorbis/
Comment 1 Tim-Philipp Müller 2007-07-05 22:28:31 UTC
Oops, should hopefully be fixed in CVS now, thanks!

  2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>

        * ext/ivorbis/Makefile.am:
          Dist header files. Fixes #454078.