Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 348245

Summary: emerge can`t unzip bundle
Product: Gentoo Infrastructure Reporter: ippo <filip76>
Component: BugzillaAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***