GNOME Bugzilla – Bug 696410
Build failure for gst-plugins-base-1.0.6
Last modified: 2013-03-22 19:58:18 UTC
Created attachment 239566 [details] Build log for gst-plugins-base build failure Building the latest gst-plugins-base in Fedora, I'm getting a build failure due to an apparent implicit declaration in /builddir/build/BUILD/gst-plugins-base-1.0.6/gst-libs/gst/tag/tmp-introspectnpCEN6/GstTag-1.0.c If I can free up some time later today, I'll try to attach a patch to fix this. For now, I'll attach the build.log in case someone can get to this sooner than I can. Thanks.
Is this new? I don't think anything has change here on our end.
Just started digging into this a bit, and don't see any obvious changes in 1.0.6 that would be causing this. Maybe it's something that's changed in Rawhide. I'll keep looking and update this bug with what I find.
Ok, it looks like it's something on our (Fedora's) end. Looking at the build log it seems to be failing here: <snip> pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -c gstsdpmessage.c -fPIC -DPIC -o .libs/libgstsdp_1.0_la-gstsdpmessage.o Can't locate Carp.pm in @INC (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at /usr/share/perl5/Safe.pm line 29. BEGIN failed--compilation aborted at /usr/share/perl5/Safe.pm line 29. Compilation failed in require at /usr/bin/glib-mkenums line 5. BEGIN failed--compilation aborted at /usr/bin/glib-mkenums line 5. make[4]: Leaving directory `/builddir/build/BUILD/gst-plugins-base-1.0.6/gst-libs/gst/video' make[4]: *** [video-enumtypes.c] Error 2 make[3]: *** [video] Error 2 make[3]: *** Waiting for unfinished jobs.... <snip> and when I looking earlier in the log at the config portion: <snip> checking for GLIB... yes checking for glib-genmarshal... glib-genmarshal (from pkg-config path) checking for glib-mkenums... glib-mkenums configure: WARNING: glib-mkenums does not seem to work! <snip> so, I'm guessing something is broken in our glib2-devel package in Rawhide.
Alright, let's close this for now then. Please re-open if there's still something we need to update or fix on our end.