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 603421 - Build gobject introspection support
Build gobject introspection support
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-30 22:47 UTC by Emilio Pozuelo Monfort
Modified: 2010-05-19 15:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Emilio Pozuelo Monfort 2009-11-30 22:47:45 UTC
Hi,

Currently gir-repository builds gobject introspection support for libnautilus-extension. This is not ideal because it causes dependency loops:

gir-repository build depends on libnautilus-extension
libnautilus-extension build depends on gstreamer
gstreamer build depens on gir-repository

Therefore I think the gobject introspection support should be built from nautilus itself. It makes more sense than to build it for everything from another package anyway...

You can look for BUILD_NAUTILUS in http://git.gnome.org/cgit/gir-repository/tree/gir/Makefile.am to see how gir-repository builds it.
Comment 1 Emilio Pozuelo Monfort 2009-11-30 22:49:35 UTC
Sorry, it should be
gir-repository build depends on nautilus
nautilus build depends on tracker
tracker build depends on gstreamer
gstreamer build depends on gir-repository
Comment 2 Cosimo Cecchi 2010-05-19 15:07:57 UTC
This is fixed now in master.