[gstreamer-bugs] [Bug 421594] New: missing zlib / libz does not cause realmedia to be not compiled

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Mar 22 12:13:41 PDT 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=421594

  GStreamer | gst-plugins-ugly | Ver: HEAD CVS

           Summary: missing zlib / libz does not cause realmedia to be not
                    compiled
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: tmbinc at elitedvb.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Not having zlib-dev installed causes gst-plugins-ugly to bail out while
compiling:

make[3]: Entering directory `/root/gst-cvs/gst-plugins-ugly/gst/realmedia'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../..    -I../../gst-libs -I../../gst-libs -pthread
-I/usr/local/include/gstreamer-0.10 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -Wall -Werror  -g  
-DGST_DISABLE_DEPRECATED -pthread -I/usr/local/include/gstreamer-0.10
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -g
-O2 -MT libgstrmdemux_la-rmdemux.lo -MD -MP -MF
".deps/libgstrmdemux_la-rmdemux.Tpo" -c -o libgstrmdemux_la-rmdemux.lo `test -f
'rmdemux.c' || echo './'`rmdemux.c; \
        then mv -f ".deps/libgstrmdemux_la-rmdemux.Tpo"
".deps/libgstrmdemux_la-rmdemux.Plo"; else rm -f
".deps/libgstrmdemux_la-rmdemux.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs -pthread
-I/usr/local/include/gstreamer-0.10 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -Werror -g
-DGST_DISABLE_DEPRECATED -pthread -I/usr/local/include/gstreamer-0.10
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -g
-O2 -MT libgstrmdemux_la-rmdemux.lo -MD -MP -MF
.deps/libgstrmdemux_la-rmdemux.Tpo -c rmdemux.c  -fPIC -DPIC -o
.libs/libgstrmdemux_la-rmdemux.o
rmdemux.c:37:18: error: zlib.h: No such file or directory
make[3]: *** [libgstrmdemux_la-rmdemux.lo] Error 1
make[3]: Leaving directory `/root/gst-cvs/gst-plugins-ugly/gst/realmedia'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/gst-cvs/gst-plugins-ugly/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/gst-cvs/gst-plugins-ugly'
make: *** [all] Error 2

Instead, a configure error should be printed or realmedia should just not be
compiled.

(Installig libz-dev fixes the problem.)


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list