qBittorrent in salix xfce 14.0

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
Zievatron
Posts: 272
Joined: 31. Jan 2012, 15:13

qBittorrent in salix xfce 14.0

Post by Zievatron »

I can not install qBittorrent 3.0.4 on salix xfce 14.0.
In GSlapt I see that I have:
- Qt 4.8.2-x86_64-4
- Geoip 1.4.8-x86_64-1dj
- Libtorrent-rasterbar 0.16.3-x86_64-1dj
From Sourcery I start compiling qBittorrent 3.0.4.
The compilation stops and the log ends with the following lines:

Code: Select all

    qbtsession.cpp:(.text._ZNK10libtorrent20libtorrent_exception4whatEv[_ZNK10libtorrent20libtorrent_exception4whatEv]+0x45): riferimento non definito a "libtorrent::allocate_string_copy(char const*)"
    collect2: error: ld returned 1 exit status
    make[1]: *** [qbittorrent] Errore 1
    make[1]: Leaving directory `/usr/src/slapt-src/network/qbittorrent/qbittorrent-3.0.4/src'
    make: *** [sub-src-make_default] Errore 2
    fakeroot -- sh qbittorrent.SlackBuild Failed
What can I do?
djemos
Salix Warrior
Posts: 1433
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: qBittorrent in salix xfce 14.0

Post by djemos »

qbittorrent
Look at the dep file to see if something is missing.
To rebuild the package download the SLKBUILD and run

Code: Select all

fakeroot slkbuild -X 
Post Reply