Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103909 - /usr/share/aclocal/path_dps.m4 contains an invalid include on line 172
Summary: /usr/share/aclocal/path_dps.m4 contains an invalid include on line 172
Status: RESOLVED DUPLICATE of bug 98762
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-27 04:43 UTC by namelesspirate
Modified: 2005-08-27 04:55 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 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 ***