Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 363819

Summary: Add eselect for Vala
Product: Gentoo Linux Reporter: Igor <pashev.igor>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Igor 2011-04-16 13:18:31 UTC
I have two Vala versions: valac-0.10, valac-0.12;
but no valac symlink. So some configure scripts can't
find valac by default.

Reproducible: Always

Steps to Reproduce:
1. # ls -lh /usr/bin/vala*
lrwxrwxrwx 1 root root  10 Фев 24 15:20 /usr/bin/vala-0.10 -> valac-0.10
lrwxrwxrwx 1 root root  10 Апр  7 21:03 /usr/bin/vala-0.12 -> valac-0.12
-rwxr-xr-x 1 root root 48K Фев 24 15:20 /usr/bin/valac-0.10
-rwxr-xr-x 1 root root 40K Апр  7 21:02 /usr/bin/valac-0.12
-rwxr-xr-x 1 root root 946 Фев 24 15:20 /usr/bin/vala-gen-introspect-0.10
-rwxr-xr-x 1 root root 946 Апр  7 21:02 /usr/bin/vala-gen-introspect-0.12

2. AM_PROG_VALAC in configure.ac:

checking for valac... no
configure: WARNING: No Vala compiler found.  You will not be able to compile .vala source files.
Comment 1 Pacho Ramos gentoo-dev 2011-04-16 13:45:32 UTC

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