Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112054 - twiki ebuild should require unzip to be installed
Summary: twiki ebuild should require unzip to be installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 01:44 UTC by David
Modified: 2005-11-10 06:05 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 David 2005-11-10 01:44:40 UTC
Without unzip installed, twiki fails to install.  This could be confusing for  
people.  
  
">>> Unpacking source...  
>>> Unpacking TWiki20041030beta.zip to /var/tmp/portage/twiki-20041030-r1/work  
/usr/lib/portage/bin/ebuild.sh: line 371: unzip: command not found"  
 
I suggest modifying RDEPEND so that it depends on app-arch/unzip too. 

Reproducible: Always
Steps to Reproduce:
Comment 1 Bartosz Przybylski 2005-11-10 02:03:32 UTC
Its no difference which version of unzip is that, so this little change in
ebuild should take care of everything.

--- CUT ---

RDEPEND=">=dev-lang/perl-5.8
                perl-core/CGI
                dev-perl/libnet
                >=app-text/rcs-5.7
                sys-apps/diffutils
                virtual/cron
                =net-www/apache-1*
# apache2 is not supported, see twiki documentation
                app-arch/unzip"
--- CUT ---
Comment 2 Renat Lumpau (RETIRED) gentoo-dev 2005-11-10 06:05:32 UTC
Fixed in CVS, thanks.