Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Trying to compile KTorrent from source

Hybrid View

  1. #1
    Join Date
    Jan 2012
    Beans
    753

    Trying to compile KTorrent from source

    I want to install KTorrent 4.3.0 from source. This is exactly what I did:
    Code:
    cd /tmp
    sudo apt-get build-dep ktorrent
    wget http://ktorrent.org/downloads/4.3.0/ktorrent-4.3.0.tar.bz2
    atool -x ktorrent-4.3.0.tar.bz2
    cd ktorrent-4.3.0
    mkdir build
    cd build
    cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) ..
    make
    But that gave me this error:
    Code:
    alex@kubuntu:/tmp/ktorrent-4.3.0/build$ make
    Scanning dependencies of target ktcore_automoc
    Generating torrentfilelistmodel.moc
    Generating prefpageinterface.moc
    Generating coreinterface.moc
    Generating queuemanager.moc
    Generating torrentfiletreemodel.moc
    Generating torrentfilemodel.moc
    Generating plugin.moc
    Generating chunkbar.moc
    Generating moc_itemselectionmodel.cpp
    Generating moc_group.cpp
    Generating moc_dbustorrentfilestream.cpp
    Generating moc_groupmanager.cpp
    Generating moc_centralwidget.cpp
    Generating moc_tabbarwidget.cpp
    Generating moc_extender.cpp
    Generating moc_dbus.cpp
    Generating moc_dbusgroup.cpp
    Generating moc_pluginactivity.cpp
    Generating moc_basicjobprogresswidget.cpp
    Generating moc_activity.cpp
    Generating moc_torrentgroup.cpp
    Generating moc_stringcompletionmodel.cpp
    Generating moc_dbussettings.cpp
    Generating moc_dbustorrent.cpp
    Generating moc_jobtracker.cpp
    Generating moc_jobprogresswidget.cpp
    [  0%] Built target ktcore_automoc
    [  0%] Generating settings.h, settings.cpp
    [  1%] Generating ui_basicjobprogresswidget.h
    Scanning dependencies of target ktcore
    [  1%] Building CXX object libktcore/CMakeFiles/ktcore.dir/ktcore_automoc.o
    [  1%] Building CXX object libktcore/CMakeFiles/ktcore.dir/util/mmapfile.o
    [  2%] Building CXX object libktcore/CMakeFiles/ktcore.dir/util/itemselectionmodel.o
    [  2%] Building CXX object libktcore/CMakeFiles/ktcore.dir/util/stringcompletionmodel.o
    [  2%] Building CXX object libktcore/CMakeFiles/ktcore.dir/util/treefiltermodel.o
    [  2%] Building CXX object libktcore/CMakeFiles/ktcore.dir/interfaces/functions.o
    /tmp/ktorrent-4.3.0/libktcore/interfaces/functions.cpp:35:34: fatal error: peer/connectionlimit.h: No such file or directory
    compilation terminated.
    make[2]: *** [libktcore/CMakeFiles/ktcore.dir/interfaces/functions.o] Error 1
    make[1]: *** [libktcore/CMakeFiles/ktcore.dir/all] Error 2
    make: *** [all] Error 2

  2. #2
    Join Date
    Jan 2012
    Beans
    753

    Re: Trying to compile KTorrent from source

    bump

  3. #3
    Join Date
    Dec 2008
    Location
    Northwest Ohio
    Beans
    1,581
    Distro
    Lubuntu 13.10 Saucy Salamander

    Re: Trying to compile KTorrent from source

    Hi,
    The error says that it can not find the file called "connectionlimit.h" which is a file found in the package libktorrent-1.3.0.tar.bz2, and the instructions at the ktorrent site says that libktorrent must be compiled first.

    Here are the downloads and instructions
    http://ktorrent.org/?q=downloads

    Also don't forget the dependencies of libktorrent4:
    Code:
    sudo apt-get build-dep ktorrent libktorrent4

  4. #4
    Join Date
    Jan 2012
    Beans
    753

    Re: Trying to compile KTorrent from source

    I had forgotten about libktorrent. Thank you.

  5. #5
    Join Date
    Mar 2013
    Beans
    3

    Re: Trying to compile KTorrent from source

    Guys, what if I had successfully installed dependenses by command
    Code:
    sudo apt-get build-dep ktorrent
    and built libktorrent from sources, but still have error
    Code:
    ktorrent-4.3.1/libktcore/interfaces/functions.cpp:35:34: fatal error: peer/connectionlimit.h: No such file or directory
    compilation terminated.
    make[2]: *** [libktcore/CMakeFiles/ktcore.dir/interfaces/functions.o] Error 1
    make[1]: *** [libktcore/CMakeFiles/ktcore.dir/all] Error 2
    make: *** [all] Error 2
    during building of ktorrent. What should I do to fix that?
    Last edited by susanin; March 20th, 2013 at 09:25 PM.

  6. #6
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Trying to compile KTorrent from source

    Read post #3.

  7. #7
    Join Date
    Mar 2013
    Beans
    3

    Re: Trying to compile KTorrent from source

    As I've said, I've built libktorrent and have installed dependenses, but still have error. It's strange that missed file is placed in source directory in libktorrent folder, but isn't placed in ktorrent folder...

  8. #8
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Trying to compile KTorrent from source

    Which version of libktorrent did you build? And what version of KDE are you running?

  9. #9
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Trying to compile KTorrent from source

    Quote Originally Posted by susanin View Post
    As I've said, I've built libktorrent and have installed dependenses, but still have error. It's strange that missed file is placed in source directory in libktorrent folder, but isn't placed in ktorrent folder...
    I ran into this same problem myself. The solution that worked for me was to uninstall the older repository versions of both ktorrent and libktorrent; then I was able to compile and install the new ones.

  10. #10
    Join Date
    Mar 2013
    Beans
    3

    Re: Trying to compile KTorrent from source

    ktorrent-4.3.1
    libktorrent-1.3.1
    kde 4.9.5

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •