[Bug 686647] New: Missing library dependency causes compilation error...

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 22 07:27:23 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=686647
  GStreamer | gst-rtsp-server | git

           Summary: Missing library dependency causes compilation error...
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sebras at hotmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When I try to make gst-rtsp-server I see this error:

make[6]: Entering directory `build/host/tests/check'
  CC     gst_rtspserver-rtspserver.o
  CCLD   gst/rtspserver
/usr/bin/ld: gst_rtspserver-rtspserver.o: undefined reference to symbol
'g_socket_listener_add_any_inet_port'
/usr/bin/ld: note: 'g_socket_listener_add_any_inet_port' is defined in DSO
installed/usr/lib/libgio-2.0.so.0 so try adding it to the linker command line
installed/usr/lib/libgio-2.0.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[6]: *** [gst/rtspserver] Error 1

This is due to GIO_LIBS/GIO_CFLAGS not being in test/check/Makefile.am. The
attached patch fixes this.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list