xathrya

Radare2 Building Log

Oct 6th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.47 KB | None | 0 0
  1. $HARDEN=1 CFGARG=" --with-syscapstone --with-openssl --with-little-endian --enable-cparse --with-rpath --with-syszip --with-sysmagic" sys/install.sh
  2. WARNING: Updating from remote repository
  3. Already up-to-date.
  4. sudo is /usr/bin/sudo
  5. configure-plugins: Loading ./plugins.def.cfg ..
  6. configure-plugins: Generating libr/config.h ..
  7. configure-plugins: Generating libr/config.mk ..
  8. SHARED: io.shm
  9. STATIC: anal.6502 anal.8051 anal.arc anal.arm_cs anal.arm_gnu anal.avr anal.bf anal.cr16 anal.cris anal.csr anal.dalvik anal.ebc anal.gb anal.h8300 anal.i8080 anal.java anal.m68k anal.malbolge anal.mips_cs anal.mips_gnu anal.msp430 anal.nios2 anal.null anal.ppc_cs anal.ppc_gnu anal.sh anal.snes anal.sparc_cs anal.sparc_gnu anal.sysz anal.tms320 anal.v810 anal.v850 anal.ws anal.x86_cs anal.x86_udis anal.xcore_cs anal.z80 asm.6502 asm.8051 asm.arc asm.arm_as asm.arm_cs asm.arm_gnu asm.arm_winedbg asm.avr asm.bf asm.cr16 asm.cris_gnu asm.csr asm.dalvik asm.dcpu16 asm.ebc asm.gb asm.h8300 asm.hppa_gnu asm.i4004 asm.i8080 asm.java asm.lh5801 asm.lm32 asm.m68k asm.malbolge asm.mcs96 asm.mips_cs asm.mips_gnu asm.msil asm.msp430 asm.nios2 asm.ppc_cs asm.ppc_gnu asm.rar asm.sh asm.snes asm.sparc_cs asm.sparc_gnu asm.spc700 asm.sysz asm.tms320 asm.v810 asm.v850 asm.ws asm.x86_as asm.x86_cs asm.x86_nz asm.x86_olly asm.x86_tab asm.x86_udis asm.xcore_cs asm.z80 asm.z80_cr bin.any bin.art bin.bf bin.bios bin.cgc bin.coff bin.dex bin.dol bin.elf bin.elf64 bin.fs bin.java bin.mach0 bin.mach064 bin.mbn bin.mz bin.nes bin.ninds bin.ningb bin.ningba bin.omf bin.p9 bin.pe bin.pe64 bin.pebble bin.rar bin.te bin.xbe bin.zimg bin_xtr.dyldcache bin_xtr.fatmach0 bp.arm bp.bf bp.mips bp.ppc bp.x86 core.anal core.java crypto.aes debug.bf debug.esil debug.gdb debug.native debug.rap debug.wind egg.exec egg.xor fs.cpio fs.ext2 fs.fat fs.fb fs.hfs fs.hfsplus fs.iso9660 fs.jfs fs.minix fs.ntfs fs.posix fs.reiserfs fs.sfs fs.tar fs.udf fs.ufs fs.xfs io.bfdbg io.debug io.default io.gdb io.gzip io.http io.ihex io.mach io.malloc io.mmap io.procpid io.ptrace io.r2pipe io.r2web io.rap io.self io.shm io.sparse io.w32 io.w32dbg io.windbg io.zip lang.vala parse.6502_pseudo parse.arm_pseudo parse.att2intel parse.dalvik_pseudo parse.mips_pseudo parse.mreplace parse.ppc_pseudo parse.x86_pseudo
  10. checking build system type... x86_64-unknown-linux-gnu
  11. checking host system type... x86_64-unknown-linux-gnu
  12. checking target system type... x86_64-unknown-linux-gnu
  13. checking for working directories... current
  14. using prefix '/usr'
  15. checking for c compiler... gcc
  16. checking for dynamic library... required
  17. checking host endianness... little
  18. checking for libmagic ... yes
  19. Using PKGCONFIG: pkg-config
  20. checking pkg-config flags for capstone... yes
  21. checking for libz ... yes
  22. checking for libzip ... yes
  23. checking for libssl ... yes
  24. Using PKGCONFIG: pkg-config
  25. checking pkg-config flags for openssl... yes
  26. checking for liblua5.1 ... no
  27. creating ./config-user.mk
  28. creating libr/include/r_userconf.h
  29. creating pkgcfg/r_io.pc
  30. creating pkgcfg/r_db.pc
  31. creating pkgcfg/r_magic.pc
  32. creating pkgcfg/r_asm.pc
  33. creating pkgcfg/r_bin.pc
  34. creating pkgcfg/r_anal.pc
  35. creating pkgcfg/r_hash.pc
  36. creating pkgcfg/r_cons.pc
  37. creating pkgcfg/r_core.pc
  38. creating pkgcfg/r_lang.pc
  39. creating pkgcfg/r_socket.pc
  40. creating pkgcfg/r_debug.pc
  41. creating pkgcfg/r_reg.pc
  42. creating pkgcfg/r_config.pc
  43. creating pkgcfg/r_flags.pc
  44. creating pkgcfg/r_syscall.pc
  45. creating pkgcfg/r_util.pc
  46. creating pkgcfg/r_search.pc
  47. creating pkgcfg/r_bp.pc
  48. creating pkgcfg/r_parse.pc
  49. creating pkgcfg/r_fs.pc
  50. cleaning temporally files... done
  51.  
  52. Final report:
  53. - PREFIX = /usr
  54. - HAVE_LIB_GMP = 0
  55. - HAVE_OPENSSL = 1
  56. - USE_CAPSTONE = 1
  57. - HAVE_FORK = 1
  58. - VERSION = 0.10.0-git
  59. - USE_LIB_ZIP = 1
  60. - USE_LIB_MAGIC = 1
  61. - DEBUGGER = 1
  62. - CC = gcc
  63. - USERCC = gcc
  64. - USEROSTYPE = gnulinux
  65. - LIL_ENDIAN = 1
  66. - LIBVERSION = 0.10.0-git
  67. CC mem.c
  68. CC pool.c
  69. CC num.c
  70. CC str.c
  71. CC hex.c
  72. CC file.c
  73. CC range.c
  74. CC prof.c
  75. CC cache.c
  76. CC sys.c
  77. CC buf.c
  78. CC w32-sys.c
  79. CC base64.c
  80. CC base85.c
  81. CC list.c
  82. CC flist.c
  83. CC ht.c
  84. CC ht64.c
  85. CC mixed.c
  86. CC btree.c
  87. CC chmod.c
  88. CC graph.c
  89. CC regcomp.c
  90. CC regerror.c
  91. CC regexec.c
  92. CC uleb128.c
  93. CC sandbox.c
  94. CC calc.c
  95. CC thread.c
  96. CC thread_lock.c
  97. CC thread_msg.c
  98. CC strpool.c
  99. CC bitmap.c
  100. CC strht.c
  101. CC p_date.c
  102. CC p_format.c
  103. CC print.c
  104. CC p_seven.c
  105. CC slist.c
  106. CC randomart.c
  107. CC log.c
  108. CC zip.c
  109. CC debruijn.c
  110. CC utf8.c
  111. CC strbuf.c
  112. CC lib.c
  113. CC name.c
  114. CC spaces.c
  115. CC diff.c
  116. CC bdiff.c
  117. CC stack.c
  118. CC queue.c
  119. CC tree.c
  120. LD libr_util.so
  121. CC socket.c
  122. CC proc.c
  123. CC http.c
  124. CC http_server.c
  125. CC rap_server.c
  126. CC run.c
  127. CC r2pipe.c
  128. LD libr_socket.so
  129.  
  130. BUILD SUMARY
  131. ============
  132. COMPILER gcc
  133. CC gcc
  134. HOST_CC gcc
  135. HOST_OS linux
  136. BUILD_OS linux
  137. ============
  138.  
  139. >>>>>>>>>>>>>>>>
  140. NATIVE BUILD SDB
  141. >>>>>>>>>>>>>>>>
  142.  
  143. CC cdb.c
  144. CC buffer.c
  145. CC cdb_make.c
  146. CC ls.c
  147. CC sdb.c
  148. CC ht.c
  149. CC num.c
  150. CC base64.c
  151. CC match.c
  152. ar: CC ns.c
  153. CC json.c
  154. creating libr_wind.a
  155. CC lock.c
  156. CC util.c
  157. CC disk.c
  158. CC query.c
  159. CC array.c
  160. CC fmt.c
  161. CC journal.c
  162. CC main.c
  163. AR libsdb.a
  164. ar: creating libsdb.a
  165. BIN sdb
  166.  
  167. >>>>>>>>>>>>>>>>
  168. TARGET BUILD SDB
  169. >>>>>>>>>>>>>>>>
  170.  
  171. CC cdb.c
  172. CC buffer.c
  173. CC cdb_make.c
  174. CC ls.c
  175. CC ht.c
  176. CC sdb.c
  177. CC num.c
  178. CC base64.c
  179. CC match.c
  180. CC json.c
  181. CC ns.c
  182. CC lock.c
  183. CC util.c
  184. CC disk.c
  185. CC query.c
  186. CC array.c
  187. CC fmt.c
  188. CC journal.c
  189. AR libsdb.a
  190. ar: creating libsdb.a
  191. cp: ‘sdb/src/libsdb.a’ and ‘sdb/src/libsdb.a’ are the same file
  192. make -C sdb
  193. CC main.c
  194. BIN sdb
  195. CC PIC cdb.c
  196. CC PIC buffer.c
  197. CC PIC cdb_make.c
  198. CC PIC ls.c
  199. CC PIC ht.c
  200. CC PIC sdb.c
  201. CC PIC base64.c
  202. CC PIC num.c
  203. CC PIC match.c
  204. CC PIC json.c
  205. CC PIC ns.c
  206. CC PIC lock.c
  207. CC PIC util.c
  208. CC PIC disk.c
  209. CC PIC query.c
  210. CC PIC array.c
  211. CC PIC fmt.c
  212. CC PIC journal.c
  213. LIB libsdb.so.0.9.8
  214. make -C zip
  215. make -C udis86
  216. make -C java
  217. CC code.c
  218. CC class.c
  219. CC ops.c
  220. CC dsojson.c
  221. ar: creating libr_java.a
  222. make -C tcc
  223. ar: creating libr_tcc.a
  224. make -C grub
  225. CC file.c
  226. CC term.c
  227. CC device.c
  228. CC err.c
  229. CC env.c
  230. CC disk.c
  231. CC fs.c
  232. CC misc.c
  233. CC time.c
  234. CC list.c
  235. CC partition.c
  236. CC mm.c
  237. CC fshelp.c
  238. CC reiserfs.c
  239. CC ext2.c
  240. CC fat.c
  241. CC ntfs.c
  242. CC ntfscomp.c
  243. CC cpio.c
  244. CC tar.c
  245. CC xfs.c
  246. CC ufs.c
  247. CC ufs2.c
  248. CC hfs.c
  249. CC hfsplus.c
  250. CC udf.c
  251. CC iso9660.c
  252. CC minix.c
  253. CC jfs.c
  254. CC fb.c
  255. CC sfs.c
  256. CC grubfs.c
  257. fs/jfs.c:175:5: warning: ‘packed’ attribute ignored for field of type ‘struct <anonymous>’ [-Wattributes]
  258. } file __attribute__ ((packed));
  259. ^
  260. CC msdos.c
  261. CC gpt.c
  262. CC apple.c
  263. CC amiga.c
  264. CC sun.c
  265. CC bsdlabel.c
  266. CC sunpc.c
  267. ar: creating libgrubfs.a
  268. make -C gdb
  269. CC libgdbr.c
  270. CC packet.c
  271. CC core.c
  272. CC messages.c
  273. CC utils.c
  274. ar: creating lib/libgdbr.a
  275. a - src/libgdbr.o
  276. a - src/packet.o
  277. a - src/core.o
  278. a - src/messages.o
  279. a - src/utils.o
  280. DIR util
  281. DIR hash
  282. CC state.c
  283. CC md5c.c
  284. CC crc16.c
  285. CC crc32.c
  286. CC sha1.c
  287. CC hash.c
  288. CC md4.c
  289. CC hamdist.c
  290. CC entropy.c
  291. CC sha2.c
  292. CC calc.c
  293. CC xxhash.c
  294. CC adler32.c
  295. LD libr_hash.so
  296. DIR reg
  297. DIR cons
  298. DIR db
  299. DIR magic
  300. DIR bp
  301. DIR search
  302. DIR config
  303. DIR socket
  304. CC reg.c
  305. CC search.c
  306. CC cons.c
  307. CC bp.c
  308. CC config.c
  309. CC apprentice.c
  310. CC callback.c
  311. CC ascmagic.c
  312. CC db.c
  313. CC table.c
  314. CC arena.c
  315. CC fsmagic.c
  316. CC bytepat.c
  317. LD libr_config.so
  318. CC funcs.c
  319. CC is_tar.c
  320. CC magic.c
  321. CC pipe.c
  322. CC output.c
  323. CC watch.c
  324. CC grep.c
  325. LD libr_db.so
  326. CC value.c
  327. CC cond.c
  328. CC strings.c
  329. CC double.c
  330. CC less.c
  331. CC io.c
  332. CC print.c
  333. CC plugin.c
  334. CC aes-find.c
  335. CC softmagic.c
  336. CC profile.c
  337. LD libr_magic.so
  338. CC rsa-find.c
  339. CC utf8.c
  340. CC line.c
  341. CC hud.c
  342. LD libr_reg.so
  343. CC traptrace.c
  344. CC regexp.c
  345. CC xrefs.c
  346. CC keyword.c
  347. CC rgb.c
  348. CC input.c
  349. CC pal.c
  350. CC editor.c
  351. CC 2048.c
  352. CC bp_arm.c
  353. CC bp_bf.c
  354. CC canvas.c
  355. LD libr_search.so
  356. CC canvas_line.c
  357. CC bp_mips.c
  358. CC bp_ppc.c
  359. CC bp_x86.c
  360. LD libr_cons.so
  361. LD libr_bp.so
  362. DIR syscall
  363. DIR lang
  364. DIR io
  365. DIR crypto
  366. DIR flags
  367. CC lang.c
  368. CC syscall.c
  369. CC ioports.c
  370. CC io_bfdbg.c
  371. CC io_debug.c
  372. CC flags.c
  373. CC crypto_aes.c
  374. CC crypto_aes_algo.c
  375. CC sort.c
  376. CC crypto.c
  377. CC spaces.c
  378. CC io_default.c
  379. SDB dos-x86-16
  380. CC io_gdb.c
  381. SDB ios-x86-32
  382. SDB ios-arm-32
  383. LD libr_crypto.so
  384. LD libr_flags.so
  385. SDB ios-arm-64
  386. CC io_gzip.c
  387. SDB linux-x86-32
  388. LD libr_lang.so
  389. SDB linux-x86-64
  390. SDB linux-arm-32
  391. SDB linux-mips-32
  392. CC io_http.c
  393. SDB linux-sparc-32
  394. SDB darwin-x86-32
  395. CC io_ihex.c
  396. SDB darwin-x86-64
  397. SDB netbsd-x86-32
  398. CC io_mach.c
  399. SDB freebsd-x86-32
  400. SDB openbsd-x86-32
  401. CC io_malloc.c
  402. SDB openbsd-x86-64
  403. SDB windows-x86-32
  404. SDB windows-x86-64
  405. CC io_mmap.c
  406. CC io_procpid.c
  407. CC io_ptrace.c
  408. CC io_r2pipe.c
  409. CC io_r2web.c
  410. CC io_rap.c
  411. CC io_self.c
  412. CC io_shm.c
  413. LD libr_syscall.so
  414. CC io_sparse.c
  415. CC io_w32.c
  416. CC io_windbg.c
  417. CC io_w32dbg.c
  418. CC io_zip.c
  419. CC io.c
  420. p/io_windbg.c: In function ‘__write’:
  421. p/io_windbg.c:59:42: warning: passing argument 3 of ‘wind_va_to_pa’ from incompatible pointer type
  422. if (!wind_va_to_pa (fd->data, io->off, &va))
  423. ^
  424. In file included from p/io_windbg.c:21:0:
  425. /dvl/vc/gits/disassembler/radare2_framework/radare2/libr/../shlr/wind/wind.h:54:6: note: expected ‘long long unsigned int *’ but argument is of type ‘uint64_t *’
  426. bool wind_va_to_pa (WindCtx *ctx, ut64 va, ut64 *pa);
  427. ^
  428. p/io_windbg.c: In function ‘__read’:
  429. p/io_windbg.c:77:42: warning: passing argument 3 of ‘wind_va_to_pa’ from incompatible pointer type
  430. if (!wind_va_to_pa (fd->data, io->off, &va))
  431. ^
  432. In file included from p/io_windbg.c:21:0:
  433. /dvl/vc/gits/disassembler/radare2_framework/radare2/libr/../shlr/wind/wind.h:54:6: note: expected ‘long long unsigned int *’ but argument is of type ‘uint64_t *’
  434. bool wind_va_to_pa (WindCtx *ctx, ut64 va, ut64 *pa);
  435. ^
  436. CC plugin.c
  437. CC map.c
  438. CC section.c
  439. CC desc.c
  440. CC cache.c
  441. CC undo.c
  442. CC buffer.c
  443. CC vio.c
  444. LD libr_io.so
  445. DIR fs
  446. DIR anal
  447. DIR bin
  448. CC anal_6502.c
  449. CC bin.c
  450. CC anal_8051.c
  451. CC dbginfo.c
  452. CC 8051.c
  453. CC anal_arc.c
  454. CC bin_write.c
  455. SDB dospart
  456. CC demangle.c
  457. CC anal_arm_cs.c
  458. CC dwarf.c
  459. CC filter.c
  460. CC cp-demangle.c
  461. CC bin_any.c
  462. CC anal_arm_gnu.c
  463. CC be_arm.c
  464. CC anal_avr.c
  465. CC anal_bf.c
  466. CC bin_art.c
  467. CC fs_cpio.c
  468. CC bin_bf.c
  469. CC bin_bios.c
  470. CC bin_cgc.c
  471. CC anal_cr16.c
  472. CC bin_coff.c
  473. CC coff.c
  474. CC cr16_disas.c
  475. CC bin_dex.c
  476. CC fs_ext2.c
  477. CC fs_fat.c
  478. CC dex.c
  479. CC anal_cris.c
  480. CC anal_csr.c
  481. CC fs_fb.c
  482. CC bin_dol.c
  483. CC fs_hfs.c
  484. CC anal_dalvik.c
  485. CC bin_elf.c
  486. CC bin_dbginfo_elf.c
  487. CC anal_ebc.c
  488. CC bin_write_elf.c
  489. CC elf.c
  490. CC fs_hfsplus.c
  491. CC ebc_disas.c
  492. CC elf_write.c
  493. CC bin_elf64.c
  494. CC anal_gb.c
  495. CC fs_iso9660.c
  496. CC anal_h8300.c
  497. CC bin_dbginfo_elf64.c
  498. CC bin_write_elf64.c
  499. CC h8300_disas.c
  500. CC fs_jfs.c
  501. CC elf64.c
  502. CC elf64_write.c
  503. CC bin_fs.c
  504. CC bin_java.c
  505. CC bin_mach0.c
  506. CC anal_i8080.c
  507. CC fs_minix.c
  508. CC fs_ntfs.c
  509. CC mach0.c
  510. CC mach0_classes.c
  511. CC anal_java.c
  512. CC mach064_classes.c
  513. CC fs_posix.c
  514. CC fs_reiserfs.c
  515. CC bin_mach064.c
  516. CC fs_sfs.c
  517. CC fs_tar.c
  518. CC mach064.c
  519. CC fs_udf.c
  520. CC bin_mbn.c
  521. CC bin_mz.c
  522. CC anal_m68k.c
  523. CC fs_ufs.c
  524. CC fs_xfs.c
  525. CC mz.c
  526. CC fs.c
  527. CC bin_nes.c
  528. CC file.c
  529. CC bin_ninds.c
  530. CC anal_malbolge.c
  531. CC bin_ningb.c
  532. CC bin_ningba.c
  533. CC bin_omf.c
  534. LD libr_fs.so
  535. CC anal_mips_cs.c
  536. CC omf.c
  537. CC anal_mips_gnu.c
  538. CC anal_msp430.c
  539. CC bin_p9.c
  540. CC p9bin.c
  541. CC bin_pe.c
  542. CC pe.c
  543. CC bin_pe64.c
  544. CC pe64.c
  545. CC bin_pebble.c
  546. CC bin_rar.c
  547. CC msp430_disas.c
  548. CC anal_nios2.c
  549. CC bin_te.c
  550. CC te.c
  551. CC bin_xbe.c
  552. CC bin_zimg.c
  553. CC anal_null.c
  554. CC zimg.c
  555. CC bin_xtr_dyldcache.c
  556. CC dyldcache.c
  557. CC bin_xtr_fatmach0.c
  558. CC fatmach0.c
  559. CC anal_ppc_cs.c
  560. CC anal_ppc_gnu.c
  561. CC demangler.c
  562. CC anal_sh.c
  563. CC anal_snes.c
  564. CC microsoft_demangle.c
  565. CC objc.c
  566. CC cxx.c
  567. CC msvc.c
  568. CC anal_sparc_cs.c
  569. CC anal_sparc_gnu.c
  570. CC swift.c
  571. CC anal_sysz.c
  572. CC swift-sd.c
  573. CC dlang.c
  574. CC anal_tms320.c
  575. CC anal_tms320_c55x_plus.c
  576. CC tms320_dasm.c
  577. CC pdb_downloader.c
  578. CC ins.c
  579. CC omap.c
  580. CC pe.c
  581. CC c55plus.c
  582. CC gdata.c
  583. CC fpo.c
  584. CC dbi.c
  585. CC tpi.c
  586. CC c55plus_decode.c
  587. CC stream_file.c
  588. CC decode_funcs.c
  589. CC utils.c
  590. CC pdb.c
  591. CC hashtable.c
  592. CC hashvector.c
  593. CC anal_v810.c
  594. CC v810_disas.c
  595. CC anal_v850.c
  596. CC anal_ws.c
  597. CC v850_disas.c
  598. LD libr_bin.so
  599. /dvl/vc/gits/disassembler/radare2_framework/radare2/libr/..//libr/anal/p/../..//asm/arch/tms320/c55x_plus/hashvector.c:97:25: warning: ‘ins_hash’ defined but not used [-Wunused-variable]
  600. static HASHCODE_ENTRY_T ins_hash[] = {
  601. ^
  602. CC anal_x86_cs.c
  603. CC anal_x86_udis.c
  604. CC anal_xcore_cs.c
  605. CC esil_x86_udis.c
  606. CC anal_z80.c
  607. CC meta.c
  608. CC reflines.c
  609. /dvl/vc/gits/disassembler/radare2_framework/radare2/libr/..//libr/anal/p/anal_x86_cs.c: In function ‘analop’:
  610. /dvl/vc/gits/disassembler/radare2_framework/radare2/libr/..//libr/anal/p/anal_x86_cs.c:378:8: error: ‘X86_INS_CLWB’ undeclared (first use in this function)
  611. case X86_INS_CLWB:
  612. ^
  613. /dvl/vc/gits/disassembler/radare2_framework/radare2/libr/..//libr/anal/p/anal_x86_cs.c:378:8: note: each undeclared identifier is reported only once for each function it appears in
  614. /dvl/vc/gits/disassembler/radare2_framework/radare2/libr/../global.mk:44: recipe for target '/dvl/vc/gits/disassembler/radare2_framework/radare2/libr/..//libr/anal/p/anal_x86_cs.o' failed
  615. make[3]: *** [/dvl/vc/gits/disassembler/radare2_framework/radare2/libr/..//libr/anal/p/anal_x86_cs.o] Error 1
  616. make[3]: *** Waiting for unfinished jobs....
  617. /dvl/vc/gits/disassembler/radare2_framework/radare2/libr/bin/p
  618. SHLR=/dvl/vc/gits/disassembler/radare2_framework/radare2/libr/..//libr/../shlr
  619. Makefile:62: recipe for target 'anal' failed
  620. make[2]: *** [anal] Error 2
  621. Makefile:27: recipe for target 'all' failed
  622. make[1]: *** [all] Error 2
  623. Makefile:31: recipe for target 'all' failed
  624. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment