Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10858 - running `ebuild <ebuild> install` and WORKDIR is recreated, initial directory of src_install is wrong
Summary: running `ebuild <ebuild> install` and WORKDIR is recreated, initial directory...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-17 00:34 UTC by SpanKY
Modified: 2011-10-30 22:17 UTC (History)
0 users

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


Attachments
what i did (log,1.45 KB, text/plain)
2002-11-17 00:35 UTC, SpanKY
Details
testing-0-r1.ebuild (testing-0-r1.ebuild,830 bytes, text/plain)
2002-11-17 00:36 UTC, SpanKY
Details
asr-manpages-1.3_rc5.ebuild (asr-manpages-1.3_rc5.ebuild,645 bytes, text/plain)
2002-12-14 15:15 UTC, SpanKY
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2002-11-17 00:34:26 UTC
see the attachement ... 
 
during the first run, initial directory of src_install is ${S} (like it should be) 
but after recreating the WORKDIR, the initial directory is 
${PORTAGE_TMPDIR}/portage/${PF}/build-info
Comment 1 SpanKY gentoo-dev 2002-11-17 00:35:10 UTC
Created attachment 5742 [details]
what i did
Comment 2 SpanKY gentoo-dev 2002-11-17 00:36:20 UTC
Created attachment 5743 [details]
testing-0-r1.ebuild

the ebuild i used to reproduce this behavior on 2.0.44
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2002-11-18 21:32:32 UTC
Are you using FEATURES="noauto"?
Comment 4 SpanKY gentoo-dev 2002-11-19 04:08:13 UTC
nope 
Comment 5 SpanKY gentoo-dev 2002-12-14 15:15:51 UTC
Created attachment 6503 [details]
asr-manpages-1.3_rc5.ebuild

if you try to just emerge this ebuild, then you get same problem as above ...
also, i have noauto in FEATURES ...
Comment 6 SpanKY gentoo-dev 2002-12-14 15:20:54 UTC
hmm i lied about the asr-manpages ebuild ... its an issue of where it couldnt cd into 
${S} ... 
 
think maybe a warning could be displayed for when ${S} doesnt exist ? 
Comment 7 Brian Harring (RETIRED) gentoo-dev 2005-02-27 22:08:07 UTC
Re-open if this is an issue (I suspect it's been fixed a long while back).