Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
Created an attachment (id=48619) [details] Patch to add unzip to DEPEND
fixed, thanks.