Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 232194

Summary: fix_libtool_files.sh looks for fixlafiles.awk in the wrong location (/lib/rcscripts/awk/)
Product: Gentoo Linux Reporter: Patrick Borjesson <psychotical>
Component: [OLD] Core systemAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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