Bug#622579: qbittorrent: FTBFS for +b1: error: 'default_name_check' is not a member of 'boost::filesystem3::path'

2011-04-13 Thread Cyril Brulebois
Source: qbittorrent Version: 2.4.11-1 Severity: serious Justification: FTBFS Hi, your package FTBFS for its +b1 binNMU round: | [… other errors…] | make[3]: *** [qtorrenthandle.o] Error 1 | make[3]: *** Waiting for unfinished jobs | ../../src/bittorrent.cpp: In constructor

Bug#622579: qbittorrent: FTBFS for +b1: error: 'default_name_check' is not a member of 'boost::filesystem3::path'

2011-04-13 Thread Christophe Dumez
Hi, You have an old version of qBittorrent and a recent version of boost (with new filesystem v3 API by default). Either update qBittorrent or add a DEFINE to force the filesystem v2 API from boost (1). (1) To do so, just add DEFINES += BOOST_FILESYSTEM_VERSION=2 to qbittorrent/src/src.pro