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 755552 - get stuck at building GTK+
get stuck at building GTK+
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2015-09-24 16:19 UTC by Andreas Nilsson
Modified: 2015-09-24 18:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GTK+ depends on wayland-egl (839 bytes, patch)
2015-09-24 16:29 UTC, Michael Catanzaro
committed Details | Review

Description Andreas Nilsson 2015-09-24 16:19:19 UTC
(I hope this is the right place)

I was following https://wiki.gnome.org/Newcomers/BuildGnome on a fresh Fedora 22 system.

Everything went well, until I came to the step:
jhbuild build gnome-weather
building gtk+ specifically

It complained about a missing dependency on wayland-egl.
Here is a bit more output:
http://pastebin.com/a8Eei4TA
Comment 1 Andreas Nilsson 2015-09-24 16:26:07 UTC
Installing mesa-libwayland-egl-devel on fedora fixed it.
Shouldn't the sysdeps catch it though?
Comment 2 Michael Catanzaro 2015-09-24 16:28:59 UTC
It should have; just a missing dependency. Thanks!

The following fix has been pushed:
0a744c9 GTK+ depends on wayland-egl
Comment 3 Michael Catanzaro 2015-09-24 16:29:03 UTC
Created attachment 312075 [details] [review]
GTK+ depends on wayland-egl
Comment 4 Andreas Nilsson 2015-09-24 18:14:13 UTC
Thanks! Now it builds all the way through gnome-weather with a fresh system!