Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348245 - emerge can`t unzip bundle
Summary: emerge can`t unzip bundle
Status: RESOLVED DUPLICATE of bug 338744
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 09:07 UTC by ippo
Modified: 2011-10-30 23:16 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 ippo 2010-12-09 09:07:56 UTC
When i try emerge some applications, like gnucash or freemind, portage can`t unzip bundle and prints continuously:
/usr/lib/portage/bin/ebuild.sh: line 387: echo: write error: Broken pipe
/usr/lib/portage/bin/ebuild.sh: line 387: echo: write error: Broken pipe
...

Ebuild`s lines 384 - 389 are
ZIP|zip|jar)
# unzip will interactively prompt under some error conditions,
# as reported in bug #336285
( while true ; do echo n ; done ) | \
unzip -qo "${srcdir}${x}" || die "$myfail"
;; 

Reproducible: Always

Steps to Reproduce:
1. emerge gnucash
2. emerge freemind
3. emerge something else zipped?

Actual Results:  
Emerge can`t unzip bundle.
Comment 1 Zac Medico gentoo-dev 2010-12-09 16:18:53 UTC

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