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 772861 - git master fails to build
git master fails to build
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: general
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-13 13:15 UTC by Mohammed Sadiq
Modified: 2016-10-13 21:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mohammed Sadiq 2016-10-13 13:15:00 UTC
Build fails when trying to build gnome-builder from git master using Jhbuild.

The relevant output from compilation log:
Making all in vala-pack
make[3]: Entering directory '/run/media/sadiq/Temp/jhbuild/build/gnome-builder/plugins/vala-pack'
  GEN      libvala_pack_plugin_la_vala.stamp
/home/sadiq/jhbuild/checkout/gnome-builder/plugins/vala-pack/ide-vala-index.vala:76.4-76.27: error: The name `thread' does not exist in the context of `Vala.CodeContext'
			this.code_context.thread = true;
			^^^^^^^^^^^^^^^^^^^^^^^^
/home/sadiq/jhbuild/checkout/gnome-builder/plugins/vala-pack/ide-vala-index.vala:259.7-259.30: error: The name `thread' does not exist in the context of `Vala.CodeContext'
						this.code_context.thread = true;
						^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 2 error(s), 0 warning(s)
Makefile:1112: recipe for target 'libvala_pack_plugin_la_vala.stamp' failed
make[3]: *** [libvala_pack_plugin_la_vala.stamp] Error 1
make[3]: Leaving directory '/run/media/sadiq/Temp/jhbuild/build/gnome-builder/plugins/vala-pack'
Makefile:615: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/run/media/sadiq/Temp/jhbuild/build/gnome-builder/plugins'
Makefile:652: recipe for target 'all-recursive' failed
Comment 1 Christian Hergert 2016-10-13 21:02:09 UTC
Fixed in commit b56f3f001ebf8da851920279a543c64654ecb773.

Thanks!