Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (493 - 495 of 2447)

Ticket Resolution Summary Owner Reporter
#501 Invalid Webui breaks when selecting 'labels' configuration section. andar mieszkoslusarczyk@gmail.com
Description

Traceback can be found here: http://pastebin.ca/1208780

#502 Fixed association in vista doesnt work markybob markybob
Description

deluge is not set as the default bittorrent client in vista

#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.

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