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 655482 - gjs 1.29.15 breaks libpeas
gjs 1.29.15 breaks libpeas
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
1.29.x
Other Linux
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks: 655475
 
 
Reported: 2011-07-28 08:53 UTC by Vincent Untz
Modified: 2011-07-30 17:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Install gi/ headers again (1.42 KB, patch)
2011-07-30 17:05 UTC, Colin Walters
committed Details | Review

Description Vincent Untz 2011-07-28 08:53:04 UTC
libpeas needs access to GjsArgumentType, which used to be define in /usr/include/gjs-1.0/gjs/gi/arg.h. But gjs 1.29.15 doesn't install the /usr/include/gjs-1.0/gjs/gi/* files anymore.

I don't know if it's a bug or if it's supposed to be this way, but either way, a solution needs to be found for libpeas.
Comment 1 Colin Walters 2011-07-30 17:05:17 UTC
Created attachment 192914 [details] [review]
Install gi/ headers again

libpeas currently requires these; we were installing them before, and
since we export almost all of our internals in for gjs-module.pc, might
as well keep doing these for now.
Comment 2 Colin Walters 2011-07-30 17:05:31 UTC
Attachment 192914 [details] pushed as 4217cb5 - Install gi/ headers again