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 784515 - Not building anymore (gstvorbistag broken)
Not building anymore (gstvorbistag broken)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-07-04 14:04 UTC by Florent Thiéry
Modified: 2017-07-04 14:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Florent Thiéry 2017-07-04 14:04:54 UTC
On commit b39f5067e3ef125a2674fdc299c2aa9b4fe78e00

./autogen.sh && make resulting in:
make[5]: Entering directory '/home/ubicast/gst/master/gst-plugins-base/gst-libs/gst/tag'
  CC       libgsttag_1.0_la-gstvorbistag.lo
cc1: error: /home/fthiery/gst/master/gstreamer/libs: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /home/fthiery/gst/master/gstreamer: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /home/fthiery/gst/master/gstreamer/libs: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /home/fthiery/gst/master/gstreamer: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /home/fthiery/gst/master/gstreamer/libs: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /home/fthiery/gst/master/gstreamer: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /home/fthiery/gst/master/gstreamer/libs: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /home/fthiery/gst/master/gstreamer: No such file or directory [-Werror=missing-include-dirs]
cc1: error: /home/fthiery/gst/master/gstreamer/libs: No such file or directory [-Werror=missing-include-dirs]
gstvorbistag.c:37:10: fatal error: gst/gsttagsetter.h: No such file or directory
 #include <gst/gsttagsetter.h>
          ^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
compilation terminated.
make[5]: *** [Makefile:794: libgsttag_1.0_la-gstvorbistag.lo] Error 1
make[5]: Leaving directory '/home/ubicast/gst/master/gst-plugins-base/gst-libs/gst/tag'
make[4]: *** [Makefile:665: all] Error 2
make[4]: Leaving directory '/home/ubicast/gst/master/gst-plugins-base/gst-libs/gst/tag'
make[3]: *** [Makefile:864: tag] Error 2
make[3]: Leaving directory '/home/ubicast/gst/master/gst-plugins-base/gst-libs/gst'
make[2]: *** [Makefile:561: all-recursive] Error 1
make[2]: Leaving directory '/home/ubicast/gst/master/gst-plugins-base/gst-libs'
make[1]: *** [Makefile:700: all-recursive] Error 1
make[1]: Leaving directory '/home/ubicast/gst/master/gst-plugins-base'
make: *** [Makefile:631: all] Error 2
Comment 1 Tim-Philipp Müller 2017-07-04 14:16:21 UTC
This looks at first glance like something is messed up with your file system:

> cc1: error: /home/fthiery/gst/master/gstreamer/libs: No such file or directory
Comment 2 Florent Thiéry 2017-07-04 14:21:35 UTC
God, i'm terribly sorry, i did move the home folder in the meantime.