[Bug 288517] New: Compiling of text-ui failed with an error

Robby Engelmann robby.engelmann at igfs-ev.de
Fri Dec 9 06:29:55 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=288517

           Summary: Compiling of text-ui failed with an error
           Product: telepathy
           Version: git-latest
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: text-ui
        AssignedTo: kde-telepathy at kde.org
        ReportedBy: robby.engelmann at igfs-ev.de


Version:           git-latest (using KDE 4.7.3) 
OS:                Linux

When I try to compile text-ui I get this errors:

[ 46%] Building CXX object lib/CMakeFiles/ktelepathy_chat_lib.dir/logmanager.o  
/home/robby/Download/Prgs/telepathy/telepathy-text-ui/lib/logmanager.cpp: In
member function ‘void LogManager::onEventsFinished(Tpl::PendingOperation*)’:
/home/robby/Download/Prgs/telepathy/telepathy-text-ui/lib/logmanager.cpp:170:44:
warning: variable ‘type’ set but not used [-Wunused-but-set-variable]
Linking CXX shared library libktelepathy_chat_lib.so
CMakeFiles/ktelepathy_chat_lib.dir/chat-widget.o: In function
`ChatWidget::titleColor() const':      
/home/robby/Download/Prgs/telepathy/telepathy-text-ui/lib/chat-widget.cpp:345:
undefined reference to `Tp::Channel::groupContacts() const'
CMakeFiles/ktelepathy_chat_lib.dir/chat-widget.o: In function
`ChatWidget::onChatStatusChanged(Tp::SharedPtr<Tp::Contact> const&,
Tp::ChannelChatState)':
/home/robby/Download/Prgs/telepathy/telepathy-text-ui/lib/chat-widget.cpp:703:
undefined reference to `Tp::Channel::groupContacts() const'
CMakeFiles/ktelepathy_chat_lib.dir/chat-widget.o: In function
`ChatWidget::icon() const':
/home/robby/Download/Prgs/telepathy/telepathy-text-ui/lib/chat-widget.cpp:236:
undefined reference to `Tp::Channel::groupContacts() const'
CMakeFiles/ktelepathy_chat_lib.dir/channel-contact-model.o: In function
`ChannelContactModel::setTextChannel(Tp::SharedPtr<Tp::TextChannel> const&)':
/home/robby/Download/Prgs/telepathy/telepathy-text-ui/lib/channel-contact-model.cpp:40:
undefined reference to `Tp::Channel::groupContacts() const'
collect2: ld returned 1 exit status
make[2]: *** [lib/libktelepathy_chat_lib.so] Error 1
make[1]: *** [lib/CMakeFiles/ktelepathy_chat_lib.dir/all] Error 2
make: *** [all] Error 2


Reproducible: Didn't try

Steps to Reproduce:
go into directory with text-ui latest git
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make

Actual Results:  
Compiling failed

Expected Results:  
Compiling successful

I am using the 
http://ppa.launchpad.net/telepathy/ppa/ubuntu/oneiric
ppa and some days before I first recognized this error, there were some updates
of the base telepathy components (mission-control, gabble etc)

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


More information about the KDE-Telepathy mailing list