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

Bug 201397

Summary: Compiling libstdc++v3 fails because /usr/bin/zsh not found
Product: Gentoo Linux Reporter: Thomas Kahle (RETIRED) <tomka>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Log of failed build

Description Thomas Kahle (RETIRED) gentoo-dev 2007-12-05 18:03:52 UTC
Compiling libstdc++v3 fails because /usr/bin/zsh not found

Solution:
Install zsh
Make a Softlink ln -s /bin/zsh /usr/bin/zsh


Reproducible: Always

Steps to Reproduce:
1. Install Gentoo Base System (Stage3)
2. emerge -e system to go to the latest software
3. emerge libstdc++v3
 
Actual Results:  
emerge fails with error /usr/lib/zsh not found
Comment 1 Dawid Węgliński (RETIRED) gentoo-dev 2007-12-05 18:07:49 UTC
So, can you provide some errors?
Comment 2 Thomas Kahle (RETIRED) gentoo-dev 2007-12-05 18:35:44 UTC
Created attachment 137822 [details]
Log of failed build