Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117427 - Error in Gentoo Linux GCC Upgrade Guide?
Summary: Error in Gentoo Linux GCC Upgrade Guide?
Status: RESOLVED WORKSFORME
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/gcc-upgr...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-02 02:15 UTC by Peter Kerwien
Modified: 2006-01-02 02:46 UTC (History)
0 users

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 Peter Kerwien 2006-01-02 02:15:15 UTC
In the GCC upgrade guide (http://www.gentoo.org/doc/en/gcc-upgrading.xml) I receive an error if I follow the step:

> revdep-rebuild --library libstdc++.so.5 -- -p -v
> revdep-rebuild --library libstdc++.so.5

emerge complaints that the option --library is not known.

Should this step instead be?

> revdep-rebuild --soname libstdc++.so.5 -- -p -v
> revdep-rebuild --soname libstdc++.so.5
Comment 1 Xavier Neys (RETIRED) gentoo-dev 2006-01-02 02:30:58 UTC
http://packages.gentoo.org/ebuilds/?gentoolkit-0.2.0-r3
The --soname parameter has been renamed to --library
Please upgrade gentoolkit
Comment 2 Peter Kerwien 2006-01-02 02:46:06 UTC
Sorry that I missed that. When I read the short usage info for revdep-rebuild it didn't mention that --library is the same(?) thing as --soname-regexp.