Bug 91407 - Paros 3.2.0 ebuild needs unzip, but does not list it as a dependency
Bug#: 91407 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: net-proxy@gentoo.org Reported By: ikelos@gentoo.org
Component: Applications
URL: 
Summary: Paros 3.2.0 ebuild needs unzip, but does not list it as a dependency
Keywords:  
Status Whiteboard: 
Opened: 2005-05-04 03:05 0000
Description:   Opened: 2005-05-04 03:05 0000
When attempting to emerge paros on a system without unzip installed, the paros
ebuild complains.  Upon checking the paros-3.2.0.ebuild, it turns out that
there is only a dependency on a JRE, even though the source file is listed as a
zip.  

Reproducible: Always
Steps to Reproduce:
1. Emerge unmerge unzip (to recreate test conditions).
2. Emerge paros
3.

Actual Results:  
During compilation it failed saying the unzip command wasn't found

Expected Results:  
Previously depended upon unzip, installed it first, and thus unzipped the paros
source successfully.

Portage 2.0.51.21 (default-linux/x86/2005.0, gcc-3.4.3-20050110,
glibc-2.3.5-r0,
2.6.12-rc3 i686)
=================================================================
System uname: 2.6.12-rc3 i686 Intel(R) Pentium(R) M processor 1400MHz
Gentoo Base System version 1.6.11
ccache version 2.4 [disabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.3
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-mtune=pentium4 -march=pentium4 -O3 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-mtune=pentium4 -march=pentium4 -O3 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig cvs distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/shc-tools /usr/local/overlays/personal"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib acl acpi adns alsa apm avi bash-completion berkdb bitmap-fonts
bluetooth boundschecking cdr crypt cups dlloader dvd eds emboss encode flac
foomaticdb fortran freetds gdbm gif glitz gnome gstreamer gtk gtk2 hal hardened
imagemagick ipv6 java jpeg junit ldap libg++ libwww mad mailwrapper mikmod
motif
mozilla mozsvg mp3 mpeg mscash mssql ncurses nls nptl nptlonly ntlm ogg
oggvorbis opengl pam pcmcia pdflib pic pie png postgres python quicktime
readline samba sdl slang snmp spell ssl svg svga tcpd tetex threads tiff
truetype truetype-fonts type1-fonts vorbis win32codecs xine xml2 xv xvid zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

------- Comment #1 From Mike Auty 2005-05-04 03:09:26 0000 -------
Created an attachment (id=58010) [details]
Patch for paros-3.2.0.ebuild to add a build dependency on unzip

------- Comment #2 From Alin Năstac 2005-05-04 22:14:42 0000 -------
fixed
thanks for the feedback.