Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363819 - Add eselect for Vala
Summary: Add eselect for Vala
Status: RESOLVED DUPLICATE of bug 338067
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-16 13:18 UTC by Igor
Modified: 2011-04-16 13:45 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 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 ***