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 618935 - Install introspection files in our own prefix, not g-i's
Install introspection files in our own prefix, not g-i's
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Build
unspecified
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-17 21:15 UTC by Dan Winship
Modified: 2010-05-18 13:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Install introspection files in our own prefix, not g-i's (1003 bytes, patch)
2010-05-17 21:15 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2010-05-17 21:15:46 UTC
Originally the introspection docs said you were always supposed to
install .gir and .typelib files into gobject-introspection's prefix.
This got fixed, and now they say you're supposed to install them into
your own prefix (and, if necessary, set GI_TYPELIB_PATH to include
that prefix). Epiphany is doing it wrong. This breaks, eg, non-root
jhbuild installs.

(see also https://bugs.webkit.org/show_bug.cgi?id=39236, but that's not
a prereq)
Comment 1 Dan Winship 2010-05-17 21:15:53 UTC
Created attachment 161279 [details] [review]
Install introspection files in our own prefix, not g-i's
Comment 2 Xan Lopez 2010-05-17 23:01:14 UTC
Comment on attachment 161279 [details] [review]
Install introspection files in our own prefix, not g-i's

OK.
Comment 3 Dan Winship 2010-05-18 13:18:32 UTC
Attachment 161279 [details] pushed as 088c3a6 - Install introspection files in our own prefix, not g-i's