Page 1 of 1

Trouble installing 1.3.3 using Macports and X11

Posted: Mon Feb 20, 2012 1:31 am
by rkcullen
OSX 10.6.8
Macports 2.0.3
Deluge 1.3.3_1
libtorrent not installed

I followed the instructions for installing deluge 1.3.3 here http://dev.deluge-torrent.org/wiki/Installing/MacOSX using X11

Running

Code: Select all

deluged-2.7 &
returns

Code: Select all

-bash: deluged-2.7 command not found
Running

Code: Select all

deluge
returns

Code: Select all

-bash: deluge command not found
Running

Code: Select all

locate deluge
nothing found

I see the tarballs boost, libtorrent-rasterbar, python/deluge1.3.3_1 in /opt/local/var/macports/distfiles

Not sure how to troubleshoot. Any help appreciated

Re: Trouble installing 1.3.3 using Macports and X11

Posted: Mon Feb 20, 2012 1:16 pm
by Cas
Have you tried the app instead?

Re: Trouble installing 1.3.3 using Macports and X11

Posted: Wed Feb 22, 2012 12:39 am
by jblake
EDIT: So I found the binary - for some reason the binary is not copied into your standard path (courtesy of Xcode 4.3 and the workarounds I'm assuming ?!). Assuming you built with py2.7 try running: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/deluge
Hey - I'm in the same situation. Everything builds fine, however the best I can find is a tarball with the compiled binary that fails to run.

Any ideas?

Josh.

OSX 10.7.3
Xcode 4.3

Re: Trouble installing 1.3.3 using Macports and X11

Posted: Wed Apr 04, 2012 8:01 pm
by EightyFour
Is there a way to correct the path of where Deluge is installed?

Re: Trouble installing 1.3.3 using Macports and X11

Posted: Fri Apr 06, 2012 9:39 am
by EightyFour
I just added the line:
export PATH="/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:$PATH"

to my .bash_profile.