Advertisement
Guest User

Untitled

a guest
Sep 14th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.67 KB | None | 0 0
  1. ==> Making package: unvanquished 0.19.0-1 (Sat Sep 14 03:04:17 CDT 2013)
  2. ==> Checking runtime dependencies...
  3. ==> Checking buildtime dependencies...
  4. ==> Retrieving sources...
  5. -> Found unvanquished.install
  6. -> Found unvanquished.sh
  7. -> Found unvanquished-server.sh
  8. -> Found unvanquished-update-paks.sh
  9. -> Found unvanquished-rc.sh
  10. -> Found unvanquished.service
  11. -> Found unvanquished.conf
  12. -> Found unvanquished.desktop
  13. -> Found ChangeLog
  14. ==> Validating source files with md5sums...
  15. unvanquished.install ... Passed
  16. unvanquished.sh ... Passed
  17. unvanquished-server.sh ... Passed
  18. unvanquished-update-paks.sh ... Passed
  19. unvanquished-rc.sh ... Passed
  20. unvanquished.service ... Passed
  21. unvanquished.conf ... Passed
  22. unvanquished.desktop ... Passed
  23. ChangeLog ... Passed
  24. ==> Extracting sources...
  25. ==> Starting build()...
  26. ==> Connecting to GIT server ...
  27. ==> Cloning repository ...
  28. Cloning into 'unvanquished'...
  29. remote: Counting objects: 58434, done.
  30. remote: Compressing objects: 100% (19874/19874), done.
  31. remote: Total 58434 (delta 39815), reused 56248 (delta 37670)
  32. Receiving objects: 100% (58434/58434), 97.92 MiB | 11.22 MiB/s, done.
  33. Resolving deltas: 100% (39815/39815), done.
  34. Checking connectivity... done
  35. ==> Checking out v0.19.0 ...
  36. Note: checking out 'v0.19.0'.
  37.  
  38. You are in 'detached HEAD' state. You can look around, make experimental
  39. changes and commit them, and you can discard any commits you make in this
  40. state without impacting any branches by performing another checkout.
  41.  
  42. If you want to create a new branch to retain commits you create, you may
  43. do so (now or later) by using -b with the checkout command again. Example:
  44.  
  45. git checkout -b new_branch_name
  46.  
  47. HEAD is now at e7e5f47... Quick fix for i386/gcc(ish) build breakage.
  48. ==> The local files are up to date.
  49. ==> Starting build ...
  50. -- The C compiler identification is unknown
  51. -- The CXX compiler identification is unknown
  52. -- The ASM compiler identification is GNU
  53. -- Found assembler: /usr/bin/cc
  54. -- Check for working C compiler: /usr/bin/cc
  55. -- Check for working C compiler: /usr/bin/cc -- works
  56. -- Detecting C compiler ABI info
  57. -- Detecting C compiler ABI info - done
  58. -- Check for working CXX compiler: /usr/bin/c++
  59. -- Check for working CXX compiler: /usr/bin/c++ -- works
  60. -- Detecting CXX compiler ABI info
  61. -- Detecting CXX compiler ABI info - done
  62. -- Found Git: /usr/bin/git (found version "1.8.4")
  63. -- git reported v0.19.0-0-ge7e5f47
  64. -- Using C flag -Wformat=2
  65. -- Using C++ flag -Wformat=2
  66. -- Using C flag -Wno-format-zero-length
  67. -- Using C flag -Wformat-security
  68. -- Using C++ flag -Wformat-security
  69. -- Using C flag -Wstrict-aliasing=2
  70. -- Using C++ flag -Wstrict-aliasing=2
  71. -- Using C flag -Wmissing-format-attribute
  72. -- Using C++ flag -Wmissing-format-attribute
  73. -- Using C flag -Wmissing-noreturn
  74. -- Using C++ flag -Wmissing-noreturn
  75. -- Using C flag -Wimplicit-function-declaration
  76. -- Using C flag -Werror=implicit-function-declaration
  77. -- Using C++ flag -Werror=implicit-function-declaration
  78. -- Using C flag -Wformat-security
  79. -- Using C++ flag -Wformat-security
  80. -- Using C flag -Werror=format-security
  81. -- Using C++ flag -Werror=format-security
  82. -- Using C flag -Wdeclaration-after-statement
  83. -- Using C flag -Werror=declaration-after-statement
  84. -- Using C flag -fstack-protector
  85. -- Using C++ flag -fstack-protector
  86. -- Using linker flag -Wl,--as-needed
  87. -- Using linker flag -Wl,-z,defs
  88. -- Using linker flag -fstack-protector --param=ssp-buffer-size=4
  89. -- Using linker flag -Wl,-z,relro,-z,now
  90. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
  91. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
  92. -- Looking for gethostbyname
  93. -- Looking for gethostbyname - found
  94. -- Looking for connect
  95. -- Looking for connect - found
  96. -- Looking for remove
  97. -- Looking for remove - found
  98. -- Looking for shmat
  99. -- Looking for shmat - found
  100. -- Looking for IceConnectionNumber in ICE
  101. -- Looking for IceConnectionNumber in ICE - found
  102. -- Found X11: /usr/lib64/libX11.so
  103. -- Found OpenGL: /usr/lib64/libGL.so
  104. -- Looking for include file pthread.h
  105. -- Looking for include file pthread.h - found
  106. -- Looking for pthread_create
  107. -- Looking for pthread_create - not found
  108. -- Looking for pthread_create in pthreads
  109. -- Looking for pthread_create in pthreads - not found
  110. -- Looking for pthread_create in pthread
  111. -- Looking for pthread_create in pthread - found
  112. -- Found Threads: TRUE
  113. -- Found SDL: /usr/lib64/libSDLmain.a;/usr/lib64/libSDL.so;-lpthread (found version "1.2.15")
  114. -- Found JPEG: /usr/lib64/libjpeg.so
  115. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
  116. -- Found PNG: /usr/lib64/libpng.so (found version "1.6.3")
  117. -- Found Freetype: /usr/lib64/libfreetype.so (found version "2.5.0")
  118. -- Found GLEW: /usr/lib64/libGLEW.so
  119. -- Found WebP: /usr/lib64/libwebp.so
  120. -- Performing Test _WEBP_COMPILATION_TEST
  121. -- Performing Test _WEBP_COMPILATION_TEST - Success
  122. -- Found CursesW: /usr/lib64/libcursesw.so
  123. -- Found GMP: /usr/lib64/libgmp.so
  124. -- Found CURL: /usr/lib64/libcurl.so (found version "7.32.0")
  125. -- Found Nettle: /usr/lib64/libnettle.so
  126. -- Found OpenAL: /usr/lib64/libopenal.so
  127. -- Found Speex: /usr/lib64/libspeex.so
  128. -- Found Ogg: /usr/lib64/libogg.so
  129. -- Found Vorbis: /usr/lib64/libvorbis.so
  130. -- Found Theora: /usr/lib64/libtheora.so
  131. -- Configuring done
  132. -- Generating done
  133. -- Build files have been written to: /home/cesar/Downloads/unvanquished/src/unvanquished
  134. Scanning dependencies of target glcpp-library
  135. Scanning dependencies of target lburg
  136. Scanning dependencies of target download-pk3.sh
  137. Scanning dependencies of target asm
  138. Scanning dependencies of target lcc
  139. Scanning dependencies of target gppgame
  140. Scanning dependencies of target mesa
  141. [ 0%] [ 0%] [ 0%] [ 0%] Building C object lcc/CMakeFiles/lburg.dir/lburg/gram.c.o
  142. Building C object CMakeFiles/glsl/CMakeFiles/glcpp-library.dir/src/glsl/glcpp/glcpp-lex.c.o
  143. [ 0%] Building C object lcc/CMakeFiles/asm.dir/asm/q3asm.c.o
  144. Building C object lcc/CMakeFiles/lcc.dir/etc/lcc.c.o
  145. [ 0%] Built target download-pk3.sh
  146. Building C object CMakeFiles/glsl/CMakeFiles/mesa.dir/src/mesa/program/hash_table.c.o
  147. Scanning dependencies of target cpp
  148. [ 0%] [ 0%] Building C object lcc/CMakeFiles/cpp.dir/cpp/cpp.c.o
  149. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/etc/lcc.c: In function ‘error’:
  150. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/etc/lcc.c:423:2: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
  151. fprintf(stderr, fmt, msg);
  152. ^
  153. lburg/gram.y: In function ‘yyerror’:
  154. lburg/gram.y:105:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  155. Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_main.c.o
  156. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/asm/q3asm.c: In function ‘vreport’:
  157. lburg/gram.y: In function ‘yywarn’:
  158. lburg/gram.y:201:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  159. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/asm/q3asm.c:234:3: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  160. return vprintf(fmt, vp);
  161. ^
  162. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/etc/lcc.c: In function ‘stringf’:
  163. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/asm/q3asm.c: In function ‘CodeError’:
  164. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/etc/lcc.c:825:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  165. n = vsprintf(buf, fmt, ap);
  166. ^
  167. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/asm/q3asm.c:496:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  168. vfprintf( stderr, fmt, argptr );
  169. ^
  170. [ 1%] [ 1%] Building C object lcc/CMakeFiles/lburg.dir/lburg/lburg.c.o
  171. [ 2%] Building C object lcc/CMakeFiles/cpp.dir/cpp/lex.c.o
  172. Building C object CMakeFiles/glsl/CMakeFiles/mesa.dir/src/mesa/program/symbol_table.c.o
  173. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/lburg/lburg.c: In function ‘stringf’:
  174. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/lburg/lburg.c:124:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  175. vsprintf(buf, fmt, ap);
  176. ^
  177. [ 2%] Linking C static library libmesa.a
  178. Building C object lcc/CMakeFiles/cpp.dir/cpp/nlist.c.o
  179. [ 2%] [ 2%] Building C object lcc/CMakeFiles/lcc.dir/etc/bytecode.c.o
  180. Built target mesa
  181. [ 2%] Building C object lcc/CMakeFiles/cpp.dir/cpp/tokens.c.o
  182. [ 2%] Building C object CMakeFiles/glsl/CMakeFiles/glcpp-library.dir/src/glsl/glcpp/glcpp-parse.c.o
  183. Linking C executable q3lcc
  184. [ 2%] Built target lcc
  185. [ 2%] [ 2%] Building C object lcc/CMakeFiles/asm.dir/asm/cmdlib.c.o
  186. Building C object CMakeFiles/glsl/CMakeFiles/glcpp-library.dir/src/glsl/glcpp/pp.c.o
  187. [ 2%] Building C object lcc/CMakeFiles/cpp.dir/cpp/macro.c.o
  188. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/asm/cmdlib.c: In function ‘Error’:
  189. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/asm/cmdlib.c:153:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  190. vprintf (error,argptr);
  191. ^
  192. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/asm/cmdlib.c: In function ‘qprintf’:
  193. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/asm/cmdlib.c:170:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  194. vprintf (format,argptr);
  195. ^
  196. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/asm/cmdlib.c: In function ‘_printf’:
  197. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/asm/cmdlib.c:188:2: warning: function might be possible candidate for ‘gnu_printf’ format attribute [-Wsuggest-attribute=format]
  198. vsprintf (text, format, argptr);
  199. ^
  200. Linking C executable lburg
  201. [ 2%] [ 2%] Building C object lcc/CMakeFiles/cpp.dir/cpp/eval.c.o
  202. Built target lburg
  203. Scanning dependencies of target gpptrem
  204. [ 2%] [ 2%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/bg_misc.c.o
  205. Building C object lcc/CMakeFiles/cpp.dir/cpp/include.c.o
  206. [ 2%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/bg_parse.c.o
  207. [ 3%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_main.c.o
  208. [ 3%] [ 3%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/game/bg_misc.c.o
  209. Building C object lcc/CMakeFiles/cpp.dir/cpp/hideset.c.o
  210. Linking C executable q3asm
  211. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/cpp/hideset.c: In function ‘prhideset’:
  212. /home/cesar/Downloads/unvanquished/src/unvanquished/src/tools/lcc/cpp/hideset.c:109:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
  213. fprintf(stderr, (char*)(*np)->name, (*np)->len);
  214. ^
  215. [ 3%] Built target asm
  216. [ 4%] [ 4%] Building C object lcc/CMakeFiles/cpp.dir/cpp/getopt.c.o
  217. Building C object CMakeFiles/gpptrem.dir/src/gamelogic/game/bg_parse.c.o
  218. [ 4%] Linking C static library libglcpp-library.a
  219. Building C object lcc/CMakeFiles/cpp.dir/cpp/unix.c.o
  220. [ 4%] Built target glcpp-library
  221. [ 4%] [ 4%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/game/bg_pmove.c.o
  222. Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/bg_pmove.c.o
  223. Linking C executable q3cpp
  224. [ 4%] Built target cpp
  225. [ 4%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/bg_slidemove.c.o
  226. Scanning dependencies of target gppui
  227. Scanning dependencies of target renderer
  228. [ 4%] [ 4%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/game/bg_slidemove.c.o
  229. Building C object CMakeFiles/gppui.dir/src/gamelogic/ui/ui_main.c.o
  230. Scanning dependencies of target server
  231. [ 4%] [ 4%] Building C object CMakeFiles/gppui.dir/src/gamelogic/ui/ui_atoms.c.o
  232. Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_animation.c.o
  233. [ 4%] Building C object CMakeFiles/server.dir/src/engine/server/sv_bot.c.o
  234. [ 4%] Building C object CMakeFiles/gppui.dir/src/gamelogic/ui/ui_shared.c.o
  235. [ 5%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/bg_lib.c.o
  236. [ 5%] Building C object CMakeFiles/gppui.dir/src/gamelogic/ui/ui_gameinfo.c.o
  237. [ 5%] Building C object CMakeFiles/server.dir/src/engine/server/sv_ccmds.c.o
  238. [ 5%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_animation_mdm.c.o
  239. [ 5%] Building C object CMakeFiles/server.dir/src/engine/server/sv_client.c.o
  240. [ 5%] Building C object CMakeFiles/gppui.dir/src/gamelogic/game/bg_misc.c.o
  241. [ 5%] Building C object CMakeFiles/server.dir/src/engine/server/sv_game.c.o
  242. [ 5%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/game/bg_lib.c.o
  243. [ 5%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/bg_alloc.c.o
  244. [ 6%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/game/bg_alloc.c.o
  245. /home/cesar/Downloads/unvanquished/src/unvanquished/src/engine/server/sv_game.c: In function ‘SV_GetTimeString’:
  246. /home/cesar/Downloads/unvanquished/src/unvanquished/src/engine/server/sv_game.c:441:3: warning: format not a string literal, format string not checked [-Wformat-nonliteral]
  247. strftime ( buffer, length, format, &t );
  248. ^
  249. /home/cesar/Downloads/unvanquished/src/unvanquished/src/engine/server/sv_game.c:445:3: warning: format not a string literal, format string not checked [-Wformat-nonliteral]
  250. strftime( buffer, length, format, gmtime( NULL ) );
  251. ^
  252. [ 6%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/game/bg_voice.c.o
  253. [ 6%] [ 7%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/bg_voice.c.o
  254. Building C object CMakeFiles/server.dir/src/engine/server/sv_init.c.o
  255. [ 8%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_animation_mds.c.o
  256. [ 8%] [ 8%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_backend.c.o
  257. Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_consolecmds.c.o
  258. [ 8%] [ 8%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_bsp.c.o
  259. Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_active.c.o
  260. [ 8%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_buildable.c.o
  261. [ 8%] Building C object CMakeFiles/server.dir/src/engine/server/sv_main.c.o
  262. [ 8%] [ 8%] Building C object CMakeFiles/server.dir/src/engine/server/sv_net_chan.c.o
  263. Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_cmds.c.o
  264. [ 8%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_client.c.o
  265. [ 8%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_cmds.c.o
  266. [ 8%] Building C object CMakeFiles/server.dir/src/engine/server/sv_snapshot.c.o
  267. [ 8%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_combat.c.o
  268. [ 8%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_animation.c.o
  269. [ 8%] Building C object CMakeFiles/server.dir/src/engine/server/sv_world.c.o
  270. [ 8%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_animmapobj.c.o
  271. [ 8%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_draw.c.o
  272. [ 8%] Building C object CMakeFiles/server.dir/src/engine/sys/sys_unix.c.o
  273. [ 8%] Building C object CMakeFiles/server.dir/src/engine/sys/sys_main.c.o
  274. [ 8%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_cmesh.c.o
  275. [ 8%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_curve.c.o
  276. [ 9%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_entities.c.o
  277. [ 10%] Building C object CMakeFiles/server.dir/src/engine/sys/con_log.c.o
  278. [ 10%] [ 10%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_physics.c.o
  279. Building C object CMakeFiles/server.dir/src/engine/sys/con_tty.c.o
  280. [ 11%] Building C object CMakeFiles/gppui.dir/src/gamelogic/game/bg_parse.c.o
  281. [ 11%] Building C object CMakeFiles/gppui.dir/src/gamelogic/game/bg_lib.c.o
  282. [ 12%] [ 12%] Building C object CMakeFiles/server.dir/src/engine/sys/con_curses.c.o
  283. Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_drawtools.c.o
  284. [ 12%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_ents.c.o
  285. [ 12%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_buildable.c.o
  286. [ 12%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_decals.c.o
  287. [ 12%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_missile.c.o
  288. [ 12%] Building C object CMakeFiles/gppui.dir/src/gamelogic/game/bg_alloc.c.o
  289. [ 12%] Building C object CMakeFiles/server.dir/src/engine/qcommon/cm_load.c.o
  290. [ 12%] Building C object CMakeFiles/gppui.dir/src/gamelogic/ui/ui_utf8.c.o
  291. [ 12%] Building C object CMakeFiles/gppui.dir/src/engine/qcommon/q_shared.c.o
  292. [ 12%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_event.c.o
  293. [ 12%] [ 13%] Building C object CMakeFiles/gppui.dir/src/engine/qcommon/q_unicode.c.o
  294. Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_flares.c.o
  295. /home/cesar/Downloads/unvanquished/src/unvanquished/src/gamelogic/cgame/cg_event.c: In function ‘CG_Obituary’:
  296. /home/cesar/Downloads/unvanquished/src/unvanquished/src/gamelogic/cgame/cg_event.c:267:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
  297. CG_Printf( message, targetName );
  298. ^
  299. /home/cesar/Downloads/unvanquished/src/unvanquished/src/gamelogic/cgame/cg_event.c:637:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
  300. CG_Printf( message, ( teamKill ) ? _("^1TEAMMATE^7 ") : "", attackerName, targetName );
  301. ^
  302. /home/cesar/Downloads/unvanquished/src/unvanquished/src/gamelogic/cgame/cg_event.c:643:16: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
  303. ( attackerClass != -1 ) ? _( BG_ClassModelConfig( attackerClass )->humanName ) : NULL );
  304. ^
  305. /home/cesar/Downloads/unvanquished/src/unvanquished/src/gamelogic/cgame/cg_event.c: In function ‘CG_Confidence’:
  306. /home/cesar/Downloads/unvanquished/src/unvanquished/src/gamelogic/cgame/cg_event.c:860:2: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
  307. CG_Printf( message, reason, qualifier, es->otherEntityNum2 / 10.0f );
  308. ^
  309. [ 13%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_session.c.o
  310. [ 13%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_spawn_afx.c.o
  311. [ 13%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_marks.c.o
  312. [ 13%] [ 13%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_minimap.c.o
  313. Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_font.c.o
  314. [ 13%] Building C object CMakeFiles/server.dir/src/engine/qcommon/cm_trisoup.c.o
  315. [ 13%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_players.c.o
  316. [ 14%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_spawn_ctrl.c.o
  317. [ 14%] [ 14%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_spawn_fx.c.o
  318. Building C object CMakeFiles/server.dir/src/engine/qcommon/cm_patch.c.o
  319. [ 14%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_playerstate.c.o
  320. [ 15%] Building C object CMakeFiles/gppui.dir/src/engine/qcommon/q_math.c.o
  321. [ 15%] [ 15%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_image.c.o
  322. Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_spawn_game.c.o
  323. [ 15%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_spawn_generic.c.o
  324. [ 15%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_init.c.o
  325. [ 16%] Building C object CMakeFiles/server.dir/src/engine/qcommon/cm_plane.c.o
  326. [ 16%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_spawn_gfx.c.o
  327. [ 16%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_spawn_mover.c.o
  328. [ 16%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_spawn_position.c.o
  329. [ 16%] [ 16%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_light.c.o
  330. Building C object CMakeFiles/server.dir/src/engine/qcommon/cm_polylib.c.o
  331. [ 17%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_spawn_sensor.c.o
  332. [ 18%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_predict.c.o
  333. [ 18%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_spawn_shared.c.o
  334. [ 18%] Building C object CMakeFiles/gppui.dir/src/gamelogic/ui/ui_api.c.o
  335. [ 18%] Building C object CMakeFiles/server.dir/src/engine/qcommon/cm_test.c.o
  336. [ 18%] [ 18%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_main.c.o
  337. Building C object CMakeFiles/server.dir/src/engine/qcommon/cm_trace.c.o
  338. [ 18%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_servercmds.c.o
  339. Linking C shared library main/ui.so
  340. /usr/bin/ld: CMakeFiles/gppui.dir/src/gamelogic/ui/ui_main.c.o: relocation R_X86_64_32S against `uiInfo' can not be used when making a shared object; recompile with -fPIC
  341. CMakeFiles/gppui.dir/src/gamelogic/ui/ui_main.c.o: could not read symbols: Bad value
  342. collect2: error: ld returned 1 exit status
  343. [ 18%] make[2]: *** [main/ui.so] Error 1
  344. make[1]: *** [CMakeFiles/gppui.dir/all] Error 2
  345. make[1]: *** Waiting for unfinished jobs....
  346. [ 18%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_spawn.c.o
  347. Building C object CMakeFiles/server.dir/src/engine/qcommon/cmd.c.o
  348. [ 18%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_svcmds.c.o
  349. [ 18%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_snapshot.c.o
  350. [ 18%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_view.c.o
  351. [ 19%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_marks.c.o
  352. [ 19%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_weapons.c.o
  353. [ 19%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_team.c.o
  354. [ 19%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_utils.c.o
  355. [ 19%] Building C object CMakeFiles/server.dir/src/engine/qcommon/common.c.o
  356. [ 19%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_scanner.c.o
  357. [ 19%] Building C object CMakeFiles/server.dir/src/engine/qcommon/crypto.c.o
  358. [ 20%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_attachment.c.o
  359. [ 20%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_trails.c.o
  360. [ 20%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_maprotation.c.o
  361. [ 21%] [ 21%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_weapon.c.o
  362. Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_admin.c.o
  363. [ 21%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_particles.c.o
  364. /home/cesar/Downloads/unvanquished/src/unvanquished/src/gamelogic/game/g_admin.c: In function ‘G_admin_flag’:
  365. /home/cesar/Downloads/unvanquished/src/unvanquished/src/gamelogic/game/g_admin.c:4795:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
  366. G_AdminMessage( ent, va( msg[ action ], flag, adminname ) );
  367. ^
  368. [ 21%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_mesh.c.o
  369. [ 21%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_model.c.o
  370. [ 21%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_model_md5.c.o
  371. [ 22%] Building C object CMakeFiles/server.dir/src/engine/qcommon/cvar.c.o
  372. [ 22%] Building C object CMakeFiles/server.dir/src/engine/qcommon/files.c.o
  373. [ 22%] [ 22%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_tutorial.c.o
  374. Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_namelog.c.o
  375. [ 22%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_utils.c.o
  376. [ 22%] Building C object CMakeFiles/server.dir/src/engine/qcommon/htable.c.o
  377. [ 22%] [ 22%] Building C object CMakeFiles/gppgame.dir/src/engine/qcommon/q_shared.c.o
  378. Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_noise.c.o
  379. [ 22%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_scene.c.o
  380. [ 22%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/ui/ui_shared.c.o
  381. [ 22%] Building C object CMakeFiles/gppgame.dir/src/engine/qcommon/q_unicode.c.o
  382. [ 22%] Building C object CMakeFiles/server.dir/src/engine/qcommon/huffman.c.o
  383. [ 22%] Building C object CMakeFiles/gppgame.dir/src/engine/qcommon/q_math.c.o
  384. [ 22%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_shade.c.o
  385. [ 22%] Building C object CMakeFiles/server.dir/src/engine/qcommon/md4.c.o
  386. [ 23%] Building C object CMakeFiles/gppgame.dir/src/gamelogic/game/g_api.c.o
  387. [ 23%] [ 24%] Building C object CMakeFiles/server.dir/src/engine/qcommon/md5.c.o
  388. Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_shade_calc.c.o
  389. [ 24%] [ 24%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_shader.c.o
  390. [ 24%] Building C object CMakeFiles/server.dir/src/engine/qcommon/msg.c.o
  391. Building C object CMakeFiles/gpptrem.dir/src/gamelogic/ui/ui_utf8.c.o
  392. [ 25%] Building C object CMakeFiles/gpptrem.dir/src/engine/qcommon/q_shared.c.o
  393. [ 26%] Building C object CMakeFiles/server.dir/src/engine/qcommon/net_chan.c.o
  394. Linking C shared library main/game.so
  395. /usr/bin/ld: CMakeFiles/gppgame.dir/src/gamelogic/game/g_main.c.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
  396. CMakeFiles/gppgame.dir/src/gamelogic/game/g_main.c.o: could not read symbols: Bad value
  397. collect2: error: ld returned 1 exit status
  398. make[2]: *** [main/game.so] Error 1
  399. make[1]: *** [CMakeFiles/gppgame.dir/all] Error 2
  400. [ 26%] Building C object CMakeFiles/server.dir/src/engine/qcommon/net_ip.c.o
  401. [ 26%] [ 26%] Building C object CMakeFiles/server.dir/src/engine/qcommon/parse.c.o
  402. Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_shadows.c.o
  403. [ 26%] [ 26%] Building C object CMakeFiles/gpptrem.dir/src/engine/qcommon/q_unicode.c.o
  404. Building CXX object CMakeFiles/server.dir/src/engine/qcommon/translation.cpp.o
  405. [ 26%] Building C object CMakeFiles/gpptrem.dir/src/engine/qcommon/q_math.c.o
  406. [ 26%] [ 26%] Building C object CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_api.c.o
  407. Building C object CMakeFiles/server.dir/src/engine/qcommon/unzip.c.o
  408. [ 26%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_skin.c.o
  409. [ 26%] Building C object CMakeFiles/server.dir/src/engine/qcommon/ioapi.c.o
  410. [ 26%] [ 26%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_sky.c.o
  411. Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_surface.c.o
  412. [ 27%] Building C object CMakeFiles/server.dir/src/engine/qcommon/vm.c.o
  413. [ 27%] Building C object CMakeFiles/server.dir/src/engine/qcommon/vm_interpreted.c.o
  414. [ 27%] Building C object CMakeFiles/server.dir/src/engine/qcommon/vm_x86.c.o
  415. [ 27%] [ 27%] Building C object CMakeFiles/server.dir/src/engine/asm/ftola.c.o
  416. Building C object CMakeFiles/server.dir/src/engine/asm/snapvector.c.o
  417. [ 27%] Building C object CMakeFiles/server.dir/src/engine/qcommon/q_shared.c.o
  418. [ 27%] Building C object CMakeFiles/server.dir/src/engine/qcommon/q_unicode.c.o
  419. [ 27%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_world.c.o
  420. Linking C shared library main/cgame.so
  421. [ 28%] Building C object CMakeFiles/server.dir/src/engine/qcommon/q_math.c.o
  422. /usr/bin/ld: CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_main.c.o: relocation R_X86_64_32 against `cg' can not be used when making a shared object; recompile with -fPIC
  423. CMakeFiles/gpptrem.dir/src/gamelogic/cgame/cg_main.c.o: could not read symbols: Bad value
  424. collect2: error: ld returned 1 exit status
  425. make[2]: *** [main/cgame.so] Error 1
  426. make[1]: *** [CMakeFiles/gpptrem.dir/all] Error 2
  427. [ 28%] Building C object CMakeFiles/server.dir/src/engine/null/null_client.c.o
  428. [ 29%] Building C object CMakeFiles/renderer.dir/src/engine/renderer/tr_bonematrix.c.o
  429. [ 29%] [ 29%] Building CXX object CMakeFiles/server.dir/src/libs/tinygettext/iconv.cpp.o
  430. Building C object CMakeFiles/renderer.dir/src/engine/sys/sdl_glimp.c.o
  431. [ 29%] Building CXX object CMakeFiles/server.dir/src/libs/tinygettext/tinygettext.cpp.o
  432. [ 29%] [ 29%] Building C object CMakeFiles/renderer.dir/src/engine/sys/sdl_gamma.c.o
  433. Building CXX object CMakeFiles/server.dir/src/libs/tinygettext/dictionary.cpp.o
  434. [ 29%] Building C object CMakeFiles/renderer.dir/src/engine/qcommon/q_shared.c.o
  435. [ 29%] Building CXX object CMakeFiles/server.dir/src/libs/tinygettext/dictionary_manager.cpp.o
  436. [ 29%] Building CXX object CMakeFiles/server.dir/src/libs/tinygettext/language.cpp.o
  437. [ 29%] Building C object CMakeFiles/renderer.dir/src/engine/qcommon/q_unicode.c.o
  438. [ 29%] Building C object CMakeFiles/renderer.dir/src/engine/qcommon/q_math.c.o
  439. [ 30%] Building CXX object CMakeFiles/server.dir/src/libs/tinygettext/log.cpp.o
  440. [ 30%] [ 30%] Building CXX object CMakeFiles/server.dir/src/libs/tinygettext/plural_forms.cpp.o
  441. [ 30%] [ 30%] Building CXX object CMakeFiles/server.dir/src/libs/tinygettext/po_parser.cpp.o
  442. Building C object CMakeFiles/server.dir/src/libs/findlocale/findlocale.c.o
  443. Building C object CMakeFiles/server.dir/src/engine/null/null_input.c.o
  444. [ 30%] [ 31%] Building C object CMakeFiles/server.dir/src/engine/null/null_snddma.c.o
  445. Building C object CMakeFiles/server.dir/src/engine/qcommon/dl_main_stubs.c.o
  446. Linking C shared library librendererGL.so
  447. /usr/bin/ld: CMakeFiles/renderer.dir/src/engine/renderer/tr_animation.c.o: relocation R_X86_64_32S against `tr' can not be used when making a shared object; recompile with -fPIC
  448. CMakeFiles/renderer.dir/src/engine/renderer/tr_animation.c.o: could not read symbols: Bad value
  449. collect2: error: ld returned 1 exit status
  450. make[2]: *** [librendererGL.so] Error 1
  451. make[1]: *** [CMakeFiles/renderer.dir/all] Error 2
  452. Linking CXX executable daemonded
  453. [ 31%] Built target server
  454. make: *** [all] Error 2
  455. ==> ERROR: A failure occurred in build().
  456. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement