Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11229 - junit needs unzip to build
Summary: junit needs unzip to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-25 19:17 UTC by trejkaz
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 trejkaz 2002-11-25 19:17:02 UTC
Cosmetic and finicky, I know.  I just noticed the ebuild for junit uses unzip to
unpack, and I didn't happen to have unzip emerged so it failed (naturally,
emerge unzip and the problem is gone.)

I don't know if this problem exists with other packages, mostly because almost
all the other packages are tgz or tbz2, but if an ebuild requires a certain
archiver to unpack the distfiles, it should probably be considered to depend on
that.

That being said though, there's another way around.  Junit depends on java, and
java has 'jar', which can unpack zip files.  Nuff said I guess.
Comment 1 Adrian Almenar 2002-11-27 22:29:44 UTC
Fixed. Ebuild commited to portage tree.