trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2011

Re: [trinity-devel] All current Arch PKGBUILDS now broken due to new Out of Source Build Requirement

From: Calvin Morrison <mutantturkey@...>
Date: Fri, 25 Mar 2011 08:01:35 -0400
Out of source mode is the way to go, the reason being debugging,
working on and improving CMake is about 100 times easier. while we
will have to change our PKGBUILDS, it will save us time working
through errors.

My thoughts,
Calvin Morrison

On 25 March 2011 05:35, Baho Utot <baho-utot@...> wrote:
>
>
> On Friday 25 March 2011 01:52:42 am David C. Rankin wrote:
>> Tim, Serghei,
>>
>>    I went to build trinity tonight and found all arch PKGBUILDS fail with
>> the same error:
>>
>> CMake Error at cmake/modules/TDEMacros.cmake:20 (message):
>>    #################################################
>>
>>     Please use out-of-source building, like this:
>>
>>       rm
>> /home/david/tblds/trinity-tqtinterface/src/tqtinterface/CMakeCache.txt
>> mkdir /tmp/tqt.build
>>       cd /tmp/tqt.build
>>       cmake /home/david/tblds/trinity-tqtinterface/src/tqtinterface
>> [arguments...]
>>
>>    #################################################
>> Call Stack (most recent call first):
>>    cmake/modules/TDEMacros.cmake:1124 (tde_message_fatal)
>>    CMakeLists.txt:29 (include)
>>
>>    I'm not sure why this is needed since the PKGBUILD process takes place
>> in a *newly* created src directory that is *outside* the svn tree. This
>> will take a rewrite of all PKGBUILDS to accommodate this change.
>
> David I am working on the problem and I have been able to build trinity upto
> kdelibs.
> I have found that your PKGBUILD of qt3 to be bad as the patch from the trinity
> stie contains an addition.
>
> Have a look at my PKBUILDS that I uploaded to your site last nite.
>
> I'll see if I can get past my current failure in kdelibs tonite.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: trinity-devel-unsubscribe@...
> For additional commands, e-mail: trinity-devel-help@...
> Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/
> Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
>
>