trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: April 2011

Re: [trinity-devel] kdepim cmake error?

From: Baho Utot <baho-utot@...>
Date: Fri, 15 Apr 2011 20:00:44 -0400
On 04/15/2011 12:15 PM, Timothy Pearson wrote:
>> Scanning dependencies of target ksieve_parser-static
>> [ 12%] Building CXX object
>> libksieve/parser/CMakeFiles/ksieve_parser-static.dir/utf8validator.cpp.o
>> [ 12%] Building CXX object
>> mimelib/CMakeFiles/mimelib-shared.dir/token.cpp.o
>> [ 13%] Building CXX object
>> libksieve/parser/CMakeFiles/ksieve_parser-static.dir/lexer.cpp.o
>> [ 13%] Building CXX object
>> mimelib/CMakeFiles/mimelib-shared.dir/uuencode.cpp.o
>> [ 13%] Building CXX object
>> mimelib/CMakeFiles/mimelib-shared.dir/binhex.cpp.o
>> Linking CXX shared library libmimelib.so
>> /usr/bin/ld: cannot find -lqt-mt
>> collect2: ld returned 1 exit status
>> make[2]: *** [mimelib/libmimelib.so.1.0.1] Error 1
>> make[1]: *** [mimelib/CMakeFiles/mimelib-shared.dir/all] Error 2
>> make[1]: *** Waiting for unfinished jobs....
>> [ 13%] Building CXX object
>> libksieve/parser/CMakeFiles/ksieve_parser-static.dir/parser.cpp.o
>> Linking CXX static library libksieve_parser.a
>> [ 13%] Built target ksieve_parser-static
>> make: *** [all] Error 2
>> ==>  ERROR: A failure occurred in build().
>>       Aborting...
>>
>> Use to build before the svn updates of yesterday and today.
>>
> That's strange; very little changed in CMake with that commit and I have
> not encountered any build issues on my end.
>
> Can you try a clean checkout/build and see if the problem persists?
>
> Thanks!
>
> Tim

I have deleted the kdepim svn source tree and attempted to build and I 
get the same result.

I have not changed any of my build scripts and I always rebuild the 
entire svn source from the begining.

Still fails exactly as above.  What puzzles me is that all the 
dependencies build as well as kdelibs and kdebase.

The build order is tqtinterface arts dbus-tqt kdelibs kdebase kdepim 
kdewebdev kdegraphics dolphin kde-style-qtcurve

I will try to unlink the entire svn source and rebuild.

Thanks.