Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201397 - Compiling libstdc++v3 fails because /usr/bin/zsh not found
Summary: Compiling libstdc++v3 fails because /usr/bin/zsh not found
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-05 18:03 UTC by Thomas Kahle (RETIRED)
Modified: 2007-12-05 18:35 UTC (History)
0 users

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


Attachments
Log of failed build (build.log,1.86 KB, text/plain)
2007-12-05 18:35 UTC, Thomas Kahle (RETIRED)
Details

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