Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482416 - =media-video/cheese-3.8.3: src_prepare fails with "No installed vala in || ( dev-lang/vala:0.20 dev-lang/vala:0.18 )"
Summary: =media-video/cheese-3.8.3: src_prepare fails with "No installed vala in || ( ...
Status: RESOLVED FIXED
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: InVCS
Depends on:
Blocks:
 
Reported: 2013-08-25 13:07 UTC by Ulrich Müller
Modified: 2013-08-25 15:30 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 Ulrich Müller gentoo-dev 2013-08-25 13:07:23 UTC
>>> Preparing source in /var/tmp/portage/media-video/cheese-3.8.3/work/cheese-3.8.3 ...
 * ERROR: media-video/cheese-3.8.3::gentoo failed (prepare phase):
 *   No installed vala in || ( dev-lang/vala:0.20 dev-lang/vala:0.18 )
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 3232:  Called vala_src_prepare
 *   environment, line 3769:  Called die
 * The specific snippet of code:
 *           [[ -n ${version} ]] || die "No installed vala in $(vala_depend)";

Missing dependency on dev-lang/vala?
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2013-08-25 15:30:34 UTC
+  25 Aug 2013; Gilles Dartiguelongue <eva@gentoo.org> -cheese-3.6.2.ebuild,
+  -cheese-3.8.2.ebuild, cheese-3.8.3.ebuild:
+  Add vala to DEPEND, bug #482416. Remove old revisions.
+

Looks like it was simply missing from DEPEND :)

Thanks for reporting.