Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-26-2013, 10:12 AM
|
#1
|
Member
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213
Rep:
|
Error building Deluge with Slackbuild
Hi,
I am trying to build Deluge on my Slackware64-current system. I installed all the dependencies and tried to run the Slackbuild from SBo. I got this error:
Code:
copying deluge/ui/web/themes/images/gray/slider/slider-v-thumb.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/slider
copying deluge/ui/web/themes/images/gray/slider/slider-thumb.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/slider
copying deluge/ui/web/themes/images/gray/window/right-corners.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/window
copying deluge/ui/web/themes/images/gray/window/left-corners.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/window
copying deluge/ui/web/themes/images/gray/window/top-bottom.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/window
copying deluge/ui/web/themes/images/gray/window/left-right.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/window
copying deluge/ui/web/themes/images/gray/panel/top-bottom.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/panel
copying deluge/ui/web/themes/images/access/grid/hmenu-unlock.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/grid
copying deluge/ui/web/themes/images/access/grid/hmenu-lock.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/grid
creating build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/slider
copying deluge/ui/web/themes/images/access/slider/slider-v-thumb.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/slider
copying deluge/ui/web/themes/images/access/slider/slider-thumb.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/slider
copying deluge/ui/web/themes/images/access/slider/slider-bg.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/slider
copying deluge/ui/web/themes/images/access/slider/slider-v-bg.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/slider
copying deluge/ui/web/themes/images/access/window/right-corners.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/window
copying deluge/ui/web/themes/images/access/window/left-corners.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/window
copying deluge/ui/web/themes/images/access/window/top-bottom.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/window
copying deluge/ui/web/themes/images/access/window/left-right.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/window
running build_ext
building 'libtorrent' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/libtorrent
creating build/temp.linux-x86_64-2.7/libtorrent/src
creating build/temp.linux-x86_64-2.7/libtorrent/src/kademlia
creating build/temp.linux-x86_64-2.7/libtorrent/bindings
creating build/temp.linux-x86_64-2.7/libtorrent/bindings/python
creating build/temp.linux-x86_64-2.7/libtorrent/bindings/python/src
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.7 -I/usr/include -I -I/usr/include/python2.7 -c ./libtorrent/src/alert.cpp -o build/temp.linux-x86_64-2.7/./libtorrent/src/alert.o -D_FILE_OFFSET_BITS=64 -DNDEBUG -DTORRENT_USE_OPENSSL=1 -DBOOST_FILESYSTEM_VERSION=2 -O2 -Wno-missing-braces
In file included from /usr/include/pthread.h:24:0,
from /usr/include/c++/4.8.1/x86_64-slackware-linux/bits/gthr-default.h:35,
from /usr/include/c++/4.8.1/x86_64-slackware-linux/bits/gthr.h:148,
from /usr/include/c++/4.8.1/ext/atomicity.h:33,
from /usr/include/c++/4.8.1/bits/basic_string.h:39,
from /usr/include/c++/4.8.1/string:52,
from ./libtorrent/include/libtorrent/alert.hpp:38,
from ./libtorrent/src/alert.cpp:35:
./libtorrent/src/alert.cpp: In member function 'const libtorrent::alert* libtorrent::alert_manager::wait_for_alert(libtorrent::time_duration)':
./libtorrent/src/alert.cpp:67:32: error: expected unqualified-id before numeric constant
boost::xtime_get(&xt, boost::TIME_UTC);
^
error: command 'gcc' failed with exit status 1
deluge:
Would you like to continue processing the rest of the
queue or would you like to abort? If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.
(Y)es to continue, (N)o to abort, (R)etry the build?:
I searched for the error on Google and found no results. I do not know what to do and would appreciate any information or guidance. Thanks.
Edit: I forgot to say, it's a multilib system.
Last edited by Miranden; 08-26-2013 at 10:14 AM.
|
|
|
08-26-2013, 01:42 PM
|
#2
|
Member
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368
Rep: 
|
Hi Miranden,
Deluge 1.3.5 has known problems with libtorrent 0.16
I suggest you install libtorrent 0.16.11 and Deluge 1.3.6
libtorrent-rasterbar-0.16.11.tar.gz
deluge-1.3.6.tar.bz2
Release notes for 1.3.6 of Deluge states:
Deluge 1.3.6
February 25, 2013
A major bug-fix release including compatibility for libtorrent 0.16 and WebUI usability fixes.
the slackbuild script is using deluge 1.3.5 and 0.16.4
Last edited by bartgymnast; 08-26-2013 at 01:44 PM.
|
|
2 members found this post helpful.
|
08-26-2013, 02:02 PM
|
#3
|
LQ Guru
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,515
|
really dunno about the OP problem, but just FYI deluge from SBo (using those versions, 1.3.5 and r7459) builds and runs fine on my slackware64-current (with multilib).
|
|
1 members found this post helpful.
|
08-27-2013, 11:22 AM
|
#4
|
Member
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213
Original Poster
Rep:
|
Thank you, bartgymnast! That did let me build it. Someday I will have to ask you to explain to me how you knew about these "known issues" so that I can figure this stuff out for myself next time.
However, now that I have it installed, I am getting an error when I open it that says:
Code:
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 329, in _on_reactor_start
client.start_classic_mode()
File "/usr/lib64/python2.7/site-packages/deluge/ui/client.py", line 559, in start_classic_mode
self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
File "/usr/lib64/python2.7/site-packages/deluge/ui/client.py", line 432, in __init__
self.__daemon = deluge.core.daemon.Daemon(classic=True)
File "/usr/lib64/python2.7/site-packages/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/lib64/python2.7/site-packages/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib64/python2.7/site-packages/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: dynamic module does not define init function (initlibtorrent)
Someday I am going to be able to read this, but right now I am not sure what it is telling me. This doesn't have anything to do with the difference between using libtorrent (as in libtorrent-r7459, which was in the Slackbuild originally) and libtorrent-rasterbar (which I replaced it with), does it?
I am very grateful for the help, guys.
Edit: I am not having any luck using Deluge in thin-client mode, so until I can get this error resolved and make it work in classic mode, I cannot use it.
Last edited by Miranden; 08-27-2013 at 01:05 PM.
|
|
|
08-27-2013, 01:10 PM
|
#5
|
Member
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368
Rep: 
|
Miranden,
have you changed the build script ? or installed them from source ?
maybe it is handy to put before the python setup.py --build
the line: python setup.py clean -a
also: change the build script lines below
cd $PRGNAM-$VERSION
tar xvf $CWD/libtorrent-$LIBTVER.tar.?z*
into:
cd $PRGNAM-$VERSION
tar xvf $CWD/libtorrent-$LIBTVER.tar.?z* -C libtorrent
|
|
|
08-27-2013, 01:43 PM
|
#6
|
Member
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213
Original Poster
Rep:
|
I'm sorry, I wasn't clear. I changed the build script like this:
Original:
Code:
PRGNAM=deluge
VERSION=${VERSION:-1.3.5}
LIBTVER=r7459
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
Modified:
Code:
PRGNAM=deluge
VERSION=${VERSION:-1.3.6}
LIBTVER=rasterbar-0.16.11
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
That's all I did. I will do what you suggest and then post back.
Thanks!
|
|
|
08-27-2013, 02:39 PM
|
#7
|
Member
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213
Original Poster
Rep:
|
I tried building with both of those changes you gave, and it would not work. Then I tried with each of them separately (to see which change was the culprit), and neither change would allow a successful build. The only way I could make the package was to take both of them out.
So still at the same place it seems. :|
Edit: I will do it again and attach terminal output of the failures.
Last edited by Miranden; 08-27-2013 at 02:40 PM.
|
|
|
08-27-2013, 03:21 PM
|
#8
|
Member
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213
Original Poster
Rep:
|
Here is what the end of what it says when I add the python setup.py clean -a line before python setup.py --build:
Code:
copying deluge/ui/web/themes/images/default/window/right-corners.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/default/window
copying deluge/ui/web/themes/images/default/window/left-corners.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/default/window
copying deluge/ui/web/themes/images/default/window/top-bottom.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/default/window
copying deluge/ui/web/themes/images/default/window/left-right.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/default/window
copying deluge/ui/web/themes/images/default/panel/top-bottom.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/default/panel
copying deluge/ui/web/themes/images/gray/tabs/tab-strip-bg.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/tabs
creating build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/slider
copying deluge/ui/web/themes/images/gray/slider/slider-v-thumb.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/slider
copying deluge/ui/web/themes/images/gray/slider/slider-thumb.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/slider
copying deluge/ui/web/themes/images/gray/window/right-corners.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/window
copying deluge/ui/web/themes/images/gray/window/left-corners.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/window
copying deluge/ui/web/themes/images/gray/window/top-bottom.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/window
copying deluge/ui/web/themes/images/gray/window/left-right.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/window
copying deluge/ui/web/themes/images/gray/panel/top-bottom.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/gray/panel
copying deluge/ui/web/themes/images/access/grid/hmenu-unlock.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/grid
copying deluge/ui/web/themes/images/access/grid/hmenu-lock.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/grid
creating build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/slider
copying deluge/ui/web/themes/images/access/slider/slider-v-thumb.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/slider
copying deluge/ui/web/themes/images/access/slider/slider-thumb.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/slider
copying deluge/ui/web/themes/images/access/slider/slider-bg.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/slider
copying deluge/ui/web/themes/images/access/slider/slider-v-bg.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/slider
copying deluge/ui/web/themes/images/access/window/right-corners.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/window
copying deluge/ui/web/themes/images/access/window/left-corners.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/window
copying deluge/ui/web/themes/images/access/window/top-bottom.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/window
copying deluge/ui/web/themes/images/access/window/left-right.png -> build/lib.linux-x86_64-2.7/deluge/ui/web/themes/images/access/window
running build_ext
building 'libtorrent' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/libtorrent
creating build/temp.linux-x86_64-2.7/libtorrent/src
creating build/temp.linux-x86_64-2.7/libtorrent/src/kademlia
creating build/temp.linux-x86_64-2.7/libtorrent/bindings
creating build/temp.linux-x86_64-2.7/libtorrent/bindings/python
creating build/temp.linux-x86_64-2.7/libtorrent/bindings/python/src
gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.7 -I/usr/include -I -I/usr/include/python2.7 -c ./libtorrent/src/alert.cpp -o build/temp.linux-x86_64-2.7/./libtorrent/src/alert.o -D_FILE_OFFSET_BITS=64 -DNDEBUG -DTORRENT_USE_OPENSSL=1 -DBOOST_FILESYSTEM_VERSION=2 -DBOOST_ASIO_SEPARATE_COMPILATION -O2 -Wno-missing-braces
And this is with tar xvf $CWD/libtorrent-$LIBTVER.tar.?z* -C libtorrent:
Code:
deluge-1.3.6/deluge/data/pixmaps/flags/um.png
deluge-1.3.6/deluge/data/pixmaps/flags/gh.png
deluge-1.3.6/deluge/data/pixmaps/flags/nc.png
deluge-1.3.6/deluge/data/pixmaps/flags/gu.png
deluge-1.3.6/deluge/data/pixmaps/flags/cr.png
deluge-1.3.6/deluge/data/pixmaps/flags/cs.png
deluge-1.3.6/deluge/data/pixmaps/flags/ma.png
deluge-1.3.6/deluge/data/pixmaps/flags/tz.png
deluge-1.3.6/deluge/data/pixmaps/flags/tj.png
deluge-1.3.6/deluge/data/pixmaps/flags/ni.png
deluge-1.3.6/deluge/data/pixmaps/flags/ax.png
deluge-1.3.6/deluge/data/pixmaps/flags/tl.png
deluge-1.3.6/deluge/data/pixmaps/flags/sk.png
deluge-1.3.6/deluge/data/pixmaps/flags/yt.png
deluge-1.3.6/deluge/data/pixmaps/flags/ck.png
deluge-1.3.6/deluge/data/pixmaps/flags/ca.png
deluge-1.3.6/deluge/data/pixmaps/flags/gp.png
deluge-1.3.6/deluge/data/pixmaps/flags/as.png
deluge-1.3.6/deluge/data/pixmaps/flags/mn.png
deluge-1.3.6/deluge/data/pixmaps/flags/mg.png
deluge-1.3.6/deluge/data/pixmaps/flags/sr.png
deluge-1.3.6/deluge/data/pixmaps/flags/jp.png
deluge-1.3.6/deluge/data/pixmaps/flags/et.png
deluge-1.3.6/deluge/data/pixmaps/flags/ph.png
deluge-1.3.6/deluge/data/pixmaps/flags/ug.png
deluge-1.3.6/deluge/data/pixmaps/flags/gl.png
deluge-1.3.6/deluge/data/pixmaps/flags/ws.png
deluge-1.3.6/deluge/data/pixmaps/flags/sc.png
deluge-1.3.6/deluge/data/pixmaps/flags/kr.png
deluge-1.3.6/deluge/data/pixmaps/flags/cn.png
deluge-1.3.6/deluge/data/pixmaps/flags/in.png
deluge-1.3.6/deluge/data/pixmaps/flags/uy.png
deluge-1.3.6/deluge/data/pixmaps/flags/sl.png
deluge-1.3.6/deluge/data/pixmaps/flags/pn.png
deluge-1.3.6/deluge/data/pixmaps/flags/sh.png
deluge-1.3.6/deluge/data/pixmaps/flags/af.png
deluge-1.3.6/deluge/data/pixmaps/flags/la.png
deluge-1.3.6/deluge/data/pixmaps/flags/gg.png
deluge-1.3.6/deluge/data/pixmaps/flags/cv.png
deluge-1.3.6/deluge/data/pixmaps/flags/no.png
deluge-1.3.6/deluge/data/pixmaps/flags/gy.png
deluge-1.3.6/deluge/data/pixmaps/flags/wf.png
deluge-1.3.6/deluge/data/pixmaps/flags/tp.png
deluge-1.3.6/deluge/data/pixmaps/flags/iq.png
deluge-1.3.6/deluge/data/pixmaps/flags/eg.png
deluge-1.3.6/deluge/data/pixmaps/flags/ie.png
deluge-1.3.6/deluge/data/pixmaps/flags/mo.png
deluge-1.3.6/deluge/data/pixmaps/flags/yu.png
deluge-1.3.6/deluge/data/pixmaps/flags/jm.png
deluge-1.3.6/deluge/data/pixmaps/flags/hm.png
deluge-1.3.6/deluge/data/pixmaps/flags/ki.png
deluge-1.3.6/deluge/data/pixmaps/flags/ge.png
deluge-1.3.6/deluge/data/pixmaps/flags/kh.png
deluge-1.3.6/deluge/data/pixmaps/flags/fo.png
deluge-1.3.6/deluge/data/pixmaps/flags/es.png
deluge-1.3.6/deluge/data/pixmaps/flags/dz.png
deluge-1.3.6/deluge/data/pixmaps/flags/ms.png
deluge-1.3.6/deluge/data/pixmaps/flags/ve.png
deluge-1.3.6/deluge/data/pixmaps/flags/re.png
deluge-1.3.6/deluge/data/pixmaps/flags/lr.png
deluge-1.3.6/deluge/data/pixmaps/flags/an.png
deluge-1.3.6/deluge/data/pixmaps/flags/gm.png
deluge-1.3.6/deluge/data/pixmaps/flags/pr.png
deluge-1.3.6/deluge/data/pixmaps/flags/gn.png
deluge-1.3.6/deluge/data/pixmaps/flags/cc.png
deluge-1.3.6/deluge/data/pixmaps/flags/bj.png
deluge-1.3.6/deluge/data/pixmaps/flags/mq.png
deluge-1.3.6/deluge/data/pixmaps/flags/sb.png
deluge-1.3.6/deluge/data/pixmaps/flags/tk.png
deluge-1.3.6/deluge/data/pixmaps/flags/vg.png
deluge-1.3.6/deluge/data/pixmaps/flags/dj.png
deluge-1.3.6/deluge/data/pixmaps/flags/ch.png
deluge-1.3.6/deluge/data/pixmaps/flags/bh.png
deluge-1.3.6/deluge/data/pixmaps/flags/md.png
deluge-1.3.6/deluge/data/pixmaps/flags/il.png
deluge-1.3.6/deluge/data/pixmaps/flags/pw.png
deluge-1.3.6/deluge/data/pixmaps/flags/fk.png
deluge-1.3.6/deluge/data/pixmaps/flags/hr.png
deluge-1.3.6/deluge/data/pixmaps/flags/me.png
deluge-1.3.6/deluge/data/pixmaps/flags/bn.png
deluge-1.3.6/deluge/data/pixmaps/flags/mc.png
deluge-1.3.6/deluge/data/pixmaps/flags/fi.png
deluge-1.3.6/deluge/data/pixmaps/flags/cy.png
deluge-1.3.6/deluge/data/pixmaps/flags/sy.png
deluge-1.3.6/deluge/data/pixmaps/flags/zw.png
deluge-1.3.6/deluge/data/pixmaps/flags/my.png
deluge-1.3.6/deluge/data/pixmaps/flags/at.png
deluge-1.3.6/deluge/data/pixmaps/flags/th.png
deluge-1.3.6/deluge/data/pixmaps/flags/vc.png
deluge-1.3.6/deluge/data/pixmaps/flags/so.png
deluge-1.3.6/deluge/data/pixmaps/flags/za.png
deluge-1.3.6/deluge/data/pixmaps/flags/gq.png
deluge-1.3.6/deluge/data/pixmaps/flags/cu.png
deluge-1.3.6/deluge/data/pixmaps/flags/rw.png
deluge-1.3.6/deluge/data/pixmaps/flags/om.png
deluge-1.3.6/deluge/data/pixmaps/flags/nz.png
deluge-1.3.6/deluge/data/pixmaps/flags/tg.png
deluge-1.3.6/deluge/data/pixmaps/flags/ga.png
deluge-1.3.6/deluge/data/pixmaps/flags/pg.png
deluge-1.3.6/deluge/data/pixmaps/flags/mt.png
deluge-1.3.6/deluge/data/pixmaps/flags/ag.png
deluge-1.3.6/deluge/data/pixmaps/flags/td.png
deluge-1.3.6/deluge/data/pixmaps/flags/si.png
deluge-1.3.6/deluge/data/pixmaps/flags/er.png
deluge-1.3.6/deluge/data/pixmaps/flags/kn.png
deluge-1.3.6/deluge/data/pixmaps/flags/sg.png
deluge-1.3.6/deluge/data/pixmaps/flags/gw.png
deluge-1.3.6/deluge/data/pixmaps/flags/ae.png
deluge-1.3.6/deluge/data/pixmaps/flags/jo.png
deluge-1.3.6/deluge/data/pixmaps/flags/pm.png
deluge-1.3.6/deluge/data/pixmaps/flags/sa.png
deluge-1.3.6/deluge/data/pixmaps/flags/gd.png
deluge-1.3.6/deluge/data/pixmaps/flags/fm.png
deluge-1.3.6/deluge/data/pixmaps/flags/se.png
deluge-1.3.6/deluge/data/pixmaps/flags/py.png
deluge-1.3.6/deluge/data/pixmaps/flags/pl.png
deluge-1.3.6/deluge/data/pixmaps/flags/id.png
deluge-1.3.6/deluge/data/pixmaps/flags/ec.png
deluge-1.3.6/deluge/data/pixmaps/flags/ye.png
deluge-1.3.6/deluge/data/pixmaps/flags/us.png
deluge-1.3.6/deluge/data/pixmaps/flags/bd.png
deluge-1.3.6/deluge/data/pixmaps/flags/io.png
deluge-1.3.6/deluge/data/pixmaps/flags/hu.png
deluge-1.3.6/deluge/data/pixmaps/flags/bb.png
deluge-1.3.6/deluge/data/pixmaps/flags/gb.png
deluge-1.3.6/deluge/data/pixmaps/flags/aq.png
deluge-1.3.6/deluge/data/pixmaps/flags/it.png
deluge-1.3.6/deluge/data/pixmaps/flags/ad.png
deluge-1.3.6/deluge/data/pixmaps/flags/uz.png
deluge-1.3.6/deluge/data/pixmaps/flags/nu.png
deluge-1.3.6/deluge/data/pixmaps/flags/ir.png
deluge-1.3.6/deluge/data/pixmaps/flags/tt.png
deluge-1.3.6/deluge/data/pixmaps/flags/ba.png
deluge-1.3.6/deluge/data/pixmaps/flags/cm.png
deluge-1.3.6/deluge/data/pixmaps/flags/lc.png
deluge-1.3.6/deluge/data/pixmaps/flags/ps.png
deluge-1.3.6/deluge/data/pixmaps/queued16.png
deluge-1.3.6/deluge/data/share/
deluge-1.3.6/deluge/data/share/applications/
deluge-1.3.6/deluge/data/share/applications/deluge.desktop.in
deluge-1.3.6/deluge/data/icons/
deluge-1.3.6/deluge/data/icons/hicolor/
deluge-1.3.6/deluge/data/icons/hicolor/96x96/
deluge-1.3.6/deluge/data/icons/hicolor/96x96/apps/
deluge-1.3.6/deluge/data/icons/hicolor/96x96/apps/deluge.png
deluge-1.3.6/deluge/data/icons/hicolor/256x256/
deluge-1.3.6/deluge/data/icons/hicolor/256x256/apps/
deluge-1.3.6/deluge/data/icons/hicolor/256x256/apps/deluge.png
deluge-1.3.6/deluge/data/icons/hicolor/22x22/
deluge-1.3.6/deluge/data/icons/hicolor/22x22/apps/
deluge-1.3.6/deluge/data/icons/hicolor/22x22/apps/deluge.png
deluge-1.3.6/deluge/data/icons/hicolor/192x192/
deluge-1.3.6/deluge/data/icons/hicolor/192x192/apps/
deluge-1.3.6/deluge/data/icons/hicolor/192x192/apps/deluge.png
deluge-1.3.6/deluge/data/icons/hicolor/36x36/
deluge-1.3.6/deluge/data/icons/hicolor/36x36/apps/
deluge-1.3.6/deluge/data/icons/hicolor/36x36/apps/deluge.png
deluge-1.3.6/deluge/data/icons/hicolor/128x128/
deluge-1.3.6/deluge/data/icons/hicolor/128x128/apps/
deluge-1.3.6/deluge/data/icons/hicolor/128x128/apps/deluge.png
deluge-1.3.6/deluge/data/icons/hicolor/72x72/
deluge-1.3.6/deluge/data/icons/hicolor/72x72/apps/
deluge-1.3.6/deluge/data/icons/hicolor/72x72/apps/deluge.png
deluge-1.3.6/deluge/data/icons/hicolor/24x24/
deluge-1.3.6/deluge/data/icons/hicolor/24x24/apps/
deluge-1.3.6/deluge/data/icons/hicolor/24x24/apps/deluge.png
deluge-1.3.6/deluge/data/icons/hicolor/48x48/
deluge-1.3.6/deluge/data/icons/hicolor/48x48/apps/
deluge-1.3.6/deluge/data/icons/hicolor/48x48/apps/deluge.png
deluge-1.3.6/deluge/data/icons/hicolor/64x64/
deluge-1.3.6/deluge/data/icons/hicolor/64x64/apps/
deluge-1.3.6/deluge/data/icons/hicolor/64x64/apps/deluge.png
deluge-1.3.6/deluge/data/icons/hicolor/32x32/
deluge-1.3.6/deluge/data/icons/hicolor/32x32/apps/
deluge-1.3.6/deluge/data/icons/hicolor/32x32/apps/deluge.png
deluge-1.3.6/deluge/data/icons/hicolor/16x16/
deluge-1.3.6/deluge/data/icons/hicolor/16x16/apps/
deluge-1.3.6/deluge/data/icons/hicolor/16x16/apps/deluge.png
deluge-1.3.6/deluge/data/icons/scalable/
deluge-1.3.6/deluge/data/icons/scalable/apps/
deluge-1.3.6/deluge/data/icons/scalable/apps/deluge.svg
deluge-1.3.6/deluge/main.py
deluge-1.3.6/deluge/config.py
deluge-1.3.6/deluge/__rpcapi.py
deluge-1.3.6/deluge/maketorrent.py
deluge-1.3.6/ChangeLog
deluge-1.3.6/DEPENDS
deluge-1.3.6/README
deluge-1.3.6/get_libtorrent.sh
deluge-1.3.6/docs/
deluge-1.3.6/docs/man/
deluge-1.3.6/docs/man/deluged.1
deluge-1.3.6/docs/man/deluge-gtk.1
deluge-1.3.6/docs/man/deluge-console.1
deluge-1.3.6/docs/man/deluge-web.1
deluge-1.3.6/docs/man/deluge.1
deluge-1.3.6/LICENSE
tar: libtorrent: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
|
|
|
08-27-2013, 05:52 PM
|
#9
|
Member
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368
Rep: 
|
I corrected my mistake in the build script.
please see the attachment for the correct one.
This will work.
|
|
1 members found this post helpful.
|
08-27-2013, 08:27 PM
|
#10
|
Member
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213
Original Poster
Rep:
|
Thank you very much for doing that. It did build, and I installed it again. However, I am still getting the same error I pasted in post 4. So I am still not able to use Deluge.
|
|
|
08-29-2013, 09:22 AM
|
#11
|
Member
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213
Original Poster
Rep:
|
I found some bug reports about that error (post 4) so I think it is a separate issue. I will post another thread, and link it from here when I do. Marking thread as solved. Thanks.
Edit: Here is my new thread: http://www.linuxquestions.org/questi...89#post5018289.
Last edited by Miranden; 08-29-2013 at 10:16 AM.
|
|
|
All times are GMT -5. The time now is 08:49 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|