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 709543 - GNOME Shell should depend on gjs 1.37.1
GNOME Shell should depend on gjs 1.37.1
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: building
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-10-07 06:57 UTC by Canek Peláez Valdés
Modified: 2013-10-07 07:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Bump gjs requirement (720 bytes, patch)
2013-10-07 07:37 UTC, Florian Müllner
committed Details | Review

Description Canek Peláez Valdés 2013-10-07 06:57:46 UTC
In commit 9deaf856f3a0f686a0e1c38e70f29c2428a1d6a1 of gjs [1], the function gjs_log_exception changed parameters, a couple of weeks before the 1.37.1 release. Up until now, GNOME Shell still depends on gjs 1.35.4 [2]; if trying to compile it with any version below 1.37.1, the build will fail.

[1] https://git.gnome.org/browse/gjs/commit/?id=9deaf856f3a0f686a0e1c38e70f29c2428a1d6a1
[2] https://git.gnome.org/browse/gnome-shell/tree/configure.ac#n62
Comment 1 Florian Müllner 2013-10-07 07:37:37 UTC
Created attachment 256599 [details] [review]
build: Bump gjs requirement
Comment 2 Florian Müllner 2013-10-07 07:38:36 UTC
Attachment 256599 [details] pushed as 740dca8 - build: Bump gjs requirement

Bumped to the latest released version, thanks for the report!