Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380051 - media-fonts/liberation-fonts-1.05 failed (unpack phase) — missing unzip depend
Summary: media-fonts/liberation-fonts-1.05 failed (unpack phase) — missing unzip depend
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Jeffrey Gardner (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-21 10:51 UTC by g0del
Modified: 2011-09-07 19:08 UTC (History)
2 users (show)

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 g0del 2011-08-21 10:51:41 UTC
Ebuild failed with this message while emerging adobe-flash
ERROR (unpack)
ERROR: media-fonts/liberation-fonts-1.05 failed (unpack phase):
  failure unpacking liberation-fonts-ttf-1.05.zip
The specific snippet of code:
  				( while true ; do echo n || break ; done ) | \
  				unzip -qo "${srcdir}${x}" || die "$myfail"

So I emerged unzip then reemerged liberation-fonts and it worked, the ebuild needs unzip added to DEPEND

Reproducible: Always

Steps to Reproduce:
1. emerge liberation-fonts without unzip installed
Actual Results:  
Ebuild failed

Expected Results:  
liberation-fonts should have been installed
Comment 1 Jeffrey Gardner (RETIRED) gentoo-dev 2011-09-07 19:08:38 UTC
Fixed in CVS, thanks!