Summary: | latest ktp-contact-list und ktp-send-file fails to build | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Robby Engelmann <robby.engelmann> |
Component: | contactlist | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | kde, mklapetek, robby.engelmann |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | 0.4.0 | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Robby Engelmann
2012-01-02 17:01:45 UTC
Update your ktp-common-internals. I got latest ktp-common-internals from git + installed it just before, so should be up to date It's definitely your ktp-common-internals; this was fixed 5 days ago [1]. I just did a clean pull and recompiled to be sure, it works. [1] - http://quickgit.kde.org/?p=ktp-common-internals.git&a=commitdiff&h=3a91b527a402e67324042e8e596e7fd00665fb2d I just did a git clone git://anongit.kde.org/ktp-common-internals.git cd ./ktp-common-internals mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` make -j 4 sudo make install but it still show up the error Can you paste the output of "git describe" of ktp-common-internals? if I call that like this: git describe git://anongit.kde.org/ktp-common-internals then the output is: fatal: Not a git repository (or any parent up to mount parent ) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Simply enter your local copy dir and type just "git describe", nothing more, nothing less (well don't type the quotes..but that's about it). it returns v0.2.0-38-g6403e07 That is the latest... Next plausible explanation is you have an old version installed in a different location that ktp-contact-list is finding first when you compile it. Given you install to /usr/ Could you check you have no /usr/local/include/KTp Delete any include/KDETelepathy folders too, they could be screwing with it. I removed all telepathy-related files from my system and build again, now it actually works. Thanks for the tip. |