[gstreamer-bugs] [Bug 601198] New: compile fails with "undefined reference to `gst_pad_peer_get_caps_reffed'"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Nov 8 20:34:02 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=601198
  GStreamer | gstreamer (core) | git

           Summary: compile fails with "undefined reference to
                    `gst_pad_peer_get_caps_reffed'"
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: Christian.Kirbach at googlemail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


$ git status 
# On branch master

....
Configuration
    Version                    : 0.10.25.1
    Source code location       : .
    Prefix                     : /opt/gnome2
    Compiler                   : gcc
    Package name               : GStreamer prerelease
    Package origin             : Unknown package origin

    Documentation (manuals)    : yes
    Documentation (API)        : no

    Debug Logging              : yes
    Pipeline XML load/save     : yes
    Command-line parser        : yes
    Option parsing in gst_init : yes
    Tracing subsystem          : yes
    Allocation tracing         : yes
    Plugin registry            : yes
    Plugin support               : yes
    Network support            : yes
    Unit testing support       : yes

    Debug                      : yes
    Profiling                  : no

    Building examples          : yes
    Building test apps         : no
    Building tests that fail   : yes


...
LINK  libgstbase-0.10.la
/space/svn/gnome/gstreamer/libs/gst/base/.libs/libgstbase-0.10.so: undefined
reference to `gst_pad_peer_get_caps_reffed'
/space/svn/gnome/gstreamer/libs/gst/base/.libs/libgstbase-0.10.so: undefined
reference to `gst_pad_get_caps_reffed'
collect2: ld returned 1 exit status
Traceback (most recent call last):
  File "/opt/gnome2/bin/g-ir-scanner", line 38, in <module>
    sys.exit(scanner_main(sys.argv))
  File "/opt/gnome2/lib64/gobject-introspection/giscanner/scannermain.py", line
310, in scanner_main
    glibtransformer.get_get_type_functions())
  File "/opt/gnome2/lib64/gobject-introspection/giscanner/dumper.py", line 217,
in compile_introspection_binary
    return dc.run()
  File "/opt/gnome2/lib64/gobject-introspection/giscanner/dumper.py", line 127,
in run
    self._link(bin_path, o_path)
  File "/opt/gnome2/lib64/gobject-introspection/giscanner/dumper.py", line 212,
in _link
    subprocess.check_call(args)
  File "/usr/lib/python2.6/subprocess.py", line 488, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['../../../libtool', '--mode=link',
'--tag=CC', '--silent', 'gcc', '-o',
'/space/svn/gnome/gstreamer/libs/gst/base/tmp-introspect7BtRqW/GstBase-0.10',
'-L.', '-lgstbase-0.10', '-pthread', '-Wl,--export-dynamic',
'-L/opt/gnome2/lib64', '-lgio-2.0', '-lgirepository-1.0', '-lgobject-2.0',
'-lgmodule-2.0', '-lgthread-2.0', '-lrt', '-lglib-2.0',
'/space/svn/gnome/gstreamer/libs/gst/base/tmp-introspect7BtRqW/GstBase-0.10.o']'
returned non-zero exit status 1
make[4]: *** [GstBase-0.10.gir] Fehler 1


$ gcc -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu8'
--with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--enable-multiarch --enable-linker-build-id --with-system-zlib
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror
--with-arch-32=i486 --with-tune=generic --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8)

-- 
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