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 654106 - doesn't seem to respect prefix for glade
doesn't seem to respect prefix for glade
Status: RESOLVED FIXED
Product: libpeas
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libpeas-maint
libpeas-maint
Depends on:
Blocks:
 
 
Reported: 2011-07-06 16:12 UTC by Matthias Clasen
Modified: 2011-08-30 20:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2011-07-06 16:12:37 UTC
I am jhbuilding 3.1.3, and libpeas bombs with

/usr/bin/install: cannot create regular file `/usr/share/glade/catalogs/libpeas-gtk.xml': Permission denied
make[3]: *** [install-catalogDATA] Error 1

Seems that it doesn't respect the prefix that jhbuild gave it, for the GLADE_CATALOG_DIR. Or maybe it is getting that out of some glade pc file ?

Either way, not good.
Comment 1 Ignacio Casal Quinteiro (nacho) 2011-07-06 20:28:42 UTC
Not sure in libpeas, I guess the same as in gtksourceview, but it detects where glade is installed and it tries to install the catalog in that dir. So if you have glade built with jhbuild it should detect that first.
Comment 2 Steve Frécinaux 2011-08-30 20:47:19 UTC
We now try to install the glade catalog in our own prefix. It is a workaround, but the proper fix should probably be in glade itself.