Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (355 - 357 of 2447)

Ticket Resolution Summary Owner Reporter
#503 Fixed Changes to setup.py to workaround broken boost packages markybob pscott@foresightlinux.org
Description

To package deluge=1.0.0 for Foresight I needed to change setup.py to workaround a broken boost package. The changes made could help other packagers build Deluge.

Firstly /usr/lib/libboost_filesystem.so only exists when building for x86, for x86_64 it is in /usr/lib64, I suggest changing the logic to use LIBDIR rather than /usr/lib explicitly.

Secondly all the boost libraries *except* boost_thread are available as both -mt and non -mt. To workaround that I changed it explicitly in _libraries. However combined with the first problem however this failed unexpectedly building for both arches - it tried to use boost_thread-mt-mt. So I added a further check before appending -mt.

#366 Fixed Change the Windows ipc interface to not depend on SignalReceiver andar andar
Description

In preparation of removing the SignalReceiver, ticket #365, we need to change the method we do ipc on Windows.

#974 Fixed Change to the slackware-build link for deluge andar dasnyderx@yahoo.com
Description

Gentlemen,

While I have been glad to build and post to linuxpackages.net the slackware-package for deluge, I'm afraid that linuxpackages.net hasn't been keeping up-to-date. I've posted packages for deluge 1.18 and 1.1.9 and have yet to see either posted on the site. As such, I would advise that you add the link for the slackware package at slacky.eu (site URL: http://www.slacky.eu/aadm/pkgs/index.php?sear=deluge&ver=6) or (while it pains me to recommend this) substitute the slacky.eu link for the linuxpackages.net link.

If there are any questions or problems with this report, please feel free to contact me at the above address. Thank you.

David A. Snyder

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.