Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174997 - unpack() is picky about its arguments
Summary: unpack() is picky about its arguments
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: PMS/EAPI (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: PMS/EAPI
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-17 23:41 UTC by SpanKY
Modified: 2008-03-19 12:09 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 SpanKY gentoo-dev 2007-04-17 23:41:43 UTC
unpack only accepts arguments in the form of:
<file with no directory components as it will be found in $DISTDIR>
./<path to a local file>

this is done on purpose so as to prevent confusion between unpacking files that appear in both $DISTDIR and in $PWD
Comment 1 Ciaran McCreesh 2008-03-19 12:09:48 UTC
6efb603