Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 527146 - [gnome-overlay] gnome-extra/gnome-boxes-3.14.1.1: missing $(vala_depend) in DEPEND
Summary: [gnome-overlay] gnome-extra/gnome-boxes-3.14.1.1: missing $(vala_depend) in D...
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: InOverlay
Depends on:
Blocks: gnome-3.14
  Show dependency tree
 
Reported: 2014-10-27 20:49 UTC by Alexander Tsoy
Modified: 2014-11-02 15:11 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 Alexander Tsoy 2014-10-27 20:49:16 UTC
ebuild calls vala_src_prepare but don't have $(vala_depend) in DEPEND.
Comment 1 Alexander Tsoy 2014-10-27 22:52:11 UTC
>>> Emerging (28 of 28) gnome-extra/gnome-boxes-3.14.1.1 from gnome
 * gnome-boxes-3.14.1.1.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                                    [ ok ]
 * Determining the location of the kernel source code
 * Unable to find kernel sources at /usr/src/linux
 * Please make sure that /usr/src/linux points at your running kernel, 
 * (or the kernel you wish to build against).
 * Alternatively, set the KERNEL_DIR environment variable to the kernel sources location
 * Unable to calculate Linux Kernel version for build, attempting to use running version
>>> Unpacking source...
>>> Unpacking gnome-boxes-3.14.1.1.tar.xz to /var/tmp/portage/gnome-extra/gnome-boxes-3.14.1.1/work
>>> Source unpacked in /var/tmp/portage/gnome-extra/gnome-boxes-3.14.1.1/work
>>> Preparing source in /var/tmp/portage/gnome-extra/gnome-boxes-3.14.1.1/work/gnome-boxes-3.14.1.1 ...
 * ERROR: gnome-extra/gnome-boxes-3.14.1.1::gnome failed (prepare phase):
 *   No installed vala in || ( dev-lang/vala:0.26 )
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 3539:  Called vala_src_prepare
 *   environment, line 4093:  Called die
 * The specific snippet of code:
 *           [[ -n ${version} ]] || die "No installed vala in $(vala_depend)";
 * 
 * If you need support, post the output of `emerge --info '=gnome-extra/gnome-boxes-3.14.1.1::gnome'`,
 * the complete build log and the output of `emerge -pqv '=gnome-extra/gnome-boxes-3.14.1.1::gnome'`.
 * The complete build log is located at '/var/tmp/portage/gnome-extra/gnome-boxes-3.14.1.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/gnome-extra/gnome-boxes-3.14.1.1/temp/environment'.
 * Working directory: '/var/tmp/portage/gnome-extra/gnome-boxes-3.14.1.1/work/gnome-boxes-3.14.1.1'
 * S: '/var/tmp/portage/gnome-extra/gnome-boxes-3.14.1.1/work/gnome-boxes-3.14.1.1'
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2014-11-02 15:11:21 UTC
Thanks for catching this.