Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232194 - fix_libtool_files.sh looks for fixlafiles.awk in the wrong location (/lib/rcscripts/awk/)
Summary: fix_libtool_files.sh looks for fixlafiles.awk in the wrong location (/lib/rcs...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-18 12:20 UTC by Patrick Borjesson
Modified: 2008-08-20 02:59 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 Patrick Borjesson 2008-07-18 12:20:42 UTC
Until fix_libtool_files.sh is deprecated (bug #90744) and references to it has been removed from the guides under http://www.gentoo.org/doc/ it should work correctly, and currently it does not since fixlafiles.awk is now installed under /usr/share/gcc-data/$CHOST/<gcc-version>/  instead of /lib/rcscripts/awk/  but fix_libtool_files.sh still looks for it in the old location. 

Reproducible: Always

Steps to Reproduce:
$ /usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.1/fix_libtool_files.sh 4.1.2

Actual Results:  
fix_libtool_files.sh: /lib/rcscripts/awk/fixlafiles.awk does not exist!
Comment 1 SpanKY gentoo-dev 2008-08-20 02:59:13 UTC
toolchain.eclass copies it to the expected place during pkg_postinst