GNOME Bugzilla – Bug 749632
FTBFS when srcdir != builddir since commit bfc13c8e
Last modified: 2015-05-20 13:24:50 UTC
/bin/sh ../../../libtool --tag=CC --mode=link gcc -std=gnu99 -I../../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/lib/gstreamer-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/lib/gstreamer-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_THREADS_MANDATORY -DG_DISABLE_DEPRECATED -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs -g -DGST_DISABLE_DEPRECATED -DLICENSE_TRANSLATIONS_PATH=\"/usr/share/gst-plugins-base/1.0/license-translations.dict\" -O2 -g -m64 -mtune=generic -export-symbols-regex ^_?\(gst_\|Gst\|GST_\).* -no-undefined -Wl,-Bsymbolic-functions -version-info 501:0:501 -o libgsttag-1.0.la -rpath /usr/lib libgsttag_1.0_la-gstvorbistag.lo libgsttag_1.0_la-gstid3tag.lo libgsttag_1.0_la-gstxmptag.lo libgsttag_1.0_la-gstexiftag.lo libgsttag_1.0_la-lang.lo libgsttag_1.0_la-licenses.lo libgsttag_1.0_la-tags.lo libgsttag_1.0_la-gsttagdemux.lo libgsttag_1.0_la-gsttagmux.lo libgsttag_1.0_la-gsttageditingprivate.lo libgsttag_1.0_la-id3v2.lo libgsttag_1.0_la-id3v2frames.lo libgsttag_1.0_la-xmpwriter.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -L/usr/lib -lz In file included from <stdin>:4:0: /ostbuild/source/gst-plugins-base/gst-libs/gst/rtp/rtp.h:33:38: fatal error: gst/rtp/gstrtp-enumtypes.h: No such file or directory #include <gst/rtp/gstrtp-enumtypes.h> ^ compilation terminated. g-ir-scanner: warning: Option --strip-prefix has been deprecated; see --identifier-prefix and --symbol-prefix. Error while processing the source. Makefile:1113: recipe for target 'GstRtp-1.0.gir' failed make[5]: *** [GstRtp-1.0.gir] Error 1 make[5]: Leaving directory '/ostbuild/source/gst-plugins-base/_build/gst-libs/gst/rtp' See full build log at http://build.gnome.org/continuous/buildmaster/builds/2015/05/20/24/build/log-gst-plugins-base.txt
Please revert https://git.gnome.org/browse/gnome-continuous/commit/?id=55c7c5212f7947c3cedd09b3e9d8953351548fb7 after the issue is fixed and committed
commit 6dd14bb6d6e4ac6ec9fcc93f860d6f7443563188 Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed May 20 16:23:46 2015 +0300 rtp: Add builddir to the include path for gobject-introspection And also add missing headers/sources https://bugzilla.gnome.org/show_bug.cgi?id=749632