Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32485 - /net-analyzer/netio needs app-arch/unzip in DEPEND
Summary: /net-analyzer/netio needs app-arch/unzip in DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-01 12:20 UTC by Daniel Seyffer
Modified: 2003-11-02 04:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch doing what is suggested (netio-1.23.diff,283 bytes, patch)
2003-11-01 12:47 UTC, Tony Vroon (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Seyffer 2003-11-01 12:20:18 UTC
The netio ebuild lacks a dependency on unzip to unpack the zip archive (actually
my own fault, I submitted the ebuild in #20338 :-|).
Please add app-arch/unzip to DEPEND. (I suppose this is quite trivial, so that I
don't add a patch or updated ebuild...?)
Thanks.

Reproducible: Always
Steps to Reproduce:
1. emerge netio
2. "/usr/sbin/ebuild.sh: line 301: unzip: command not found"
3. emerge -s unzip says unzip is not installed after stage2 and "emerge system"
(only after xfree is beeing emerged).
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2003-11-01 12:47:36 UTC
Created attachment 20071 [details, diff]
Patch doing what is suggested

This patch extends the DEPEND line as was suggested.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-11-01 14:29:44 UTC
in cvs
Comment 3 Daniel Seyffer 2003-11-02 04:43:20 UTC
thanks! :)