Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546824 - app-arch/zpipe-2.01-r1 : The source directory '/var/tmp/portage/app-arch/zpipe-2.01-r1/work/zpipe-2.01' doesn't exist
Summary: app-arch/zpipe-2.01-r1 : The source directory '/var/tmp/portage/app-arch/zpip...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-16 15:53 UTC by Toralf Förster
Modified: 2015-04-16 20:26 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 Toralf Förster gentoo-dev 2015-04-16 15:53:32 UTC
t44 /usr/portage/app-arch/zpipe # ebuild zpipe-2.01-r1.ebuild prepare
>>> Existing ${T}/environment for 'zpipe-2.01-r1' will be sourced. Run
>>> 'clean' to start with a fresh environment.
>>> Checking zpipe.201.zip's mtime...
>>> WORKDIR is up-to-date, keeping...
 * checking ebuild checksums ;-) ...                                                             [ ok ]
 * checking miscfile checksums ;-) ...                                                           [ ok ]
>>> It appears that 'pretend' has already executed for 'zpipe-2.01-r1'; skipping.
>>> Remove '/var/tmp/portage/app-arch/zpipe-2.01-r1/.pretended' to force pretend.
>>> It appears that 'setup' has already executed for 'zpipe-2.01-r1'; skipping.
>>> Remove '/var/tmp/portage/app-arch/zpipe-2.01-r1/.setuped' to force setup.
>>> It appears that 'unpack' has already executed for 'zpipe-2.01-r1'; skipping.
>>> Remove '/var/tmp/portage/app-arch/zpipe-2.01-r1/.unpacked' to force unpack.
 * ERROR: app-arch/zpipe-2.01-r1::gentoo failed (prepare phase):
 *   The source directory '/var/tmp/portage/app-arch/zpipe-2.01-r1/work/zpipe-2.01' doesn't exist
 *
 * Call stack:
 *            ebuild.sh, line 719:  Called __ebuild_main 'prepare'
 *   phase-functions.sh, line 964:  Called __dyn_prepare
 *   phase-functions.sh, line 369:  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-arch/zpipe-2.01-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-arch/zpipe-2.01-r1::gentoo'`.
 * The complete build log is located at '/var/log/portage/app-arch:zpipe-2.01-r1:20150416-155223.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-arch/zpipe-2.01-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-arch/zpipe-2.01-r1/temp/environment'.
 * Working directory: '/usr/lib64/python3.3/site-packages'
 * S: '/var/tmp/portage/app-arch/zpipe-2.01-r1/work/zpipe-2.01'
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-04-16 20:26:49 UTC
+  16 Apr 2015; Michał Górny <mgorny@gentoo.org> zpipe-2.01-r1.ebuild:
+  Fix missing S declaration, bug #546824

Thanks for the report.