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

Bug 248466

Summary: Cannot emerge app-arch/lzma-utils
Product: Gentoo Linux Reporter: René Rhéaume (a.k.a. repzilon, rener) <rene.rheaume>
Component: [OLD] baselayoutAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: normal CC: esigra, loki_val
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description René Rhéaume (a.k.a. repzilon, rener) 2008-11-23 21:16:47 UTC
I am unable to emerge lzma-utils. Emerges dies at the end of the unpack stage.

Reproducible: Always

Steps to Reproduce:
1. emerge -1 lzma-utils

Actual Results:  
 * lzma-4.32.7.tar.gz RMD160 SHA1 SHA256 size ;-) ...                     [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking lzma-4.32.7.tar.gz ;-) ...                                    [ ok ]
>>> Unpacking source...
>>> Unpacking lzma-4.32.7.tar.gz to /var/tmp/portage/app-arch/lzma-utils-4.32.7/work
>>> Source unpacked.
 * The ebuild phase 'unpack' has exited unexpectedly. This type of behavior
 * is known to be triggered by things such as failed variable assignments
 * (bug #190128) or bad substitution errors (bug #200313).

Expected Results:  
lzma-utils installed on system
Comment 1 René Rhéaume (a.k.a. repzilon, rener) 2008-11-23 21:17:07 UTC
Created attachment 173068 [details]
emerge --info
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2008-11-23 21:32:52 UTC
Try to do:
emerge -1 bash
Comment 3 René Rhéaume (a.k.a. repzilon, rener) 2008-11-24 11:09:21 UTC
emerge -1 bash before emerge -1 lama-utils did the trick. Thank you.