Advertisement
Guest User

Untitled

a guest
Jul 5th, 2022
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.01 KB | None | 0 0
  1. makepkg -sirc
  2. ==> Creazione del pacchetto: love07 0.7.2-7 (mar 5 lug 2022, 16:41:30)
  3. ==> Controllo delle dipendenze durante l'avvio in corso...
  4. ==> Controllo delle dipendenze durante la compilazione in corso...
  5. ==> Download dei sorgenti in corso...
  6. -> È stato trovato love-0.7.2-linux-src.tar.gz
  7. -> È stato trovato license.txt
  8. -> È stato trovato app.svg
  9. -> È stato trovato game.svg
  10. -> È stato trovato love.desktop
  11. -> È stato trovato love07.patch
  12. -> È stato trovato love.xml
  13. ==> Validazione di source file con sha256sums...
  14. love-0.7.2-linux-src.tar.gz ... Verificato
  15. license.txt ... Verificato
  16. app.svg ... Verificato
  17. game.svg ... Verificato
  18. love.desktop ... Verificato
  19. love07.patch ... Verificato
  20. love.xml ... Verificato
  21. ==> Estrazione dei sorgenti in corso...
  22. -> Estrazione di love-0.7.2-linux-src.tar.gz usando bsdtar in corso...
  23. ==> Avvio di prepare() in corso...
  24. patching file src/modules/graphics/opengl/Framebuffer.cpp
  25. patching file src/modules/graphics/opengl/SpriteBatch.cpp
  26. checking for a BSD-compatible install... /usr/bin/install -c
  27. checking whether build environment is sane... yes
  28. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  29. checking for gawk... gawk
  30. checking whether make sets $(MAKE)... yes
  31. checking how to create a ustar tar archive... gnutar
  32. checking build system type... x86_64-unknown-linux-gnu
  33. checking host system type... x86_64-unknown-linux-gnu
  34. checking for style of include used by make... GNU
  35. checking for gcc... gcc
  36. checking whether the C compiler works... yes
  37. checking for C compiler default output file name... a.out
  38. checking for suffix of executables...
  39. checking whether we are cross compiling... no
  40. checking for suffix of object files... o
  41. checking whether we are using the GNU C compiler... yes
  42. checking whether gcc accepts -g... yes
  43. checking for gcc option to accept ISO C89... none needed
  44. checking dependency style of gcc... gcc3
  45. checking for a sed that does not truncate output... /usr/bin/sed
  46. checking for grep that handles long lines and -e... /usr/bin/grep
  47. checking for egrep... /usr/bin/grep -E
  48. checking for fgrep... /usr/bin/grep -F
  49. checking for ld used by gcc... /usr/bin/ld
  50. checking if the linker (/usr/bin/ld) is GNU ld... yes
  51. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  52. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  53. checking whether ln -s works... yes
  54. checking the maximum length of command line arguments... 1572864
  55. checking whether the shell understands some XSI constructs... yes
  56. checking whether the shell understands "+="... yes
  57. checking for /usr/bin/ld option to reload object files... -r
  58. checking for objdump... objdump
  59. checking how to recognize dependent libraries... pass_all
  60. checking for ar... ar
  61. checking for strip... strip
  62. checking for ranlib... ranlib
  63. checking command to parse /usr/bin/nm -B output from gcc object... ok
  64. checking how to run the C preprocessor... gcc -E
  65. checking for ANSI C header files... yes
  66. checking for sys/types.h... yes
  67. checking for sys/stat.h... yes
  68. checking for stdlib.h... yes
  69. checking for string.h... yes
  70. checking for memory.h... yes
  71. checking for strings.h... yes
  72. checking for inttypes.h... yes
  73. checking for stdint.h... yes
  74. checking for unistd.h... yes
  75. checking for dlfcn.h... yes
  76. checking for objdir... .libs
  77. checking if gcc supports -fno-rtti -fno-exceptions... no
  78. checking for gcc option to produce PIC... -fPIC -DPIC
  79. checking if gcc PIC flag -fPIC -DPIC works... yes
  80. checking if gcc static flag -static works... yes
  81. checking if gcc supports -c -o file.o... yes
  82. checking if gcc supports -c -o file.o... (cached) yes
  83. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  84. checking whether -lc should be explicitly linked in... no
  85. checking dynamic linker characteristics... GNU/Linux ld.so
  86. checking how to hardcode library paths into programs... immediate
  87. checking whether stripping libraries is possible... yes
  88. checking if libtool supports shared libraries... yes
  89. checking whether to build shared libraries... yes
  90. checking whether to build static libraries... yes
  91. checking for gcc... (cached) gcc
  92. checking whether we are using the GNU C compiler... (cached) yes
  93. checking whether gcc accepts -g... (cached) yes
  94. checking for gcc option to accept ISO C89... (cached) none needed
  95. checking dependency style of gcc... (cached) gcc3
  96. checking for g++... g++
  97. checking whether we are using the GNU C++ compiler... yes
  98. checking whether g++ accepts -g... yes
  99. checking dependency style of g++... gcc3
  100. checking whether we are using the GNU C++ compiler... (cached) yes
  101. checking whether g++ accepts -g... (cached) yes
  102. checking dependency style of g++... (cached) gcc3
  103. checking how to run the C++ preprocessor... g++ -E
  104. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  105. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  106. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  107. checking for g++ option to produce PIC... -fPIC -DPIC
  108. checking if g++ PIC flag -fPIC -DPIC works... yes
  109. checking if g++ static flag -static works... yes
  110. checking if g++ supports -c -o file.o... yes
  111. checking if g++ supports -c -o file.o... (cached) yes
  112. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  113. checking dynamic linker characteristics... GNU/Linux ld.so
  114. checking how to hardcode library paths into programs... immediate
  115. checking for library containing sqrt... -lm
  116. checking for library containing SDL_Init... -lSDL
  117. checking for library containing glLoadIdentity... -lGL
  118. checking for library containing alSourcePlay... -lopenal
  119. checking for library containing lua_pcall... -llua5.1
  120. checking for library containing ilInit... -lIL
  121. checking for library containing mng_initialize... -lmng
  122. checking for library containing TIFFOpen... -ltiff
  123. checking for library containing FT_Load_Glyph... -lfreetype
  124. checking for library containing PHYSFS_init... -lphysfs
  125. checking for library containing ModPlug_Load... -lmodplug
  126. checking for library containing mpg123_open_feed... -lmpg123
  127. checking for library containing mpg123_seek_64... none required
  128. checking for library containing ov_open... -lvorbisfile
  129. configure: creating ./config.status
  130. config.status: creating Makefile
  131. config.status: creating src/Makefile
  132. config.status: creating config.h
  133. config.status: config.h is unchanged
  134. config.status: executing depfiles commands
  135. config.status: executing libtool commands
  136. ==> Rimozione dell'esistente directory $pkgdir/ in corso...
  137. ==> Avvio di build() in corso...
  138. make all-recursive
  139. make[1]: ingresso nella directory «/tmp/makepkg/love07/src/love-HEAD»
  140. Making all in src
  141. make[2]: ingresso nella directory «/tmp/makepkg/love07/src/love-HEAD/src»
  142. make[3]: ingresso nella directory «/tmp/makepkg/love07/src/love-HEAD/src»
  143. depbase=`echo modules/graphics/opengl/wrap_SpriteBatch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  144. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/wrap_SpriteBatch.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_SpriteBatch.o modules/graphics/opengl/wrap_SpriteBatch.cpp &&\
  145. mv -f $depbase.Tpo $depbase.Po
  146. depbase=`echo modules/graphics/opengl/wrap_ParticleSystem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  147. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/wrap_ParticleSystem.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_ParticleSystem.o modules/graphics/opengl/wrap_ParticleSystem.cpp &&\
  148. mv -f $depbase.Tpo $depbase.Po
  149. depbase=`echo modules/graphics/opengl/wrap_Image.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  150. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/wrap_Image.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_Image.o modules/graphics/opengl/wrap_Image.cpp &&\
  151. mv -f $depbase.Tpo $depbase.Po
  152. depbase=`echo modules/graphics/opengl/wrap_Graphics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  153. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/wrap_Graphics.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_Graphics.o modules/graphics/opengl/wrap_Graphics.cpp &&\
  154. mv -f $depbase.Tpo $depbase.Po
  155. depbase=`echo modules/graphics/opengl/wrap_Glyph.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  156. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/wrap_Glyph.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_Glyph.o modules/graphics/opengl/wrap_Glyph.cpp &&\
  157. mv -f $depbase.Tpo $depbase.Po
  158. depbase=`echo modules/graphics/opengl/wrap_Framebuffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  159. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/wrap_Framebuffer.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_Framebuffer.o modules/graphics/opengl/wrap_Framebuffer.cpp &&\
  160. mv -f $depbase.Tpo $depbase.Po
  161. depbase=`echo modules/graphics/opengl/wrap_Font.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  162. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/wrap_Font.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/wrap_Font.o modules/graphics/opengl/wrap_Font.cpp &&\
  163. mv -f $depbase.Tpo $depbase.Po
  164. depbase=`echo modules/graphics/opengl/SpriteBatch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  165. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/SpriteBatch.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/SpriteBatch.o modules/graphics/opengl/SpriteBatch.cpp &&\
  166. mv -f $depbase.Tpo $depbase.Po
  167. depbase=`echo modules/graphics/opengl/ParticleSystem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  168. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/ParticleSystem.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/ParticleSystem.o modules/graphics/opengl/ParticleSystem.cpp &&\
  169. mv -f $depbase.Tpo $depbase.Po
  170. depbase=`echo modules/graphics/opengl/Image.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  171. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/Image.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/Image.o modules/graphics/opengl/Image.cpp &&\
  172. mv -f $depbase.Tpo $depbase.Po
  173. depbase=`echo modules/graphics/opengl/Graphics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  174. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/Graphics.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/Graphics.o modules/graphics/opengl/Graphics.cpp &&\
  175. mv -f $depbase.Tpo $depbase.Po
  176. depbase=`echo modules/graphics/opengl/Glyph.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  177. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/Glyph.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/Glyph.o modules/graphics/opengl/Glyph.cpp &&\
  178. mv -f $depbase.Tpo $depbase.Po
  179. In file included from modules/graphics/opengl/Graphics.h:31,
  180. from modules/graphics/opengl/Graphics.cpp:24:
  181. /usr/include/SDL/SDL_opengl.h:44: warning: "__gl_glext_h_" redefined
  182. 44 | #define __gl_glext_h_ /* Don't let gl.h include glext.h */
  183. |
  184. In file included from /usr/include/GL/gl.h:2050,
  185. from modules/graphics/opengl/GLee.h:68,
  186. from modules/graphics/opengl/Graphics.h:30:
  187. /usr/include/GL/glext.h:2: note: this is the location of the previous definition
  188. 2 | #define __gl_glext_h_ 1
  189. |
  190. /usr/include/SDL/SDL_opengl.h:114: warning: "GL_GLEXT_VERSION" redefined
  191. 114 | #define GL_GLEXT_VERSION 40
  192. |
  193. /usr/include/GL/glext.h:54: note: this is the location of the previous definition
  194. 54 | #define GL_GLEXT_VERSION 20190805
  195. |
  196. depbase=`echo modules/graphics/opengl/GLee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  197. gcc -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/GLee.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/GLee.o modules/graphics/opengl/GLee.c &&\
  198. mv -f $depbase.Tpo $depbase.Po
  199. depbase=`echo modules/graphics/opengl/Framebuffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  200. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/Framebuffer.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/Framebuffer.o modules/graphics/opengl/Framebuffer.cpp &&\
  201. mv -f $depbase.Tpo $depbase.Po
  202. depbase=`echo modules/graphics/opengl/Font.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  203. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/graphics/opengl/Font.o -MD -MP -MF $depbase.Tpo -c -o modules/graphics/opengl/Font.o modules/graphics/opengl/Font.cpp &&\
  204. mv -f $depbase.Tpo $depbase.Po
  205. depbase=`echo modules/font/freetype/wrap_Font.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  206. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/font/freetype/wrap_Font.o -MD -MP -MF $depbase.Tpo -c -o modules/font/freetype/wrap_Font.o modules/font/freetype/wrap_Font.cpp &&\
  207. mv -f $depbase.Tpo $depbase.Po
  208. depbase=`echo modules/font/freetype/TrueTypeRasterizer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  209. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/font/freetype/TrueTypeRasterizer.o -MD -MP -MF $depbase.Tpo -c -o modules/font/freetype/TrueTypeRasterizer.o modules/font/freetype/TrueTypeRasterizer.cpp &&\
  210. mv -f $depbase.Tpo $depbase.Po
  211. depbase=`echo modules/font/freetype/Font.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  212. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT modules/font/freetype/Font.o -MD -MP -MF $depbase.Tpo -c -o modules/font/freetype/Font.o modules/font/freetype/Font.cpp &&\
  213. mv -f $depbase.Tpo $depbase.Po
  214. depbase=`echo love.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  215. g++ -DHAVE_CONFIG_H -I. -I./modules -I/usr/include/AL -I/usr/include/freetype2 -I/usr/include/lua5.1 -I/usr/include/SDL -D_FILE_OFFSET_BITS=64 -g -O2 -MT love.o -MD -MP -MF $depbase.Tpo -c -o love.o love.cpp &&\
  216. mv -f $depbase.Tpo $depbase.Po
  217. /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o love ./modules/timer/sdl/wrap_Timer.o ./modules/timer/sdl/Timer.o ./modules/thread/sdl/wrap_Thread.o ./modules/thread/sdl/Thread.o ./modules/sound/wrap_SoundData.o ./modules/sound/wrap_Sound.o ./modules/sound/wrap_Decoder.o ./modules/sound/lullaby/VorbisDecoder.o ./modules/sound/lullaby/Sound.o ./modules/sound/lullaby/Mpg123Decoder.o ./modules/sound/lullaby/ModPlugDecoder.o ./modules/sound/lullaby/Decoder.o ./modules/sound/SoundData.o ./modules/sound/Sound.o ./modules/physics/box2d/wrap_World.o ./modules/physics/box2d/wrap_Shape.o ./modules/physics/box2d/wrap_RevoluteJoint.o ./modules/physics/box2d/wrap_PulleyJoint.o ./modules/physics/box2d/wrap_PrismaticJoint.o ./modules/physics/box2d/wrap_PolygonShape.o ./modules/physics/box2d/wrap_Physics.o ./modules/physics/box2d/wrap_MouseJoint.o ./modules/physics/box2d/wrap_Joint.o ./modules/physics/box2d/wrap_GearJoint.o ./modules/physics/box2d/wrap_DistanceJoint.o ./modules/physics/box2d/wrap_Contact.o ./modules/physics/box2d/wrap_CircleShape.o ./modules/physics/box2d/wrap_Body.o ./modules/physics/box2d/graham/GrahamScanConvexHull.o ./modules/physics/box2d/World.o ./modules/physics/box2d/Source/Dynamics/b2WorldCallbacks.o ./modules/physics/box2d/Source/Dynamics/b2World.o ./modules/physics/box2d/Source/Dynamics/b2Island.o ./modules/physics/box2d/Source/Dynamics/b2ContactManager.o ./modules/physics/box2d/Source/Dynamics/b2Body.o ./modules/physics/box2d/Source/Dynamics/Joints/b2RevoluteJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2PulleyJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2PrismaticJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2MouseJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2Joint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2GearJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2DistanceJoint.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2PolyContact.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2PolyAndCircleContact.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2ContactSolver.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2Contact.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2CircleContact.o ./modules/physics/box2d/Source/Common/b2StackAllocator.o ./modules/physics/box2d/Source/Common/b2Settings.o ./modules/physics/box2d/Source/Common/b2Math.o ./modules/physics/box2d/Source/Common/b2BlockAllocator.o ./modules/physics/box2d/Source/Collision/b2TimeOfImpact.o ./modules/physics/box2d/Source/Collision/b2PairManager.o ./modules/physics/box2d/Source/Collision/b2Distance.o ./modules/physics/box2d/Source/Collision/b2Collision.o ./modules/physics/box2d/Source/Collision/b2CollidePoly.o ./modules/physics/box2d/Source/Collision/b2CollideCircle.o ./modules/physics/box2d/Source/Collision/b2BroadPhase.o ./modules/physics/box2d/Source/Collision/Shapes/b2Shape.o ./modules/physics/box2d/Source/Collision/Shapes/b2PolygonShape.o ./modules/physics/box2d/Source/Collision/Shapes/b2CircleShape.o ./modules/physics/box2d/Shape.o ./modules/physics/box2d/RevoluteJoint.o ./modules/physics/box2d/PulleyJoint.o ./modules/physics/box2d/PrismaticJoint.o ./modules/physics/box2d/PolygonShape.o ./modules/physics/box2d/Physics.o ./modules/physics/box2d/MouseJoint.o ./modules/physics/box2d/Joint.o ./modules/physics/box2d/GearJoint.o ./modules/physics/box2d/DistanceJoint.o ./modules/physics/box2d/Contact.o ./modules/physics/box2d/CircleShape.o ./modules/physics/box2d/Body.o ./modules/physics/Shape.o ./modules/physics/Joint.o ./modules/mouse/sdl/wrap_Mouse.o ./modules/mouse/sdl/Mouse.o ./modules/mouse/Mouse.o ./modules/keyboard/sdl/wrap_Keyboard.o ./modules/keyboard/sdl/Keyboard.o ./modules/keyboard/Keyboard.o ./modules/joystick/sdl/wrap_Joystick.o ./modules/joystick/sdl/Joystick.o ./modules/joystick/Joystick.o ./modules/image/wrap_ImageData.o ./modules/image/wrap_Image.o ./modules/image/wrap_EncodedImageData.o ./modules/image/devil/ImageData.o ./modules/image/devil/Image.o ./modules/image/ImageData.o ./modules/image/EncodedImageData.o ./modules/graphics/opengl/wrap_SpriteBatch.o ./modules/graphics/opengl/wrap_Quad.o ./modules/graphics/opengl/wrap_ParticleSystem.o ./modules/graphics/opengl/wrap_Image.o ./modules/graphics/opengl/wrap_Graphics.o ./modules/graphics/opengl/wrap_Glyph.o ./modules/graphics/opengl/wrap_Framebuffer.o ./modules/graphics/opengl/wrap_Font.o ./modules/graphics/opengl/SpriteBatch.o ./modules/graphics/opengl/Quad.o ./modules/graphics/opengl/ParticleSystem.o ./modules/graphics/opengl/Image.o ./modules/graphics/opengl/Graphics.o ./modules/graphics/opengl/Glyph.o ./modules/graphics/opengl/GLee.o ./modules/graphics/opengl/Framebuffer.o ./modules/graphics/opengl/Font.o ./modules/graphics/Volatile.o ./modules/graphics/Image.o ./modules/graphics/Graphics.o ./modules/graphics/Drawable.o ./modules/font/wrap_Rasterizer.o ./modules/font/wrap_GlyphData.o ./modules/font/wrap_FontData.o ./modules/font/freetype/wrap_Font.o ./modules/font/freetype/TrueTypeRasterizer.o ./modules/font/freetype/Font.o ./modules/font/Rasterizer.o ./modules/font/ImageRasterizer.o ./modules/font/GlyphData.o ./modules/font/FontData.o ./modules/filesystem/physfs/wrap_Filesystem.o ./modules/filesystem/physfs/wrap_FileData.o ./modules/filesystem/physfs/wrap_File.o ./modules/filesystem/physfs/Filesystem.o ./modules/filesystem/physfs/File.o ./modules/filesystem/FileData.o ./modules/filesystem/File.o ./modules/event/sdl/wrap_Event.o ./modules/event/sdl/Event.o ./modules/event/Event.o ./modules/audio/wrap_Source.o ./modules/audio/wrap_Audio.o ./modules/audio/openal/Source.o ./modules/audio/openal/Pool.o ./modules/audio/openal/Audio.o ./modules/audio/null/Source.o ./modules/audio/null/Audio.o ./modules/audio/Source.o ./love.o ./libraries/luasocket/luasocket.o ./libraries/luasocket/libluasocket/usocket.o ./libraries/luasocket/libluasocket/unix.o ./libraries/luasocket/libluasocket/udp.o ./libraries/luasocket/libluasocket/timeout.o ./libraries/luasocket/libluasocket/tcp.o ./libraries/luasocket/libluasocket/select.o ./libraries/luasocket/libluasocket/options.o ./libraries/luasocket/libluasocket/mime.o ./libraries/luasocket/libluasocket/luasocket.o ./libraries/luasocket/libluasocket/io.o ./libraries/luasocket/libluasocket/inet.o ./libraries/luasocket/libluasocket/except.o ./libraries/luasocket/libluasocket/buffer.o ./libraries/luasocket/libluasocket/auxiliar.o ./common/wrap_Data.o ./common/utf8.o ./common/runtime.o ./common/b64.o ./common/Vector.o ./common/Reference.o ./common/Object.o ./common/MemoryData.o ./common/Matrix.o ./common/Exception.o -lvorbisfile -lmpg123 -lmodplug -lphysfs -lfreetype -ltiff -lmng -lIL -llua5.1 -lopenal -lGL -lSDL -lm
  218. libtool: link: g++ -g -O2 -o love ./modules/timer/sdl/wrap_Timer.o ./modules/timer/sdl/Timer.o ./modules/thread/sdl/wrap_Thread.o ./modules/thread/sdl/Thread.o ./modules/sound/wrap_SoundData.o ./modules/sound/wrap_Sound.o ./modules/sound/wrap_Decoder.o ./modules/sound/lullaby/VorbisDecoder.o ./modules/sound/lullaby/Sound.o ./modules/sound/lullaby/Mpg123Decoder.o ./modules/sound/lullaby/ModPlugDecoder.o ./modules/sound/lullaby/Decoder.o ./modules/sound/SoundData.o ./modules/sound/Sound.o ./modules/physics/box2d/wrap_World.o ./modules/physics/box2d/wrap_Shape.o ./modules/physics/box2d/wrap_RevoluteJoint.o ./modules/physics/box2d/wrap_PulleyJoint.o ./modules/physics/box2d/wrap_PrismaticJoint.o ./modules/physics/box2d/wrap_PolygonShape.o ./modules/physics/box2d/wrap_Physics.o ./modules/physics/box2d/wrap_MouseJoint.o ./modules/physics/box2d/wrap_Joint.o ./modules/physics/box2d/wrap_GearJoint.o ./modules/physics/box2d/wrap_DistanceJoint.o ./modules/physics/box2d/wrap_Contact.o ./modules/physics/box2d/wrap_CircleShape.o ./modules/physics/box2d/wrap_Body.o ./modules/physics/box2d/graham/GrahamScanConvexHull.o ./modules/physics/box2d/World.o ./modules/physics/box2d/Source/Dynamics/b2WorldCallbacks.o ./modules/physics/box2d/Source/Dynamics/b2World.o ./modules/physics/box2d/Source/Dynamics/b2Island.o ./modules/physics/box2d/Source/Dynamics/b2ContactManager.o ./modules/physics/box2d/Source/Dynamics/b2Body.o ./modules/physics/box2d/Source/Dynamics/Joints/b2RevoluteJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2PulleyJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2PrismaticJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2MouseJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2Joint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2GearJoint.o ./modules/physics/box2d/Source/Dynamics/Joints/b2DistanceJoint.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2PolyContact.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2PolyAndCircleContact.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2ContactSolver.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2Contact.o ./modules/physics/box2d/Source/Dynamics/Contacts/b2CircleContact.o ./modules/physics/box2d/Source/Common/b2StackAllocator.o ./modules/physics/box2d/Source/Common/b2Settings.o ./modules/physics/box2d/Source/Common/b2Math.o ./modules/physics/box2d/Source/Common/b2BlockAllocator.o ./modules/physics/box2d/Source/Collision/b2TimeOfImpact.o ./modules/physics/box2d/Source/Collision/b2PairManager.o ./modules/physics/box2d/Source/Collision/b2Distance.o ./modules/physics/box2d/Source/Collision/b2Collision.o ./modules/physics/box2d/Source/Collision/b2CollidePoly.o ./modules/physics/box2d/Source/Collision/b2CollideCircle.o ./modules/physics/box2d/Source/Collision/b2BroadPhase.o ./modules/physics/box2d/Source/Collision/Shapes/b2Shape.o ./modules/physics/box2d/Source/Collision/Shapes/b2PolygonShape.o ./modules/physics/box2d/Source/Collision/Shapes/b2CircleShape.o ./modules/physics/box2d/Shape.o ./modules/physics/box2d/RevoluteJoint.o ./modules/physics/box2d/PulleyJoint.o ./modules/physics/box2d/PrismaticJoint.o ./modules/physics/box2d/PolygonShape.o ./modules/physics/box2d/Physics.o ./modules/physics/box2d/MouseJoint.o ./modules/physics/box2d/Joint.o ./modules/physics/box2d/GearJoint.o ./modules/physics/box2d/DistanceJoint.o ./modules/physics/box2d/Contact.o ./modules/physics/box2d/CircleShape.o ./modules/physics/box2d/Body.o ./modules/physics/Shape.o ./modules/physics/Joint.o ./modules/mouse/sdl/wrap_Mouse.o ./modules/mouse/sdl/Mouse.o ./modules/mouse/Mouse.o ./modules/keyboard/sdl/wrap_Keyboard.o ./modules/keyboard/sdl/Keyboard.o ./modules/keyboard/Keyboard.o ./modules/joystick/sdl/wrap_Joystick.o ./modules/joystick/sdl/Joystick.o ./modules/joystick/Joystick.o ./modules/image/wrap_ImageData.o ./modules/image/wrap_Image.o ./modules/image/wrap_EncodedImageData.o ./modules/image/devil/ImageData.o ./modules/image/devil/Image.o ./modules/image/ImageData.o ./modules/image/EncodedImageData.o ./modules/graphics/opengl/wrap_SpriteBatch.o ./modules/graphics/opengl/wrap_Quad.o ./modules/graphics/opengl/wrap_ParticleSystem.o ./modules/graphics/opengl/wrap_Image.o ./modules/graphics/opengl/wrap_Graphics.o ./modules/graphics/opengl/wrap_Glyph.o ./modules/graphics/opengl/wrap_Framebuffer.o ./modules/graphics/opengl/wrap_Font.o ./modules/graphics/opengl/SpriteBatch.o ./modules/graphics/opengl/Quad.o ./modules/graphics/opengl/ParticleSystem.o ./modules/graphics/opengl/Image.o ./modules/graphics/opengl/Graphics.o ./modules/graphics/opengl/Glyph.o ./modules/graphics/opengl/GLee.o ./modules/graphics/opengl/Framebuffer.o ./modules/graphics/opengl/Font.o ./modules/graphics/Volatile.o ./modules/graphics/Image.o ./modules/graphics/Graphics.o ./modules/graphics/Drawable.o ./modules/font/wrap_Rasterizer.o ./modules/font/wrap_GlyphData.o ./modules/font/wrap_FontData.o ./modules/font/freetype/wrap_Font.o ./modules/font/freetype/TrueTypeRasterizer.o ./modules/font/freetype/Font.o ./modules/font/Rasterizer.o ./modules/font/ImageRasterizer.o ./modules/font/GlyphData.o ./modules/font/FontData.o ./modules/filesystem/physfs/wrap_Filesystem.o ./modules/filesystem/physfs/wrap_FileData.o ./modules/filesystem/physfs/wrap_File.o ./modules/filesystem/physfs/Filesystem.o ./modules/filesystem/physfs/File.o ./modules/filesystem/FileData.o ./modules/filesystem/File.o ./modules/event/sdl/wrap_Event.o ./modules/event/sdl/Event.o ./modules/event/Event.o ./modules/audio/wrap_Source.o ./modules/audio/wrap_Audio.o ./modules/audio/openal/Source.o ./modules/audio/openal/Pool.o ./modules/audio/openal/Audio.o ./modules/audio/null/Source.o ./modules/audio/null/Audio.o ./modules/audio/Source.o ./love.o ./libraries/luasocket/luasocket.o ./libraries/luasocket/libluasocket/usocket.o ./libraries/luasocket/libluasocket/unix.o ./libraries/luasocket/libluasocket/udp.o ./libraries/luasocket/libluasocket/timeout.o ./libraries/luasocket/libluasocket/tcp.o ./libraries/luasocket/libluasocket/select.o ./libraries/luasocket/libluasocket/options.o ./libraries/luasocket/libluasocket/mime.o ./libraries/luasocket/libluasocket/luasocket.o ./libraries/luasocket/libluasocket/io.o ./libraries/luasocket/libluasocket/inet.o ./libraries/luasocket/libluasocket/except.o ./libraries/luasocket/libluasocket/buffer.o ./libraries/luasocket/libluasocket/auxiliar.o ./common/wrap_Data.o ./common/utf8.o ./common/runtime.o ./common/b64.o ./common/Vector.o ./common/Reference.o ./common/Object.o ./common/MemoryData.o ./common/Matrix.o ./common/Exception.o -lvorbisfile -lmpg123 -lmodplug -lphysfs -lfreetype -ltiff -lmng -lIL -llua5.1 -lopenal -lGL -lSDL -lm
  219. /usr/bin/ld: ./modules/thread/sdl/wrap_Thread.o: in function `love::thread::sdl::w_getThread(lua_State*)':
  220. /tmp/makepkg/love07/src/love-HEAD/src/modules/thread/sdl/wrap_Thread.cpp:329: undefined reference to `lua_getglobal'
  221. /usr/bin/ld: ./modules/thread/sdl/wrap_Thread.o: in function `love::thread::sdl::extractudatatype(lua_State*, int)':
  222. /tmp/makepkg/love07/src/love-HEAD/src/modules/thread/sdl/wrap_Thread.cpp:217: undefined reference to `lua_pcallk'
  223. /usr/bin/ld: ./modules/thread/sdl/wrap_Thread.o: in function `luaopen_love_thread':
  224. /tmp/makepkg/love07/src/love-HEAD/src/modules/thread/sdl/wrap_Thread.cpp:368: undefined reference to `lua_getglobal'
  225. /usr/bin/ld: ./modules/thread/sdl/wrap_Thread.o: in function `love::thread::sdl::w_Thread_send(lua_State*)':
  226. /tmp/makepkg/love07/src/love-HEAD/src/modules/thread/sdl/wrap_Thread.cpp:236: undefined reference to `lua_tonumberx'
  227. /usr/bin/ld: ./modules/physics/box2d/Shape.o: in function `love::physics::box2d::Shape::testSegment(lua_State*)':
  228. /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/Shape.cpp:128: undefined reference to `lua_tonumberx'
  229. /usr/bin/ld: /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/Shape.cpp:129: undefined reference to `lua_tonumberx'
  230. /usr/bin/ld: /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/Shape.cpp:130: undefined reference to `lua_tonumberx'
  231. /usr/bin/ld: /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/Shape.cpp:131: undefined reference to `lua_tonumberx'
  232. /usr/bin/ld: ./modules/physics/box2d/Shape.o: in function `love::physics::box2d::Shape::getBits(lua_State*)':
  233. /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/Shape.cpp:221: undefined reference to `lua_tointegerx'
  234. /usr/bin/ld: ./modules/physics/box2d/Physics.o: in function `love::physics::box2d::Physics::newPolygonShape(lua_State*)':
  235. /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/Physics.cpp:120: undefined reference to `lua_tonumberx'
  236. /usr/bin/ld: /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/Physics.cpp:121: undefined reference to `lua_tonumberx'
  237. /usr/bin/ld: ./modules/physics/box2d/Body.o: in function `love::physics::box2d::Body::getVector(lua_State*)':
  238. /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/Body.cpp:320: undefined reference to `lua_tonumberx'
  239. /usr/bin/ld: /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/Body.cpp:320: undefined reference to `lua_tonumberx'
  240. /usr/bin/ld: ./modules/sound/wrap_SoundData.o: in function `love::sound::w_SoundData_setSample(lua_State*)':
  241. /tmp/makepkg/love07/src/love-HEAD/src/modules/sound/wrap_SoundData.cpp:58: undefined reference to `lua_tointegerx'
  242. /usr/bin/ld: /tmp/makepkg/love07/src/love-HEAD/src/modules/sound/wrap_SoundData.cpp:59: undefined reference to `lua_tonumberx'
  243. /usr/bin/ld: ./modules/sound/wrap_SoundData.o: in function `love::sound::w_SoundData_getSample(lua_State*)':
  244. /tmp/makepkg/love07/src/love-HEAD/src/modules/sound/wrap_SoundData.cpp:67: undefined reference to `lua_tointegerx'
  245. /usr/bin/ld: ./modules/physics/box2d/wrap_RevoluteJoint.o: in function `love::physics::box2d::w_RevoluteJoint_getLimits(lua_State*)':
  246. /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/wrap_RevoluteJoint.cpp:157: undefined reference to `lua_rotate'
  247. /usr/bin/ld: ./modules/physics/box2d/wrap_PulleyJoint.o: in function `love::physics::box2d::w_PulleyJoint_getGroundAnchors(lua_State*)':
  248. /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/wrap_PulleyJoint.cpp:37: undefined reference to `lua_rotate'
  249. /usr/bin/ld: ./modules/physics/box2d/wrap_PulleyJoint.o: in function `love::physics::box2d::w_PulleyJoint_getMaxLengths(lua_State*)':
  250. /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/wrap_PulleyJoint.cpp:53: undefined reference to `lua_rotate'
  251. /usr/bin/ld: ./modules/physics/box2d/wrap_PrismaticJoint.o: in function `love::physics::box2d::w_PrismaticJoint_getLimits(lua_State*)':
  252. /tmp/makepkg/love07/src/love-HEAD/src/modules/physics/box2d/wrap_PrismaticJoint.cpp:157: undefined reference to `lua_rotate'
  253. collect2: error: ld returned 1 exit status
  254. make[3]: *** [Makefile:1522: love] Errore 1
  255. make[3]: uscita dalla directory «/tmp/makepkg/love07/src/love-HEAD/src»
  256. make[2]: *** [Makefile:1926: all-recursive] Errore 1
  257. make[2]: uscita dalla directory «/tmp/makepkg/love07/src/love-HEAD/src»
  258. make[1]: *** [Makefile:299: all-recursive] Errore 1
  259. make[1]: uscita dalla directory «/tmp/makepkg/love07/src/love-HEAD»
  260. make: *** [Makefile:228: all] Errore 2
  261. ==> ERRORE: Si è verificato un errore in build().
  262. L'operazione sta per essere interrotta...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement