zsh/2 9870 % LANG=C makepkg ==> Making package: fuego 1.1-1 (Sun Jul 24 22:01:31 CEST 2011) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving Sources... -> Found fuego-1.1.tar.gz ==> Validating source files with md5sums... fuego-1.1.tar.gz ... Passed ==> Extracting Sources... -> Extracting fuego-1.1.tar.gz with bsdtar ==> Removing existing pkg/ directory... ==> Entering fakeroot environment... ==> Starting build()... checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for ranlib... ranlib checking for boostlib >= 1.33.1... yes checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking build system type... x86_64-unknown-linux-gnu checking whether the Boost::Thread library is available... yes checking for exit in -lboost_thread... yes checking whether the Boost::System library is available... yes checking for exit in -lboost_system... yes checking whether the Boost::Date_Time library is available... yes checking for exit in -lboost_date_time... yes checking whether the Boost::Filesystem library is available... yes checking for exit in -lboost_filesystem... yes checking whether the Boost::Program_Options library is available... yes checking for exit in -lboost_program_options... yes checking whether the Boost::Unit_Test_Framework library is available... yes checking for __sync_synchronize... yes checking host system type... x86_64-unknown-linux-gnu checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking CXXFLAGS for maximum warnings... -Wall checking CXXFLAGS for gcc -Wextra... -Wextra configure: creating ./config.status config.status: creating Makefile config.status: creating book/Makefile config.status: creating regression/Makefile config.status: creating misctests/Makefile config.status: creating fuegomain/Makefile config.status: creating fuegotest/Makefile config.status: creating go/Makefile config.status: creating gouct/Makefile config.status: creating gtpengine/Makefile config.status: creating simpleplayers/Makefile config.status: creating smartgame/Makefile config.status: creating unittestmain/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1' Making all in book make[2]: Entering directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/book' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/book' Making all in regression make[2]: Entering directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/regression' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/regression' Making all in misctests make[2]: Entering directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/misctests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/misctests' Making all in gtpengine make[2]: Entering directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/gtpengine' g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_gtpengine_a-GtpEngine.o -MD -MP -MF .deps/libfuego_gtpengine_a-GtpEngine.Tpo -c -o libfuego_gtpengine_a-GtpEngine.o `test -f 'GtpEngine.cpp' || echo './'`GtpEngine.cpp mv -f .deps/libfuego_gtpengine_a-GtpEngine.Tpo .deps/libfuego_gtpengine_a-GtpEngine.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_gtpengine_a-GtpInputStream.o -MD -MP -MF .deps/libfuego_gtpengine_a-GtpInputStream.Tpo -c -o libfuego_gtpengine_a-GtpInputStream.o `test -f 'GtpInputStream.cpp' || echo './'`GtpInputStream.cpp mv -f .deps/libfuego_gtpengine_a-GtpInputStream.Tpo .deps/libfuego_gtpengine_a-GtpInputStream.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_gtpengine_a-GtpOutputStream.o -MD -MP -MF .deps/libfuego_gtpengine_a-GtpOutputStream.Tpo -c -o libfuego_gtpengine_a-GtpOutputStream.o `test -f 'GtpOutputStream.cpp' || echo './'`GtpOutputStream.cpp mv -f .deps/libfuego_gtpengine_a-GtpOutputStream.Tpo .deps/libfuego_gtpengine_a-GtpOutputStream.Po rm -f libfuego_gtpengine.a ar cru libfuego_gtpengine.a libfuego_gtpengine_a-GtpEngine.o libfuego_gtpengine_a-GtpInputStream.o libfuego_gtpengine_a-GtpOutputStream.o ranlib libfuego_gtpengine.a make[2]: Leaving directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/gtpengine' Making all in smartgame make[2]: Entering directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/smartgame' g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgBoardConst.o -MD -MP -MF .deps/libfuego_smartgame_a-SgBoardConst.Tpo -c -o libfuego_smartgame_a-SgBoardConst.o `test -f 'SgBoardConst.cpp' || echo './'`SgBoardConst.cpp mv -f .deps/libfuego_smartgame_a-SgBoardConst.Tpo .deps/libfuego_smartgame_a-SgBoardConst.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgBookBuilder.o -MD -MP -MF .deps/libfuego_smartgame_a-SgBookBuilder.Tpo -c -o libfuego_smartgame_a-SgBookBuilder.o `test -f 'SgBookBuilder.cpp' || echo './'`SgBookBuilder.cpp mv -f .deps/libfuego_smartgame_a-SgBookBuilder.Tpo .deps/libfuego_smartgame_a-SgBookBuilder.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgCmdLineOpt.o -MD -MP -MF .deps/libfuego_smartgame_a-SgCmdLineOpt.Tpo -c -o libfuego_smartgame_a-SgCmdLineOpt.o `test -f 'SgCmdLineOpt.cpp' || echo './'`SgCmdLineOpt.cpp mv -f .deps/libfuego_smartgame_a-SgCmdLineOpt.Tpo .deps/libfuego_smartgame_a-SgCmdLineOpt.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgConnCompIterator.o -MD -MP -MF .deps/libfuego_smartgame_a-SgConnCompIterator.Tpo -c -o libfuego_smartgame_a-SgConnCompIterator.o `test -f 'SgConnCompIterator.cpp' || echo './'`SgConnCompIterator.cpp mv -f .deps/libfuego_smartgame_a-SgConnCompIterator.Tpo .deps/libfuego_smartgame_a-SgConnCompIterator.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgDebug.o -MD -MP -MF .deps/libfuego_smartgame_a-SgDebug.Tpo -c -o libfuego_smartgame_a-SgDebug.o `test -f 'SgDebug.cpp' || echo './'`SgDebug.cpp mv -f .deps/libfuego_smartgame_a-SgDebug.Tpo .deps/libfuego_smartgame_a-SgDebug.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgEvaluatedMoves.o -MD -MP -MF .deps/libfuego_smartgame_a-SgEvaluatedMoves.Tpo -c -o libfuego_smartgame_a-SgEvaluatedMoves.o `test -f 'SgEvaluatedMoves.cpp' || echo './'`SgEvaluatedMoves.cpp mv -f .deps/libfuego_smartgame_a-SgEvaluatedMoves.Tpo .deps/libfuego_smartgame_a-SgEvaluatedMoves.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgException.o -MD -MP -MF .deps/libfuego_smartgame_a-SgException.Tpo -c -o libfuego_smartgame_a-SgException.o `test -f 'SgException.cpp' || echo './'`SgException.cpp mv -f .deps/libfuego_smartgame_a-SgException.Tpo .deps/libfuego_smartgame_a-SgException.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgFastLog.o -MD -MP -MF .deps/libfuego_smartgame_a-SgFastLog.Tpo -c -o libfuego_smartgame_a-SgFastLog.o `test -f 'SgFastLog.cpp' || echo './'`SgFastLog.cpp mv -f .deps/libfuego_smartgame_a-SgFastLog.Tpo .deps/libfuego_smartgame_a-SgFastLog.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgGameReader.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGameReader.Tpo -c -o libfuego_smartgame_a-SgGameReader.o `test -f 'SgGameReader.cpp' || echo './'`SgGameReader.cpp mv -f .deps/libfuego_smartgame_a-SgGameReader.Tpo .deps/libfuego_smartgame_a-SgGameReader.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgGameWriter.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGameWriter.Tpo -c -o libfuego_smartgame_a-SgGameWriter.o `test -f 'SgGameWriter.cpp' || echo './'`SgGameWriter.cpp mv -f .deps/libfuego_smartgame_a-SgGameWriter.Tpo .deps/libfuego_smartgame_a-SgGameWriter.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgGtpClient.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGtpClient.Tpo -c -o libfuego_smartgame_a-SgGtpClient.o `test -f 'SgGtpClient.cpp' || echo './'`SgGtpClient.cpp mv -f .deps/libfuego_smartgame_a-SgGtpClient.Tpo .deps/libfuego_smartgame_a-SgGtpClient.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgGtpCommands.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGtpCommands.Tpo -c -o libfuego_smartgame_a-SgGtpCommands.o `test -f 'SgGtpCommands.cpp' || echo './'`SgGtpCommands.cpp mv -f .deps/libfuego_smartgame_a-SgGtpCommands.Tpo .deps/libfuego_smartgame_a-SgGtpCommands.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgGtpUtil.o -MD -MP -MF .deps/libfuego_smartgame_a-SgGtpUtil.Tpo -c -o libfuego_smartgame_a-SgGtpUtil.o `test -f 'SgGtpUtil.cpp' || echo './'`SgGtpUtil.cpp mv -f .deps/libfuego_smartgame_a-SgGtpUtil.Tpo .deps/libfuego_smartgame_a-SgGtpUtil.Po g++ -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include -I../gtpengine -march=x86-64 -mtune=generic -O2 -pipe -DNDEBUG -Wall -Wextra -MT libfuego_smartgame_a-SgIncrementalStack.o -MD -MP -MF .deps/libfuego_smartgame_a-SgIncrementalStack.Tpo -c -o libfuego_smartgame_a-SgIncrementalStack.o `test -f 'SgIncrementalStack.cpp' || echo './'`SgIncrementalStack.cpp In file included from SgBWSet.h:11:0, from SgIncrementalStack.cpp:9: SgPointSetUtil.h:67:25: error: reference 'm_pointSet' cannot be declared 'mutable' [-fpermissive] make[2]: *** [libfuego_smartgame_a-SgIncrementalStack.o] Error 1 make[2]: Leaving directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/smartgame' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1' make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...