Hello! I have recently installed OS 11.1 and everything was pretty good, even KDE) I use to use kdevelop as my development environment. So I installed it and today I find out that it’s broken. When I trying to build my program everything freezes. I can hardly reboot (it takes 20-30 minutes). Firstly I decided that the problem was in my program)) But with a simple hello world program experiment has the same consequences. IDE seem to compile the program (there are all the .o files) and even show to me some wonderful messages that it is done and linker started. And this is the end. Everything freeze… when I finally get into the konsole I find out that there are thousands of ‘sh’ processes launched and I can’t stop them >:( Somebody please help, or just kick me in the right direction)
Oh, sorry. I didn’t mention, this all about kdevelop 3.5.3-1.52 from the pack. And hello world is a c++ hello world. And I’m deeply sorry for my english:)
Libtool was responsible for multiple execution of /bin/sh …/libtool --no-reexec. :X
I ran into this as well. First run of kdeveleop ended up with build failing on hell world because libtool was missing, so I added libtool package. Second run of kdevelop ended up in hello world build DOSing me with a fork bomb. I’d be interested if anyone finds a solution.
I’m having the same problem, i did a bug report some days ago, and i didn’t get any response, but im a bit desperate because i can’t program anymore.
So, if anyone have some solution please post it, i really need a solution, my bug report is:
https://bugzilla.novell.com/show_bug.cgi?id=461703
I found a solution. The ltmain.sh shipped with kde is incompatible with new versions of libtool.
https://bugs.kde.org/show_bug.cgi?id=142727
https://bugs.kde.org/show_bug.cgi?id=163915
I can confirm that the suggestion of replacing ECHO with echo in your projects generated libtool script does work. I didn’t try any of the other suggested workarounds.
Wonderfull!!
I replaced my ltmain.sh for the new one provided by libtool, clean my project, and compiled!
Thank’s a lot for your help!!
:D!!