Source: dc-qt Version: 0.2.0.alpha-4.2 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20140315 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > g++ -o dcpp/BufferedSocket.o -c -g -ggdb -O0 -DDEBUG -Wall -m64 > -DTARGET_X86_64 -DHAVE_ASM_ATOMIC_H -I. -DENABLE_BINRELOC > -D_FILE_OFFSET_BITS=64 -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API > -D_GNU_SOURCE -Wno-non-virtual-dtor -Irpcdriver dcpp/BufferedSocket.cpp > In file included from /usr/include/c++/4.8/ext/hash_map:60:0, > from dcpp/stdinc.h:96, > from dcpp/BufferedSocket.cpp:19: > /usr/include/c++/4.8/backward/backward_warning.h:32:2: warning: #warning This > file includes at least one deprecated or antiquated header which may be > removed without further notice at a future date. Please use a non-deprecated > interface with equivalent functionality instead. For a listing of replacement > headers and interfaces, consult the file backward_warning.h. To disable this > warning use -Wno-deprecated. [-Wcpp] > #warning \ > ^ > In file included from /usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdint.h:9:0, > from /usr/include/netinet/in.h:22, > from dcpp/Socket.h:92, > from dcpp/BufferedSocket.h:26, > from dcpp/BufferedSocket.cpp:22: > dcpp/StringDefs.h:488:2: error: expected identifier before '(' token > SIZE_MAX, // "Max Size" > ^ > dcpp/StringDefs.h:488:2: error: expected '}' before '(' token > dcpp/StringDefs.h:488:2: error: expected unqualified-id before numeric > constant > SIZE_MAX, // "Max Size" > ^ > dcpp/StringDefs.h:488:2: error: expected ')' before numeric constant > In file included from dcpp/BufferedSocket.cpp:24:0: > dcpp/ResourceManager.h:34:26: error: 'Strings' was not declared in this scope > const string& getString(Strings x) const { dcassert(x >= 0 && x < LAST); > return strings[x]; }; > ^ > dcpp/ResourceManager.h:34:37: error: expected ',' or ';' before 'const' > const string& getString(Strings x) const { dcassert(x >= 0 && x < LAST); > return strings[x]; }; > ^ > dcpp/ResourceManager.h:35:28: error: 'Strings' was not declared in this scope > const wstring& getStringW(Strings x) const { dcassert(x >= 0 && x < LAST); > return wstrings[x]; }; > ^ > dcpp/ResourceManager.h:35:39: error: expected ',' or ';' before 'const' > const wstring& getStringW(Strings x) const { dcassert(x >= 0 && x < LAST); > return wstrings[x]; }; > ^ > dcpp/ResourceManager.h:37:1: error: expected unqualified-id before 'private' > private: > ^ > dcpp/ResourceManager.h:40:27: error: 'Strings' was not declared in this scope > typedef HASH_MAP<string, Strings> NameMap; > ^ > dcpp/ResourceManager.h:40:34: error: template argument 2 is invalid > typedef HASH_MAP<string, Strings> NameMap; > ^ > dcpp/ResourceManager.h:40:34: error: template argument 5 is invalid > dcpp/ResourceManager.h:40:43: error: invalid type in declaration before ';' > token > typedef HASH_MAP<string, Strings> NameMap; > ^ > dcpp/ResourceManager.h:41:28: error: expected initializer before 'NameIter' > typedef NameMap::iterator NameIter; > ^ > dcpp/ResourceManager.h:43:18: error: expected unqualified-id before ')' token > ResourceManager() { > ^ > dcpp/ResourceManager.h:47:27: error: declaration of '~ResourceManager' as > non-member > virtual ~ResourceManager() { }; > ^ > dcpp/ResourceManager.h:49:24: error: 'LAST' was not declared in this scope > static string strings[LAST]; > ^ > dcpp/ResourceManager.h:50:26: error: 'LAST' was not declared in this scope > static wstring wstrings[LAST]; > ^ > dcpp/ResourceManager.h:51:22: error: 'LAST' was not declared in this scope > static string names[LAST]; > ^ > dcpp/ResourceManager.h:54:1: error: expected declaration before '}' token > }; > ^ > scons: *** [dcpp/BufferedSocket.o] Error 1 > scons: building terminated because of errors. > make: *** [common-configure-arch] Error 2 The full build log is available from: http://aws-logs.debian.net/ftbfs-logs/2014/03/15/dc-qt_0.2.0.alpha-4.2_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org