Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 657368 - app-eselect/eselect-timidity - src_prepare(): The source directory '.../work/eselect-timidity-20110513' doesn't exist
Summary: app-eselect/eselect-timidity - src_prepare(): The source directory '.../work/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-04 21:24 UTC by Alexander Tsoy
Modified: 2018-06-05 06:16 UTC (History)
2 users (show)

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 2018-06-04 21:24:37 UTC
Recent EAPI6 bump have introduced the following issue:

 * Package:    app-eselect/eselect-timidity-20110513
 * Repository: gentoo
 * Maintainer: sound@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking timidity.eselect-20110513.bz2 to /var/tmp/portage/app-eselect/eselect-timidity-20110513/work
>>> Source unpacked in /var/tmp/portage/app-eselect/eselect-timidity-20110513/work
 * ERROR: app-eselect/eselect-timidity-20110513::gentoo failed (prepare phase):
 *   The source directory '/var/tmp/portage/app-eselect/eselect-timidity-20110513/work/eselect-timidity-20110513' doesn't exist
 * 
 * Call stack:
 *            ebuild.sh, line  792:  Called __ebuild_main 'prepare'
 *   phase-functions.sh, line 1067:  Called __dyn_prepare
 *   phase-functions.sh, line  383:  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 '=app-eselect/eselect-timidity-20110513::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-eselect/eselect-timidity-20110513::gentoo'`.
 * The complete build log is located at '/var/log/portage/build/app-eselect/eselect-timidity-20110513:20180604-210556.log.gz'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-eselect/eselect-timidity-20110513/temp/build.log.gz'.
 * The ebuild environment file is located at '/var/tmp/portage/app-eselect/eselect-timidity-20110513/temp/environment'.
 * Working directory: '/var/tmp/portage/app-eselect/eselect-timidity-20110513/homedir'
 * S: '/var/tmp/portage/app-eselect/eselect-timidity-20110513/work/eselect-timidity-20110513'
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-06-05 06:14:15 UTC
commit 8fdbd885f1920a01814d9eb01db54b4c6fcf6128
Author: Aaron Bauman <bman@gentoo.org>
Date:   Sat Jun 2 15:42:53 2018 -0400

    app-eselect/eselect-timidity: bump EAPI

    Package-Manager: Portage-2.3.40, Repoman-2.3.9

diff --git a/app-eselect/eselect-timidity/eselect-timidity-20110513.ebuild b/app-eselect/eselect-timidity/eselect-timidity-20110513.ebuild
index d4af518fcf6..8154dec810e 100644
--- a/app-eselect/eselect-timidity/eselect-timidity-20110513.ebuild
+++ b/app-eselect/eselect-timidity/eselect-timidity-20110513.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2

-EAPI=0
+EAPI=6

 DESCRIPTION="Manages configuration of TiMidity++ patchsets"
 HOMEPAGE="https://www.gentoo.org/"
@@ -16,5 +16,5 @@ RDEPEND=">=app-admin/eselect-1.2.3"

 src_install() {
        insinto /usr/share/eselect/modules
-       newins "${WORKDIR}/timidity.eselect-${PVR}" timidity.eselect || die
+       newins "${WORKDIR}/timidity.eselect-${PVR}" timidity.eselect
 }
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2018-06-05 06:16:23 UTC
Fixed without revision bump.