Bug 78170 - bcel-5.1 emerge fails when unzip not installed
Bug#: 78170 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: bmaas@open-techsys.com
Component: Development
URL: 
Summary: bcel-5.1 emerge fails when unzip not installed
Keywords:  
Status Whiteboard: 
Opened: 2005-01-15 21:18 0000
Description:   Opened: 2005-01-15 21:18 0000
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 From Ben Maas 2005-01-15 21:24:42 0000 -------
Created an attachment (id=48619) [details]
Patch to add unzip to DEPEND

------- Comment #2 From Jan Brinkmann (RETIRED) 2005-01-16 22:25:13 0000 -------
fixed, thanks.