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 651722 - EDS vala bindings require newer version of Vala
EDS vala bindings require newer version of Vala
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks: 638281
 
 
Reported: 2011-06-02 17:02 UTC by Travis Reitter
Modified: 2011-06-29 23:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Travis Reitter 2011-06-02 17:02:47 UTC
EDS checks for valac >= 0.12.0, but it actually depends upon Vala from git master.

Build failures with stable releases of Vala include:

EDataServer-1.2.gir:0.0-0.0: error: The type name `gunichar' could not be found
and
Unknown option --metadatadir=.

There haven't been any releases in the unstable branch 0.13.x yet, but the latest git master (version 0.12.0.277-ef22c) builds the EDS vala bindings properly for me.
Comment 1 André Klapper 2011-06-28 12:43:36 UTC
Travis: vala-0.13.0 has been released on 17-Jun-2011 - time to bump the dependency in e-d-s, check whether all compiles, and close as fixed?
Comment 2 Travis Reitter 2011-06-29 23:52:41 UTC
Fix merged, on approval by Matthew:

commit a0276ab843b201ec2b904d6d9914baaabeb82126
Author: Travis Reitter <treitter@gmail.com>
Date:   Wed Jun 29 16:33:10 2011 -0700

    Bump the required version of Vala for the bindings.
    
    Closes: bgo#651722 - EDS vala bindings require newer version of Vala

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)