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

Bug 103909

Summary: /usr/share/aclocal/path_dps.m4 contains an invalid include on line 172
Product: Gentoo Linux Reporter: namelesspirate
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description namelesspirate 2005-08-27 04:43:42 UTC
when building libtool if discovered that the file
/usr/share/aclocal/path_dps.m4 lines 171/172 read:
dnl [2] Put following codes in the acinclude.m4
dnl     include(path_dps.m4)

while cc found the file path_dps.m4 this line included it again and this time it
wasn't found, so the build failed.
changing line 172 to include(/usr/share/aclocal/path_dps.m4) fixed the issue,
but is probably not an elegant way to do it.

Reproducible: Always
Steps to Reproduce:
see description
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-08-27 04:55:20 UTC
Delete the file.


*** This bug has been marked as a duplicate of 98762 ***