Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248466 - Cannot emerge app-arch/lzma-utils
Summary: Cannot emerge app-arch/lzma-utils
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-23 21:16 UTC by René Rhéaume (a.k.a. repzilon, rener)
Modified: 2009-12-27 17:07 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,3.47 KB, text/plain)
2008-11-23 21:17 UTC, René Rhéaume (a.k.a. repzilon, rener)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.