Advertisement
Guest User

ansvif

a guest
Sep 14th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.96 KB | None | 0 0
  1. root@mercury:~/test/ansvif# apt install automake autoconf-archive zlib1g-dev g++ gcc
  2. Paketlisten werden gelesen... Fertig
  3. Abhängigkeitsbaum wird aufgebaut.
  4. Statusinformationen werden eingelesen.... Fertig
  5. automake ist schon die neueste Version (1:1.16.1-1.1).
  6. automake wurde als manuell installiert festgelegt.
  7. g++ ist schon die neueste Version (4:8.1.0-1).
  8. g++ wurde als manuell installiert festgelegt.
  9. gcc ist schon die neueste Version (4:8.1.0-1).
  10. gcc wurde als manuell installiert festgelegt.
  11. zlib1g-dev ist schon die neueste Version (1:1.2.11.dfsg-1).
  12. zlib1g-dev wurde als manuell installiert festgelegt.
  13. Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  14. couchdb erlang17-asn1 erlang17-base erlang17-crypto erlang17-eunit erlang17-inets
  15. erlang17-mnesia erlang17-os-mon erlang17-public-key erlang17-runtime-tools
  16. erlang17-snmp erlang17-ssl erlang17-syntax-tools erlang17-tools erlang17-webtool
  17. erlang17-xmerl libarmadillo8 libfolks-telepathy25 libgail-3-0 libjs-jquery-form
  18. libmission-control-plugins0 libmozjs185-1.0 libqgis-analysis2.18.22
  19. libqgis-core2.18.22 libqgis-gui2.18.22 libqgis-networkanalysis2.18.22
  20. libqgis-server2.18.22 libqgispython2.18.22 libradare2-2.8 libsctp1
  21. libtelepathy-glib0 telepathy-mission-control-5
  22. Verwenden Sie »apt autoremove«, um sie zu entfernen.
  23. Die folgenden NEUEN Pakete werden installiert:
  24. autoconf-archive
  25. 0 aktualisiert, 1 neu installiert, 0 zu entfernen und 66 nicht aktualisiert.
  26. Es müssen 744 kB an Archiven heruntergeladen werden.
  27. Nach dieser Operation werden 6.414 kB Plattenplatz zusätzlich benutzt.
  28. Möchten Sie fortfahren? [J/n] J
  29. Holen:1 http://archive-3.kali.org/kali kali-rolling/main amd64 autoconf-archive all 20170928-2 [744 kB]
  30. Es wurden 744 kB in 1 s geholt (1.255 kB/s).
  31. Vormals nicht ausgewähltes Paket autoconf-archive wird gewählt.
  32. (Lese Datenbank ... 411766 Dateien und Verzeichnisse sind derzeit installiert.)
  33. Vorbereitung zum Entpacken von .../autoconf-archive_20170928-2_all.deb ...
  34. Entpacken von autoconf-archive (20170928-2) ...
  35. autoconf-archive (20170928-2) wird eingerichtet ...
  36. root@mercury:~/test/ansvif# aclocal && autoconf && automake -a && ./configure && make && make check
  37. checking for gcc... gcc
  38. checking whether the C compiler works... yes
  39. checking for C compiler default output file name... a.out
  40. checking for suffix of executables...
  41. checking whether we are cross compiling... no
  42. checking for suffix of object files... o
  43. checking whether we are using the GNU C compiler... yes
  44. checking whether gcc accepts -g... yes
  45. checking for gcc option to accept ISO C89... none needed
  46. checking whether gcc understands -c and -o together... yes
  47. checking for g++... g++
  48. checking whether we are using the GNU C++ compiler... yes
  49. checking whether g++ accepts -g... yes
  50. checking how to run the C++ preprocessor... g++ -E
  51. checking for grep that handles long lines and -e... /bin/grep
  52. checking for egrep... /bin/grep -E
  53. checking for ANSI C header files... yes
  54. checking for sys/types.h... yes
  55. checking for sys/stat.h... yes
  56. checking for stdlib.h... yes
  57. checking for string.h... yes
  58. checking for memory.h... yes
  59. checking for strings.h... yes
  60. checking for inttypes.h... yes
  61. checking for stdint.h... yes
  62. checking for unistd.h... yes
  63. checking for size_t... yes
  64. checking for ranlib... ranlib
  65. checking for ANSI C header files... (cached) yes
  66. checking whether g++ supports C++11 features by default... yes
  67. checking string usability... yes
  68. checking string presence... yes
  69. checking for string... yes
  70. checking ipstream usability... no
  71. checking ipstream presence... no
  72. checking for ipstream... no
  73. checking lz usability... no
  74. checking lz presence... no
  75. checking for lz... no
  76. checking crypto usability... no
  77. checking crypto presence... no
  78. checking for crypto... no
  79. checking for a BSD-compatible install... /usr/bin/install -c
  80. checking whether build environment is sane... yes
  81. checking for a thread-safe mkdir -p... /bin/mkdir -p
  82. checking for gawk... gawk
  83. checking whether make sets $(MAKE)... yes
  84. checking whether make supports the include directive... yes (GNU style)
  85. checking whether make supports nested variables... yes
  86. checking dependency style of gcc... gcc3
  87. checking dependency style of g++... gcc3
  88. configure: syscalls module is disabled
  89. configure: GTK enabled, we will try to compile them
  90. checking for pkg-config... /usr/bin/pkg-config
  91. checking pkg-config is at least version 0.9.0... yes
  92. checking for GTK... yes
  93. configure: Test Code, we will try to compile them
  94. checking that generated files are newer than configure... done
  95. configure: creating ./config.status
  96. config.status: creating Makefile
  97. config.status: executing depfiles commands
  98. g++ -DPACKAGE_NAME=\"ansvif\" -DPACKAGE_TARNAME=\"ansvif\" -DPACKAGE_VERSION=\"1.10\" -DPACKAGE_STRING=\"ansvif\ 1.10\" -DPACKAGE_BUGREPORT=\"marshallwhittaker@gmail.com\" -DPACKAGE_URL=\"https://oxagast.github.io/ansvif\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_CXX11=1 -DHAVE_STRING=1 -DPACKAGE=\"ansvif\" -DVERSION=\"1.10\" -DWITH_GTK=/\*\*/ -DWITH_TESTCODE=/\*\*/ -I. -g -O2 -MT src/ansvif-main.o -MD -MP -MF src/.deps/ansvif-main.Tpo -c -o src/ansvif-main.o `test -f 'src/main.cpp' || echo './'`src/main.cpp
  99. src/main.cpp: In function ‘int main(int, char**)’:
  100. src/main.cpp:277:7: error: ‘fault_code’ was not declared in this scope
  101. fault_code = optarg;
  102. ^~~~~~~~~~
  103. src/main.cpp:391:11: error: ‘fault_code’ was not declared in this scope
  104. fault_code, valgrind, single_try, percent_sign, static_args,
  105. ^~~~~~~~~~
  106. src/main.cpp:406:15: error: ‘fault_code’ was not declared in this scope
  107. fault_code, valgrind, single_try, percent_sign, static_args,
  108. ^~~~~~~~~~
  109. make: *** [Makefile:714: src/ansvif-main.o] Fehler 1
  110. root@mercury:~/test/ansvif# sudo apt-get install libcrypto++-dev libcrypto++-doc libcrypto++-utils automake autoconf-archive zlib1g-dev g++ gcc
  111. Paketlisten werden gelesen... Fertig
  112. Abhängigkeitsbaum wird aufgebaut.
  113. Statusinformationen werden eingelesen.... Fertig
  114. autoconf-archive ist schon die neueste Version (20170928-2).
  115. automake ist schon die neueste Version (1:1.16.1-1.1).
  116. g++ ist schon die neueste Version (4:8.1.0-1).
  117. gcc ist schon die neueste Version (4:8.1.0-1).
  118. zlib1g-dev ist schon die neueste Version (1:1.2.11.dfsg-1).
  119. Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  120. couchdb erlang17-asn1 erlang17-base erlang17-crypto erlang17-eunit erlang17-inets
  121. erlang17-mnesia erlang17-os-mon erlang17-public-key erlang17-runtime-tools
  122. erlang17-snmp erlang17-ssl erlang17-syntax-tools erlang17-tools erlang17-webtool
  123. erlang17-xmerl libarmadillo8 libfolks-telepathy25 libgail-3-0 libjs-jquery-form
  124. libmission-control-plugins0 libmozjs185-1.0 libqgis-analysis2.18.22
  125. libqgis-core2.18.22 libqgis-gui2.18.22 libqgis-networkanalysis2.18.22
  126. libqgis-server2.18.22 libqgispython2.18.22 libradare2-2.8 libsctp1
  127. libtelepathy-glib0 telepathy-mission-control-5
  128. Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
  129. Die folgenden zusätzlichen Pakete werden installiert:
  130. libcrypto++6
  131. Die folgenden NEUEN Pakete werden installiert:
  132. libcrypto++-dev libcrypto++-doc libcrypto++-utils libcrypto++6
  133. 0 aktualisiert, 4 neu installiert, 0 zu entfernen und 66 nicht aktualisiert.
  134. Es müssen 17,4 MB an Archiven heruntergeladen werden.
  135. Nach dieser Operation werden 150 MB Plattenplatz zusätzlich benutzt.
  136. Möchten Sie fortfahren? [J/n] J
  137. Holen:1 http://archive-3.kali.org/kali kali-rolling/main amd64 libcrypto++6 amd64 5.6.4-8 [832 kB]
  138. Holen:2 http://archive-3.kali.org/kali kali-rolling/main amd64 libcrypto++-dev amd64 5.6.4-8 [9.202 kB]
  139. Holen:3 http://archive-3.kali.org/kali kali-rolling/main amd64 libcrypto++-doc all 5.6.4-8 [4.165 kB]
  140. Holen:4 http://archive-3.kali.org/kali kali-rolling/main amd64 libcrypto++-utils amd64 5.6.4-8 [3.205 kB]
  141. Es wurden 17,4 MB in 4 s geholt (4.825 kB/s).
  142. Vormals nicht ausgewähltes Paket libcrypto++6 wird gewählt.
  143. (Lese Datenbank ... 412923 Dateien und Verzeichnisse sind derzeit installiert.)
  144. Vorbereitung zum Entpacken von .../libcrypto++6_5.6.4-8_amd64.deb ...
  145. Entpacken von libcrypto++6 (5.6.4-8) ...
  146. Vormals nicht ausgewähltes Paket libcrypto++-dev wird gewählt.
  147. Vorbereitung zum Entpacken von .../libcrypto++-dev_5.6.4-8_amd64.deb ...
  148. Entpacken von libcrypto++-dev (5.6.4-8) ...
  149. Vormals nicht ausgewähltes Paket libcrypto++-doc wird gewählt.
  150. Vorbereitung zum Entpacken von .../libcrypto++-doc_5.6.4-8_all.deb ...
  151. Entpacken von libcrypto++-doc (5.6.4-8) ...
  152. Vormals nicht ausgewähltes Paket libcrypto++-utils wird gewählt.
  153. Vorbereitung zum Entpacken von .../libcrypto++-utils_5.6.4-8_amd64.deb ...
  154. Entpacken von libcrypto++-utils (5.6.4-8) ...
  155. libcrypto++6 (5.6.4-8) wird eingerichtet ...
  156. libcrypto++-dev (5.6.4-8) wird eingerichtet ...
  157. libcrypto++-doc (5.6.4-8) wird eingerichtet ...
  158. libcrypto++-utils (5.6.4-8) wird eingerichtet ...
  159. Trigger für libc-bin (2.27-6) werden verarbeitet ...
  160. Trigger für man-db (2.8.4-2) werden verarbeitet ...
  161. root@mercury:~/test/ansvif# aclocal && autoconf && automake -a && ./configure --enable-syscalls && make
  162.  
  163. checking for gcc... gcc
  164. checking whether the C compiler works... yes
  165. checking for C compiler default output file name... a.out
  166. checking for suffix of executables...
  167. checking whether we are cross compiling... no
  168. checking for suffix of object files... o
  169. checking whether we are using the GNU C compiler... yes
  170. checking whether gcc accepts -g... yes
  171. checking for gcc option to accept ISO C89... none needed
  172. checking whether gcc understands -c and -o together... yes
  173. checking for g++... g++
  174. checking whether we are using the GNU C++ compiler... yes
  175. checking whether g++ accepts -g... yes
  176. checking how to run the C++ preprocessor... g++ -E
  177. checking for grep that handles long lines and -e... /bin/grep
  178. checking for egrep... /bin/grep -E
  179. checking for ANSI C header files... yes
  180. checking for sys/types.h... yes
  181. checking for sys/stat.h... yes
  182. checking for stdlib.h... yes
  183. checking for string.h... yes
  184. checking for memory.h... yes
  185. checking for strings.h... yes
  186. checking for inttypes.h... yes
  187. checking for stdint.h... yes
  188. checking for unistd.h... yes
  189. checking for size_t... yes
  190. checking for ranlib... ranlib
  191. checking for ANSI C header files... (cached) yes
  192. checking whether g++ supports C++11 features by default... yes
  193. checking string usability... yes
  194. checking string presence... yes
  195. checking for string... yes
  196. checking ipstream usability... no
  197. checking ipstream presence... no
  198. checking for ipstream... no
  199. checking lz usability... no
  200. checking lz presence... no
  201. checking for lz... no
  202. checking crypto usability... no
  203. checking crypto presence... no
  204. checking for crypto... no
  205. checking for a BSD-compatible install... /usr/bin/install -c
  206. checking whether build environment is sane... yes
  207. checking for a thread-safe mkdir -p... /bin/mkdir -p
  208. checking for gawk... gawk
  209. checking whether make sets $(MAKE)... yes
  210. checking whether make supports the include directive... yes (GNU style)
  211. checking whether make supports nested variables... yes
  212. checking dependency style of gcc... gcc3
  213. checking dependency style of g++... gcc3
  214. configure: syscalls enabled, we will try to compile them
  215. configure: GTK enabled, we will try to compile them
  216. checking for pkg-config... /usr/bin/pkg-config
  217. checking pkg-config is at least version 0.9.0... yes
  218. checking for GTK... yes
  219. configure: Test Code, we will try to compile them
  220. checking that generated files are newer than configure... done
  221. configure: creating ./config.status
  222. config.status: creating Makefile
  223. config.status: executing depfiles commands
  224. g++ -DPACKAGE_NAME=\"ansvif\" -DPACKAGE_TARNAME=\"ansvif\" -DPACKAGE_VERSION=\"1.10\" -DPACKAGE_STRING=\"ansvif\ 1.10\" -DPACKAGE_BUGREPORT=\"marshallwhittaker@gmail.com\" -DPACKAGE_URL=\"https://oxagast.github.io/ansvif\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_CXX11=1 -DHAVE_STRING=1 -DPACKAGE=\"ansvif\" -DVERSION=\"1.10\" -DWITH_SYSCALLS=/\*\*/ -DWITH_GTK=/\*\*/ -DWITH_TESTCODE=/\*\*/ -I. -g -O2 -MT src/ansvif-main.o -MD -MP -MF src/.deps/ansvif-main.Tpo -c -o src/ansvif-main.o `test -f 'src/main.cpp' || echo './'`src/main.cpp
  225. src/main.cpp: In function ‘int main(int, char**)’:
  226. src/main.cpp:277:7: error: ‘fault_code’ was not declared in this scope
  227. fault_code = optarg;
  228. ^~~~~~~~~~
  229. src/main.cpp:391:11: error: ‘fault_code’ was not declared in this scope
  230. fault_code, valgrind, single_try, percent_sign, static_args,
  231. ^~~~~~~~~~
  232. src/main.cpp:406:15: error: ‘fault_code’ was not declared in this scope
  233. fault_code, valgrind, single_try, percent_sign, static_args,
  234. ^~~~~~~~~~
  235. make: *** [Makefile:714: src/ansvif-main.o] Fehler 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement