Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675592 - net-misc/spice-gtk-9999 fails to inherit git-r3.eclass - src_prepare(): The source directory '.../work/spice-gtk-9999' doesn't exist
Summary: net-misc/spice-gtk-9999 fails to inherit git-r3.eclass - src_prepare(): The s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-16 15:58 UTC by email200202
Modified: 2019-01-17 17:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info '=net-misc/spice-gtk-9999' (file_675592.txt,6.77 KB, text/plain)
2019-01-16 16:00 UTC, email200202
Details
emerge -pqv '=net-misc/spice-gtk-9999::gentoo' (file_675592.txt,245 bytes, text/plain)
2019-01-16 16:02 UTC, email200202
Details

Note You need to log in before you can comment on or make changes to this bug.
Description email200202 2019-01-16 15:58:23 UTC
net-misc/spice-gtk-9999 emerge failed with this message:

>>> Emerging (2 of 2) net-misc/spice-gtk-9999::gentoo
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/net-misc/spice-gtk-9999/work
 * ERROR: net-misc/spice-gtk-9999::gentoo failed (prepare phase):
 *   The source directory '/var/tmp/portage/net-misc/spice-gtk-9999/work/spice-gtk-9999' doesn't exist
 * 
 * Call stack:
 *            ebuild.sh, line  788:  Called __ebuild_main 'prepare'
 *   phase-functions.sh, line 1068:  Called __dyn_prepare
 *   phase-functions.sh, line  384:  Called die
 * The specific snippet of code:
 *              die "The source directory '${S}' doesn't exist"
 * 
 * If you need support, post the output of `emerge --info '=net-misc/spice-gtk-9999::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-misc/spice-gtk-9999::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-misc/spice-gtk-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-misc/spice-gtk-9999/temp/environment'.
 * Working directory: '/var/tmp/portage/net-misc/spice-gtk-9999/homedir'
 * S: '/var/tmp/portage/net-misc/spice-gtk-9999/work/spice-gtk-9999'
Comment 1 email200202 2019-01-16 16:00:19 UTC
Created attachment 561426 [details]
emerge --info '=net-misc/spice-gtk-9999'
Comment 2 email200202 2019-01-16 16:02:01 UTC
Created attachment 561428 [details]
emerge -pqv '=net-misc/spice-gtk-9999::gentoo'
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2019-01-16 16:47:03 UTC
commit 0b09124316096720964fdd0b837a7b59141c29b9
Author: Matthias Maier <tamiko@gentoo.org>
Date:   Thu May 11 00:41:50 2017 -0500

    net-misc/spice-gtk: update live ebuild

    Package-Manager: Portage-2.3.5, Repoman-2.3.2

diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild
index a2535503f36..15990fa7afd 100644
--- a/net-misc/spice-gtk/spice-gtk-9999.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2

-EAPI=5
+EAPI=6
 GCONF_DEBUG="no"
-WANT_AUTOMAKE="1.12"
 VALA_MIN_API_VERSION="0.14"
 VALA_USE_DEPEND="vapigen"

-inherit autotools eutils vala git-r3 readme.gentoo-r1
+inherit autotools eutils xdg-utils vala readme.gentoo-r1
...


Nobody cared?
Comment 4 Larry the Git Cow gentoo-dev 2019-01-17 17:26:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032c35637efae9b389ff2b1ab99582834f4da0ba

commit 032c35637efae9b389ff2b1ab99582834f4da0ba
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2019-01-17 17:24:44 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2019-01-17 17:26:38 +0000

    net-misc/spice-gtk: fix live ebuild
    
    Closes: https://bugs.gentoo.org/675592
    Package-Manager: Portage-2.3.55, Repoman-2.3.12
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 net-misc/spice-gtk/spice-gtk-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)