Comment 16 for bug 253286

Revision history for this message
sking (sking78) wrote : Re: [Bug 253286] Re: kdevelop project was broken when going to 8.10

Thanks, I did do the work-around of changing line 153 in libtools from ECHO
= "echo" to echo = "echo" and that seems to work well, at least for now...

On Wed, Jan 28, 2009 at 4:06 PM, Atanas Atanasov <email address hidden> wrote:

> See above, carlis87 has a work around. You have to change your
> repositories to hardy and downgrade libtool. This worked for me.
>
> I really hope this will soon be solved. It has been around for quite a
> while -- with the alpha releases of intrepid.
>
> --
> kdevelop project was broken when going to 8.10
> https://bugs.launchpad.net/bugs/253286
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in "kdevelop" source package in Ubuntu: Confirmed
>
> Bug description:
> Binary package hint: kdevelop
>
> I use kdevelop as a C/C++ ide. My project would not compile well after I
> upgraded to Ubuntu 8.10. Here is the output. It seems to be a libtool
> ptoblem.
>
> cd '/home/nasko/Documents/Summer2008/Computations/resolve/resolve/debug' &&
> WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" LC_MESSAGES="C" LC_CTYPE="C"
> make
> make all-recursive
> Making all in src
> /bin/bash ../libtool --tag=CXX --mode=link g++ -O0 -g3 -o resolve 4ti2.o
> combinatorics.o common.o gap.o linear_algebra.o lrs.o main.o resolve.o
> ../libtool: line 804: X--tag=CXX: command not found
> ../libtool: line 837: libtool: ignoring unknown tag : command not found
> ../libtool: line 804: X--mode=link: command not found
> ../libtool: line 970: *** Warning: inferring the mode of operation is
> deprecated.: command not found
> ../libtool: line 971: *** Future versions of Libtool will require
> --mode=MODE be specified.: command not found
> gcc: no input files
> gcc: no input files
> gcc: no input files
> gcc: no input files
> ../libtool: line 2197: X-O0: command not found
> ../libtool: line 2197: X-g3: command not found
> ../libtool: line 2366: Xresolve: command not found
> X: user not authorized to run the X server, aborting.
> ../libtool: line 2378: Xresolve: command not found
> ../libtool: line 2386: mkdir /.libs: No such file or directory
> mkdir: cannot create directory `/.libs': Permission denied
> make[2]: *** [resolve] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> *** Exited with status: 2 ***
>
> Please let me know if more information is necessary.
>