Source: libosl Version: 0.5.0-1 Severity: serious Tags: jessie sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20130529 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. It's a problem in boost which is fixed in 1.50. TIME_UTC is a C11 macro that colides with boost::TIME_UTC. In Boost 1.50, this constant was renamed to TIME_UTC_. To fix it just use the new symbol name. Relevant part: > g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > -Werror=format-security -DOSL_HOME=\"/usr/share/gpsshogi-data\" -O3 > -funroll-loops -funswitch-loops -fpeel-loops --param > large-function-growth=48000 --param inline-unit-growth=8000 --param > max-inline-insns-single=8000 -DNDEBUG -fomit-frame-pointer -pipe -march=k8 > -DOSL_SMP -fPIC -Wall -Wwrite-strings -Wextra -Wstrict-aliasing=2 > -Woverloaded-virtual -Wcast-align -Wwrite-strings -Wpointer-arith > -Wno-unused-parameter -Wno-missing-field-initializers -Werror -g > -I../include -D_REENTRANT -D_FORTIFY_SOURCE=2 -c -o > game_playing/speculativeAllMoves.o ../lib/game_playing/speculativeAllMoves.cc > ../lib/game_playing/speculativeAllMoves.cc: In member function 'virtual const > osl::search::MoveWithComment > osl::game_playing::SpeculativeAllMoves::waitResult(osl::Move, > osl::search::TimeAssigned, osl::game_playing::SearchPlayer&, int)': > ../lib/game_playing/speculativeAllMoves.cc:507:36: error: expected > unqualified-id before numeric constant > In file included from ../include/osl/move.h:4:0, > from ../include/osl/search/moveWithComment.h:6, > from ../include/osl/game_playing/computerPlayer.h:6, > from ../include/osl/game_playing/speculativeAllMoves.h:6, > from ../lib/game_playing/speculativeAllMoves.cc:3: > ../include/osl/ptype.h: At global scope: > ../include/osl/ptype.h:236:16: error: 'osl::PTYPEO_EDGE' defined but not used > [-Werror=unused-variable] > cc1plus: all warnings being treated as errors > make[1]: *** [game_playing/speculativeAllMoves.o] Error 1 The full build log is available from: http://deiv.vzpla.net/logs/2013/05/29/libosl_0.5.0-1_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