Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686654 - dev-libs/libical-3.0.5 vala compiler was not found
Summary: dev-libs/libical-3.0.5 vala compiler was not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas Sturmlechner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-24 10:05 UTC by Ladislav Zitka
Modified: 2019-05-24 19:42 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 Ladislav Zitka 2019-05-24 10:05:09 UTC
While emerging libical I got:
CMake Error at CMakeLists.txt:354 (message):
  valac, the Vala compiler was not found.  Install it or disable Vala
  bindings with -DICAL_GLIB_VAPI=False

When I check vala in usr/bin I get:
andromeda /usr/bin # ls -la |grep vala
lrwxrwxrwx   1 root     root           10 May  3 17:21 vala-0.40 -> valac-0.40
lrwxrwxrwx   1 root     root           10 May 23 21:53 vala-0.42 -> valac-0.42
-rwxr-xr-x   1 root     root        52360 May  3 17:21 valac-0.40
-rwxr-xr-x   1 root     root        52376 May 23 21:53 valac-0.42
-rwxr-xr-x   1 root     root          946 May  3 17:21 vala-gen-introspect-0.40
-rwxr-xr-x   1 root     root          946 May 23 21:53 vala-gen-introspect-0.42


So I had to do manually symlinks for:
vapigen, vala-gen-introspect, valac

We should have in Gentoo eselect-vala admin tool, it exists in Zugaina, but based on some google code link, which does not exist anymore.
Comment 1 Andreas Sturmlechner gentoo-dev 2019-05-24 12:18:50 UTC
glib support is disabled in libical until anything is actually using it. So this will be disabled in addition.
Comment 2 Ladislav Zitka 2019-05-24 12:48:42 UTC
I have 2 apps depending on libical:
gnome-extra/evolution-data-server-3.33.1 (>=dev-libs/libical-2:0/3)
gnome-extra/evolution-ews-3.30.5-r1 (dev-libs/libical:0)
mail-client/evolution-3.33.1 (dev-libs/libical:0/3)
net-wireless/bluez-5.50-r2 (obex ? dev-libs/libical)
Comment 3 Andreas Sturmlechner gentoo-dev 2019-05-24 13:38:38 UTC
But they don't use libical-glib, if they do, please contact gnome team.
Comment 4 Larry the Git Cow gentoo-dev 2019-05-24 19:42:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ac5cbab14542ac30457e1fd2cdde46e47ae6b3

commit 51ac5cbab14542ac30457e1fd2cdde46e47ae6b3
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-05-24 19:42:29 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-05-24 19:42:29 +0000

    dev-libs/libical: Set -DICAL_GLIB_VAPI=OFF
    
    Closes: https://bugs.gentoo.org/686654
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-libs/libical/libical-3.0.5.ebuild | 1 +
 1 file changed, 1 insertion(+)