Advertisement
Guest User

Untitled

a guest
Oct 25th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 86.85 KB | None | 0 0
  1. david@david-LX ~/Downloads/libcommuni-master $ ./configure -prefix /home/david/Qt5/5.9.1/gcc_64/ -qmake /home/david/Qt5/5.9.1/gcc_64/bin/qmake
  2.  
  3. Running /home/david/Qt5/5.9.1/gcc_64/bin/qmake ...
  4. Info: creating stash file /home/david/Downloads/libcommuni-master/.qmake.stash
  5. Project MESSAGE: Building Communi 3.5.0
  6. Reading /home/david/Downloads/libcommuni-master/src/src.pro
  7. Reading /home/david/Downloads/libcommuni-master/src/core/core.pro
  8. Reading /home/david/Downloads/libcommuni-master/src/model/model.pro
  9. Reading /home/david/Downloads/libcommuni-master/src/util/util.pro
  10. Reading /home/david/Downloads/libcommuni-master/src/imports/imports.pro
  11. Reading /home/david/Downloads/libcommuni-master/src/imports/qml2/qml2.pro
  12. Reading /home/david/Downloads/libcommuni-master/tests/tests.pro
  13. Reading /home/david/Downloads/libcommuni-master/tests/auto/auto.pro
  14. Reading /home/david/Downloads/libcommuni-master/tests/auto/irc/irc.pro
  15. Reading /home/david/Downloads/libcommuni-master/tests/auto/ircconnection/ircconnection.pro
  16. Reading /home/david/Downloads/libcommuni-master/tests/auto/irccommand/irccommand.pro
  17. Reading /home/david/Downloads/libcommuni-master/tests/auto/ircmessage/ircmessage.pro
  18. Reading /home/david/Downloads/libcommuni-master/tests/auto/ircnetwork/ircnetwork.pro
  19. Reading /home/david/Downloads/libcommuni-master/tests/auto/ircbuffer/ircbuffer.pro
  20. Reading /home/david/Downloads/libcommuni-master/tests/auto/ircbuffermodel/ircbuffermodel.pro
  21. Reading /home/david/Downloads/libcommuni-master/tests/auto/ircchannel/ircchannel.pro
  22. Reading /home/david/Downloads/libcommuni-master/tests/auto/ircuser/ircuser.pro
  23. Reading /home/david/Downloads/libcommuni-master/tests/auto/ircusermodel/ircusermodel.pro
  24. Reading /home/david/Downloads/libcommuni-master/tests/auto/irccommandparser/irccommandparser.pro
  25. Reading /home/david/Downloads/libcommuni-master/tests/auto/irccommandqueue/irccommandqueue.pro
  26. Reading /home/david/Downloads/libcommuni-master/tests/auto/irccompleter/irccompleter.pro
  27. Reading /home/david/Downloads/libcommuni-master/tests/auto/irclagtimer/irclagtimer.pro
  28. Reading /home/david/Downloads/libcommuni-master/tests/auto/ircpalette/ircpalette.pro
  29. Reading /home/david/Downloads/libcommuni-master/tests/auto/irctextformat/irctextformat.pro
  30. Reading /home/david/Downloads/libcommuni-master/tests/benchmarks/benchmarks.pro
  31. Reading /home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessage/ircmessage.pro
  32. Reading /home/david/Downloads/libcommuni-master/tests/benchmarks/irctextformat/irctextformat.pro
  33. Reading /home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessagedecoder/ircmessagedecoder.pro
  34. Reading /home/david/Downloads/libcommuni-master/examples/examples.pro
  35. Reading /home/david/Downloads/libcommuni-master/examples/bot/bot.pro
  36. Reading /home/david/Downloads/libcommuni-master/examples/client/client.pro
  37. Reading /home/david/Downloads/libcommuni-master/examples/minimal/minimal.pro
  38. Reading /home/david/Downloads/libcommuni-master/examples/qmlbot/qmlbot.pro
  39. Reading /home/david/Downloads/libcommuni-master/examples/quick/quick.pro
  40.  
  41. Communi build configuration:
  42. uchardet support ................ auto
  43. ICU support ..................... auto
  44. Examples ........................ yes
  45. Tests ........................... yes
  46.  
  47. Install libs .................... /home/david/Qt5/5.9.1/gcc_64//lib
  48. Install headers ................. /home/david/Qt5/5.9.1/gcc_64//include
  49. Install features ................ /home/david/Qt5/5.9.1/gcc_64//features
  50. Install QML1 imports ............ /home/david/Qt5/5.9.1/gcc_64//imports
  51. Install QML2 imports ............ /home/david/Qt5/5.9.1/gcc_64//qml
  52.  
  53. Communi is now configured for building. Just run 'make'.
  54.  
  55. david@david-LX ~/Downloads/libcommuni-master $ make
  56. cd src/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/src/src.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  57. make[1]: Verzeichnis „/home/david/Downloads/libcommuni-master/src“ wird betreten
  58. cd core/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/src/core/core.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  59. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/core“ wird betreten
  60. generating release/moc_predefs.h
  61. moc ../../include/IrcCore/irc.h
  62. compiling irc.cpp
  63. moc ../../include/IrcCore/irccommand.h
  64. compiling irccommand.cpp
  65. moc ../../include/IrcCore/ircconnection.h
  66. compiling ircconnection.cpp
  67. compiling irccore.cpp
  68. compiling ircfilter.cpp
  69. moc ../../include/IrcCore/ircmessage.h
  70. compiling ircmessage.cpp
  71. compiling ircmessage_p.cpp
  72. moc ../../include/IrcCore/ircmessagecomposer_p.h
  73. compiling ircmessagecomposer.cpp
  74. compiling ircmessagedecoder.cpp
  75. moc ../../include/IrcCore/ircnetwork.h
  76. compiling ircnetwork.cpp
  77. moc ../../include/IrcCore/ircprotocol.h
  78. compiling ircprotocol.cpp
  79. compiling ircmessagedecoder_none.cpp
  80. rm -f libIrcCore.so.3.5.0 libIrcCore.so libIrcCore.so.3 libIrcCore.so.3.5
  81. linking ../../lib/libIrcCore.so.3.5.0
  82. ln -s libIrcCore.so.3.5.0 libIrcCore.so
  83. ln -s libIrcCore.so.3.5.0 libIrcCore.so.3
  84. ln -s libIrcCore.so.3.5.0 libIrcCore.so.3.5
  85. rm -f ../../lib/libIrcCore.so.3.5.0
  86. mv -f libIrcCore.so.3.5.0 ../../lib/
  87. rm -f ../../lib/libIrcCore.so
  88. rm -f ../../lib/libIrcCore.so.3
  89. rm -f ../../lib/libIrcCore.so.3.5
  90. mv -f libIrcCore.so ../../lib/
  91. mv -f libIrcCore.so.3 ../../lib/
  92. mv -f libIrcCore.so.3.5 ../../lib/
  93. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/core“ wird verlassen
  94. cd model/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/src/model/model.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  95. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/model“ wird betreten
  96. generating release/moc_predefs.h
  97. moc ../../include/IrcModel/ircbuffer.h
  98. compiling ircbuffer.cpp
  99. moc ../../include/IrcModel/ircbuffermodel.h
  100. moc ../../include/IrcModel/ircbuffermodel_p.h
  101. compiling ircbuffermodel.cpp
  102. moc ../../include/IrcModel/ircchannel.h
  103. compiling ircchannel.cpp
  104. compiling ircmodel.cpp
  105. moc ../../include/IrcModel/ircuser.h
  106. compiling ircuser.cpp
  107. moc ../../include/IrcModel/ircusermodel.h
  108. compiling ircusermodel.cpp
  109. rm -f libIrcModel.so.3.5.0 libIrcModel.so libIrcModel.so.3 libIrcModel.so.3.5
  110. linking ../../lib/libIrcModel.so.3.5.0
  111. ln -s libIrcModel.so.3.5.0 libIrcModel.so
  112. ln -s libIrcModel.so.3.5.0 libIrcModel.so.3
  113. ln -s libIrcModel.so.3.5.0 libIrcModel.so.3.5
  114. rm -f ../../lib/libIrcModel.so.3.5.0
  115. mv -f libIrcModel.so.3.5.0 ../../lib/
  116. rm -f ../../lib/libIrcModel.so
  117. rm -f ../../lib/libIrcModel.so.3
  118. rm -f ../../lib/libIrcModel.so.3.5
  119. mv -f libIrcModel.so ../../lib/
  120. mv -f libIrcModel.so.3 ../../lib/
  121. mv -f libIrcModel.so.3.5 ../../lib/
  122. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/model“ wird verlassen
  123. cd util/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/src/util/util.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  124. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/util“ wird betreten
  125. generating release/moc_predefs.h
  126. moc ../../include/IrcUtil/irccommandparser.h
  127. compiling irccommandparser.cpp
  128. moc ../../include/IrcUtil/irccommandqueue.h
  129. moc ../../include/IrcUtil/irccommandqueue_p.h
  130. compiling irccommandqueue.cpp
  131. moc ../../include/IrcUtil/irccompleter.h
  132. compiling irccompleter.cpp
  133. moc ../../include/IrcUtil/irclagtimer.h
  134. moc ../../include/IrcUtil/irclagtimer_p.h
  135. compiling irclagtimer.cpp
  136. moc ../../include/IrcUtil/ircpalette.h
  137. compiling ircpalette.cpp
  138. moc ../../include/IrcUtil/irctextformat.h
  139. compiling irctextformat.cpp
  140. compiling irctoken.cpp
  141. compiling ircutil.cpp
  142. rm -f libIrcUtil.so.3.5.0 libIrcUtil.so libIrcUtil.so.3 libIrcUtil.so.3.5
  143. linking ../../lib/libIrcUtil.so.3.5.0
  144. ln -s libIrcUtil.so.3.5.0 libIrcUtil.so
  145. ln -s libIrcUtil.so.3.5.0 libIrcUtil.so.3
  146. ln -s libIrcUtil.so.3.5.0 libIrcUtil.so.3.5
  147. rm -f ../../lib/libIrcUtil.so.3.5.0
  148. mv -f libIrcUtil.so.3.5.0 ../../lib/
  149. rm -f ../../lib/libIrcUtil.so
  150. rm -f ../../lib/libIrcUtil.so.3
  151. rm -f ../../lib/libIrcUtil.so.3.5
  152. mv -f libIrcUtil.so ../../lib/
  153. mv -f libIrcUtil.so.3 ../../lib/
  154. mv -f libIrcUtil.so.3.5 ../../lib/
  155. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/util“ wird verlassen
  156. cd imports/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/src/imports/imports.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  157. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/imports“ wird betreten
  158. cd qml2/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/src/imports/qml2/qml2.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  159. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/imports/qml2“ wird betreten
  160. generating ./moc_predefs.h
  161. moc plugin.cpp
  162. compiling plugin.cpp
  163. rm -f libcommuniplugin.so
  164. linking ../../../qml/Communi/libcommuniplugin.so
  165. mv -f libcommuniplugin.so ../../../qml/Communi/
  166. cp -f /home/david/Downloads/libcommuni-master/src/imports/qml2/qmldir ../../../qml/Communi && cp -f /home/david/Downloads/libcommuni-master/src/imports/qml2/plugins.qmltypes ../../../qml/Communi
  167. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/imports/qml2“ wird verlassen
  168. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/imports“ wird verlassen
  169. make[1]: Verzeichnis „/home/david/Downloads/libcommuni-master/src“ wird verlassen
  170. cd tests/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/tests.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  171. make[1]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests“ wird betreten
  172. cd auto/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/auto.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  173. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto“ wird betreten
  174. cd irc/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irc/irc.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  175. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irc“ wird betreten
  176. generating release/moc_predefs.h
  177. moc tst_irc.cpp
  178. compiling tst_irc.cpp
  179. linking tst_irc
  180. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irc“ wird verlassen
  181. cd ircconnection/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircconnection/ircconnection.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  182. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircconnection“ wird betreten
  183. generating release/moc_predefs.h
  184. moc tst_ircconnection.cpp
  185. compiling tst_ircconnection.cpp
  186. compiling ../shared/tst_ircdata.cpp
  187. compiling ../shared/tst_ircclientserver.cpp
  188. moc ../shared/tst_ircclientserver.h
  189. compiling release/moc_tst_ircclientserver.cpp
  190. linking tst_ircconnection
  191. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircconnection“ wird verlassen
  192. cd irccommand/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irccommand/irccommand.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  193. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccommand“ wird betreten
  194. generating release/moc_predefs.h
  195. moc tst_irccommand.cpp
  196. compiling tst_irccommand.cpp
  197. linking tst_irccommand
  198. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccommand“ wird verlassen
  199. cd ircmessage/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircmessage/ircmessage.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  200. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircmessage“ wird betreten
  201. generating release/moc_predefs.h
  202. moc tst_ircmessage.cpp
  203. compiling tst_ircmessage.cpp
  204. linking tst_ircmessage
  205. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircmessage“ wird verlassen
  206. cd ircnetwork/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircnetwork/ircnetwork.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  207. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircnetwork“ wird betreten
  208. generating release/moc_predefs.h
  209. moc tst_ircnetwork.cpp
  210. compiling tst_ircnetwork.cpp
  211. compiling ../shared/tst_ircdata.cpp
  212. compiling ../shared/tst_ircclientserver.cpp
  213. moc ../shared/tst_ircclientserver.h
  214. compiling release/moc_tst_ircclientserver.cpp
  215. linking tst_ircnetwork
  216. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircnetwork“ wird verlassen
  217. cd ircbuffer/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircbuffer/ircbuffer.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  218. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircbuffer“ wird betreten
  219. generating release/moc_predefs.h
  220. moc tst_ircbuffer.cpp
  221. compiling tst_ircbuffer.cpp
  222. linking tst_ircbuffer
  223. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircbuffer“ wird verlassen
  224. cd ircbuffermodel/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircbuffermodel/ircbuffermodel.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  225. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircbuffermodel“ wird betreten
  226. generating release/moc_predefs.h
  227. moc tst_ircbuffermodel.cpp
  228. compiling tst_ircbuffermodel.cpp
  229. compiling ../shared/tst_ircdata.cpp
  230. compiling ../shared/tst_ircclientserver.cpp
  231. moc ../shared/tst_ircclientserver.h
  232. compiling release/moc_tst_ircclientserver.cpp
  233. linking tst_ircbuffermodel
  234. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircbuffermodel“ wird verlassen
  235. cd ircchannel/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircchannel/ircchannel.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  236. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircchannel“ wird betreten
  237. generating release/moc_predefs.h
  238. moc tst_ircchannel.cpp
  239. compiling tst_ircchannel.cpp
  240. linking tst_ircchannel
  241. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircchannel“ wird verlassen
  242. cd ircuser/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircuser/ircuser.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  243. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircuser“ wird betreten
  244. generating release/moc_predefs.h
  245. moc tst_ircuser.cpp
  246. compiling tst_ircuser.cpp
  247. linking tst_ircuser
  248. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircuser“ wird verlassen
  249. cd ircusermodel/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircusermodel/ircusermodel.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  250. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircusermodel“ wird betreten
  251. generating release/moc_predefs.h
  252. moc tst_ircusermodel.cpp
  253. compiling tst_ircusermodel.cpp
  254. compiling ../shared/tst_ircdata.cpp
  255. compiling ../shared/tst_ircclientserver.cpp
  256. moc ../shared/tst_ircclientserver.h
  257. compiling release/moc_tst_ircclientserver.cpp
  258. linking tst_ircusermodel
  259. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircusermodel“ wird verlassen
  260. cd irccommandparser/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irccommandparser/irccommandparser.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  261. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccommandparser“ wird betreten
  262. generating release/moc_predefs.h
  263. moc tst_irccommandparser.cpp
  264. compiling tst_irccommandparser.cpp
  265. linking tst_irccommandparser
  266. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccommandparser“ wird verlassen
  267. cd irccommandqueue/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irccommandqueue/irccommandqueue.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  268. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccommandqueue“ wird betreten
  269. generating release/moc_predefs.h
  270. moc tst_irccommandqueue.cpp
  271. compiling tst_irccommandqueue.cpp
  272. compiling ../shared/tst_ircdata.cpp
  273. compiling ../shared/tst_ircclientserver.cpp
  274. moc ../shared/tst_ircclientserver.h
  275. compiling release/moc_tst_ircclientserver.cpp
  276. linking tst_irccommandqueue
  277. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccommandqueue“ wird verlassen
  278. cd irccompleter/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irccompleter/irccompleter.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  279. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccompleter“ wird betreten
  280. generating release/moc_predefs.h
  281. moc tst_irccompleter.cpp
  282. compiling tst_irccompleter.cpp
  283. compiling ../shared/tst_ircdata.cpp
  284. compiling ../shared/tst_ircclientserver.cpp
  285. moc ../shared/tst_ircclientserver.h
  286. compiling release/moc_tst_ircclientserver.cpp
  287. linking tst_irccompleter
  288. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccompleter“ wird verlassen
  289. cd irclagtimer/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irclagtimer/irclagtimer.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  290. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irclagtimer“ wird betreten
  291. generating release/moc_predefs.h
  292. moc tst_irclagtimer.cpp
  293. compiling tst_irclagtimer.cpp
  294. compiling ../shared/tst_ircdata.cpp
  295. compiling ../shared/tst_ircclientserver.cpp
  296. moc ../shared/tst_ircclientserver.h
  297. compiling release/moc_tst_ircclientserver.cpp
  298. linking tst_irclagtimer
  299. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irclagtimer“ wird verlassen
  300. cd ircpalette/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircpalette/ircpalette.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  301. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircpalette“ wird betreten
  302. generating release/moc_predefs.h
  303. moc tst_ircpalette.cpp
  304. compiling tst_ircpalette.cpp
  305. linking tst_ircpalette
  306. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircpalette“ wird verlassen
  307. cd irctextformat/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irctextformat/irctextformat.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  308. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irctextformat“ wird betreten
  309. generating release/moc_predefs.h
  310. moc tst_irctextformat.cpp
  311. compiling tst_irctextformat.cpp
  312. linking tst_irctextformat
  313. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irctextformat“ wird verlassen
  314. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto“ wird verlassen
  315. cd benchmarks/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/benchmarks/benchmarks.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  316. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks“ wird betreten
  317. cd ircmessage/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessage/ircmessage.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  318. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessage“ wird betreten
  319. generating release/moc_predefs.h
  320. moc tst_ircmessage.cpp
  321. compiling tst_ircmessage.cpp
  322. linking tst_ircmessage
  323. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessage“ wird verlassen
  324. cd irctextformat/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/benchmarks/irctextformat/irctextformat.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  325. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks/irctextformat“ wird betreten
  326. generating release/moc_predefs.h
  327. moc tst_irctextformat.cpp
  328. compiling tst_irctextformat.cpp
  329. linking tst_irctextformat
  330. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks/irctextformat“ wird verlassen
  331. cd ircmessagedecoder/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessagedecoder/ircmessagedecoder.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  332. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessagedecoder“ wird betreten
  333. generating release/moc_predefs.h
  334. moc tst_ircmessagedecoder.cpp
  335. compiling tst_ircmessagedecoder.cpp
  336. linking tst_ircmessagedecoder
  337. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessagedecoder“ wird verlassen
  338. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks“ wird verlassen
  339. make[1]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests“ wird verlassen
  340. cd examples/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/examples/examples.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  341. make[1]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples“ wird betreten
  342. cd bot/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/examples/bot/bot.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  343. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/bot“ wird betreten
  344. compiling ircbot.cpp
  345. compiling main.cpp
  346. generating release/moc_predefs.h
  347. moc ircbot.h
  348. compiling release/moc_ircbot.cpp
  349. linking bot
  350. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/bot“ wird verlassen
  351. cd client/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/examples/client/client.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  352. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/client“ wird betreten
  353. compiling ircclient.cpp
  354. compiling ircmessageformatter.cpp
  355. compiling main.cpp
  356. generating release/moc_predefs.h
  357. moc ircclient.h
  358. compiling release/moc_ircclient.cpp
  359. linking client
  360. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/client“ wird verlassen
  361. cd minimal/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/examples/minimal/minimal.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  362. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/minimal“ wird betreten
  363. compiling main.cpp
  364. linking minimal
  365. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/minimal“ wird verlassen
  366. cd qmlbot/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/examples/qmlbot/qmlbot.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  367. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/qmlbot“ wird betreten
  368. compiling main.cpp
  369. rcc qmlbot.qrc
  370. compiling release/qrc_qmlbot.cpp
  371. linking qmlbot
  372. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/qmlbot“ wird verlassen
  373. cd quick/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/examples/quick/quick.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile
  374. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/quick“ wird betreten
  375. compiling main.cpp
  376. rcc quick.qrc
  377. compiling release/qrc_quick.cpp
  378. linking quick
  379. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/quick“ wird verlassen
  380. make[1]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples“ wird verlassen
  381. david@david-LX ~/Downloads/libcommuni-master $ make install
  382. cd src/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/src/src.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  383. make[1]: Verzeichnis „/home/david/Downloads/libcommuni-master/src“ wird betreten
  384. cd core/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/src/core/core.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  385. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/core“ wird betreten
  386. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall -exe ../../lib/libIrcCore.so.3.5.0 /home/david/Qt5/5.9.1/gcc_64/lib/libIrcCore.so.3.5.0
  387. strip --strip-unneeded /home/david/Qt5/5.9.1/gcc_64/lib/libIrcCore.so.3.5.0
  388. ln -f -s libIrcCore.so.3.5.0 /home/david/Qt5/5.9.1/gcc_64/lib/libIrcCore.so
  389. ln -f -s libIrcCore.so.3.5.0 /home/david/Qt5/5.9.1/gcc_64/lib/libIrcCore.so.3
  390. ln -f -s libIrcCore.so.3.5.0 /home/david/Qt5/5.9.1/gcc_64/lib/libIrcCore.so.3.5
  391. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/irc.h /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/irc.h
  392. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/irc.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/irc.h: Destination file exists
  393. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  394. make[2]: [install_headers] Fehler 3 (ignoriert)
  395. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/irccommand.h /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/irccommand.h
  396. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/irccommand.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/irccommand.h: Destination file exists
  397. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  398. make[2]: [install_headers] Fehler 3 (ignoriert)
  399. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/ircconnection.h /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/ircconnection.h
  400. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/ircconnection.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/ircconnection.h: Destination file exists
  401. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  402. make[2]: [install_headers] Fehler 3 (ignoriert)
  403. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/irccore.h /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/irccore.h
  404. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/irccore.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/irccore.h: Destination file exists
  405. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  406. make[2]: [install_headers] Fehler 3 (ignoriert)
  407. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/ircfilter.h /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/ircfilter.h
  408. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/ircfilter.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/ircfilter.h: Destination file exists
  409. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  410. make[2]: [install_headers] Fehler 3 (ignoriert)
  411. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/ircglobal.h /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/ircglobal.h
  412. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/ircglobal.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/ircglobal.h: Destination file exists
  413. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  414. make[2]: [install_headers] Fehler 3 (ignoriert)
  415. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/ircmessage.h /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/ircmessage.h
  416. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/ircmessage.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/ircmessage.h: Destination file exists
  417. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  418. make[2]: [install_headers] Fehler 3 (ignoriert)
  419. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/ircnetwork.h /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/ircnetwork.h
  420. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/ircnetwork.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/ircnetwork.h: Destination file exists
  421. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  422. make[2]: [install_headers] Fehler 3 (ignoriert)
  423. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/ircprotocol.h /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/ircprotocol.h
  424. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/ircprotocol.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/ircprotocol.h: Destination file exists
  425. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  426. make[2]: [install_headers] Fehler 3 (ignoriert)
  427. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/Irc /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/Irc
  428. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/Irc to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/Irc: Destination file exists
  429. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  430. make[2]: [install_headers] Fehler 3 (ignoriert)
  431. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/IrcCommand /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcCommand
  432. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/IrcCommand to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcCommand: Destination file exists
  433. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  434. make[2]: [install_headers] Fehler 3 (ignoriert)
  435. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/IrcCommandFilter /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcCommandFilter
  436. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/IrcCommandFilter to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcCommandFilter: Destination file exists
  437. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  438. make[2]: [install_headers] Fehler 3 (ignoriert)
  439. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/IrcConnection /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcConnection
  440. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/IrcConnection to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcConnection: Destination file exists
  441. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  442. make[2]: [install_headers] Fehler 3 (ignoriert)
  443. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/IrcCore /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcCore
  444. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/IrcCore to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcCore: Destination file exists
  445. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  446. make[2]: [install_headers] Fehler 3 (ignoriert)
  447. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/IrcGlobal /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcGlobal
  448. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/IrcGlobal to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcGlobal: Destination file exists
  449. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  450. make[2]: [install_headers] Fehler 3 (ignoriert)
  451. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/IrcMessage /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcMessage
  452. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/IrcMessage to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcMessage: Destination file exists
  453. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  454. make[2]: [install_headers] Fehler 3 (ignoriert)
  455. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/IrcMessageFilter /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcMessageFilter
  456. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/IrcMessageFilter to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcMessageFilter: Destination file exists
  457. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  458. make[2]: [install_headers] Fehler 3 (ignoriert)
  459. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/IrcNetwork /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcNetwork
  460. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/IrcNetwork to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcNetwork: Destination file exists
  461. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  462. make[2]: [install_headers] Fehler 3 (ignoriert)
  463. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcCore/IrcProtocol /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcProtocol
  464. Error copying /home/david/Downloads/libcommuni-master/include/IrcCore/IrcProtocol to /home/david/Qt5/5.9.1/gcc_64//include/IrcCore/IrcProtocol: Destination file exists
  465. Makefile:2003: die Regel für Ziel „install_headers“ scheiterte
  466. make[2]: [install_headers] Fehler 3 (ignoriert)
  467. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/core“ wird verlassen
  468. cd model/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/src/model/model.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  469. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/model“ wird betreten
  470. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall -exe ../../lib/libIrcModel.so.3.5.0 /home/david/Qt5/5.9.1/gcc_64/lib/libIrcModel.so.3.5.0
  471. strip --strip-unneeded /home/david/Qt5/5.9.1/gcc_64/lib/libIrcModel.so.3.5.0
  472. ln -f -s libIrcModel.so.3.5.0 /home/david/Qt5/5.9.1/gcc_64/lib/libIrcModel.so
  473. ln -f -s libIrcModel.so.3.5.0 /home/david/Qt5/5.9.1/gcc_64/lib/libIrcModel.so.3
  474. ln -f -s libIrcModel.so.3.5.0 /home/david/Qt5/5.9.1/gcc_64/lib/libIrcModel.so.3.5
  475. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcModel/ircbuffer.h /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/ircbuffer.h
  476. Error copying /home/david/Downloads/libcommuni-master/include/IrcModel/ircbuffer.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/ircbuffer.h: Destination file exists
  477. Makefile:1489: die Regel für Ziel „install_headers“ scheiterte
  478. make[2]: [install_headers] Fehler 3 (ignoriert)
  479. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcModel/ircbuffermodel.h /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/ircbuffermodel.h
  480. Error copying /home/david/Downloads/libcommuni-master/include/IrcModel/ircbuffermodel.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/ircbuffermodel.h: Destination file exists
  481. Makefile:1489: die Regel für Ziel „install_headers“ scheiterte
  482. make[2]: [install_headers] Fehler 3 (ignoriert)
  483. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcModel/ircchannel.h /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/ircchannel.h
  484. Error copying /home/david/Downloads/libcommuni-master/include/IrcModel/ircchannel.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/ircchannel.h: Destination file exists
  485. Makefile:1489: die Regel für Ziel „install_headers“ scheiterte
  486. make[2]: [install_headers] Fehler 3 (ignoriert)
  487. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcModel/ircmodel.h /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/ircmodel.h
  488. Error copying /home/david/Downloads/libcommuni-master/include/IrcModel/ircmodel.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/ircmodel.h: Destination file exists
  489. Makefile:1489: die Regel für Ziel „install_headers“ scheiterte
  490. make[2]: [install_headers] Fehler 3 (ignoriert)
  491. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcModel/ircuser.h /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/ircuser.h
  492. Error copying /home/david/Downloads/libcommuni-master/include/IrcModel/ircuser.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/ircuser.h: Destination file exists
  493. Makefile:1489: die Regel für Ziel „install_headers“ scheiterte
  494. make[2]: [install_headers] Fehler 3 (ignoriert)
  495. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcModel/ircusermodel.h /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/ircusermodel.h
  496. Error copying /home/david/Downloads/libcommuni-master/include/IrcModel/ircusermodel.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/ircusermodel.h: Destination file exists
  497. Makefile:1489: die Regel für Ziel „install_headers“ scheiterte
  498. make[2]: [install_headers] Fehler 3 (ignoriert)
  499. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcModel/IrcBuffer /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/IrcBuffer
  500. Error copying /home/david/Downloads/libcommuni-master/include/IrcModel/IrcBuffer to /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/IrcBuffer: Destination file exists
  501. Makefile:1489: die Regel für Ziel „install_headers“ scheiterte
  502. make[2]: [install_headers] Fehler 3 (ignoriert)
  503. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcModel/IrcBufferModel /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/IrcBufferModel
  504. Error copying /home/david/Downloads/libcommuni-master/include/IrcModel/IrcBufferModel to /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/IrcBufferModel: Destination file exists
  505. Makefile:1489: die Regel für Ziel „install_headers“ scheiterte
  506. make[2]: [install_headers] Fehler 3 (ignoriert)
  507. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcModel/IrcChannel /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/IrcChannel
  508. Error copying /home/david/Downloads/libcommuni-master/include/IrcModel/IrcChannel to /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/IrcChannel: Destination file exists
  509. Makefile:1489: die Regel für Ziel „install_headers“ scheiterte
  510. make[2]: [install_headers] Fehler 3 (ignoriert)
  511. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcModel/IrcModel /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/IrcModel
  512. Error copying /home/david/Downloads/libcommuni-master/include/IrcModel/IrcModel to /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/IrcModel: Destination file exists
  513. Makefile:1489: die Regel für Ziel „install_headers“ scheiterte
  514. make[2]: [install_headers] Fehler 3 (ignoriert)
  515. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcModel/IrcUser /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/IrcUser
  516. Error copying /home/david/Downloads/libcommuni-master/include/IrcModel/IrcUser to /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/IrcUser: Destination file exists
  517. Makefile:1489: die Regel für Ziel „install_headers“ scheiterte
  518. make[2]: [install_headers] Fehler 3 (ignoriert)
  519. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcModel/IrcUserModel /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/IrcUserModel
  520. Error copying /home/david/Downloads/libcommuni-master/include/IrcModel/IrcUserModel to /home/david/Qt5/5.9.1/gcc_64//include/IrcModel/IrcUserModel: Destination file exists
  521. Makefile:1489: die Regel für Ziel „install_headers“ scheiterte
  522. make[2]: [install_headers] Fehler 3 (ignoriert)
  523. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/model“ wird verlassen
  524. cd util/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/src/util/util.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  525. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/util“ wird betreten
  526. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall -exe ../../lib/libIrcUtil.so.3.5.0 /home/david/Qt5/5.9.1/gcc_64/lib/libIrcUtil.so.3.5.0
  527. strip --strip-unneeded /home/david/Qt5/5.9.1/gcc_64/lib/libIrcUtil.so.3.5.0
  528. ln -f -s libIrcUtil.so.3.5.0 /home/david/Qt5/5.9.1/gcc_64/lib/libIrcUtil.so
  529. ln -f -s libIrcUtil.so.3.5.0 /home/david/Qt5/5.9.1/gcc_64/lib/libIrcUtil.so.3
  530. ln -f -s libIrcUtil.so.3.5.0 /home/david/Qt5/5.9.1/gcc_64/lib/libIrcUtil.so.3.5
  531. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/irccommandparser.h /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/irccommandparser.h
  532. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/irccommandparser.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/irccommandparser.h: Destination file exists
  533. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  534. make[2]: [install_headers] Fehler 3 (ignoriert)
  535. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/irccommandqueue.h /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/irccommandqueue.h
  536. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/irccommandqueue.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/irccommandqueue.h: Destination file exists
  537. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  538. make[2]: [install_headers] Fehler 3 (ignoriert)
  539. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/irccompleter.h /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/irccompleter.h
  540. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/irccompleter.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/irccompleter.h: Destination file exists
  541. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  542. make[2]: [install_headers] Fehler 3 (ignoriert)
  543. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/irclagtimer.h /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/irclagtimer.h
  544. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/irclagtimer.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/irclagtimer.h: Destination file exists
  545. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  546. make[2]: [install_headers] Fehler 3 (ignoriert)
  547. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/ircpalette.h /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/ircpalette.h
  548. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/ircpalette.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/ircpalette.h: Destination file exists
  549. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  550. make[2]: [install_headers] Fehler 3 (ignoriert)
  551. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/irctextformat.h /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/irctextformat.h
  552. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/irctextformat.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/irctextformat.h: Destination file exists
  553. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  554. make[2]: [install_headers] Fehler 3 (ignoriert)
  555. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/ircutil.h /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/ircutil.h
  556. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/ircutil.h to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/ircutil.h: Destination file exists
  557. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  558. make[2]: [install_headers] Fehler 3 (ignoriert)
  559. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcCommandParser /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcCommandParser
  560. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcCommandParser to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcCommandParser: Destination file exists
  561. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  562. make[2]: [install_headers] Fehler 3 (ignoriert)
  563. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcCommandQueue /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcCommandQueue
  564. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcCommandQueue to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcCommandQueue: Destination file exists
  565. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  566. make[2]: [install_headers] Fehler 3 (ignoriert)
  567. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcCompleter /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcCompleter
  568. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcCompleter to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcCompleter: Destination file exists
  569. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  570. make[2]: [install_headers] Fehler 3 (ignoriert)
  571. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcLagTimer /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcLagTimer
  572. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcLagTimer to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcLagTimer: Destination file exists
  573. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  574. make[2]: [install_headers] Fehler 3 (ignoriert)
  575. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcPalette /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcPalette
  576. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcPalette to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcPalette: Destination file exists
  577. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  578. make[2]: [install_headers] Fehler 3 (ignoriert)
  579. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcTextFormat /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcTextFormat
  580. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcTextFormat to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcTextFormat: Destination file exists
  581. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  582. make[2]: [install_headers] Fehler 3 (ignoriert)
  583. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcUtil /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcUtil
  584. Error copying /home/david/Downloads/libcommuni-master/include/IrcUtil/IrcUtil to /home/david/Qt5/5.9.1/gcc_64//include/IrcUtil/IrcUtil: Destination file exists
  585. Makefile:1650: die Regel für Ziel „install_headers“ scheiterte
  586. make[2]: [install_headers] Fehler 3 (ignoriert)
  587. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/util“ wird verlassen
  588. cd imports/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/src/imports/imports.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  589. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/imports“ wird betreten
  590. cd qml2/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/src/imports/qml2/qml2.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  591. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/imports/qml2“ wird betreten
  592. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall -exe ../../../qml/Communi/libcommuniplugin.so /home/david/Qt5/5.9.1/gcc_64/qml/Communi/libcommuniplugin.so
  593. strip --strip-unneeded /home/david/Qt5/5.9.1/gcc_64/qml/Communi/libcommuniplugin.so
  594. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/src/imports/qml2/qmldir /home/david/Qt5/5.9.1/gcc_64//qml/Communi/qmldir
  595. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/src/imports/qml2/plugins.qmltypes /home/david/Qt5/5.9.1/gcc_64//qml/Communi/plugins.qmltypes
  596. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/imports/qml2“ wird verlassen
  597. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/src/imports“ wird verlassen
  598. make[1]: Verzeichnis „/home/david/Downloads/libcommuni-master/src“ wird verlassen
  599. cd tests/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/tests.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  600. make[1]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests“ wird betreten
  601. cd auto/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/auto.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  602. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto“ wird betreten
  603. cd irc/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irc/irc.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  604. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irc“ wird betreten
  605. make[3]: Für das Ziel „install“ ist nichts zu tun.
  606. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irc“ wird verlassen
  607. cd ircconnection/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircconnection/ircconnection.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  608. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircconnection“ wird betreten
  609. make[3]: Für das Ziel „install“ ist nichts zu tun.
  610. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircconnection“ wird verlassen
  611. cd irccommand/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irccommand/irccommand.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  612. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccommand“ wird betreten
  613. make[3]: Für das Ziel „install“ ist nichts zu tun.
  614. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccommand“ wird verlassen
  615. cd ircmessage/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircmessage/ircmessage.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  616. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircmessage“ wird betreten
  617. make[3]: Für das Ziel „install“ ist nichts zu tun.
  618. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircmessage“ wird verlassen
  619. cd ircnetwork/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircnetwork/ircnetwork.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  620. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircnetwork“ wird betreten
  621. make[3]: Für das Ziel „install“ ist nichts zu tun.
  622. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircnetwork“ wird verlassen
  623. cd ircbuffer/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircbuffer/ircbuffer.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  624. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircbuffer“ wird betreten
  625. make[3]: Für das Ziel „install“ ist nichts zu tun.
  626. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircbuffer“ wird verlassen
  627. cd ircbuffermodel/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircbuffermodel/ircbuffermodel.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  628. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircbuffermodel“ wird betreten
  629. make[3]: Für das Ziel „install“ ist nichts zu tun.
  630. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircbuffermodel“ wird verlassen
  631. cd ircchannel/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircchannel/ircchannel.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  632. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircchannel“ wird betreten
  633. make[3]: Für das Ziel „install“ ist nichts zu tun.
  634. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircchannel“ wird verlassen
  635. cd ircuser/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircuser/ircuser.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  636. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircuser“ wird betreten
  637. make[3]: Für das Ziel „install“ ist nichts zu tun.
  638. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircuser“ wird verlassen
  639. cd ircusermodel/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircusermodel/ircusermodel.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  640. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircusermodel“ wird betreten
  641. make[3]: Für das Ziel „install“ ist nichts zu tun.
  642. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircusermodel“ wird verlassen
  643. cd irccommandparser/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irccommandparser/irccommandparser.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  644. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccommandparser“ wird betreten
  645. make[3]: Für das Ziel „install“ ist nichts zu tun.
  646. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccommandparser“ wird verlassen
  647. cd irccommandqueue/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irccommandqueue/irccommandqueue.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  648. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccommandqueue“ wird betreten
  649. make[3]: Für das Ziel „install“ ist nichts zu tun.
  650. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccommandqueue“ wird verlassen
  651. cd irccompleter/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irccompleter/irccompleter.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  652. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccompleter“ wird betreten
  653. make[3]: Für das Ziel „install“ ist nichts zu tun.
  654. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irccompleter“ wird verlassen
  655. cd irclagtimer/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irclagtimer/irclagtimer.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  656. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irclagtimer“ wird betreten
  657. make[3]: Für das Ziel „install“ ist nichts zu tun.
  658. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irclagtimer“ wird verlassen
  659. cd ircpalette/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/ircpalette/ircpalette.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  660. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircpalette“ wird betreten
  661. make[3]: Für das Ziel „install“ ist nichts zu tun.
  662. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/ircpalette“ wird verlassen
  663. cd irctextformat/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/auto/irctextformat/irctextformat.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  664. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irctextformat“ wird betreten
  665. make[3]: Für das Ziel „install“ ist nichts zu tun.
  666. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto/irctextformat“ wird verlassen
  667. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/auto“ wird verlassen
  668. cd benchmarks/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/benchmarks/benchmarks.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  669. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks“ wird betreten
  670. cd ircmessage/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessage/ircmessage.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  671. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessage“ wird betreten
  672. make[3]: Für das Ziel „install“ ist nichts zu tun.
  673. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessage“ wird verlassen
  674. cd irctextformat/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/benchmarks/irctextformat/irctextformat.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  675. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks/irctextformat“ wird betreten
  676. make[3]: Für das Ziel „install“ ist nichts zu tun.
  677. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks/irctextformat“ wird verlassen
  678. cd ircmessagedecoder/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessagedecoder/ircmessagedecoder.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  679. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessagedecoder“ wird betreten
  680. make[3]: Für das Ziel „install“ ist nichts zu tun.
  681. make[3]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks/ircmessagedecoder“ wird verlassen
  682. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests/benchmarks“ wird verlassen
  683. make[1]: Verzeichnis „/home/david/Downloads/libcommuni-master/tests“ wird verlassen
  684. cd examples/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/examples/examples.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  685. make[1]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples“ wird betreten
  686. cd bot/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/examples/bot/bot.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  687. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/bot“ wird betreten
  688. make[2]: Für das Ziel „install“ ist nichts zu tun.
  689. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/bot“ wird verlassen
  690. cd client/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/examples/client/client.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  691. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/client“ wird betreten
  692. make[2]: Für das Ziel „install“ ist nichts zu tun.
  693. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/client“ wird verlassen
  694. cd minimal/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/examples/minimal/minimal.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  695. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/minimal“ wird betreten
  696. make[2]: Für das Ziel „install“ ist nichts zu tun.
  697. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/minimal“ wird verlassen
  698. cd qmlbot/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/examples/qmlbot/qmlbot.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  699. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/qmlbot“ wird betreten
  700. make[2]: Für das Ziel „install“ ist nichts zu tun.
  701. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/qmlbot“ wird verlassen
  702. cd quick/ && ( test -e Makefile || /home/david/Qt5/5.9.1/gcc_64/bin/qmake -o Makefile /home/david/Downloads/libcommuni-master/examples/quick/quick.pro IRC_INSTALL_LIBS=/home/david/Qt5/5.9.1/gcc_64//lib IRC_INSTALL_BINS=/home/david/Qt5/5.9.1/gcc_64//bin IRC_INSTALL_HEADERS=/home/david/Qt5/5.9.1/gcc_64//include IRC_INSTALL_FEATURES=/home/david/Qt5/5.9.1/gcc_64//features IRC_INSTALL_IMPORTS=/home/david/Qt5/5.9.1/gcc_64//imports IRC_INSTALL_QML=/home/david/Qt5/5.9.1/gcc_64//qml CONFIG+= ) && make -f Makefile install
  703. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/quick“ wird betreten
  704. make[2]: Für das Ziel „install“ ist nichts zu tun.
  705. make[2]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples/quick“ wird verlassen
  706. make[1]: Verzeichnis „/home/david/Downloads/libcommuni-master/examples“ wird verlassen
  707. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/features/communi.prf /home/david/Qt5/5.9.1/gcc_64//features/communi.prf
  708. Error copying /home/david/Downloads/libcommuni-master/features/communi.prf to /home/david/Qt5/5.9.1/gcc_64//features/communi.prf: Destination file exists
  709. Makefile:556: die Regel für Ziel „install_features“ scheiterte
  710. make: [install_features] Fehler 3 (ignoriert)
  711. /home/david/Qt5/5.9.1/gcc_64/bin/qmake -install qinstall /home/david/Downloads/libcommuni-master/communi-config.prf /home/david/Qt5/5.9.1/gcc_64//features/communi-config.prf
  712. Error copying /home/david/Downloads/libcommuni-master/communi-config.prf to /home/david/Qt5/5.9.1/gcc_64//features/communi-config.prf: Destination file exists
  713. Makefile:556: die Regel für Ziel „install_features“ scheiterte
  714. make: [install_features] Fehler 3 (ignoriert)
  715. david@david-LX ~/Downloads/libcommuni-master $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement