Page 2 of 2

Re: Download links for 1.3.7 only downloads 1.3.6

Posted: Sat Aug 02, 2014 10:44 am
by carbncl
Found a way to get 10.6 files and managed to build with, updated the dropbox link with it.
I have an error in logs, and I also noticed that torrent state is not saved in classic mode... (i.e. download progress not kept at app restart, have to force recheck) :

Code: Select all

--- <exception caught here> ---
  File "twisted/internet/base.pyc", line 824, in runUntilCurrent

  File "/Applications/Deluge.app/Contents/Resources/lib/python2.7/deluge-1.3.7-py2.7.egg/deluge/core/torrentmanager.py", line 1064, in on_alert_save_resume_data
    self.resume_data[torrent_id] = lt.bencode(alert.resume_data)
Boost.Python.ArgumentError: Python argument types in
    None.None(save_resume_data_alert)
did not match C++ signature:
    None(libtorrent::save_resume_data_alert {lvalue})
Not the first time I see this one, cannot remember what was the solution.
Any ideas? Maybe I should not use latest boost (1.55) or libtorrent (0.16.17) versions...?

Re: Download links for 1.3.7 only downloads 1.3.6

Posted: Mon Aug 04, 2014 11:17 pm
by Cas
That shouldn't be occurring but not got any suggestions at the moment. Is that the only error or are there lots of them?

A pull request in deluge-torrent github is fine.

Re: Download links for 1.3.7 only downloads 1.3.6

Posted: Wed Aug 20, 2014 6:04 pm
by XxOsurfer3xX
It would be nice if carbncl would post a little guide with instructions to get everything working. I am on OS X 10.9 and could try to package the Deluge.app too.

Re: Download links for 1.3.7 only downloads 1.3.6

Posted: Wed Aug 20, 2014 9:30 pm
by Cas

Re: Download links for 1.3.7 only downloads 1.3.6

Posted: Thu Aug 21, 2014 1:44 pm
by XxOsurfer3xX
Thanks Cas, I'll try to get it working.

Re: Download links for 1.3.7 only downloads 1.3.6

Posted: Mon Aug 25, 2014 3:21 pm
by Cas
I should mention that carbncl hasn't made a pull request for the changes made when packaging 1.3.7 so not sure how far you will get.

I have uploaded the 1.3.7 Deluge.app to our ftp.

Re: Download links for 1.3.7 only downloads 1.3.6

Posted: Tue Aug 26, 2014 5:45 pm
by XxOsurfer3xX
Cas wrote:I should mention that carbncl hasn't made a pull request for the changes made when packaging 1.3.7 so not sure how far you will get.

I have uploaded the 1.3.7 Deluge.app to our ftp.
I compiled GTK fine, but got stuck compiling Deluge's modules, openssl to be exact. It gave me a whole bunch of linking errors, after spending a couple of hours I gave up. Maybe compiling openssl manually and skipping the module would work, I'm a little out of my comfort zone.

Also, could not run setup.py py2app, it errors out...

Would be nice to know how car compiled openssl. I had problems with quartz too but with some manual editing of a makefile I solved it.