Help Installing

Support for Deluge on Apple Mac OS
Post Reply
66sprite

Help Installing

Post by 66sprite »

I am trying to install the OSX build, when I run the command "sudo port install deluge" I get this:

Code: Select all

--->  Building py25-zlib with target build
--->  Staging py25-zlib into destroot
--->  Installing py25-zlib 2.5.2_0
--->  Activating py25-zlib 2.5.2_0
--->  Cleaning py25-zlib
--->  Fetching deluge
--->  Attempting to fetch deluge-0.5.9.1.tar.gz from http://download.deluge-torrent.org/source/0.5.9.1/
--->  Verifying checksum(s) for deluge
--->  Extracting deluge
--->  Configuring deluge
--->  Building deluge with target build
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_deluge/work/deluge-torrent-0.5.9.1" && /opt/local/bin/python2.5 setup.py build " returned error 1
Command output: creating build/lib.macosx-10.3-i386-2.5/deluge
copying src/__init__.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/_dbus.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/bookmark.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/browser.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/common.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/core.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/deluge_stats.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/dgtk.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/dialogs.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/files.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/interface.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/ipc_manager.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/plugins.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/pref.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/search.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/tab_details.py -> build/lib.macosx-10.3-i386-2.5/deluge
copying src/wizard.py -> build/lib.macosx-10.3-i386-2.5/deluge
running build_ext
building 'deluge_core' extension
creating build/temp.macosx-10.3-i386-2.5
creating build/temp.macosx-10.3-i386-2.5/libtorrent
creating build/temp.macosx-10.3-i386-2.5/libtorrent/src
creating build/temp.macosx-10.3-i386-2.5/libtorrent/src/kademlia
creating build/temp.macosx-10.3-i386-2.5/src
/usr/bin/gcc-4.0 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/opt/local/include/boost -I./libtorrent -I./libtorrent/include -I./libtorrent/include/libtorrent -I/usr/include/python2.5 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c libtorrent/src/alert.cpp -o build/temp.macosx-10.3-i386-2.5/libtorrent/src/alert.o -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++
./libtorrent/include/libtorrent/time.hpp:157: error: 'time_traits' is not a template
./libtorrent/include/libtorrent/time.hpp:158: error: explicit specialization of non-template 'asio::time_traits'
error: command '/usr/bin/gcc-4.0' failed with exit status 1

Error: Status 1 encountered during processing.
I am not sure what is going wrong or how to fix it.
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: Help Installing

Post by loki »

Moving topic to OS X Port.
Post Reply