Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141571 - dev-java/jdbc2-postgresql needs unzip to unpack sources - compile time dependency missing
Summary: dev-java/jdbc2-postgresql needs unzip to unpack sources - compile time depend...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-24 05:27 UTC by Ole Trenner
Modified: 2007-09-23 00:13 UTC (History)
1 user (show)

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 Ole Trenner 2006-07-24 05:27:42 UTC
emerge -av dev-java/jdbc2-postgresql fails with the following message:

=== message start ===

>>> Unpacking pg74.215.jdbc2.jar to /var/tmp/portage/jdbc2-postgresql-7.4/work
/usr/lib/portage/bin/ebuild.sh: line 385: unzip: command not found

!!! ERROR: dev-java/jdbc2-postgresql-7.4 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_unpack
  ebuild.sh, line 711:   Called src_unpack
  ebuild.sh, line 601:   Called unpack 'pg74.215.jdbc2.jar'
  ebuild.sh, line 385:   Called die

!!! failure unpacking pg74.215.jdbc2.jar
!!! If you need support, post the topmost build error, and the call stack if relevant.

=== message end ===

unzip should be added to compile time dependencies.
Comment 1 Josh Nichols (RETIRED) gentoo-dev 2006-07-29 09:51:44 UTC
Fixed in CVS. Thanks for reporting!