Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464194 - gnome-extra/gnome-contacts-3.8.0 fails to build with vala 0.18.1
Summary: gnome-extra/gnome-contacts-3.8.0 fails to build with vala 0.18.1
Status: RESOLVED DUPLICATE of bug 463720
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-02 13:24 UTC by Patrick Nicolas
Modified: 2013-04-02 20:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Nicolas 2013-04-02 13:24:34 UTC
When compiling with vala-0.18.1 it fails with

/usr/bin/vapigen-0.18                   \
        --library gd-1.0                \
        --pkg gtk+-3.0                  \
        Gd-1.0.gir
Gd-1.0.gir:27.11-27.28: error: expected start element of `parameter'
          <instance-parameter name="self" transfer-ownership="none">
          ^^^^^^^^^^^^^^^^^^
Gd-1.0.gir:29.11-29.10: error: expected end element of `parameter'
          </instance-parameter>
          
Gd-1.0.gir:38.11-38.28: error: expected start element of `parameter'
          <instance-parameter name="self" transfer-ownership="none">
          ^^^^^^^^^^^^^^^^^^
Gd-1.0.gir:40.11-40.10: error: expected end element of `parameter'
          </instance-parameter>
          
Gd-1.0.gir:48.11-48.28: error: expected start element of `parameter'
          <instance-parameter name="self" transfer-ownership="none">
          ^^^^^^^^^^^^^^^^^^
Gd-1.0.gir:50.11-50.10: error: expected end element of `parameter'
          </instance-parameter>
          
Gd-1.0.gir:62.11-62.28: error: expected start element of `parameter'
          <instance-parameter name="self" transfer-ownership="none">
          ^^^^^^^^^^^^^^^^^^
[50 other similar errors or so]

emerging vala-0.20.0 and setting the VALA_MIN_API_VERSION veriable to "0.20" in the ebuild fixes the issue
Comment 1 Pacho Ramos gentoo-dev 2013-04-02 20:27:12 UTC

*** This bug has been marked as a duplicate of bug 463720 ***