Advertisement
Guest User

MAKEFLAGS=-j2

a guest
Jan 17th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.53 KB | None | 0 0
  1. makepkg -sCrf
  2. ==> Making package: reaver-wps-fork-t6x-git 1.5.2.r201.707c574-1 (Tue Jan 17 23:38:42 EET 2017)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Updating reaver-wps-fork-t6x-git git repo...
  7. Fetching origin
  8. ==> Validating source files with sha256sums...
  9. reaver-wps-fork-t6x-git ... Skipped
  10. ==> Removing existing $srcdir/ directory...
  11. ==> Extracting sources...
  12. -> Creating working copy of reaver-wps-fork-t6x git repo...
  13. Cloning into 'reaver-wps-fork-t6x-git'...
  14. done.
  15. ==> Starting pkgver()...
  16. ==> Removing existing $pkgdir/ directory...
  17. ==> Starting build()...
  18. checking for gcc... gcc
  19. checking whether the C compiler works... yes
  20. checking for C compiler default output file name... a.out
  21. checking for suffix of executables...
  22. checking whether we are cross compiling... no
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether gcc accepts -g... yes
  26. checking for gcc option to accept ISO C89... none needed
  27. checking for pcap_open_live in -lpcap... yes
  28. checking how to run the C preprocessor... gcc -E
  29. checking for grep that handles long lines and -e... /usr/bin/grep
  30. checking for egrep... /usr/bin/grep -E
  31. checking for ANSI C header files... yes
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking for stdlib.h... (cached) yes
  42. checking for stdint.h... (cached) yes
  43. checking for string.h... (cached) yes
  44. checking pcap.h usability... yes
  45. checking pcap.h presence... yes
  46. checking for pcap.h... yes
  47. configure: creating ./config.status
  48. config.status: creating Makefile
  49. (cd lwe && make BUILD_STATIC=y libiw.a)
  50. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function globule.c -c
  51. make[1]: Entering directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/src/reaver-wps-fork-t6x-git/src/lwe'
  52. cp wireless.21.h wireless.h
  53. gcc -Os -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wpointer-arith -Wcast-qual -Winline -I. -MMD -fPIC -c -o iwlib.so iwlib.c
  54. In file included from /usr/include/sys/types.h:25:0,
  55. from iwlib.h:24,
  56. from iwlib.c:14:
  57. /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  58. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  59. ^~~~~~~
  60. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function init.c -c
  61. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function misc.c -c
  62. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function builder.c -c
  63. rm -f libiw.a
  64. ar cru libiw.a iwlib.so
  65. ar: `u' modifier ignored since `D' is the default (see `U')
  66. ranlib libiw.a
  67. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function crc.c -c
  68. make[1]: Leaving directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/src/reaver-wps-fork-t6x-git/src/lwe'
  69. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function iface.c -c
  70. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -D_FORTIFY_SOURCE=2 -c -o libwps/libwps.o libwps/libwps.c
  71. libwps/libwps.c: In function ‘parse_wps_parameters’:
  72. libwps/libwps.c:29:12: warning: variable ‘data_len’ set but not used [-Wunused-but-set-variable]
  73. size_t data_len = 0, offset = 0;
  74. ^~~~~~~~
  75. libwps/libwps.c: In function ‘parse_wps_tag’:
  76. libwps/libwps.c:89:74: warning: iteration 16 invokes undefined behavior [-Waggressive-loop-optimizations]
  77. el = get_wps_data_element(wps_ie_data, wps_data_len, elements[i], &el_len);
  78. ~~~~~~~~^~~
  79. libwps/libwps.c:86:9: note: within this loop
  80. for(i=0; i<sizeof(elements); i++)
  81. ^~~
  82. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -I. -Iutils -D_FORTIFY_SOURCE=2 -c -o wps/wps_attr_build.o wps/wps_attr_build.c
  83. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -I. -Iutils -D_FORTIFY_SOURCE=2 -c -o wps/wps_attr_parse.o wps/wps_attr_parse.c
  84. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -I. -Iutils -D_FORTIFY_SOURCE=2 -c -o wps/wps_attr_process.o wps/wps_attr_process.c
  85. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -I. -Iutils -D_FORTIFY_SOURCE=2 -c -o wps/wps.o wps/wps.c
  86. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -I. -Iutils -D_FORTIFY_SOURCE=2 -c -o wps/wps_common.o wps/wps_common.c
  87. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -I. -Iutils -D_FORTIFY_SOURCE=2 -c -o wps/wps_dev_attr.o wps/wps_dev_attr.c
  88. wps/wps_dev_attr.c: In function ‘wps_process_serial_number’:
  89. wps/wps_dev_attr.c:345:86: warning: pointer targets in passing argument 2 of ‘pingen_belkin’ differ in signedness [-Wpointer-sign]
  90. printf("[Pin Gen] Pin Generated : %08d\n",pingen_belkin(mac2str(get_bssid(),'\0'), str, str_len, 0));
  91. ^~~
  92. In file included from ./wps.h:40:0,
  93. from ./defs.h:46,
  94. from ./globule.h:38,
  95. from wps/wps_dev_attr.c:15:
  96. ./utils/common.h:447:5: note: expected ‘const char *’ but argument is of type ‘const u8 * {aka const unsigned char *}’
  97. int pingen_belkin(const char *mac, const char *serial, int len_serial, int add);
  98. ^~~~~~~~~~~~~
  99. wps/wps_dev_attr.c:346:90: warning: pointer targets in passing argument 2 of ‘pingen_belkin’ differ in signedness [-Wpointer-sign]
  100. printf("[Pin Gen] Pin Generated (+1): %08d\n",pingen_belkin(mac2str(get_bssid(),'\0'), str, str_len, 1));
  101. ^~~
  102. In file included from ./wps.h:40:0,
  103. from ./defs.h:46,
  104. from ./globule.h:38,
  105. from wps/wps_dev_attr.c:15:
  106. ./utils/common.h:447:5: note: expected ‘const char *’ but argument is of type ‘const u8 * {aka const unsigned char *}’
  107. int pingen_belkin(const char *mac, const char *serial, int len_serial, int add);
  108. ^~~~~~~~~~~~~
  109. wps/wps_dev_attr.c:347:92: warning: pointer targets in passing argument 2 of ‘pingen_belkin’ differ in signedness [-Wpointer-sign]
  110. printf("[Pin Gen] Pin Generated (-1): %08d\n\n",pingen_belkin(mac2str(get_bssid(),'\0'), str, str_len, -1));
  111. ^~~
  112. In file included from ./wps.h:40:0,
  113. from ./defs.h:46,
  114. from ./globule.h:38,
  115. from wps/wps_dev_attr.c:15:
  116. ./utils/common.h:447:5: note: expected ‘const char *’ but argument is of type ‘const u8 * {aka const unsigned char *}’
  117. int pingen_belkin(const char *mac, const char *serial, int len_serial, int add);
  118. ^~~~~~~~~~~~~
  119. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -I. -Iutils -D_FORTIFY_SOURCE=2 -c -o wps/wps_enrollee.o wps/wps_enrollee.c
  120. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -I. -Iutils -D_FORTIFY_SOURCE=2 -c -o wps/wps_registrar.o wps/wps_registrar.c
  121. In file included from /usr/include/string.h:630:0,
  122. from ./defs.h:42,
  123. from ./globule.h:38,
  124. from wps/wps_registrar.c:14:
  125. wps/wps_registrar.c: In function ‘wps_process_ap_settings_r’:
  126. wps/wps_registrar.c:2791:27: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
  127. wps->key = strdup(wps->cred.key);
  128. ^
  129. In file included from ./defs.h:42:0,
  130. from ./globule.h:38,
  131. from wps/wps_registrar.c:14:
  132. /usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘u8 * {aka unsigned char *}’
  133. extern size_t strlen (const char *__s)
  134. ^~~~~~
  135. In file included from /usr/include/string.h:630:0,
  136. from ./defs.h:42,
  137. from ./globule.h:38,
  138. from wps/wps_registrar.c:14:
  139. wps/wps_registrar.c:2791:27: warning: pointer targets in passing argument 1 of ‘__strdup’ differ in signedness [-Wpointer-sign]
  140. wps->key = strdup(wps->cred.key);
  141. ^
  142. /usr/include/bits/string2.h:324:14: note: expected ‘const char *’ but argument is of type ‘u8 * {aka unsigned char *}’
  143. extern char *__strdup (const char *__string) __THROW __attribute_malloc__;
  144. ^~~~~~~~
  145. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -I. -Iutils -D_FORTIFY_SOURCE=2 -c -o wps/wps_ufd.o wps/wps_ufd.c
  146. (cd utils && make)
  147. make[1]: Entering directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/src/reaver-wps-fork-t6x-git/src/utils'
  148. CC base64.c
  149. CC common.c
  150. CC ip_addr.c
  151. (cd tls && make)
  152. make[1]: Entering directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/src/reaver-wps-fork-t6x-git/src/tls'
  153. CC radiotap.c
  154. CC trace.c
  155. CC asn1.c
  156. In file included from bignum.c:21:0:
  157. libtommath.c: In function ‘mp_exptmod’:
  158. libtommath.c:580:9: warning: variable ‘dr’ set but not used [-Wunused-but-set-variable]
  159. int dr;
  160. ^~
  161. CC uuid.c
  162. CC wpa_debug.c
  163. CC wpabuf.c
  164. CC os_unix.c
  165. CC eloop.c
  166. ar crT libutils.a base64.o common.o ip_addr.o radiotap.o trace.o uuid.o wpa_debug.o wpabuf.o os_unix.o eloop.o
  167. CC bignum.c
  168. make[1]: Leaving directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/src/reaver-wps-fork-t6x-git/src/utils'
  169. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -Ilibwps -I. argsparser.c -c
  170. CC pkcs1.c
  171. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -Ilibwps -I. sigint.c -c
  172. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function sigalrm.c -c
  173. CC pkcs5.c
  174. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function keys.c -c
  175. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function send.c -c
  176. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -Ilibwps -I. session.c -c
  177. session.c: In function ‘save_session’:
  178. session.c:178:9: warning: variable ‘attempts’ set but not used [-Wunused-but-set-variable]
  179. int attempts = 0, ret_val = 0, i = 0;
  180. ^~~~~~~~
  181. CC pkcs8.c
  182. CC rsa.c
  183. CC tlsv1_client.c
  184. CC tlsv1_client_read.c
  185. CC tlsv1_common.c
  186. CC tlsv1_client_write.c
  187. CC tlsv1_cred.c
  188. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -Ilibwps -I. 80211.c -c
  189. CC tlsv1_record.c
  190. CC tlsv1_server.c
  191. tlsv1_server_read.c: In function ‘tls_process_client_key_exchange_rsa’:
  192. tlsv1_server_read.c:474:9: warning: variable ‘encr_len’ set but not used [-Wunused-but-set-variable]
  193. u16 encr_len;
  194. ^~~~~~~~
  195. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function pins.c -c
  196. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -Ilibwps -I. exchange.c -c
  197. CC tlsv1_server_read.c
  198. CC tlsv1_server_write.c
  199. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -Ilibwps -I. cracker.c -c
  200. CC x509v3.c
  201. ar crT libtls.a asn1.o bignum.o pkcs1.o pkcs5.o pkcs8.o rsa.o tlsv1_client.o tlsv1_client_read.o tlsv1_client_write.o tlsv1_common.o tlsv1_cred.o tlsv1_record.o tlsv1_server.o tlsv1_server_read.o tlsv1_server_write.o x509v3.o
  202. make[1]: Leaving directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/src/reaver-wps-fork-t6x-git/src/tls'
  203. (cd crypto && make)
  204. make[1]: Entering directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/src/reaver-wps-fork-t6x-git/src/crypto'
  205. CC aes-ctr.c
  206. CC aes-cbc.c
  207. CC aes-encblock.c
  208. CC aes-eax.c
  209. CC aes-internal.c
  210. CC aes-internal-dec.c
  211. CC aes-internal-enc.c
  212. CC aes-omac1.c
  213. CC aes-unwrap.c
  214. CC aes-wrap.c
  215. CC dh_group5.c
  216. CC des-internal.c
  217. CC dh_groups.c
  218. CC md5.c
  219. CC md4-internal.c
  220. CC md5-non-fips.c
  221. CC md5-internal.c
  222. CC milenage.c
  223. CC ms_funcs.c
  224. CC rc4.c
  225. CC sha1.c
  226. CC sha1-pbkdf2.c
  227. CC sha1-tlsprf.c
  228. CC sha1-internal.c
  229. CC sha1-tprf.c
  230. CC sha256.c
  231. CC sha256-internal.c
  232. CC crypto_internal.c
  233. CC crypto_internal-cipher.c
  234. CC crypto_internal-modexp.c
  235. CC crypto_internal-rsa.c
  236. CC fips_prf_internal.c
  237. CC tls_internal.c
  238. ar crT libcrypto.a aes-cbc.o aes-ctr.o aes-eax.o aes-encblock.o aes-internal.o aes-internal-dec.o aes-internal-enc.o aes-omac1.o aes-unwrap.o aes-wrap.o des-internal.o dh_group5.o dh_groups.o md4-internal.o md5.o md5-internal.o md5-non-fips.o milenage.o ms_funcs.o rc4.o sha1.o sha1-internal.o sha1-pbkdf2.o sha1-tlsprf.o sha1-tprf.o sha256.o sha256-internal.o crypto_internal.o crypto_internal-cipher.o crypto_internal-modexp.o crypto_internal-rsa.o tls_internal.o fips_prf_internal.o
  239. make[1]: Leaving directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/src/reaver-wps-fork-t6x-git/src/crypto'
  240. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -Ilibwps -I. wpsmon.c globule.o init.o misc.o 80211.o iface.o builder.o crc.o libwps/libwps.o wps/wps_attr_build.o wps/wps_attr_parse.o wps/wps_attr_process.o wps/wps.o wps/wps_common.o wps/wps_dev_attr.o wps/wps_enrollee.o wps/wps_registrar.o wps/wps_ufd.o utils/libutils.a crypto/libcrypto.a tls/libtls.a lwe/libiw.a -lm -lpcap -Wl,-O1,--sort-common,--as-needed,-z,relro -o wash
  241. gcc -DCONF_DIR='"/etc/reaver"' -Wall -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wno-unused-function -Ilibwps -I. wpscrack.c argsparser.o globule.o init.o sigint.o iface.o sigalrm.o misc.o cracker.o session.o send.o pins.o 80211.o exchange.o builder.o keys.o crc.o libwps/libwps.o wps/wps_attr_build.o wps/wps_attr_parse.o wps/wps_attr_process.o wps/wps.o wps/wps_common.o wps/wps_dev_attr.o wps/wps_enrollee.o wps/wps_registrar.o wps/wps_ufd.o utils/libutils.a crypto/libcrypto.a tls/libtls.a lwe/libiw.a -lm -lpcap -Wl,-O1,--sort-common,--as-needed,-z,relro -o reaver
  242. wpsmon.c: In function ‘parse_wps_settings’:
  243. wpsmon.c:358:26: warning: unused variable ‘encryption’ [-Wunused-variable]
  244. enum encryption_type encryption = NONE;
  245. ^~~~~~~~~~
  246. ==> Entering fakeroot environment...
  247. ==> Starting package()...
  248. install: creating directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/pkg/reaver-wps-fork-t6x-git/usr'
  249. install: creating directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/pkg/reaver-wps-fork-t6x-git/usr/bin'
  250. 'src/reaver' -> '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/pkg/reaver-wps-fork-t6x-git/usr/bin/reaver'
  251. 'src/wash' -> '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/pkg/reaver-wps-fork-t6x-git/usr/bin/wash'
  252. install: creating directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/pkg/reaver-wps-fork-t6x-git/usr/share'
  253. install: creating directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/pkg/reaver-wps-fork-t6x-git/usr/share/doc'
  254. install: creating directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/pkg/reaver-wps-fork-t6x-git/usr/share/doc/reaver'
  255. 'docs/README' -> '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/pkg/reaver-wps-fork-t6x-git/usr/share/doc/reaver/README'
  256. install: creating directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/pkg/reaver-wps-fork-t6x-git/usr/share/man'
  257. install: creating directory '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/pkg/reaver-wps-fork-t6x-git/usr/share/man/man1'
  258. 'docs/reaver.1.gz' -> '/home/edvinas/dev/abs/aur/reaver-wps-fork-t6x-git/pkg/reaver-wps-fork-t6x-git/usr/share/man/man1/reaver.1.gz'
  259. ==> Tidying install...
  260. -> Removing libtool files...
  261. -> Purging unwanted files...
  262. -> Removing static library files...
  263. -> Stripping unneeded symbols from binaries and libraries...
  264. -> Compressing man and info pages...
  265. ==> Checking for packaging issue...
  266. ==> Creating package "reaver-wps-fork-t6x-git"...
  267. -> Generating .PKGINFO file...
  268. -> Generating .BUILDINFO file...
  269. -> Generating .MTREE file...
  270. -> Compressing package...
  271. ==> Leaving fakeroot environment.
  272. ==> Finished making: reaver-wps-fork-t6x-git 1.5.2.r201.707c574-1 (Tue Jan 17 23:38:50 EET 2017)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement