Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12864 - Portage 2.0.46-r2 keeps WORKDIR even if src_unpack fails....
Summary: Portage 2.0.46-r2 keeps WORKDIR even if src_unpack fails....
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-28 18:54 UTC by Daniel Robbins (RETIRED)
Modified: 2011-10-30 22:22 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 Daniel Robbins (RETIRED) gentoo-dev 2002-12-28 18:54:57 UTC
Here's what happened:

# ebuild icewm-1.2.3.ebuild unpack
>>> Generating digest file...
>>> Auto-adding digest file to CVS...
cvs server: scheduling file `digest-icewm-1.2.3' for addition
cvs server: use 'cvs commit' to add this file permanently
>>> Computed message digests.
>>> md5 ;-) icewm-1.2.3pre1.tar.gz
>>> Unpacking source...
>>> Unpacking icewm-1.2.3pre1.tar.gz
/usr/sbin/ebuild.sh: line 25:
/home/drobbins/gentoo-x86/x11-wm/icewm/files/icewm-1.2.3-gentoo.patch: No such
file or directory

!!! ERROR: x11-wm/icewm-1.2.3 failed.
!!! Function src_unpack, Line 25, Exitcode 1
!!! (no error message)

Then I typed it again:

# ebuild icewm-1.2.3.ebuild unpack
>>> md5 ;-) icewm-1.2.3pre1.tar.gz
>>> Checking icewm-1.2.3pre1.tar.gz's mtime...
>>> WORKDIR is up-to-date, keeping...

# emerge --version                
Portage 2.0.46-r2 (, gcc-3.2, glibc-2.2.5-r4,2.2.5-r5)
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-12-29 20:55:25 UTC
Don't happen to have FEATURES=noclean, do you?

And why is your profile link blank?
You copy your profile into /etc?
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2003-02-03 06:31:34 UTC
added missing 'touch .unpacked'