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 597546 - building gst-plugins-* with jhbuild failed
building gst-plugins-* with jhbuild failed
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 598884 (view as bug list)
Depends on:
Blocks: 597818
 
 
Reported: 2009-10-06 13:05 UTC by Felix Kaser
Modified: 2010-04-13 14:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
output of make V=1 (30.50 KB, text/plain)
2009-10-08 11:50 UTC, Felix Kaser
Details

Description Felix Kaser 2009-10-06 13:05:02 UTC
Everytime I try to build gst-plugins-base or gst-plugins-good with jhbuild (becuase it's a dep for another app I work on), I get following error:

make  
Making all in pkgconfig
Making all in gst-libs
Making all in gst
Making all in interfaces
ERROR: /interfaces-enumtypes.h: no such a file or directory
make[5]: *** [GstInterfaces-0.10.gir] Error 1
make[4]: *** [all] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
*** Error during phase build of gst-plugins-base: ########## Error running make   *** [1/1]

I'm using autoconf (GNU Autoconf) 2.64 and automake (GNU automake) 1.11
Comment 1 Sebastian Dröge (slomo) 2009-10-08 11:40:04 UTC
What's the output if you call "make V=1"?
Comment 2 Felix Kaser 2009-10-08 11:50:21 UTC
Created attachment 145034 [details]
output of make V=1
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2009-10-13 09:00:15 UTC
I wonder it this is related to Bug #598114.
Comment 4 Sebastian Dröge (slomo) 2009-10-13 14:09:14 UTC
I don't think so, the problem seems to be that gobject-introspection gets "/interfaces-enumtypes.h" passed and can't find it (of course). But I have absolutely no idea why this should happen
Comment 5 Sebastian Dröge (slomo) 2009-10-21 08:59:28 UTC
*** Bug 598884 has been marked as a duplicate of this bug. ***
Comment 6 Tim-Philipp Müller 2010-04-13 14:35:52 UTC
This seems to work fine for me, just built a fresh jhbuild stack up to gst-plugins-good, including gst-plugins-base (this is -base git afaict), so marking as OBSOLETE.

Please re-open if it's still a problem.