Advertisement
Guest User

Fuego compilation

a guest
Jul 24th, 2011
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 12.25 KB | None | 0 0
  1. zsh/2 9870 % LANG=C makepkg
  2. ==> Making package: fuego 1.1-1 (Sun Jul 24 22:01:31 CEST 2011)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving Sources...
  6.   -> Found fuego-1.1.tar.gz
  7. ==> Validating source files with md5sums...
  8.     fuego-1.1.tar.gz ... Passed
  9. ==> Extracting Sources...
  10.   -> Extracting fuego-1.1.tar.gz with bsdtar
  11. ==> Removing existing pkg/ directory...
  12. ==> Entering fakeroot environment...
  13. ==> Starting build()...
  14. checking for a BSD-compatible install... /bin/install -c
  15. checking whether build environment is sane... yes
  16. checking for a thread-safe mkdir -p... /bin/mkdir -p
  17. checking for gawk... gawk
  18. checking whether make sets $(MAKE)... yes
  19. checking whether to enable maintainer-specific portions of Makefiles... no
  20. checking for g++... g++
  21. checking whether the C++ compiler works... yes
  22. checking for C++ compiler default output file name... a.out
  23. checking for suffix of executables...
  24. checking whether we are cross compiling... no
  25. checking for suffix of object files... o
  26. checking whether we are using the GNU C++ compiler... yes
  27. checking whether g++ accepts -g... yes
  28. checking for style of include used by make... GNU
  29. checking dependency style of g++... gcc3
  30. checking for ranlib... ranlib
  31. checking for boostlib >= 1.33.1... yes
  32. checking for gcc... gcc
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether gcc accepts -g... yes
  35. checking for gcc option to accept ISO C89... none needed
  36. checking dependency style of gcc... gcc3
  37. checking build system type... x86_64-unknown-linux-gnu
  38. checking whether the Boost::Thread library is available... yes
  39. checking for exit in -lboost_thread... yes
  40. checking whether the Boost::System library is available... yes
  41. checking for exit in -lboost_system... yes
  42. checking whether the Boost::Date_Time library is available... yes
  43. checking for exit in -lboost_date_time... yes
  44. checking whether the Boost::Filesystem library is available... yes
  45. checking for exit in -lboost_filesystem... yes
  46. checking whether the Boost::Program_Options library is available... yes
  47. checking for exit in -lboost_program_options... yes
  48. checking whether the Boost::Unit_Test_Framework library is available... yes
  49. checking for __sync_synchronize... yes
  50. checking host system type... x86_64-unknown-linux-gnu
  51. checking how to run the C preprocessor... gcc -E
  52. checking for grep that handles long lines and -e... /bin/grep
  53. checking for egrep... /bin/grep -E
  54. checking for ANSI C header files... yes
  55. checking for sys/types.h... yes
  56. checking for sys/stat.h... yes
  57. checking for stdlib.h... yes
  58. checking for string.h... yes
  59. checking for memory.h... yes
  60. checking for strings.h... yes
  61. checking for inttypes.h... yes
  62. checking for stdint.h... yes
  63. checking for unistd.h... yes
  64. checking sys/sysctl.h usability... yes
  65. checking sys/sysctl.h presence... yes
  66. checking for sys/sysctl.h... yes
  67. checking CXXFLAGS for maximum warnings... -Wall
  68. checking CXXFLAGS for gcc -Wextra... -Wextra
  69. configure: creating ./config.status
  70. config.status: creating Makefile
  71. config.status: creating book/Makefile
  72. config.status: creating regression/Makefile
  73. config.status: creating misctests/Makefile
  74. config.status: creating fuegomain/Makefile
  75. config.status: creating fuegotest/Makefile
  76. config.status: creating go/Makefile
  77. config.status: creating gouct/Makefile
  78. config.status: creating gtpengine/Makefile
  79. config.status: creating simpleplayers/Makefile
  80. config.status: creating smartgame/Makefile
  81. config.status: creating unittestmain/Makefile
  82. config.status: creating config.h
  83. config.status: executing depfiles commands
  84. make  all-recursive
  85. make[1]: Entering directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1'
  86. Making all in book
  87. make[2]: Entering directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/book'
  88. make[2]: Nothing to be done for `all'.
  89. make[2]: Leaving directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/book'
  90. Making all in regression
  91. make[2]: Entering directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/regression'
  92. make[2]: Nothing to be done for `all'.
  93. make[2]: Leaving directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/regression'
  94. Making all in misctests
  95. make[2]: Entering directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/misctests'
  96. make[2]: Nothing to be done for `all'.
  97. make[2]: Leaving directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/misctests'
  98. Making all in gtpengine
  99. make[2]: Entering directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/gtpengine'
  100. 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
  101. mv -f .deps/libfuego_gtpengine_a-GtpEngine.Tpo .deps/libfuego_gtpengine_a-GtpEngine.Po
  102. 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
  103. mv -f .deps/libfuego_gtpengine_a-GtpInputStream.Tpo .deps/libfuego_gtpengine_a-GtpInputStream.Po
  104. 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
  105. mv -f .deps/libfuego_gtpengine_a-GtpOutputStream.Tpo .deps/libfuego_gtpengine_a-GtpOutputStream.Po
  106. rm -f libfuego_gtpengine.a
  107. ar cru libfuego_gtpengine.a libfuego_gtpengine_a-GtpEngine.o libfuego_gtpengine_a-GtpInputStream.o libfuego_gtpengine_a-GtpOutputStream.o
  108. ranlib libfuego_gtpengine.a
  109. make[2]: Leaving directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/gtpengine'
  110. Making all in smartgame
  111. make[2]: Entering directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/smartgame'
  112. 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
  113. mv -f .deps/libfuego_smartgame_a-SgBoardConst.Tpo .deps/libfuego_smartgame_a-SgBoardConst.Po
  114. 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
  115. mv -f .deps/libfuego_smartgame_a-SgBookBuilder.Tpo .deps/libfuego_smartgame_a-SgBookBuilder.Po
  116. 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
  117. mv -f .deps/libfuego_smartgame_a-SgCmdLineOpt.Tpo .deps/libfuego_smartgame_a-SgCmdLineOpt.Po
  118. 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
  119. mv -f .deps/libfuego_smartgame_a-SgConnCompIterator.Tpo .deps/libfuego_smartgame_a-SgConnCompIterator.Po
  120. 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
  121. mv -f .deps/libfuego_smartgame_a-SgDebug.Tpo .deps/libfuego_smartgame_a-SgDebug.Po
  122. 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
  123. mv -f .deps/libfuego_smartgame_a-SgEvaluatedMoves.Tpo .deps/libfuego_smartgame_a-SgEvaluatedMoves.Po
  124. 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
  125. mv -f .deps/libfuego_smartgame_a-SgException.Tpo .deps/libfuego_smartgame_a-SgException.Po
  126. 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
  127. mv -f .deps/libfuego_smartgame_a-SgFastLog.Tpo .deps/libfuego_smartgame_a-SgFastLog.Po
  128. 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
  129. mv -f .deps/libfuego_smartgame_a-SgGameReader.Tpo .deps/libfuego_smartgame_a-SgGameReader.Po
  130. 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
  131. mv -f .deps/libfuego_smartgame_a-SgGameWriter.Tpo .deps/libfuego_smartgame_a-SgGameWriter.Po
  132. 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
  133. mv -f .deps/libfuego_smartgame_a-SgGtpClient.Tpo .deps/libfuego_smartgame_a-SgGtpClient.Po
  134. 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
  135. mv -f .deps/libfuego_smartgame_a-SgGtpCommands.Tpo .deps/libfuego_smartgame_a-SgGtpCommands.Po
  136. 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
  137. mv -f .deps/libfuego_smartgame_a-SgGtpUtil.Tpo .deps/libfuego_smartgame_a-SgGtpUtil.Po
  138. 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
  139. In file included from SgBWSet.h:11:0,
  140.                 from SgIncrementalStack.cpp:9:
  141. SgPointSetUtil.h:67:25: error: reference 'm_pointSet' cannot be declared 'mutable' [-fpermissive]
  142. make[2]: *** [libfuego_smartgame_a-SgIncrementalStack.o] Error 1
  143. make[2]: Leaving directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1/smartgame'
  144. make[1]: *** [all-recursive] Error 1
  145. make[1]: Leaving directory `/home/daniel/pkgbuild/fuego/src/fuego-1.1'
  146. make: *** [all] Error 2
  147. ==> ERROR: A failure occurred in build().
  148.    Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement