Advertisement
Guest User

Untitled

a guest
May 26th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.55 KB | None | 0 0
  1. Makefile:47: warning: overriding recipe for target 'libserverkey'
  2. Makefile:13: warning: ignoring old recipe for target 'libserverkey'
  3. --------------------------------------
  4. Full Build Start
  5. --------------------------------------
  6. gmake -C liblua clean
  7. gmake[1]: Entering directory '/usr/src/liblua'
  8. cd include; gmake clean
  9. gmake[2]: Entering directory '/usr/src/liblua/include'
  10. gmake[2]: Nothing to be done for 'clean'.
  11. gmake[2]: Leaving directory '/usr/src/liblua/include'
  12. cd src; gmake clean
  13. gmake[2]: Entering directory '/usr/src/liblua/src'
  14. rm -f lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o ../lib/liblua.a
  15. gmake[2]: Leaving directory '/usr/src/liblua/src'
  16. cd src/lib; gmake clean
  17. gmake[2]: Entering directory '/usr/src/liblua/src/lib'
  18. rm -f lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o ../../lib/liblualib.a
  19. gmake[2]: Leaving directory '/usr/src/liblua/src/lib'
  20. gmake[1]: Leaving directory '/usr/src/liblua'
  21. gmake -C liblua
  22. gmake[1]: Entering directory '/usr/src/liblua'
  23. cd include; gmake all
  24. gmake[2]: Entering directory '/usr/src/liblua/include'
  25. gmake[2]: Nothing to be done for 'all'.
  26. gmake[2]: Leaving directory '/usr/src/liblua/include'
  27. cd src; gmake all
  28. gmake[2]: Entering directory '/usr/src/liblua/src'
  29. gcc -O2 -g -Wall -I../include -c -o lapi.o lapi.c
  30. gcc -O2 -g -Wall -I../include -c -o lcode.o lcode.c
  31. gcc -O2 -g -Wall -I../include -c -o ldebug.o ldebug.c
  32. gcc -O2 -g -Wall -I../include -c -o ldo.o ldo.c
  33. gcc -O2 -g -Wall -I../include -c -o ldump.o ldump.c
  34. gcc -O2 -g -Wall -I../include -c -o lfunc.o lfunc.c
  35. gcc -O2 -g -Wall -I../include -c -o lgc.o lgc.c
  36. gcc -O2 -g -Wall -I../include -c -o llex.o llex.c
  37. llex.c: In function 'read_string':
  38. llex.c:285: warning: case label value is less than minimum value for type
  39. gcc -O2 -g -Wall -I../include -c -o lmem.o lmem.c
  40. gcc -O2 -g -Wall -I../include -c -o lobject.o lobject.c
  41. gcc -O2 -g -Wall -I../include -c -o lopcodes.o lopcodes.c
  42. gcc -O2 -g -Wall -I../include -c -o lparser.o lparser.c
  43. gcc -O2 -g -Wall -I../include -c -o lstate.o lstate.c
  44. gcc -O2 -g -Wall -I../include -c -o lstring.o lstring.c
  45. gcc -O2 -g -Wall -I../include -c -o ltable.o ltable.c
  46. gcc -O2 -g -Wall -I../include -c -o ltests.o ltests.c
  47. gcc -O2 -g -Wall -I../include -c -o ltm.o ltm.c
  48. gcc -O2 -g -Wall -I../include -c -o lundump.o lundump.c
  49. gcc -O2 -g -Wall -I../include -c -o lvm.o lvm.c
  50. gcc -O2 -g -Wall -I../include -c -o lzio.o lzio.c
  51. if [ ! -d ../lib ]; then mkdir ; fi
  52. ar rcu ../lib/liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltests.o ltm.o lundump.o lvm.o lzio.o
  53. ranlib ../lib/liblua.a
  54. gmake[2]: Leaving directory '/usr/src/liblua/src'
  55. cd src/lib; gmake all
  56. gmake[2]: Entering directory '/usr/src/liblua/src/lib'
  57. gcc -O2 -g -Wall -I../../include -c -o lauxlib.o lauxlib.c
  58. gcc -O2 -g -Wall -I../../include -c -o lbaselib.o lbaselib.c
  59. gcc -O2 -g -Wall -I../../include -c -o ldblib.o ldblib.c
  60. gcc -O2 -g -Wall -I../../include -c -o liolib.o liolib.c
  61. liolib.c: In function 'g_iofile':
  62. liolib.c:251: warning: value computed is not used
  63. liolib.c: In function 'f_lines':
  64. liolib.c:286: warning: value computed is not used
  65. gcc -O2 -g -Wall -I../../include -c -o lmathlib.o lmathlib.c
  66. gcc -O2 -g -Wall -I../../include -c -o ltablib.o ltablib.c
  67. gcc -O2 -g -Wall -I../../include -c -o lstrlib.o lstrlib.c
  68. gcc -O2 -g -Wall -I../../include -c -o loadlib.o loadlib.c
  69. ar rcu ../../lib/liblualib.a lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o
  70. ranlib ../../lib/liblualib.a
  71. gmake[2]: Leaving directory '/usr/src/liblua/src/lib'
  72. gmake[1]: Leaving directory '/usr/src/liblua'
  73. gmake -C libsql dep
  74. gmake[1]: Entering directory '/usr/src/libsql'
  75. touch Depend
  76. g++ -I../libmysql/7.x-5.1.35 -Wall -O2 -pipe -mtune=i686 -D_THREAD_SAFE -fno-exceptions -MM *.cpp > Depend
  77. gmake[1]: Leaving directory '/usr/src/libsql'
  78. gmake -C libsql clean
  79. gmake[1]: Entering directory '/usr/src/libsql'
  80. rm -f *.o
  81. rm -f ./libsql.a
  82. gmake[1]: Leaving directory '/usr/src/libsql'
  83. gmake -C libsql
  84. gmake[1]: Entering directory '/usr/src/libsql'
  85. gmake ./libsql.a
  86. gmake[2]: Entering directory '/usr/src/libsql'
  87. g++ -I../libmysql/7.x-5.1.35 -Wall -O2 -pipe -mtune=i686 -D_THREAD_SAFE -fno-exceptions -c AsyncSQL.cpp
  88. AsyncSQL.h: In constructor 'CAsyncSQL::CAsyncSQL()':
  89. AsyncSQL.h:201: warning: 'CAsyncSQL::m_iCopiedQuery' will be initialized after
  90. AsyncSQL.h:175: warning: 'int CAsyncSQL::m_iPort'
  91. AsyncSQL.cpp:19: warning: when initialized here
  92. g++ -I../libmysql/7.x-5.1.35 -Wall -O2 -pipe -mtune=i686 -D_THREAD_SAFE -fno-exceptions -c Semaphore.cpp
  93. g++ -I../libmysql/7.x-5.1.35 -Wall -O2 -pipe -mtune=i686 -D_THREAD_SAFE -fno-exceptions -c Tellwait.cpp
  94. g++ -I../libmysql/7.x-5.1.35 -Wall -O2 -pipe -mtune=i686 -D_THREAD_SAFE -fno-exceptions -c Statement.cpp
  95. ar cru ./libsql.a AsyncSQL.o Semaphore.o Tellwait.o Statement.o
  96. ranlib ./libsql.a
  97. chmod 700 ./libsql.a
  98. gmake[2]: Leaving directory '/usr/src/libsql'
  99. gmake[1]: Leaving directory '/usr/src/libsql'
  100. gmake -C libgame/src dep
  101. gmake[1]: Entering directory '/usr/src/libgame/src'
  102. touch Depend
  103. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -MM *.cc > Depend
  104. gmake[1]: Leaving directory '/usr/src/libgame/src'
  105. gmake -C libgame/src clean
  106. gmake[1]: Entering directory '/usr/src/libgame/src'
  107. rm -f *.o
  108. rm -f ../lib/libgame.a
  109. gmake[1]: Leaving directory '/usr/src/libgame/src'
  110. gmake -C libgame/src
  111. gmake[1]: Entering directory '/usr/src/libgame/src'
  112. gmake ../lib/libgame.a
  113. gmake[2]: Entering directory '/usr/src/libgame/src'
  114. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c grid.cc
  115. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c attribute.cc
  116. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -I../include -c targa.cc
  117. if [ ! -d ../lib ]; then mkdir ../lib; fi
  118. ar cru ../lib/libgame.a grid.o attribute.o targa.o
  119. ranlib ../lib/libgame.a
  120. chmod 700 ../lib/libgame.a
  121. gmake[2]: Leaving directory '/usr/src/libgame/src'
  122. gmake[1]: Leaving directory '/usr/src/libgame/src'
  123. gmake -C libpoly dep
  124. gmake[1]: Entering directory '/usr/src/libpoly'
  125. touch Depend
  126. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -fno-rtti -MM *.cc > Depend
  127. gmake[1]: Leaving directory '/usr/src/libpoly'
  128. gmake -C libpoly clean
  129. gmake[1]: Entering directory '/usr/src/libpoly'
  130. rm -f *.o
  131. rm -f ./libpoly.a
  132. gmake[1]: Leaving directory '/usr/src/libpoly'
  133. gmake -C libpoly
  134. gmake[1]: Entering directory '/usr/src/libpoly'
  135. gmake ./libpoly.a
  136. gmake[2]: Entering directory '/usr/src/libpoly'
  137. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -fno-rtti -c Base.cc
  138. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -fno-rtti -c Poly.cc
  139. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -fno-rtti -c SymTable.cc
  140. g++ -Wall -O2 -pipe -mtune=i686 -fno-exceptions -fno-rtti -c Symbol.cc
  141. ar cru ./libpoly.a Base.o Poly.o SymTable.o Symbol.o
  142. ranlib ./libpoly.a
  143. chmod 700 ./libpoly.a
  144. gmake[2]: Leaving directory '/usr/src/libpoly'
  145. gmake[1]: Leaving directory '/usr/src/libpoly'
  146. gmake -C libthecore/src dep
  147. gmake[1]: Entering directory '/usr/src/libthecore/src'
  148. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -MM *.c > Depend
  149. gmake[1]: Leaving directory '/usr/src/libthecore/src'
  150. gmake -C libthecore/src clean
  151. gmake[1]: Entering directory '/usr/src/libthecore/src'
  152. rm -f *.o
  153. rm -f ../lib/libthecore.a
  154. gmake[1]: Leaving directory '/usr/src/libthecore/src'
  155. gmake -C libthecore/src
  156. gmake[1]: Entering directory '/usr/src/libthecore/src'
  157. gmake ../lib/libthecore.a
  158. gmake[2]: Entering directory '/usr/src/libthecore/src'
  159. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c socket.c
  160. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c fdwatch.c
  161. fdwatch.c: In function 'void fdwatch_clear_event(fdwatch*, socket_t, unsigned int)':
  162. fdwatch.c:163: warning: comparison between signed and unsigned integer expressions
  163. fdwatch.c:165: warning: comparison between signed and unsigned integer expressions
  164. fdwatch.c: In function 'int fdwatch_check_event(fdwatch*, socket_t, unsigned int)':
  165. fdwatch.c:173: warning: comparison between signed and unsigned integer expressions
  166. fdwatch.c:175: warning: comparison between signed and unsigned integer expressions
  167. fdwatch.c: In function 'int fdwatch_get_ident(fdwatch*, unsigned int)':
  168. fdwatch.c:207: warning: comparison between signed and unsigned integer expressions
  169. fdwatch.c: In function 'void* fdwatch_get_client_data(fdwatch*, unsigned int)':
  170. fdwatch.c:225: warning: comparison between signed and unsigned integer expressions
  171. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c buffer.c
  172. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c signal.c
  173. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c log.c
  174. log.c: In function 'void _sys_err(const char*, int, const char*, ...)':
  175. log.c:129: warning: format '%d' expects type 'int', but argument 5 has type 'suseconds_t'
  176. log.c:129: warning: format '%d' expects type 'int', but argument 5 has type 'suseconds_t'
  177. log.c:117: warning: unused variable 'nMiliSec'
  178. log.c: In function 'void sys_log(unsigned int, const char*, ...)':
  179. log.c:214: warning: format '%d' expects type 'int', but argument 4 has type 'suseconds_t'
  180. log.c:200: warning: unused variable 'nMiliSec'
  181. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c utils.c
  182. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c kstbl.c
  183. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c hangul.c
  184. hangul.c: In function 'const char* first_han(const BYTE*)':
  185. hangul.c:47: warning: deprecated conversion from string constant to 'char*'
  186. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c heart.c
  187. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c main.c
  188. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c tea.c
  189. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c des.c
  190. DES_table.h:164: warning: 'KeyPerm' defined but not used
  191. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c gost.c
  192. g++ -Wall -O2 -pipe -mtune=i686 -g -I../include -c memcpy.c
  193. if [ ! -d ../lib ]; then mkdir ../lib; fi
  194. ar cru ../lib/libthecore.a socket.o fdwatch.o buffer.o signal.o log.o utils.o kstbl.o hangul.o heart.o main.o tea.o des.o gost.o memcpy.o
  195. ranlib ../lib/libthecore.a
  196. chmod 700 ../lib/libthecore.a
  197. gmake[2]: Leaving directory '/usr/src/libthecore/src'
  198. gmake[1]: Leaving directory '/usr/src/libthecore/src'
  199. gmake -C game/src dep
  200. gmake[1]: Entering directory '/usr/src/game/src'
  201. makedepend -f Depend -I../../../Extern/include/boost -I../../libdevil -I../../libmysql/7.x-5.1.35 -I../../../Extern/include -I../../libhackshield/include -I../../libxtrap/include -I../../liblua/include -I/usr/local/include -L/usr/local/lib/mysql -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -pOBJDIR/ BattleArena.cpp FSM.cpp MarkConvert.cpp MarkImage.cpp MarkManager.cpp OXEvent.cpp TrafficProfiler.cpp ani.cpp arena.cpp banword.cpp battle.cpp blend_item.cpp block_country.cpp buffer_manager.cpp building.cpp castle.cpp char.cpp char_affect.cpp char_battle.cpp char_change_empire.cpp char_horse.cpp char_item.cpp char_manager.cpp char_quickslot.cpp char_resist.cpp char_skill.cpp char_state.cpp PetSystem.cpp cmd.cpp cmd_emotion.cpp cmd_general.cpp cmd_gm.cpp cmd_oxevent.cpp config.cpp constants.cpp crc32.cpp cube.cpp db.cpp desc.cpp desc_client.cpp desc_manager.cpp desc_p2p.cpp dev_log.cpp dungeon.cpp empire_text_convert.cpp entity.cpp entity_view.cpp event.cpp event_queue.cpp exchange.cpp file_loader.cpp fishing.cpp gm.cpp guild.cpp guild_manager.cpp guild_war.cpp horse_rider.cpp horsename_manager.cpp input.cpp input_auth.cpp input_db.cpp input_login.cpp input_main.cpp input_p2p.cpp input_teen.cpp input_udp.cpp ip_ban.cpp item.cpp item_addon.cpp item_attribute.cpp item_manager.cpp item_manager_idrange.cpp locale.cpp locale_service.cpp log.cpp login_data.cpp lzo_manager.cpp marriage.cpp matrix_card.cpp messenger_manager.cpp mining.cpp mob_manager.cpp monarch.cpp motion.cpp over9refine.cpp p2p.cpp packet_info.cpp party.cpp passpod.cpp pcbang.cpp polymorph.cpp priv_manager.cpp pvp.cpp questevent.cpp questlua.cpp questlua_affect.cpp questlua_arena.cpp questlua_ba.cpp questlua_mysql.cpp questlua_building.cpp questlua_danceevent.cpp questlua_dungeon.cpp questlua_forked.cpp questlua_game.cpp questlua_global.cpp questlua_guild.cpp questlua_horse.cpp questlua_pet.cpp questlua_item.cpp questlua_marriage.cpp questlua_mgmt.cpp questlua_monarch.cpp questlua_npc.cpp questlua_oxevent.cpp questlua_party.cpp questlua_pc.cpp questlua_quest.cpp questlua_target.cpp questmanager.cpp questnpc.cpp questpc.cpp refine.cpp regen.cpp safebox.cpp sectree.cpp sectree_manager.cpp sequence.cpp shop.cpp skill.cpp start_position.cpp target.cpp text_file_loader.cpp trigger.cpp utils.cpp vector.cpp war_map.cpp wedding.cpp xmas_event.cpp version.cpp panama.cpp threeway_war.cpp map_location.cpp auth_brazil.cpp BlueDragon.cpp BlueDragon_Binder.cpp DragonLair.cpp questlua_dragonlair.cpp HackShield.cpp HackShield_Impl.cpp char_hackshield.cpp skill_power.cpp affect.cpp SpeedServer.cpp questlua_speedserver.cpp XTrapManager.cpp auction_manager.cpp FileMonitor_FreeBSD.cpp ClientPackageCryptInfo.cpp cipher.cpp buff_on_attributes.cpp dragon_soul_table.cpp DragonSoul.cpp group_text_parse_tree.cpp char_dragonsoul.cpp questlua_dragonsoul.cpp shop_manager.cpp shopEx.cpp item_manager_read_tables.cpp minilzo.c main.cpp test.cpp 2> /dev/null > Depend
  202. Makefile:149: recipe for target 'dep' failed
  203. gmake[1]: *** [dep] Error 127
  204. gmake[1]: Leaving directory '/usr/src/game/src'
  205. Makefile:66: recipe for target 'all' failed
  206. gmake: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement