Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90917 - emerge gedit fails due to: grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory
Summary: emerge gedit fails due to: grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/lib...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://www.cse.ohio-state.edu/~lathrop
Whiteboard:
Keywords:
: 91797 95759 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-04-29 17:14 UTC by andy lathrop
Modified: 2005-06-11 03:20 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andy lathrop 2005-04-29 17:14:32 UTC
emerge gedit fails due to: grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory

the directory /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/ does not exist in newer gentoo --update world after a gentoo --sync.  Have to make a symlink:
 
ln -s /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130

should work after this... but i think the grep for libstdc++.la in 3.3.4/ should be extended to look for a newer package installation.  This was a problem with an earlier version, and the symlink fixed it.
Comment 1 Kurt Lieber (RETIRED) gentoo-dev 2005-05-03 12:12:08 UTC
reassigning to gnome herd.
Comment 2 John N. Laliberte (RETIRED) gentoo-dev 2005-05-03 18:29:23 UTC
use:
fix_libtool_files.sh

Please read this to fix what you've done:
http://forums.gentoo.org/viewtopic.php?t=279020
Comment 3 foser (RETIRED) gentoo-dev 2005-05-07 08:18:29 UTC
*** Bug 91797 has been marked as a duplicate of this bug. ***
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-06-11 03:20:30 UTC
*** Bug 95759 has been marked as a duplicate of this bug. ***