Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15385] New: both versions of telepathy-qt can't be cast

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15385] New: both versions of telepathy-qt can't be cast
  • Date: 3 Sep 2009 21:50:03 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15385

Summary: both versions of telepathy-qt can't be cast
Product: Codex
Version: test grimoire
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: telephony
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: julien AT rozo.org


Created an attachment (id=7343)
--> (http://bugs.sourcemage.org/attachment.cgi?id=7343)
updated BUILD script to workaround wrong moc and rcc detection.

I tried to cast both git and stable version (0.1.8) of telepathy-qt, and
they're failing with this error :

make[2]: Entering directory `/usr/src/telepathy-qt4-0.1.8/TelepathyQt4'
/usr/src/qt-x11-opensource-src-4.5.2/bin/moc -I.. -I.. -DQT_SHARED
-I/usr/include/QtCore -DQT_SHARED -I/usr/include/QtDBus
-I/usr/include/QtCore
-I/usr/include/QtXml -i _gen/cli-account.h -o _gen/cli-account.moc.hpp
make[2]: /usr/src/qt-x11-opensource-src-4.5.2/bin/moc: Command not found
make[2]: Leaving directory `/usr/src/telepathy-qt4-0.1.8/TelepathyQt4'
make[2]: *** [_gen/cli-account.moc.hpp] Error 127


MOC and RCC vars are not set correctly in all of the Makefile within the
source
directory of telepathy-qt : they look at moc and rcc in
/usr/src/qt-x11-opensource-src-4.5.2/bin instead of /usr/bin/qt4, even if this
last one is in $PATH.


I tried to updated stable version to 0.1.10, but I got the same error.


I tried to set MOC and RCC vars before calling ./configure, same error.


The only workaround I found was to sedit Makefiles after configure and before
make to point to the correct directory for moc and rcc (see attached file).


If I'm not the only one to run into this problem, and if no mages find this
workaround just stupid, I'll commit the updated BUILD script into git repo.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page