Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78170 - bcel-5.1 emerge fails when unzip not installed
Summary: bcel-5.1 emerge fails when unzip not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-15 21:18 UTC by Ben Maas
Modified: 2005-01-16 22:25 UTC (History)
0 users

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


Attachments
Patch to add unzip to DEPEND (bcel-5.1-fiz_unzip.diff,23 bytes, patch)
2005-01-15 21:24 UTC, Ben Maas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Maas 2005-01-15 21:18:56 UTC
During a stage one install bcel failed to emerge with the following error:

/usr/portage/dev/java/bcel/bcel-5.1.ebuild: line 23: unzip: command not found

The emerge then fails because the diff files do not exist.

Installing unzip fixes the problem.

Even though unzip is just used during the install, perhaps unzip should be added to DEPEND.

Reproducible: Always
Steps to Reproduce:
1.emerge -C unzip
2.emerge bcel
Comment 1 Ben Maas 2005-01-15 21:24:42 UTC
Created attachment 48619 [details, diff]
Patch to add unzip to DEPEND
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-16 22:25:13 UTC
fixed, thanks.