Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10382 - ebuild regina-rexx RDEPEND omits unzip
Summary: ebuild regina-rexx RDEPEND omits unzip
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-07 07:16 UTC by Geoff Stevens
Modified: 2003-02-04 19:42 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 Geoff Stevens 2002-11-07 07:16:53 UTC
RDEPEND="virtual/glibc"

should be

RDEPEND="virtual/glibc unzip"

to avoid

gentoo root # emerge regina-rexx
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-lang/regina-rexx-3.0.1 to /
>>> md5 ;-) regina301.zip
>>> Unpacking source...
>>> Unpacking regina301.zip
/usr/sbin/ebuild.sh: unzip: command not found

!!! ERROR: The ebuild did not complete successfully.
!!! Function unpack, Line 20, Exitcode 127
!!! failure unpacking regina301.zip
Comment 1 Geoff Stevens 2002-11-07 07:46:55 UTC
Whoops!

The corecttion should read

DEPEND="${RDEPEND}"

altered to

DEPEND="${RDEPEND} unzip"

of course
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-11-07 12:34:05 UTC
thanks for catching this.