Trouble installing 1.3.3 using Macports and X11

Support for Deluge on Apple Mac OS
Post Reply
rkcullen

Trouble installing 1.3.3 using Macports and X11

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Trouble installing 1.3.3 using Macports and X11

Post by Cas »

Have you tried the app instead?
jblake

Re: Trouble installing 1.3.3 using Macports and X11

Post 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
EightyFour
Member
Member
Posts: 13
Joined: Tue Apr 03, 2012 11:19 am

Re: Trouble installing 1.3.3 using Macports and X11

Post by EightyFour »

Is there a way to correct the path of where Deluge is installed?
EightyFour
Member
Member
Posts: 13
Joined: Tue Apr 03, 2012 11:19 am

Re: Trouble installing 1.3.3 using Macports and X11

Post by EightyFour »

I just added the line:
export PATH="/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:$PATH"

to my .bash_profile.
Post Reply