Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124416 - KDevelop 3.3.1 fails to build default C++ hello world application
Summary: KDevelop 3.3.1 fails to build default C++ hello world application
Status: RESOLVED DUPLICATE of bug 97600
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-28 07:11 UTC by Asfand Yar Qazi
Modified: 2006-02-28 08:27 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 Asfand Yar Qazi 2006-02-28 07:11:56 UTC
Hi,

steps to reproduce:
- Create a default c++ "hello world" project
- Run "Execute Program" command
- Select "Run them" button when prompted to run autotools

Expected a compiled program.

Got the following error message:
... <skip unimportant lines>
checking for ranlib... ranlib
checking for strip... strip
checking for correct ltmain.sh version... no
configure: error:

*** [Gentoo] sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.22, ltmain.sh = 1.5a) ***

Please run:

libtoolize --copy --force

if appropriate, please contact the maintainer of this
package (or your distribution) for help.

*** Exited with status: 1 ***

As specified, running the command 'libtoolize --copy --force' in the project directory solves the problem.
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2006-02-28 08:27:46 UTC

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