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 attachment 48619 [details, diff] Patch to add unzip to DEPEND
fixed, thanks.