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 648183 - [JHBuild] vte installation doesn't respect prefix
[JHBuild] vte installation doesn't respect prefix
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
[fixed-next]
Depends on:
Blocks:
 
 
Reported: 2011-04-19 07:56 UTC by Marc Plano-Lesay
Modified: 2012-03-08 21:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Buildlog (3.28 KB, text/plain)
2011-04-19 07:56 UTC, Marc Plano-Lesay
Details

Description Marc Plano-Lesay 2011-04-19 07:56:34 UTC
Building vte with JHBuild, configured to install files in ~/opt/gnome,
vte tries to install some files in /usr/share/gir-1.0 instead of
~/opt/gnome/share/gir-1.0. See the end of the buildlog attached.
Comment 1 Marc Plano-Lesay 2011-04-19 07:56:54 UTC
Created attachment 186256 [details]
Buildlog
Comment 2 Christian Persch 2011-04-19 10:11:57 UTC
That's expected; the gir is installed where g-i looks for it. That comes from introspection.m4.
Comment 3 Dan Winship 2011-04-19 12:17:46 UTC
Nope, girs and typelibs should be installed in your own prefix, as seen in the example in Makefile.introspection. Jhbuild sets the right environment variables so that they will get found in the jhbuild prefix; g-ir-scanner looks in $XDG_DATA_DIRS/gir-1.0, and g-ir-compiler looks in $GI_TYPELIB_PATH.
Comment 4 Christian Persch 2012-03-08 21:17:06 UTC
Fixed on vte-next and vte-0-32.