Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 467446 - gnome-extra/gucharmap-3.6.1 needs VALA_MAX_API_VERSION set
Summary: gnome-extra/gucharmap-3.6.1 needs VALA_MAX_API_VERSION set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-27 07:10 UTC by Chris White
Modified: 2013-08-26 12:21 UTC (History)
2 users (show)

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


Attachments
gucharmap-3.6.1-vala-version-fix.patch (gucharmap-3.6.1-vala-version-fix.patch,296 bytes, text/plain)
2013-04-27 07:10 UTC, Chris White
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris White 2013-04-27 07:10:48 UTC
Created attachment 346678 [details]
gucharmap-3.6.1-vala-version-fix.patch

Relevant config.log entry:

----
configure:14372: $PKG_CONFIG --exists --print-errors "$vapigen_pkg"
Package vapigen-0.18 was not found in the pkg-config search path.
Perhaps you should add the directory containing `vapigen-0.18.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vapigen-0.18' found
configure:14375: $? = 1
configure:14389: error: vapigen-0.18 >= 0.16 not found
----

Latest unstable for vala is 0.20, so without setting the max version and vala-0.18 not being installed the package will not compile. The attached ebuild patch fixes this issue.
Comment 1 Wojciech Myrda 2013-05-17 11:55:43 UTC
I have hit same issue after I left only vala-0.20 in the system and confirm that gucharmap-3.6.1 will not build without vala-0.18 package
Comment 2 Pacho Ramos gentoo-dev 2013-08-26 12:21:36 UTC
You shouldn't mix stable and testing. If you want to do that, you need to run testing versions of more packages. In this case, you need latest gucharmap to work with latest vala

-> gucharmap-3.8 has vala-0.20 support