Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68185 - Jasper ebuild should require unzip
Summary: Jasper ebuild should require unzip
Status: RESOLVED DUPLICATE of bug 67491
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 11:12 UTC by Ken Deeter
Modified: 2005-07-17 13:06 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 Ken Deeter 2004-10-19 11:12:02 UTC
It seems like jasper needs unzip to build, but does not require it as a dependency. This causes the jasper build to fail when the unzip command isn't available.

Reproducible: Always
Steps to Reproduce:
1. build system w/o unzip
2. "emerge jasper"
3.

Actual Results:  
ebuild fails 

Expected Results:  
ebuild should succeed. 

root@localhost ken # emerge jasper 
Calculating dependencies ...done! 
>>> emerge (1 of 1) media-libs/jasper-1.701.0 to / 
>>> md5 src_uri ;-) jasper-1.701.0.zip 
>>> Unpacking source... 
>>> Unpacking jasper-1.701.0.zip to /var/tmp/portage/jasper-1.701.0/work 
/usr/sbin/ebuild.sh: line 325: unzip: command not found 
 
!!! ERROR: media-libs/jasper-1.701.0 failed. 
!!! Function unpack, Line 325, Exitcode 127 
!!! failure unpacking jasper-1.701.0.zip
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2004-10-19 22:36:39 UTC

*** This bug has been marked as a duplicate of 67491 ***