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 781322 - vala Gtk+ bindings required version outdated
vala Gtk+ bindings required version outdated
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-14 17:02 UTC by Behdad Esfahbod
Modified: 2017-04-26 09:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2017-04-14 17:02:24 UTC
When I try to build vte on my Ubuntu 14.04 LTS system, it fails because my vala Gtk+ bindings seem to miss GtkPopup.  That should be caught by configure.
Comment 1 Christian Persch 2017-04-14 18:47:52 UTC
Which vala version do you have?
Comment 2 Behdad Esfahbod 2017-04-14 21:06:08 UTC
Vala 0.22.1
Comment 3 Christian Persch 2017-04-14 22:00:54 UTC
Hmm. This shouldn't happen since configure checks for vala 0.24:

AM_PROG_VALAC([0.24.0],[],[
  if test "$enable_test_application" != "no"; then
    AC_MSG_ERROR([vala support enabled by vala compiler not found])
  fi])

which should error out if vala < 0.24 when the test application was requested to be built.
Comment 4 Christian Persch 2017-04-26 09:24:24 UTC
I bumped the vapigen requirement to 0.24; sorry, but I didn't see an easier solution. 

Since vala is dying, rewriting the test application in C is on my list for this cycle. Meanwhile, you can use the (uninstalled) testvte programme in $(builddir)/src/ .