Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19143 - fix_libtool_files.sh broken
Summary: fix_libtool_files.sh broken
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-11 09:03 UTC by gentoo
Modified: 2003-04-12 13:56 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 gentoo 2003-04-11 09:03:47 UTC
AWKDIR="/lib/rcscripts/awk" should be changed to
AWKDIR="/usr/portage/sys-devel/gcc/files/awk"
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-04-12 01:11:30 UTC
No.  Reinstall gcc and run it from anywhere:

 # fix_libtool_files.sh 
Usage: fix_libtool_files.sh <old-gcc-version>

    Where <old-gcc-version> is the version number of the
    previous gcc version.  For example, if you updated to
    gcc-3.2.1, and you had gcc-3.2 installed, run:

      # fix_libtool_files.sh 3.2

Comment 2 gentoo 2003-04-12 08:00:07 UTC
I have recently installed gcc 3.2.2

fix_libtool_files.sh is not in my PATH and there is not even a directory /lib/rcscripts
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2003-04-12 13:56:07 UTC
Its in /sbin, else you did not install it recently:

------------------- ChangeLog ----------------------------

  09 Mar 2003; Martin Schlemmer <azarah@gentoo.org> gcc-3.2.2*.ebuild :
  Fix handling of fix_libtool_files.sh to be more $FILESDIR independant.
  We basically install it to /sbin now, and then call it from there.  Also
  export LD_LIBRARY_PATH with new gcc library path in it to prevent gcc-config
  from borking when run.  This will hopefully fix bugs #15288, #16632, #16797.