Summary: | Jasper ebuild should require unzip | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ken Deeter <ktdeeter> |
Component: | New packages | Assignee: | Patrick Kursawe (RETIRED) <phosphan> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
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