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

Bug 124416

Summary: KDevelop 3.3.1 fails to build default C++ hello world application
Product: Gentoo Linux Reporter: Asfand Yar Qazi <ayqazi>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***