trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2012

Re: [trinity-devel] Cross Check on ftbfs packages (FAILURE Summary)

From: "Timothy Pearson" <kb9vqf@...>
Date: Fri, 22 Jun 2012 12:38:21 -0500
> Darrell,
>
>   Here is a summary of the failures.
>
> avahi-tqt:
>
> make[2]: Entering directory `/build/src/avahi-tqt/avahi-tqt'
>   GEN      qt-watch.moc3
> /usr/bin/moc-tqt: line 8: tqmoc: command not found
> make  all-am
> make[3]: Entering directory `/build/src/avahi-tqt/avahi-tqt'
>   CXX      libavahi_tqt_la-qt-watch.lo
> qt-watch.cpp:183:25: fatal error: qt-watch.moc3: No such file or directory
> compilation terminated.
>
>   What happened here? It says 'GEN qt-watch.moc3', but then fatal error:
> qt-watch.moc3: No such file or directory?

See "tqmoc: command not found" in your log above.  Where is your tqmoc
executable located?

> kbfx:
>
> -- Will use 'kmenuedit'!
> CMake Error at po/CMakeLists.txt:1 (ADD_POFILES):
>   Unknown CMake command "ADD_POFILES".
>
>   Looks like a 'borked' CMakeLists. Never seen this before??

ADD_POFILES could be valid, but the CMake file that defines that command
may not be included correctly.

Tim