View previous topic :: View next topic |
Author |
Message |
Maragato Apprentice

Joined: 10 Mar 2005 Posts: 150
|
Posted: Tue Jul 26, 2005 6:43 pm Post subject: Libtool.m4 and ltmain.sh Problems |
|
|
Guys when I try to compile a simple C program in kdevelop it
reports "Gentoo sanity check failed!" libtool.m4 and
ltmain.sh have a version mismatch! (libtool.m4 = 1.5.10,
ltmain.sh = 1.5a) please run libtoolize --copy --force
so I run it
and it reports libtoolize: 'configure.ac' does not exist, any
idea? |
|
Back to top |
|
 |
Karsten from Berlin Guru

Joined: 28 Feb 2004 Posts: 446 Location: Berlin/Germany
|
Posted: Wed Jul 27, 2005 3:10 pm Post subject: |
|
|
To run the command shown you have to be in the project directory, using a shell. The project directory is the directory that has the <your_project>.kdevelop file. _________________ Heaven: The police are British, the chefs Italian, the mechanics German, the lovers French and it's organized by the Swiss.
Hell: The police are German, the chefs British, the mechanics French, the lovers Swiss and it's organized by the Italians. |
|
Back to top |
|
 |
oshman Tux's lil' helper

Joined: 29 Jun 2005 Posts: 124 Location: Houston, TX
|
Posted: Wed Jul 27, 2005 10:09 pm Post subject: |
|
|
I got the old "gentoo sanity check failed" as well with som mismatch between ***libtool.m4 = 1.5.10, ltmain.sh = 1.5a***
I googled it and found something that worked for me. You might try it.
Run:
Code: | emerge --oneshot libtool |
Good luck. _________________ Fujitsu Lifebook S6520 Core 2 Duo |
|
Back to top |
|
 |
kegwell n00b


Joined: 22 Dec 2004 Posts: 4
|
Posted: Thu Jul 28, 2005 3:26 am Post subject: |
|
|
oshman wrote: |
Run:
Code: | emerge --oneshot libtool |
|
I have done this but I am still getting the exact same error for the exact same scenario. Any more suggestions or pointers? |
|
Back to top |
|
 |
Maragato Apprentice

Joined: 10 Mar 2005 Posts: 150
|
Posted: Thu Jul 28, 2005 3:30 pm Post subject: |
|
|
oshman wrote: | I got the old "gentoo sanity check failed" as well with som mismatch between ***libtool.m4 = 1.5.10, ltmain.sh = 1.5a***
I googled it and found something that worked for me. You might try it.
Run:
Code: | emerge --oneshot libtool |
Good luck. |
I will run it soon, well ive checked portages manual and couldnt find this command --oneshot what does it stand for? |
|
Back to top |
|
 |
pops45042 Apprentice


Joined: 07 Jan 2004 Posts: 278 Location: Cincinnati, Ohio
|
Posted: Thu Jul 28, 2005 4:58 pm Post subject: |
|
|
I've got the exact same problem here as well. I was trying to compile a C program in Kdevelop and it just wouldn't go. Later I tried emerging a package and encountered the same error. So far I have tried:
libtoolize --copy --force
emerge sync
Neither one helped my cause so far. Anyone know how to fix this yet? I've seen multiple mentions of this on the web and it appears to be a bug.
Paul _________________ "That which does not kill me only postpones the inevitable"
Laugh at my old system!
AMD Opteron 165@ 2750Mhz, 2gig 400mhz Cas2 Crucial Ballistix, Abit NF8 Ultra MB, WD 80gig (system), WD 120gig (storage), Geforce 8800GTS 320MB, Mushkin 550W PS |
|
Back to top |
|
 |
Pseud Apprentice

Joined: 19 Mar 2004 Posts: 273 Location: Bangalore, India
|
Posted: Fri Jul 29, 2005 1:54 pm Post subject: |
|
|
Karsten from Berlin wrote: | To run the command shown you have to be in the project directory, using a shell. The project directory is the directory that has the <your_project>.kdevelop file. |
I have the same problem, and running libtoolize --copy --force in the project directory as mentioned above worked, but just for that one project.
So, the temporary fix is to run this for every project directory?
Is this a kdevelop bug or a libtool bug? _________________ eschew obfuscation |
|
Back to top |
|
 |
andromexus Tux's lil' helper


Joined: 27 Apr 2004 Posts: 82 Location: Switzerland
|
Posted: Sat Jul 30, 2005 2:16 pm Post subject: |
|
|
I would appreciate a solution too  _________________ time is an illusion - break the clock! |
|
Back to top |
|
 |
desultory Administrator


Joined: 04 Nov 2005 Posts: 9410
|
|
Back to top |
|
 |
|