* CPV: dev-util/radare-1.5-r1 * REPO: gentoo * Maintainer: maintainer-needed@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking radare-1.5.tar.gz to /var/tmp/portage/dev-util/radare-1.5-r1/work * Applying radare-1.5-ldflags.patch ... [ ok ] >>> Source unpacked in /var/tmp/portage/dev-util/radare-1.5-r1/work >>> Compiling source in /var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5 ... ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --without-gui checking for native debugger support on 'i686-linux'... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-unknown-linux-gnu using crosscompilation mode. checking for working directories... current using prefix '/usr' checking for c compiler... i686-pc-linux-gnu-gcc checking for c++ compiler... i686-pc-linux-gnu-g++ checking host endianness... little checking for dynamic library... required checking function rl_completion_matches() in readline... no checking for usb.h... yes checking for ruby... /usr/bin/ruby checking for python... /usr/sbin/python-updater checking for install... /usr/bin/install checking for valac... /usr/bin/valac checking version of library vala-1.0 >= 0.5.0... no Needs vala 0.5.0 at least checking size of off_t... 8 checking for libewf ... yes checking for libpython2.5 ... no checking for libpython2.6 ... no checking pkg-config flags for gtk+-2.0... yes checking pkg-config flags for vte... yes Vala build disabled, no gtk-dev or libvte-dev found checking for lua.h... yes checking for lua... ok checking for lua libs... checking for liblua ... yes checking for liblua5.1 ... no creating ./Makefile creating ./global.h creating ./config.mk creating src/Makefile creating src/rsc/rsc creating src/rfile cleaning temporally files... done Final report: - HAVE_GUI = 0 - WII = 0 - LUA_LIBS = -llua - HAVE_LIB_LUA = 1 - MAEMO = 0 - VALA = 1 - JAVA = 0 - USBSNF = 1 - SYSPROXY = 0 - DEBUGGER = 1 - HAVE_LIB_EWF = 1 - HAVE_LIB_READLINE = 0 make -j14 -j1 cd src && make all make[1]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src' cd dbg && make all make[2]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/dbg' i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o arch/i386.o arch/i386.c arch/i386.c: In function ‘arch_restore_registers’: arch/i386.c:383:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o arch/i386-hack.o arch/i386-hack.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o arch/i386-bp.o arch/i386-bp.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o close.o close.c close.c: In function ‘debug_close’: close.c:46:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o debug.o debug.c debug.c: In function ‘debug_inject_buffer’: debug.c:1476:2: warning: #warning debug_inject() only supports X86 architecture debug.c: In function ‘debug_cont’: debug.c:1587:3: warning: #warning TODO: add in debug_print_foo() disassembly of eip here and change process id or so debug.c: In function ‘debug_inject’: debug.c:1520:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result debug.c: In function ‘debug_step’: debug.c:1176:11: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result debug.c: In function ‘debug_info’: debug.c:874:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result debug.c:884:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result debug.c: In function ‘debug_environment’: debug.c:447:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result debug.c:511:26: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result debug.c:514:26: warning: ignoring return value of ‘chroot’, declared with attribute warn_unused_result debug.c: In function ‘debug_environment_’: debug.c:419:9: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o lseek.o lseek.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o open.o open.c open.c: In function ‘debug_open’: open.c:162:8: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result open.c: In function ‘ps_construct_argv’: open.c:50:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o system.o system.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o signal.o signal.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o mem.o mem.c mem.c: In function ‘page_dumper’: mem.c:376:10: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result mem.c: In function ‘page_restore’: mem.c:338:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o wp.o wp.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o unix/fd.o unix/fd.c unix/fd.c: In function ‘debug_fd_list’: unix/fd.c:103:11: warning: ignoring return value of ‘readlink’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o events.o events.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o unix/signal.o unix/signal.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o unix/debug.o unix/debug.c unix/debug.c: In function ‘debug_status’: unix/debug.c:372:8: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result unix/debug.c: In function ‘debug_init_maps’: unix/debug.c:267:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o unix/procs.o unix/procs.c unix/procs.c: In function ‘debug_unix_pid_status’: unix/procs.c:178:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result unix/procs.c: In function ‘pids_sons_of_r’: unix/procs.c:116:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result unix/procs.c: In function ‘pids_ptrace_all’: unix/procs.c:75:11: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result unix/procs.c: In function ‘pids_cmdline’: unix/procs.c:42:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o procs.o procs.c procs.c: In function ‘debug_pids’: procs.c:61:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o thread.o thread.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o parser.o parser.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o unix/syscall.o unix/syscall.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o bp.o bp.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o lib.o lib.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o regs.o regs.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o io.o io.c i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o dump.o dump.c dump.c: In function ‘process_restore’: dump.c:193:8: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result dump.c: In function ‘process_dump’: dump.c:148:8: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result dump.c: In function ‘debug_dumpall’: dump.c:98:9: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I../arch/ -I ../include -I/usr/local/include -c -o fd.o fd.c [src/dbg] debugger layer build done make[2]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/dbg' cd arch/arm/aasm && make all make[2]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/arch/arm/aasm' i686-pc-linux-gnu-gcc -c -O2 -pipe -DSHAREDIR=\"//usr/share\" -o aasm.o aasm.c i686-pc-linux-gnu-gcc -c -O2 -pipe -DSHAREDIR=\"//usr/share\" -o utils.o utils.c i686-pc-linux-gnu-gcc -c -O2 -pipe -DSHAREDIR=\"//usr/share\" -o elf.o elf.c i686-pc-linux-gnu-gcc -O2 -pipe -DSHAREDIR=\"//usr/share\" -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu aasm.o utils.o elf.o -o armasm make[2]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/arch/arm/aasm' cd radiff && make all make[2]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/radiff' i686-pc-linux-gnu-gcc -O2 -pipe -I.. -c -o main.o main.c main.c: In function ‘radiff_hexdump’: main.c:138:8: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result main.c:140:8: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result main.c:142:8: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I.. -c -o ../rdb.o ../rdb.c ../rdb.c: In function ‘program_free’: ../rdb.c:386:2: warning: #warning program_free: must be implemented ../rdb.c: In function ‘program_open’: ../rdb.c:446:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I.. -c -o ../ut.o ../ut.c ../ut.c: In function ‘file_dump’: ../utils.c:171:9: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result ../ut.c: In function ‘slurp’: ../utils.c:129:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -I.. -c -o ../w32utils.o ../w32utils.c i686-pc-linux-gnu-gcc -O2 -pipe -I.. -c -o ../rahash/crc16.o ../rahash/crc16.c i686-pc-linux-gnu-gcc -O2 -pipe -I.. -c -o rdbdiff.o rdbdiff.c i686-pc-linux-gnu-gcc -O2 -pipe -I.. -c -o bytediff.o bytediff.c i686-pc-linux-gnu-gcc -O2 -pipe -I.. -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu main.o ../rdb.o ../ut.o ../w32utils.o ../rahash/crc16.o rdbdiff.o bytediff.o -o radiff cd bdiff && make all make[3]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/radiff/bdiff' i686-pc-linux-gnu-g++ -O2 -pipe -c -o bdiff.o bdiff.cpp bdiff.cpp: In function ‘int main(int, char**)’: bdiff.cpp:115:37: warning: '0' flag used with ‘%p’ gnu_printf format g++ -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu bdiff.o -o bdiff make[3]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/radiff/bdiff' i686-pc-linux-gnu-gcc -O2 -pipe -I.. -c -o rdbdiff_main.o rdbdiff_main.c i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -g rdbdiff_main.o rdbdiff.o ../rdb.o ../ut.o ../w32utils.o ../rahash/crc16.o -o rdbdiff make[2]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/radiff' i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o lsbstego.o lsbstego.c lsbstego.c: In function ‘process’: lsbstego.c:201:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu lsbstego.o -g -o lsbstego i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/ollyasm/assembl.o arch/x86/ollyasm/assembl.c arch/x86/ollyasm/assembl.c: In function ‘Assemble’: arch/x86/ollyasm/assembl.c:1102:3: warning: dereferencing type-punned pointer will break strict-aliasing rules arch/x86/ollyasm/assembl.c:1104:3: warning: dereferencing type-punned pointer will break strict-aliasing rules arch/x86/ollyasm/assembl.c:671:32: warning: ‘match’ may be used uninitialized in this function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/ollyasm/asmserv.o arch/x86/ollyasm/asmserv.c arch/x86/ollyasm/asmserv.c:30:0: warning: ignoring #pragma hdrstop arch/x86/ollyasm/asmserv.c: In function ‘Printfloat4’: arch/x86/ollyasm/asmserv.c:709:3: warning: dereferencing type-punned pointer will break strict-aliasing rules arch/x86/ollyasm/asmserv.c:711:3: warning: dereferencing type-punned pointer will break strict-aliasing rules arch/x86/ollyasm/asmserv.c:713:3: warning: dereferencing type-punned pointer will break strict-aliasing rules arch/x86/ollyasm/asmserv.c:714:5: warning: dereferencing type-punned pointer will break strict-aliasing rules arch/x86/ollyasm/asmserv.c:715:3: warning: dereferencing type-punned pointer will break strict-aliasing rules arch/x86/ollyasm/asmserv.c:716:5: warning: dereferencing type-punned pointer will break strict-aliasing rules arch/x86/ollyasm/asmserv.c: In function ‘Printfloat8’: arch/x86/ollyasm/asmserv.c:729:3: warning: dereferencing type-punned pointer will break strict-aliasing rules i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/ollyasm/disasm.o arch/x86/ollyasm/disasm.c arch/x86/ollyasm/disasm.c: In function ‘DecodeMR’: arch/x86/ollyasm/disasm.c:357:31: warning: pointer targets in assignment differ in signedness arch/x86/ollyasm/disasm.c:373:33: warning: pointer targets in assignment differ in signedness arch/x86/ollyasm/disasm.c:395:35: warning: pointer targets in assignment differ in signedness arch/x86/ollyasm/disasm.c:448:33: warning: pointer targets in assignment differ in signedness arch/x86/ollyasm/disasm.c: In function ‘DecodeIM’: arch/x86/ollyasm/disasm.c:523:29: warning: pointer targets in assignment differ in signedness arch/x86/ollyasm/disasm.c: In function ‘DecodeIA’: arch/x86/ollyasm/disasm.c:591:29: warning: pointer targets in assignment differ in signedness arch/x86/ollyasm/disasm.c: In function ‘Disasm’: arch/x86/ollyasm/disasm.c:790:6: warning: pointer targets in assignment differ in signedness arch/x86/ollyasm/disasm.c: In function ‘DecodeMR’: arch/x86/ollyasm/disasm.c:203:26: warning: ‘seg’ may be used uninitialized in this function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o radare.o radare.c radare.c: In function ‘radare_close’: radare.c:195:2: warning: implicit declaration of function ‘radare_changes_close’ radare.c: In function ‘radare_sync’: radare.c:202:7: warning: unused variable ‘base’ radare.c: In function ‘radare_strsearch’: radare.c:243:10: warning: unused variable ‘minlen’ radare.c: In function ‘radare_cmd_foreach’: radare.c:335:10: warning: unused variable ‘s’ radare.c: In function ‘radare_cmd_raw’: radare.c:628:3: warning: suggest parentheses around assignment used as truth value radare.c: In function ‘radare_cmd_str’: radare.c:1074:14: warning: unused variable ‘fus’ radare.c: In function ‘radare_go’: radare.c:1972:4: warning: implicit declaration of function ‘help_message’ radare.c: In function ‘radare_seek_search_backward’: radare.c:2279:3: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness /usr/include/bits/string3.h:120:1: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’ radare.c:2280:3: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ radare.c:2283:3: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness /usr/include/bits/string3.h:120:1: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’ radare.c: In function ‘radare_seek_search’: radare.c:2354:3: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness /usr/include/bits/string3.h:120:1: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’ radare.c:2355:3: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ radare.c:2358:3: warning: pointer targets in passing argument 1 of ‘strncpy’ differ in signedness /usr/include/bits/string3.h:120:1: note: expected ‘char * __restrict__’ but argument is of type ‘unsigned char *’ radare.c: At top level: radare.c:61:12: warning: ‘cb’ defined but not used radare.c: In function ‘pipe_command_to_string’: radare.c:2219:6: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result radare.c:2256:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result radare.c: In function ‘radare_compare_code’: radare.c:1909:1: warning: control reaches end of non-void function radare.c: In function ‘radare_resize’: radare.c:1737:13: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result radare.c:1746:12: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result radare.c:1756:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result radare.c: In function ‘monitors_run’: radare.c:1506:13: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result radare.c: In function ‘radare_interpret’: radare.c:1363:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result radare.c: In function ‘radare_cmd_raw’: radare.c:787:11: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result radare.c: In function ‘radare_cmd_foreach’: radare.c:419:11: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result radare.c: In function ‘radare_strsearch’: radare.c:244:9: warning: ‘ret’ may be used uninitialized in this function In file included from /usr/include/string.h:642:0, from main.h:34, from radare.c:24: In function ‘strncat’, inlined from ‘radare_prompt’ at radare.c:1632:13: /usr/include/bits/string3.h:154:3: warning: call to __builtin___strncat_chk might overflow destination buffer In function ‘strncat’, inlined from ‘radare_prompt’ at radare.c:1637:12: /usr/include/bits/string3.h:154:3: warning: call to __builtin___strncat_chk might overflow destination buffer i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o stripstr.o stripstr.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o readline.o readline.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o search.o search.c search.c: In function ‘search_from_simple_file’: search.c:242:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o undo.o undo.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rio.o rio.c rio.c: In function ‘radare_write_at’: rio.c:109:3: warning: implicit declaration of function ‘undo_write_new’ rio.c: In function ‘radare_write_op’: rio.c:136:6: warning: pointer targets in assignment differ in signedness rio.c: In function ‘radare_write’: rio.c:264:15: warning: pointer targets in initialization differ in signedness rio.c: In function ‘radare_poke’: rio.c:323:24: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o cons.o cons.c cons.c: In function ‘cons_palette_set’: cons.c:230:4: warning: pointer targets in passing argument 1 of ‘cons_get_color_by_name’ differ in signedness cons.c:191:20: note: expected ‘const char *’ but argument is of type ‘const unsigned char *’ cons.c: In function ‘cons_grepbuf’: cons.c:775:6: warning: unused variable ‘grepstrings_n’ cons.c: In function ‘yesno’: cons.c:1471:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result cons.c:1471:26: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result cons.c: In function ‘cons_render’: cons.c:1185:11: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result cons.c:1203:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result cons.c: In function ‘cons_print_real’: cons.c:220:12: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result cons.c: In function ‘cons_html_print’: cons.c:382:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result cons.c:503:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o trace.o trace.c trace.c: In function ‘trace_set_times’: trace.c:113:7: warning: unused variable ‘bytes’ trace.c: In function ‘trace_add’: trace.c:166:2: warning: pointer targets in passing argument 2 of ‘radare_read_at’ differ in signedness radare.h:117:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ trace.c:167:2: warning: pointer targets in passing argument 2 of ‘arch_aop’ differ in signedness trace.c:167:2: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ trace.c: In function ‘trace_show’: trace.c:252:7: warning: unused variable ‘bytes’ i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o vm.o vm.c vm.c: In function ‘vm_get_value’: vm.c:92:8: warning: unused variable ‘w’ vm.c: In function ‘vm_print’: vm.c:174:6: warning: unused variable ‘i’ vm.c: In function ‘vm_reg_get’: vm.c:268:5: warning: implicit declaration of function ‘vm_eval’ vm.c:266:10: warning: unused variable ‘val’ vm.c: In function ‘vm_init’: vm.c:411:3: warning: implicit declaration of function ‘vm_op_add’ vm.c:423:3: warning: implicit declaration of function ‘vm_reg_alias’ vm.c: In function ‘vm_eval_eq’: vm.c:501:7: warning: unused variable ‘data’ vm.c:566:7: warning: unused variable ‘data’ vm.c: In function ‘vm_eval_single’: vm.c:690:4: warning: format ‘%x’ expects type ‘unsigned int’, but argument 2 has type ‘const char *’ vm.c: In function ‘vm_eval’: vm.c:699:21: warning: unused variable ‘p’ vm.c: In function ‘vm_eval_file’: vm.c:738:5: warning: implicit declaration of function ‘vm_op_eval’ vm.c: In function ‘vm_emulate’: vm.c:767:2: warning: implicit declaration of function ‘udis_init’ vm.c:768:3: warning: implicit declaration of function ‘udis_set_pc’ vm.c: In function ‘vm_cmd_reg’: vm.c:840:20: warning: unused variable ‘pos’ vm.c: In function ‘vm_op_eval’: vm.c:929:6: warning: unused variable ‘i’ vm.c: At top level: vm.c:28:13: warning: ‘vm_stack_base’ defined but not used vm.c:29:12: warning: ‘vm_stack’ defined but not used vm.c: In function ‘vm_cmd_op_help’: vm.c:1012:1: warning: control reaches end of non-void function vm.c: In function ‘vm_eval_file’: vm.c:734:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o data.o data.c data.c: In function ‘data_get_fun_for’: data.c:128:7: warning: unused variable ‘lastfrom’ data.c:126:6: warning: unused variable ‘n_dxrefs’ data.c:125:6: warning: unused variable ‘n_xrefs’ data.c:124:6: warning: unused variable ‘n_functions’ data.c: In function ‘data_xrefs_print’: data.c:507:23: warning: value computed is not used data.c: In function ‘data_xrefs_here’: data.c:693:3: warning: suggest parentheses around assignment used as truth value data.c: In function ‘data_comment_init’: data.c:780:2: warning: implicit declaration of function ‘var_init’ data.c: In function ‘data_printd’: data.c:792:6: warning: unused variable ‘show_lines’ data.c: In function ‘data_var_type_del’: data.c:830:7: warning: unused variable ‘ret’ data.c: In function ‘data_var_type_get’: data.c:864:7: warning: unused variable ‘ret’ data.c: In function ‘data_list_ranges’: data.c:444:1: warning: control reaches end of non-void function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o config.o config.c config.c: In function ‘config_arch_callback’: config.c:599:2: warning: implicit declaration of function ‘radis_update’ config.c: In function ‘config_bits_callback’: config.c:621:3: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long long unsigned int’ config.c:627:3: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long long unsigned int’ config.c: In function ‘config_debug_callback’: config.c:641:2: warning: #warning TODO import register values from debugger into the vm config.c: In function ‘config_palette_callback’: config.c:683:3: warning: pointer targets in passing argument 1 of ‘cons_palette_init’ differ in signedness cons.h:82:5: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ config.c:687:2: warning: implicit declaration of function ‘cons_palette_set’ config.c: In function ‘config_dbgth_callback’: config.c:767:2: warning: implicit declaration of function ‘events_init_all’ config.c: In function ‘config_init’: config.c:1129:2: warning: pointer targets in passing argument 1 of ‘cons_palette_init’ differ in signedness cons.h:82:5: note: expected ‘const unsigned char *’ but argument is of type ‘const char *’ config.c: In function ‘config_visual_hit_i’: config.c:1223:2: warning: suggest parentheses around ‘&&’ within ‘||’ config.c: In function ‘config_zoomto_callback’: config.c:428:1: warning: control reaches end of non-void function config.c: In function ‘rdb_init’: config.c:56:8: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result config.c:61:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result config.c: In function ‘config_visual_menu’: config.c:1262:6: warning: ‘i’ may be used uninitialized in this function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o flags.o flags.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o utils.o utils.c utils.c: In function ‘get_offset’: utils.c:421:4: warning: implicit declaration of function ‘undo_get_last_seek’ utils.c: In function ‘file_dump’: utils.c:171:9: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result utils.c: In function ‘slurp’: utils.c:129:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o environ.o environ.c environ.c: In function ‘env_update’: environ.c:139:8: warning: unused variable ‘ptr’ i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o visual.o visual.c visual.c: In function ‘visual_edit’: visual.c:283:6: warning: unused variable ‘ret’ visual.c: In function ‘visual_convert_bytes’: visual.c:340:3: warning: implicit declaration of function ‘print_mem_help’ visual.c: In function ‘cmd_add_comment’: visual.c:414:4: warning: format ‘%x’ expects type ‘unsigned int’, but argument 3 has type ‘long long unsigned int’ visual.c: In function ‘cmd_yank’: visual.c:444:15: warning: pointer targets in assignment differ in signedness visual.c: In function ‘cmd_step_in_dbg’: visual.c:595:2: warning: #warning non-debugger code emulation is not integrated correctly visual.c: In function ‘cmd_insert_assembly’: visual.c:664:7: warning: unused variable ‘buf2’ visual.c: At top level: visual.c:691:2: warning: #warning XXX: insert_assembly_hack must be accesible without the debugger and scriptable (outsize eip) visual.c: In function ‘cmd_insert_hexa_string’: visual.c:771:4: warning: pointer targets in passing argument 1 of ‘memcpy_loop’ differ in signedness utils.h:107:6: note: expected ‘unsigned char *’ but argument is of type ‘char *’ visual.c: In function ‘cmd_visual’: visual.c:1208:3: warning: implicit declaration of function ‘visual_gui’ visual.c:1209:3: warning: ‘return’ with no value, in function returning non-void visual.c:1318:6: warning: pointer targets in passing argument 1 of ‘sscanf’ differ in signedness /usr/include/stdio.h:435:12: note: expected ‘const char * __restrict__’ but argument is of type ‘unsigned char *’ visual.c:1866:4: warning: implicit declaration of function ‘config_visual_menu’ visual.c:1870:4: warning: implicit declaration of function ‘flags_visual_menu’ visual.c:1874:4: warning: implicit declaration of function ‘var_visual_menu’ visual.c:1200:7: warning: unused variable ‘tmpbuf’ visual.c:1196:14: warning: unused variable ‘ret’ visual.c: At top level: visual.c:833:13: warning: ‘visual_bind_key’ defined but not used visual.c: In function ‘visual_f’: visual.c:1152:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result visual.c: In function ‘cmd_insert_string’: visual.c:733:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result visual.c: In function ‘cmd_setblocksize’: visual.c:248:1: warning: control reaches end of non-void function visual.c: In function ‘cmd_visual_bind_run’: visual.c:209:1: warning: control reaches end of non-void function In file included from /usr/include/stdio.h:930:0, from main.h:33, from visual.c:21: In function ‘fgets’, inlined from ‘visual_f’ at visual.c:1152:8: /usr/include/bits/stdio2.h:253:2: warning: call to ‘__fgets_chk_warn’ declared with attribute warning: fgets called with bigger size than length of destination buffer i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o print.o print.c print.c: In function ‘getHTTPDate’: print.c:91:20: warning: unused variable ‘month’ print.c:91:7: warning: unused variable ‘week_day’ print.c: In function ‘print_addr’: print.c:181:4: warning: implicit declaration of function ‘cons_invert’ print.c: In function ‘print_mem’: print.c:609:8: warning: pointer targets in passing argument 2 of ‘radare_read_at’ differ in signedness radare.h:117:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ print.c:569:12: warning: unused variable ‘fmt’ print.c:431:7: warning: unused variable ‘paddr’ print.c: In function ‘print_data’: print.c:879:4: warning: pointer targets in passing argument 1 of ‘packing_7bit_character’ differ in signedness print.c:283:5: note: expected ‘char *’ but argument is of type ‘unsigned char *’ print.c:879:4: warning: pointer targets in passing argument 2 of ‘packing_7bit_character’ differ in signedness print.c:283:5: note: expected ‘char *’ but argument is of type ‘unsigned char *’ print.c:982:3: warning: implicit declaration of function ‘radis’ print.c:1092:7: warning: unused variable ‘delta’ print.c:1391:4: warning: implicit declaration of function ‘base64_decodeblock’ print.c:1405:4: warning: implicit declaration of function ‘base64_encodeblock’ print.c:777:20: warning: unused variable ‘prg’ print.c:1144:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result print.c:1173:28: warning: ‘str’ may be used uninitialized in this function print.c: In function ‘print_mem’: print.c:430:6: warning: ‘nargs’ may be used uninitialized in this function print.c:428:12: warning: ‘last’ may be used uninitialized in this function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o cmds.o cmds.c cmds.c: In function ‘cmd_macro’: cmds.c:140:3: warning: implicit declaration of function ‘radare_macro_break’ cmds.c: In function ‘cmd_analyze’: cmds.c:232:4: warning: implicit declaration of function ‘trace_tag_get’ cmds.c:236:4: warning: implicit declaration of function ‘trace_tag_set’ cmds.c:240:4: warning: implicit declaration of function ‘trace_show’ cmds.c:252:5: warning: implicit declaration of function ‘trace_set_times’ cmds.c:256:4: warning: implicit declaration of function ‘trace_reset’ cmds.c:357:11: warning: unused variable ‘buf’ cmds.c:372:7: warning: implicit declaration of function ‘stdout_close’ cmds.c:382:6: warning: implicit declaration of function ‘graph_viz’ cmds.c:412:4: warning: pointer targets in passing argument 2 of ‘radare_read_at’ differ in signedness radare.h:117:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ cmds.c:414:5: warning: pointer targets in passing argument 2 of ‘arch_aop’ differ in signedness cmds.c:414:5: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ cmds.c:401:14: warning: unused variable ‘str’ cmds.c:460:4: warning: implicit declaration of function ‘print_mem_del’ cmds.c:471:4: warning: implicit declaration of function ‘print_mem_list’ cmds.c:476:5: warning: implicit declaration of function ‘print_mem_add’ cmds.c:502:4: warning: implicit declaration of function ‘udis_init’ cmds.c:590:3: warning: implicit declaration of function ‘analyze_preludes’ cmds.c:598:4: warning: implicit declaration of function ‘vm_eval’ cmds.c:603:4: warning: implicit declaration of function ‘vm_eval_file’ cmds.c:617:4: warning: implicit declaration of function ‘vm_cmd_reg’ cmds.c:620:4: warning: implicit declaration of function ‘vm_import’ cmds.c:630:5: warning: implicit declaration of function ‘vm_op_list’ cmds.c:632:5: warning: implicit declaration of function ‘vm_cmd_op_help’ cmds.c:633:4: warning: implicit declaration of function ‘vm_cmd_op’ cmds.c:658:4: warning: implicit declaration of function ‘vm_emulate’ cmds.c:661:4: warning: implicit declaration of function ‘vm_print’ cmds.c:672:3: warning: implicit declaration of function ‘analyze_spcc’ cmds.c:683:4: warning: implicit declaration of function ‘radare_dump_section’ cmds.c:675:8: warning: unused variable ‘buf’ cmds.c: In function ‘cmd_graph’: cmds.c:902:4: warning: implicit declaration of function ‘ugraph_print_dot’ cmds.c:909:4: warning: implicit declaration of function ‘graph_set_user’ cmds.c:910:4: warning: implicit declaration of function ‘grava_program_graph’ cmds.c:940:5: warning: implicit declaration of function ‘program_save’ cmds.c: In function ‘cmd_blocksize’: cmds.c:1241:4: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long long unsigned int’ cmds.c:1248:4: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long long unsigned int’ cmds.c: In function ‘cmd_code’: cmds.c:1336:3: warning: implicit declaration of function ‘data_var_cmd’ cmds.c:1345:4: warning: implicit declaration of function ‘var_cmd’ cmds.c:1363:4: warning: implicit declaration of function ‘data_list_ranges’ cmds.c: In function ‘cmd_flag’: cmds.c:1626:4: warning: implicit declaration of function ‘flag_grep_help’ cmds.c:1630:2: warning: implicit declaration of function ‘flag_rebase’ cmds.c: In function ‘cmd_undowrite’: cmds.c:1688:3: warning: implicit declaration of function ‘undo_write_clear’ cmds.c: In function ‘cmd_seek’: cmds.c:1778:3: warning: ‘return’ with no value, in function returning non-void cmds.c:1781:3: warning: ‘return’ with no value, in function returning non-void cmds.c: In function ‘cmd_write’: cmds.c:2005:7: warning: format ‘%c’ expects type ‘char *’, but argument 3 has type ‘int *’ cmds.c:2044:4: warning: pointer targets in passing argument 1 of ‘memcpy_loop’ differ in signedness utils.h:107:6: note: expected ‘unsigned char *’ but argument is of type ‘char *’ cmds.c:2045:4: warning: pointer targets in passing argument 2 of ‘undo_write_new’ differ in signedness undo.h:25:6: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ cmds.c:2041:7: warning: unused variable ‘size’ cmds.c:2112:4: warning: implicit declaration of function ‘radare_write_op’ cmds.c:2138:3: warning: implicit declaration of function ‘radare_write_mask_str’ cmds.c:2154:11: warning: type defaults to ‘int’ in declaration of ‘counter’ cmds.c: In function ‘cmd_search’: cmds.c:2447:4: warning: implicit declaration of function ‘search_similar_pattern’ cmds.c:2452:3: warning: implicit declaration of function ‘do_byte_pat’ cmds.c:2522:3: warning: implicit declaration of function ‘radare_search_asm’ cmds.c:2625:3: warning: implicit declaration of function ‘search_from_simple_file’ cmds.c:2636:4: warning: ‘return’ with no value, in function returning non-void cmds.c: In function ‘cmd_help’: cmds.c:2845:9: warning: unused variable ‘p’ cmds.c:2843:16: warning: unused variable ‘__ut32’ cmds.c:2915:5: warning: pointer targets in passing argument 2 of ‘hexstr2binstr’ differ in signedness utils.h:95:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ cmds.c:2917:6: warning: pointer targets in passing argument 3 of ‘print_data’ differ in signedness print.h:61:6: note: expected ‘unsigned char *’ but argument is of type ‘char *’ cmds.c:2872:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result cmds.c: In function ‘cmd_write’: cmds.c:2005:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result cmds.c:2169:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result cmds.c:2196:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result cmds.c: In function ‘cmd_compare’: cmds.c:1921:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result cmds.c: In function ‘cmd_code’: cmds.c:1444:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result cmds.c: In function ‘cmd_menu’: cmds.c:808:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o binparse.o binparse.c binparse.c: In function ‘binparse_new_from_simple_file’: binparse.c:425:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result binparse.c: In function ‘binparse_new_from_file’: binparse.c:370:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o section.o section.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plugin.o plugin.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o socket.o socket.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o analyze.o analyze.c analyze.c: In function ‘code_analyze_r_nosplit’: analyze.c:333:6: warning: unused variable ‘pushblocks’ analyze.c: In function ‘analyze_progress’: analyze.c:714:13: warning: unused variable ‘refresh’ analyze.c: In function ‘analyze_function’: analyze.c:814:8: warning: pointer targets in assignment differ in signedness analyze.c:928:5: warning: format ‘%08llx’ expects type ‘long long unsigned int’, but argument 3 has type ‘int’ analyze.c:928:5: warning: too many arguments for format analyze.c:753:13: warning: unused variable ‘interrupted’ analyze.c: In function ‘analyze_progress’: analyze.c:741:1: warning: control reaches end of non-void function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o code.o code.c code.c: In function ‘udis_arch_string’: code.c:158:3: warning: passing argument 2 of ‘z80_udis’ discards qualifiers from pointer target type code.h:134:5: note: expected ‘unsigned char *’ but argument is of type ‘const unsigned char *’ code.c:209:9: warning: pointer targets in passing argument 1 of ‘endian_memcpy’ differ in signedness utils.h:100:6: note: expected ‘unsigned char *’ but argument is of type ‘char *’ code.c:251:3: warning: pointer targets in passing argument 6 of ‘DisasMSIL’ differ in signedness arch/msil/demsil.h:354:5: note: expected ‘unsigned int *’ but argument is of type ‘int *’ code.c:264:4: warning: implicit declaration of function ‘toupper’ code.c: In function ‘radis_str’: code.c:906:9: warning: the address of ‘flag’ will always evaluate as ‘true’ code.c:934:9: warning: implicit declaration of function ‘cons_invert’ code.c: In function ‘radis_str_e’: code.c:1091:27: warning: ‘splits’ may be used uninitialized in this function code.c:1091:52: warning: ‘section’ may be used uninitialized in this function code.c:1092:2: warning: ‘traces’ may be used uninitialized in this function code.c:1092:19: warning: ‘flagsline’ may be used uninitialized in this function code.c:1089:14: warning: ‘cmd_asm’ may be used uninitialized in this function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rabin.o rabin.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o project.o project.c project.c: In function ‘radare_changes_close’: project.c:114:2: warning: implicit declaration of function ‘undo_write_size’ project.c: In function ‘project_open’: project.c:195:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result project.c:203:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result project.c: In function ‘project_get_file’: project.c:163:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result project.c: In function ‘project_open_fd’: project.c:146:8: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result project.c: In function ‘project_save’: project.c:44:8: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o hack.o hack.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o bytepat.o bytepat.c bytepat.c: In function ‘do_byte_pat’: bytepat.c:85:9: warning: ‘moar’ may be used uninitialized in this function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o macros.o macros.c macros.c: In function ‘radare_macro_add’: macros.c:108:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rasm/rasm.o rasm/rasm.c rasm/rasm.c: In function ‘rasm_disasm’: rasm/rasm.c:229:8: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rasm/rasm.c: In function ‘rasm_file’: rasm/rasm.c:75:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result rasm/rasm.c:84:11: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rasm/olly.o rasm/olly.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rasm/nasm.o rasm/nasm.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rasm/x86.o rasm/x86.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rasm/ppc.o rasm/ppc.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rasm/arm.o rasm/arm.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rasm/java.o rasm/java.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o dietline.o dietline.c dietline.c: In function ‘dl_readline’: dietline.c:405:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result dietline.c: In function ‘dl_printchar’: dietline.c:368:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietline.c: In function ‘dl_hist_load’: dietline.c:288:7: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result dietline.c:292:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o vars.o vars.c vars.c: In function ‘var_add_access’: vars.c:101:3: warning: implicit declaration of function ‘data_get_fun_for’ vars.c:110:6: warning: #warning THIS IS BUGGY: SHOULD NEVER HAPPEN vars.c:113:5: warning: implicit declaration of function ‘analyze_progress’ vars.c: In function ‘var_list_show’: vars.c:177:19: warning: unused variable ‘x’ vars.c:175:26: warning: unused variable ‘pos2’ vars.c: In function ‘var_init’: vars.c:226:2: warning: implicit declaration of function ‘data_var_type_add’ vars.c: In function ‘var_visual_menu’: vars.c:460:5: warning: implicit declaration of function ‘flag_remove_at’ vars.c:382:6: warning: unused variable ‘show’ vars.c:380:6: warning: unused variable ‘hit’ vars.c:379:8: warning: unused variable ‘j’ vars.c:379:6: warning: unused variable ‘i’ vars.c:378:6: warning: unused variable ‘menu’ vars.c:377:6: warning: unused variable ‘delta’ vars.c:374:8: warning: unused variable ‘fs2’ vars.c:373:8: warning: unused variable ‘fs’ vars.c:372:14: warning: unused variable ‘ptr’ vars.c:371:20: warning: unused variable ‘pos’ vars.c: In function ‘var_cmd_help’: vars.c:247:1: warning: control reaches end of non-void function vars.c: In function ‘var_help’: vars.c:239:1: warning: control reaches end of non-void function vars.c: In function ‘var_init’: vars.c:232:1: warning: control reaches end of non-void function vars.c: In function ‘var_cmd’: vars.c:252:6: warning: ‘type’ may be used uninitialized in this function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rasm/rsc.o rasm/rsc.c rasm/rsc.c: In function ‘rasm_rsc’: rasm/rsc.c:33:8: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rasm/rsc.c:38:9: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o b64.o b64.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rtr.o rtr.c rtr.c: In function ‘rtr_pushout’: rtr.c:52:3: warning: pointer targets in passing argument 2 of ‘socket_write’ differ in signedness socket.h:6:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ rtr.c: In function ‘rtr_add’: rtr.c:125:3: warning: pointer targets in passing argument 2 of ‘socket_write’ differ in signedness socket.h:6:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ rtr.c:128:3: warning: pointer targets in passing argument 2 of ‘socket_read’ differ in signedness socket.h:5:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ rtr.c: In function ‘rtr_remove’: rtr.c:176:5: warning: implicit declaration of function ‘socket_close’ rtr.c: In function ‘rtr_cmd’: rtr.c:245:2: warning: pointer targets in passing argument 1 of ‘endian_memcpy’ differ in signedness utils.h:100:6: note: expected ‘unsigned char *’ but argument is of type ‘char *’ rtr.c:247:2: warning: pointer targets in passing argument 2 of ‘socket_write’ differ in signedness socket.h:6:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ rtr.c:249:2: warning: pointer targets in passing argument 2 of ‘socket_read’ differ in signedness socket.h:5:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ rtr.c:254:2: warning: pointer targets in passing argument 2 of ‘endian_memcpy’ differ in signedness utils.h:100:6: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ rtr.c:266:2: warning: pointer targets in passing argument 2 of ‘socket_read’ differ in signedness socket.h:5:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o btree.o btree.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/haret.o plug/io/haret.c plug/io/haret.c: In function ‘haret_wait_until_prompt’: plug/io/haret.c:52:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/winedbg.o plug/io/winedbg.c plug/io/winedbg.c: In function ‘winedbg_wait_until_prompt’: plug/io/winedbg.c:46:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/winedbg.c:47:15: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/winedbg.c: In function ‘winedbg_open’: plug/io/winedbg.c:105:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result plug/io/winedbg.c:106:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result plug/io/winedbg.c:108:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/gxemul.o plug/io/gxemul.c plug/io/gxemul.c: In function ‘gxemul_wait_until_prompt’: plug/io/gxemul.c:54:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/gxemul.c:55:15: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/gxemul.c: In function ‘gxemul_open’: plug/io/gxemul.c:106:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result plug/io/gxemul.c:107:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result plug/io/gxemul.c:109:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result plug/io/gxemul.c:111:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result plug/io/gxemul.c: In function ‘gxemul_system’: plug/io/gxemul.c:189:15: warning: array subscript is above array bounds plug/io/gxemul.c:191:15: warning: array subscript is above array bounds i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/remote.o plug/io/remote.c plug/io/remote.c: In function ‘remote_handle_client’: plug/io/remote.c:165:5: warning: pointer targets in passing argument 2 of ‘endian_memcpy’ differ in signedness ./utils.h:100:6: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ plug/io/remote.c:181:6: warning: pointer targets in passing argument 1 of ‘endian_memcpy’ differ in signedness ./utils.h:100:6: note: expected ‘unsigned char *’ but argument is of type ‘char *’ plug/io/remote.c: In function ‘remote_system’: plug/io/remote.c:405:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/remote.c:408:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:417:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c: In function ‘remote_lseek’: plug/io/remote.c:362:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/remote.c:365:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c: In function ‘remote_open’: plug/io/remote.c:311:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/remote.c:314:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c: In function ‘remote_handle_client’: plug/io/remote.c:126:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:128:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:134:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:143:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/remote.c:147:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:155:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/remote.c:164:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:170:10: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:183:11: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/remote.c:190:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:193:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:198:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:204:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/remote.c:208:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:214:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/remote.c:219:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:223:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:238:12: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result plug/io/remote.c:249:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/remote.c: In function ‘remote_read’: plug/io/remote.c:81:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/remote.c:84:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c:90:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/remote.c: In function ‘remote_write’: plug/io/remote.c:65:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/windbg.o plug/io/windbg.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/gdb.o plug/io/gdb.c plug/io/gdb.c: In function ‘gdb_read’: plug/io/gdb.c:203:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/gdb.c: In function ‘gdb_read_bytes’: plug/io/gdb.c:78:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/gdb.c:83:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/gdb.c:86:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/gdb.c:92:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/gdb.c:128:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/gdb.c: In function ‘gdb_send’: plug/io/gdb.c:56:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/posix.o plug/io/posix.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/gdbx.o plug/io/gdbx.c plug/io/gdbx.c: In function ‘gdbx_read’: plug/io/gdbx.c:86:7: warning: pointer targets in assignment differ in signedness plug/io/gdbx.c:88:4: warning: pointer targets in passing argument 1 of ‘sscanf’ differ in signedness /usr/include/stdio.h:435:12: note: expected ‘const char * __restrict__’ but argument is of type ‘unsigned char *’ plug/io/gdbx.c:88:4: warning: format ‘%x’ expects type ‘unsigned int *’, but argument 3 has type ‘long unsigned int *’ plug/io/gdbx.c:69:17: warning: unused variable ‘pbuf’ plug/io/gdbx.c: In function ‘gdbx_system’: plug/io/gdbx.c:263:4: warning: pointer targets in passing argument 2 of ‘socket_read’ differ in signedness ./socket.h:5:5: note: expected ‘unsigned char *’ but argument is of type ‘char *’ plug/io/gdbx.c: In function ‘gdbx_wait_until_prompt’: plug/io/gdbx.c:45:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result plug/io/gdbx.c:46:15: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result plug/io/gdbx.c: In function ‘gdbx_open’: plug/io/gdbx.c:152:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result plug/io/gdbx.c:153:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result plug/io/gdbx.c:155:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/socket.o plug/io/socket.c plug/io/socket.c: In function ‘zocket_open’: plug/io/socket.c:118:3: warning: implicit declaration of function ‘stat’ i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o pas.o pas.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o ranges.o ranges.c ranges.c: In function ‘ranges_add’: ranges.c:180:18: warning: ‘ret’ may be used uninitialized in this function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/shm.o plug/io/shm.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/mmap.o plug/io/mmap.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/malloc.o plug/io/malloc.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/bfdbg.o plug/io/bfdbg.c plug/io/bfdbg.c: In function ‘bfdbg_close’: plug/io/bfdbg.c:106:6: warning: attempt to free a non-heap object ‘bfvm_cpu’ i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/serial.o plug/io/serial.c plug/io/serial.c: In function ‘serial_system’: plug/io/serial.c:233:1: warning: control reaches end of non-void function plug/io/serial.c: In function ‘serial_show_log’: plug/io/serial.c:213:1: warning: control reaches end of non-void function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/gdbwrap.o plug/io/gdbwrap.c plug/io/gdbwrap.c: In function ‘r_gdbwrap_read’: plug/io/gdbwrap.c:39:2: warning: implicit declaration of function ‘r_gdbwrap_handle_fd’ plug/io/gdbwrap.c:40:24: warning: pointer targets in initialization differ in signedness plug/io/gdbwrap.c:44:3: warning: pointer targets in passing argument 1 of ‘hexstr2binstr’ differ in signedness ./utils.h:95:5: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ plug/io/gdbwrap.c:38:6: warning: unused variable ‘i’ plug/io/gdbwrap.c: In function ‘r_gdbwrap_open’: plug/io/gdbwrap.c:59:2: warning: implicit declaration of function ‘r_gdbwrap_handle_open’ plug/io/gdbwrap.c: In function ‘r_gdbwrap_system’: plug/io/gdbwrap.c:180:4: warning: ‘return’ with no value, in function returning non-void plug/io/gdbwrap.c:144:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result plug/io/gdbwrap.c:160:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result plug/io/gdbwrap.c:164:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/libgdbwrap/interface.o plug/io/libgdbwrap/interface.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/libgdbwrap/gdbwrapper.o plug/io/libgdbwrap/gdbwrapper.c plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_errorhandler’: plug/io/libgdbwrap/gdbwrapper.c:35:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_extract_from_packet’: plug/io/libgdbwrap/gdbwrapper.c:112:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_make_message’: plug/io/libgdbwrap/gdbwrapper.c:199:13: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c:203:13: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_run_length_decode’: plug/io/libgdbwrap/gdbwrapper.c:230:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c:242:39: warning: value computed is not used plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_populate_reg’: plug/io/libgdbwrap/gdbwrapper.c:293:13: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c:302:10: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_get_packet’: plug/io/libgdbwrap/gdbwrapper.c:350:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_send_data’: plug/io/libgdbwrap/gdbwrapper.c:409:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c:421:13: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_init’: plug/io/libgdbwrap/gdbwrapper.c:543:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c:549:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_close’: plug/io/libgdbwrap/gdbwrapper.c:557:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_bye’: plug/io/libgdbwrap/gdbwrapper.c:611:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_setbp’: plug/io/libgdbwrap/gdbwrapper.c:683:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_writememory’: plug/io/libgdbwrap/gdbwrapper.c:739:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c:743:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_writememory2’: plug/io/libgdbwrap/gdbwrapper.c:770:13: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_writeregister’: plug/io/libgdbwrap/gdbwrapper.c:820:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_writeregister2’: plug/io/libgdbwrap/gdbwrapper.c:837:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c:841:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_shipallreg’: plug/io/libgdbwrap/gdbwrapper.c:892:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c:903:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_ctrl_c’: plug/io/libgdbwrap/gdbwrapper.c:916:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c:923:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_signal’: plug/io/libgdbwrap/gdbwrapper.c:941:10: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_stepi’: plug/io/libgdbwrap/gdbwrapper.c:952:9: warning: statement with no effect plug/io/libgdbwrap/gdbwrapper.c: In function ‘gdbwrap_remotecmd’: plug/io/libgdbwrap/gdbwrapper.c:976:9: warning: statement with no effect i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rahash/entropy.o rahash/entropy.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rahash/hash.o rahash/hash.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o aes-find.o aes-find.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/csr/dis.o arch/csr/dis.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/csr/code.o arch/csr/code.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/msil/demsil.o arch/msil/demsil.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/msil/code.o arch/msil/code.c arch/msil/code.c: In function ‘arch_msil_aop’: arch/msil/code.c:36:2: warning: pointer targets in passing argument 6 of ‘DisasMSIL’ differ in signedness arch/msil/demsil.h:354:5: note: expected ‘unsigned int *’ but argument is of type ‘int *’ i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/arm/code.o arch/arm/code.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/arm/disarm.o arch/arm/disarm.c arch/arm/disarm.c: In function ‘reglist’: arch/arm/disarm.c:428:4: warning: format not a string literal and no format arguments i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/arm/gnudisarm.o arch/arm/gnudisarm.c arch/arm/gnudisarm.c: In function ‘gnu_disarm_str’: arch/arm/gnudisarm.c:87:2: warning: implicit declaration of function ‘print_insn_arm’ arch/arm/gnudisarm.c: At top level: arch/arm/gnudisarm.c:11:13: warning: ‘str’ defined but not used arch/arm/gnudisarm.c:22:14: warning: ‘str_data’ defined but not used i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/arm/gnu/arm-dis.o arch/arm/gnu/arm-dis.c arch/arm/gnu/arm-dis.c: In function ‘print_insn_thumb16’: arch/arm/gnu/arm-dis.c:3206:9: warning: format not a string literal and no format arguments arch/arm/gnu/arm-dis.c:3213:9: warning: format not a string literal and no format arguments arch/arm/gnu/arm-dis.c: In function ‘print_insn_thumb32’: arch/arm/gnu/arm-dis.c:3756:7: warning: format not a string literal and no format arguments arch/arm/gnu/arm-dis.c:3764:5: warning: format not a string literal and no format arguments i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/bf/code.o arch/bf/code.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/z80/code.o arch/z80/code.c arch/z80/code.c: In function ‘arch_z80_aop’: arch/z80/code.c:54:2: warning: implicit declaration of function ‘z80_OpcodeLen’ arch/z80/code.c: In function ‘z80_udis’: arch/z80/code.c:65:2: warning: implicit declaration of function ‘z80_Disassemble’ i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/z80/z80_disassembler.o arch/z80/z80_disassembler.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/8051/code.o arch/8051/code.c arch/8051/code.c: In function ‘arch_8051_aop’: arch/8051/code.c:40:2: warning: implicit declaration of function ‘dis51_inst1’ arch/8051/code.c:47:2: warning: implicit declaration of function ‘dis51_inst2’ arch/8051/code.c:30:12: warning: unused variable ‘i’ i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/8051/global.o arch/8051/global.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/8051/pass1.o arch/8051/pass1.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/8051/pass2.o arch/8051/pass2.c arch/8051/pass2.c: In function ‘dis51_inst2’: arch/8051/pass2.c:188:4: warning: format not a string literal and no format arguments arch/8051/pass2.c:156:13: warning: ‘op2’ may be used uninitialized in this function arch/8051/pass2.c:156:8: warning: ‘op1’ may be used uninitialized in this function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/mips/vm.o arch/mips/vm.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/mips/code.o arch/mips/code.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/mips/mips-dis.o arch/mips/mips-dis.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/mips/mips-opc.o arch/mips/mips-opc.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/mips/mips16-opc.o arch/mips/mips16-opc.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/mips/gnudismips.o arch/mips/gnudismips.c arch/mips/gnudismips.c: In function ‘buf_fprintf’: arch/mips/gnudismips.c:46:8: warning: unused variable ‘tmp’ i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/sparc/code.o arch/sparc/code.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/sparc/sparc-dis.o arch/sparc/sparc-dis.c arch/sparc/sparc-dis.c: In function ‘print_insn_sparc’: arch/sparc/sparc-dis.c:554:4: warning: format not a string literal and no format arguments i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/sparc/sparc-opc.o arch/sparc/sparc-opc.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/sparc/gnudisparc.o arch/sparc/gnudisparc.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/ppc/ppc-dis.o arch/ppc/ppc-dis.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/ppc/ppc-opc.o arch/ppc/ppc-opc.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/ppc/gnudisppc.o arch/ppc/gnudisppc.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/ppc/code.o arch/ppc/code.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/ppc/ppc_disasm.o arch/ppc/ppc_disasm.c arch/ppc/ppc_disasm.c: In function ‘trapi’: arch/ppc/ppc_disasm.c:250:3: warning: suggest parentheses around assignment used as truth value arch/ppc/ppc_disasm.c: In function ‘cmpi’: arch/ppc/ppc_disasm.c:269:5: warning: suggest parentheses around assignment used as truth value arch/ppc/ppc_disasm.c: In function ‘bc’: arch/ppc/ppc_disasm.c:350:3: warning: suggest parentheses around assignment used as truth value arch/ppc/ppc_disasm.c: In function ‘cmp’: arch/ppc/ppc_disasm.c:463:5: warning: suggest parentheses around assignment used as truth value arch/ppc/ppc_disasm.c: In function ‘trap’: arch/ppc/ppc_disasm.c:477:3: warning: suggest parentheses around assignment used as truth value i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/vm.o arch/x86/vm.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/code.o arch/x86/code.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/dislen.o arch/x86/dislen.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/udis86/syn.o arch/x86/udis86/syn.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/udis86/input.o arch/x86/udis86/input.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/udis86/udis86.o arch/x86/udis86/udis86.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/udis86/decode.o arch/x86/udis86/decode.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/udis86/syn-att.o arch/x86/udis86/syn-att.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/udis86/itab.o arch/x86/udis86/itab.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/udis86/syn-intel.o arch/x86/udis86/syn-intel.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/x86/udis86/syn-pseudo.o arch/x86/udis86/syn-pseudo.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/java/code.o arch/java/code.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rabin/javasm.o rabin/javasm.c rabin/javasm.c: In function ‘java_classdump’: rabin/javasm.c:608:4: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness /usr/include/string.h:399:15: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ rabin/javasm.c:608:4: warning: pointer targets in passing argument 1 of ‘__strdup’ differ in signedness /usr/include/bits/string2.h:1303:14: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ rabin/javasm.c:537:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c:589:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c:592:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c:596:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c:636:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c:647:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c:659:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c:680:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c: In function ‘attributes_walk’: rabin/javasm.c:447:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c:461:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c:470:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c:474:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c:492:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c:498:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c: In function ‘read_short’: rabin/javasm.c:435:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin/javasm.c: In function ‘java_classdump’: rabin/javasm.c:525:17: warning: ‘sz’ may be used uninitialized in this function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/m68k/code.o arch/m68k/code.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o arch/m68k/m68k_disasm.o arch/m68k/m68k_disasm.c arch/m68k/m68k_disasm.c: In function ‘print_disp’: arch/m68k/m68k_disasm.c:3023:10: warning: ‘nv’ may be used uninitialized in this function arch/m68k/m68k_disasm.c: In function ‘print_addr’: arch/m68k/m68k_disasm.c:3067:8: warning: ‘symname’ may be used uninitialized in this function i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/ewf.o plug/io/ewf.c plug/io/ewf.c: In function ‘ewf_write’: plug/io/ewf.c:44:2: warning: passing argument 2 of ‘libewf_write_buffer’ discards qualifiers from pointer target type /usr/include/libewf.h:414:23: note: expected ‘void *’ but argument is of type ‘const void *’ plug/io/ewf.c: In function ‘ewf_open’: plug/io/ewf.c:104:3: warning: passing argument 1 of ‘libewf_open’ from incompatible pointer type /usr/include/libewf.h:295:32: note: expected ‘char * const*’ but argument is of type ‘const char * (*)[1024]’ plug/io/ewf.c:130:4: warning: pointer targets in passing argument 2 of ‘libewf_get_volume_type’ differ in signedness /usr/include/libewf.h:1067:19: note: expected ‘uint8_t *’ but argument is of type ‘int8_t *’ plug/io/ewf.c:134:4: warning: pointer targets in passing argument 2 of ‘libewf_get_media_type’ differ in signedness /usr/include/libewf.h:1039:19: note: expected ‘uint8_t *’ but argument is of type ‘int8_t *’ plug/io/ewf.c:136:4: warning: pointer targets in passing argument 2 of ‘libewf_get_media_flags’ differ in signedness /usr/include/libewf.h:1053:19: note: expected ‘uint8_t *’ but argument is of type ‘int8_t *’ plug/io/ewf.c:138:4: warning: pointer targets in passing argument 2 of ‘libewf_get_md5_hash’ differ in signedness /usr/include/libewf.h:1111:19: note: expected ‘uint8_t *’ but argument is of type ‘char *’ plug/io/ewf.c:62:11: warning: unused variable ‘amount_of_acquiry_errors’ plug/io/ewf.c:82:8: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o plug/io/debug.o plug/io/debug.c i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o grava.o grava.c grava.c: In function ‘ugraph_print_dot’: grava.c:797:27: warning: unused variable ‘pos’ grava.c:796:8: warning: unused variable ‘j’ grava.c:796:6: warning: unused variable ‘i’ i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o main.o main.c main.c: In function ‘main’: main.c:57:8: warning: unused variable ‘ptr’ i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o radare main.o arch/x86/ollyasm/assembl.o arch/x86/ollyasm/asmserv.o arch/x86/ollyasm/disasm.o radare.o stripstr.o readline.o search.o undo.o rio.o cons.o trace.o vm.o data.o config.o flags.o utils.o environ.o visual.o print.o cmds.o binparse.o section.o plugin.o socket.o analyze.o code.o rabin.o project.o hack.o bytepat.o macros.o rasm/rasm.o rasm/olly.o rasm/nasm.o rasm/x86.o rasm/ppc.o rasm/arm.o rasm/java.o dietline.o vars.o rdb.o radiff/rdbdiff.o rasm/rsc.o b64.o rtr.o btree.o plug/io/haret.o plug/io/winedbg.o plug/io/gxemul.o plug/io/remote.o plug/io/windbg.o plug/io/gdb.o plug/io/posix.o plug/io/gdbx.o plug/io/socket.o pas.o ranges.o plug/io/shm.o plug/io/mmap.o plug/io/malloc.o plug/io/bfdbg.o plug/io/serial.o plug/io/gdbwrap.o plug/io/libgdbwrap/interface.o plug/io/libgdbwrap/gdbwrapper.o rahash/entropy.o rahash/hash.o rahash/crc16.o aes-find.o arch/csr/dis.o arch/csr/code.o arch/msil/demsil.o arch/msil/code.o arch/arm/code.o arch/arm/disarm.o arch/arm/gnudisarm.o arch/arm/gnu/arm-dis.o arch/bf/code.o arch/z80/code.o arch/z80/z80_disassembler.o arch/8051/code.o arch/8051/global.o arch/8051/pass1.o arch/8051/pass2.o arch/mips/vm.o arch/mips/code.o arch/mips/mips-dis.o arch/mips/mips-opc.o arch/mips/mips16-opc.o arch/mips/gnudismips.o arch/sparc/code.o arch/sparc/sparc-dis.o arch/sparc/sparc-opc.o arch/sparc/gnudisparc.o arch/ppc/ppc-dis.o arch/ppc/ppc-opc.o arch/ppc/gnudisppc.o arch/ppc/code.o arch/ppc/ppc_disasm.o arch/x86/vm.o arch/x86/code.o arch/x86/dislen.o arch/x86/udis86/syn.o arch/x86/udis86/input.o arch/x86/udis86/udis86.o arch/x86/udis86/decode.o arch/x86/udis86/syn-att.o arch/x86/udis86/itab.o arch/x86/udis86/syn-intel.o arch/x86/udis86/syn-pseudo.o arch/java/code.o rabin/javasm.o arch/m68k/code.o arch/m68k/m68k_disasm.o plug/io/ewf.o plug/io/debug.o grava.o dbg/arch/i386.o dbg/arch/i386-hack.o dbg/arch/i386-bp.o dbg/close.o dbg/debug.o dbg/lseek.o dbg/open.o dbg/system.o dbg/signal.o dbg/mem.o dbg/wp.o dbg/unix/fd.o dbg/events.o dbg/unix/signal.o dbg/unix/debug.o dbg/unix/procs.o dbg/procs.o dbg/thread.o dbg/parser.o dbg/unix/syscall.o dbg/bp.o dbg/lib.o dbg/regs.o dbg/io.o dbg/dump.o dbg/fd.o -lm -lewf -ldl cd rahash && make all make[2]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rahash' i686-pc-linux-gnu-gcc -O2 -pipe -c -o rahash.o rahash.c rahash.c: In function ‘main’: rahash.c:695:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result rahash.c: In function ‘radare_hash_check’: rahash.c:501:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result rahash.c:508:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result rahash.c:516:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result rahash.c:526:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result rahash.c: In function ‘radare_hash_generate’: rahash.c:308:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result rahash.c:451:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result In file included from /usr/include/unistd.h:1157:0, from ../main.h:36, from ../radare.h:5, from rahash.c:21: In function ‘read’, inlined from ‘radare_hash_check’ at rahash.c:508:6: /usr/include/bits/unistd.h:43:2: warning: call to ‘__read_chk_warn’ declared with attribute warning: read called with bigger length than size of the destination buffer i686-pc-linux-gnu-gcc -O2 -pipe -c -o md4.o md4.c i686-pc-linux-gnu-gcc -O2 -pipe -c -o md5c.o md5c.c i686-pc-linux-gnu-gcc -O2 -pipe -c -o crc32.o crc32.c i686-pc-linux-gnu-gcc -O2 -pipe -c -o sha1.o sha1.c i686-pc-linux-gnu-gcc -O2 -pipe -c -o hamdist.o hamdist.c i686-pc-linux-gnu-gcc -O2 -pipe -c -o sha2.o sha2.c i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu rahash.o md4.o md5c.o crc16.o crc32.o sha1.o hash.o hamdist.o entropy.o sha2.o ../w32utils.o -lm -o rahash make[2]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rahash' cd plug/hack && make all make[2]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/plug/hack' i686-pc-linux-gnu-gcc -O2 -pipe -I//usr/include/lua5.1/ -I/usr/include/lua5.1/ -I//usr/include/python2.5/ -I/usr/include/python2.5/ -I../.. -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fPIC -shared hello.c -o hello.so ruby mkruby.rb mkruby.rb:35: undefined method `+' for nil:NilClass (NoMethodError) make[2]: [ruby.so] Error 1 (ignored) #-i686-pc-linux-gnu-gcc ruby.c -fPIC -shared -O2 -pipe -I//usr/include/lua5.1/ -I/usr/include/lua5.1/ -I//usr/include/python2.5/ -I/usr/include/python2.5/ -I../.. -g -I/usr/lib/ruby/1.8/i386-linux -o ruby.so i686-pc-linux-gnu-gcc perl.c -fPIC -shared -O2 -pipe -I//usr/include/lua5.1/ -I/usr/include/lua5.1/ -I//usr/include/python2.5/ -I/usr/include/python2.5/ -I../.. -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu `perl -MExtUtils::Embed -e ccopts` `perl -MExtUtils::Embed -e ldopts` -lncurses -o perl.so In file included from /usr/lib/perl5/5.12.2/i686-linux-thread-multi/CORE/perl.h:2429:0, from perl.c:44: /usr/lib/perl5/5.12.2/i686-linux-thread-multi/CORE/handy.h:233:0: warning: "U32_MAX" redefined ../../utils.h:16:0: note: this is the location of the previous definition perl.c: In function ‘perl_hack_cmd’: perl.c:173:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result make[2]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/plug/hack' cd rsc && make all make[2]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rsc' i686-pc-linux-gnu-gcc -O2 -pipe -c -o main.o main.c In file included from /usr/include/stdio.h:930:0, from main.c:21: In function ‘snprintf’, inlined from ‘rsc_run’ at main.c:106:10: /usr/include/bits/stdio2.h:65:3: warning: call to __builtin___snprintf_chk will always overflow destination buffer No gtk is found..so no gtk rsc is built make[2]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rsc' i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o rax.o rax.c rax.c: In function ‘main’: rax.c:213:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result rax.c: In function ‘rax’: rax.c:84:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result rax.c:99:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu rax.o -o rax i686-pc-linux-gnu-gcc -c -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -o xrefs.o xrefs.c i686-pc-linux-gnu-gcc -O2 -pipe -Iplug/io/libgdbwrap/include -Wall -I. -Iinclude -DRADARE_CORE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu xrefs.o -o xrefs cd rasm && make all make[2]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rasm' i686-pc-linux-gnu-gcc -O2 -pipe -c -o main.o main.c main.c: In function ‘main’: main.c:111:11: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result main.c:148:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu rasm.o x86.o arm.o java.o ppc.o main.o olly.o nasm.o rsc.o ../w32utils.o ../arch/x86/ollyasm/assembl.o ../arch/x86/ollyasm/asmserv.o ../arch/x86/ollyasm/disasm.o -o rasm ../utils.c ../utils.c: In function ‘file_dump’: ../utils.c:171:9: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result ../utils.c: In function ‘slurp’: ../utils.c:129:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result make[2]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rasm' cd rabin && make all make[2]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rabin' i686-pc-linux-gnu-gcc -O2 -pipe -DRADARE_CORE -g -c -o dietelf.o dietelf.c dietelf.c: In function ‘Elf32_aux_stripstr_from_file’: dietelf.c:86:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -DRADARE_CORE -g -c -o dietelf64.o dietelf64.c In file included from dietelf64.c:8:0: dietelf.c: In function ‘Elf64_dietelf_init’: dietelf.c:1038:4: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 4 has type ‘Elf64_Off’ dietelf.c:1045:4: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 4 has type ‘Elf64_Off’ dietelf64.c: In function ‘Elf64_aux_stripstr_from_file’: dietelf.c:86:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -DRADARE_CORE -g -c -o rabin.o rabin.c rabin.c: In function ‘dump_sections’: rabin.c:1676:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result rabin.c:1700:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result rabin.c: In function ‘dump_symbols’: rabin.c:1609:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result rabin.c:1634:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result rabin.c: In function ‘rabin_identify_header’: rabin.c:1482:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result rabin.c: In function ‘rabin_show_libs’: rabin.c:1398:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rabin.c:1404:11: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rabin.c:1446:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rabin.c:1450:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rabin.c: In function ‘rabin_show_symbols’: rabin.c:1080:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rabin.c:1087:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rabin.c:1098:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rabin.c: In function ‘rabin_show_imports’: rabin.c:812:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rabin.c:893:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rabin.c:895:10: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rabin.c: In function ‘rabin_show_entrypoint’: rabin.c:605:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result rabin.c:700:7: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rabin.c: In function ‘rabin_show_checksum’: rabin.c:475:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result rabin.c:477:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result rabin.c:488:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result rabin.c: In function ‘rabin_show_strings’: rabin.c:326:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rabin.c:461:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -DRADARE_CORE -g -c -o dietpe.o dietpe.c dietpe.c: In function ‘Pe32_dietpe_init’: dietpe.c:137:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:146:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:167:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c: In function ‘Pe32_dietpe_aux_stripstr_from_file’: dietpe.c:50:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c: In function ‘Pe32_dietpe_get_libs’: dietpe.c:533:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:545:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c: In function ‘Pe32_dietpe_init_imports’: dietpe.c:202:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:208:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c: In function ‘Pe32_dietpe_get_imports_count’: dietpe.c:472:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:474:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:479:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:481:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:490:12: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:505:12: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c: In function ‘Pe32_dietpe_get_imports’: dietpe.c:439:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:447:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c: In function ‘Pe32_dietpe_parse_imports’: dietpe.c:237:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:239:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:244:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:246:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:254:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:263:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:264:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c: In function ‘Pe32_dietpe_init_exports’: dietpe.c:182:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c: In function ‘Pe32_dietpe_get_exports’: dietpe.c:359:10: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:368:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:370:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:372:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:377:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:386:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -DRADARE_CORE -g -c -o dietpe64.o dietpe64.c dietpe64.c: In function ‘Pe64_dietpe_init’: dietpe.c:137:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:146:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:167:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe64.c: In function ‘Pe64_dietpe_aux_stripstr_from_file’: dietpe.c:50:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe64.c: In function ‘Pe64_dietpe_get_libs’: dietpe.c:533:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:545:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe64.c: In function ‘Pe64_dietpe_init_imports’: dietpe.c:202:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:208:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe64.c: In function ‘Pe64_dietpe_get_imports_count’: dietpe.c:472:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:474:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:479:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:481:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:490:12: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:505:12: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe64.c: In function ‘Pe64_dietpe_get_imports’: dietpe.c:439:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:447:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe64.c: In function ‘Pe64_dietpe_parse_imports’: dietpe.c:237:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:239:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:244:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:246:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:254:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:263:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:264:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe64.c: In function ‘Pe64_dietpe_init_exports’: dietpe.c:182:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe64.c: In function ‘Pe64_dietpe_get_exports’: dietpe.c:359:10: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:368:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:370:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:372:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:377:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result dietpe.c:386:8: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -DRADARE_CORE -g -c -o dietmach0.o dietmach0.c dietmach0.c: In function ‘dm_read_codesign’: dietmach0.c:71:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:73:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:75:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c: In function ‘dm_read_uuid’: dietmach0.c:96:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:98:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:100:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c: In function ‘dm_read_routines’: dietmach0.c:127:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:129:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:131:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c: In function ‘dm_read_twolevel_hints’: dietmach0.c:158:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:160:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:162:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c: In function ‘dm_read_thread’: dietmach0.c:184:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:186:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:188:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c: In function ‘dm_read_prebound_dylib_command’: dietmach0.c:344:7: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:346:30: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:348:14: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c:348:14: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘long unsigned int’ dietmach0.c:358:7: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ dietmach0.c: In function ‘dm_read_sub_client’: dietmach0.c:382:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:384:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:386:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c:391:3: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:394:3: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ dietmach0.c: In function ‘dm_read_sub_library’: dietmach0.c:408:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:410:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:412:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c: In function ‘dm_read_sub_umbrella’: dietmach0.c:434:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:436:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:438:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c:446:3: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ dietmach0.c: In function ‘dm_read_sub_framework’: dietmach0.c:459:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:461:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:463:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c: In function ‘dm_read_dylib’: dietmach0.c:482:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:484:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:486:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c:507:4: warning: format ‘%u’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:507:4: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ dietmach0.c:507:4: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘long unsigned int’ dietmach0.c:511:4: warning: format ‘%u’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:511:4: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ dietmach0.c:511:4: warning: format ‘%u’ expects type ‘unsigned int’, but argument 4 has type ‘long unsigned int’ dietmach0.c: In function ‘dm_read_fvmlib’: dietmach0.c:524:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:526:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:528:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c:540:3: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ dietmach0.c:541:3: warning: format ‘%u’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:542:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ dietmach0.c: In function ‘dm_read_symseg’: dietmach0.c:555:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:557:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:559:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c:559:5: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘long unsigned int’ dietmach0.c:563:3: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:564:3: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:565:3: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ dietmach0.c: In function ‘dm_read_dysymtab’: dietmach0.c:578:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:580:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:582:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c:582:5: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘long unsigned int’ dietmach0.c: In function ‘dm_read_symtab’: dietmach0.c:616:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:618:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:620:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c:620:5: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘long unsigned int’ dietmach0.c: In function ‘dm_read_section’: dietmach0.c:641:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c:643:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c:645:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘struct section *’ dietmach0.c:645:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 5 has type ‘long unsigned int’ dietmach0.c:650:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:651:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:652:3: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:653:3: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:654:3: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:655:3: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:656:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:657:3: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:658:3: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ dietmach0.c: In function ‘dm_read_dylinker’: dietmach0.c:672:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:674:21: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:676:5: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘struct dylinker_command *’ dietmach0.c:676:5: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘long unsigned int’ dietmach0.c:688:3: warning: format ‘%u’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ dietmach0.c: In function ‘dm_read_header’: dietmach0.c:718:4: warning: format ‘%08llx’ expects type ‘long long unsigned int’, but argument 2 has type ‘char *’ dietmach0.c:720:31: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘char *’ dietmach0.c:722:6: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘char *’ dietmach0.c:722:6: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’ dietmach0.c:725:4: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:726:4: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ dietmach0.c:760:30: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:763:24: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:766:8: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:766:8: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ dietmach0.c:778:30: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c:782:24: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ dietmach0.c:785:8: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:785:8: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ dietmach0.c: In function ‘dm_read_segment’: dietmach0.c:817:3: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:819:4: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 2 has type ‘void *’ dietmach0.c:822:4: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘struct segment_command *’ i686-pc-linux-gnu-gcc -O2 -pipe -DRADARE_CORE -g -c -o dietmach0_utils.o dietmach0_utils.c i686-pc-linux-gnu-gcc -O2 -pipe -DRADARE_CORE -g -c -o aux.o aux.c i686-pc-linux-gnu-gcc -O2 -pipe -DRADARE_CORE -g -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu dietelf.o dietelf64.o rabin.o dietpe.o dietpe64.o dietmach0.o dietmach0_utils.o aux.o -ldl -o rabin make[2]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rabin' cd javasm && make all make[2]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/javasm' i686-pc-linux-gnu-gcc -O2 -pipe -c -o main.o main.c i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu ../rabin/javasm.o main.o -o javasm make[2]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/javasm' cd rasc && make all make[2]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rasc' Compiling shellcodes.c i686-pc-linux-gnu-gcc -O2 -pipe -DMKPFX=\"../\" -c -o shellcodes.o shellcodes.c Compiling test.c i686-pc-linux-gnu-gcc -O2 -pipe -DMKPFX=\"../\" -c -o test.o test.c test.c: In function ‘test’: test.c:13:8: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result test.c:14:8: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result Compiling rasc.c i686-pc-linux-gnu-gcc -O2 -pipe -DMKPFX=\"../\" -c -o rasc.o rasc.c rasc.c: In function ‘show_help’: rasc.c:83:2: warning: #warning TODO: prefix shellcode with setuid() fun rasc.c: In function ‘load_shellcode_from_file’: rasc.c:356:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rasc.c:357:9: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result rasc.c: In function ‘print_shellcode’: rasc.c:214:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result rasc.c: In function ‘filetostr’: rasc.c:113:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result Linking rasc i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o rasc shellcodes.o test.o rasc.o make[2]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rasc' make[1]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src' cd libusbsniff && make all make[1]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/libusbsniff' Compiling hexdump.c i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC -shared -o hexdump.o hexdump.c Compiling libfdsniff.c i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC -shared -o libfdsniff.o libfdsniff.c i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fPIC -shared hexdump.o libfdsniff.o -ldl -o libfdsniff.so 2>/dev/null Compiling libusbsniff.c i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC -shared -o libusbsniff.o libusbsniff.c i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fPIC -shared hexdump.o libusbsniff.o -ldl -o libusbsniff.so 2>/dev/null Compiling libioctlsniff.c i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC -shared -o libioctlsniff.o libioctlsniff.c i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -fPIC -shared hexdump.o libioctlsniff.o -ldl -o libioctlsniff.so 2>/dev/null make[1]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/libusbsniff' cd src/rabin && make all make[1]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rabin' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rabin' cd src/rasm && make all make[1]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rasm' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rasm' >>> Source compiled. >>> Test phase [none]: dev-util/radare-1.5-r1 >>> Install radare-1.5-r1 into /var/tmp/portage/dev-util/radare-1.5-r1/image/ category dev-util make -j14 DESTDIR=/var/tmp/portage/dev-util/radare-1.5-r1/image/ install cd src/rsc && make install DESTDIR=/var/tmp/portage/dev-util/radare-1.5-r1/image/ make[1]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rsc' /usr/bin/install -d /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib /usr/bin/install -d /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare /usr/bin/install -d /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare/bin rm -rf /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare/bin/* for A in pool/* ; do cp $A /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare/bin ; done chmod +x /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare/bin/* #for A in add asm bdcolor bin2txt dasm elf-base-addr elf-dump-header dbg-report elf-entry-point elf-flag-header elf-quad-word-shell findrawsyms path gdl2gml make_symbolmap.sh objdiff objdump-output-beatifier.pl start2bin read rfile-foreach spcc syms-dump syms syms-dbg-flag maps adict monitor syms-flag syms-xrefs elf-trace write xtrace ffftoneg core gtkdialog bin2tab tab2asm tab2gml move bytediff net-tcp net-udp net-icmp strings-flag syms-pe-flag flag gokolu bin2xml search-asm strings-flag strings-pe-flag syscall-flag dwarf-lines dwarf-addr list syms-extract boomerang flag-sections elf-prg-maps flag-kallsyms spcc-fe asmcolor signsrch fds symdiff idc2rdb dwarf-addrs dwarf-at daemon daemon-cmd ; do cp pool/$A /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/share/radare/rsc ; done make[1]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rsc' mkdir -p /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man5 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/radare/ /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/doc/radare-1.5-r1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/libexec/radare /usr/bin/install -m 755 src/rsc/rsc /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin /usr/bin/install -m 755 src/radare /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin /usr/bin/install -m 755 src/radiff/radiff /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin /usr/bin/install -m 755 src/rabin/rabin /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin /usr/bin/install -m 755 src/rasm/rasm /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin /usr/bin/install -m 644 src/arch/arm/aasm/mnemonics /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/radare/ /usr/bin/install -m 755 src/rasc/rasc /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin /usr/bin/install -m 755 src/rahash/rahash /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin /usr/bin/install -m 755 src/rax /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin cd src/rsc && make install make[1]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rsc' /usr/bin/install -d /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib /usr/bin/install -d /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare /usr/bin/install -d /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare/bin rm -rf /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare/bin/* for A in pool/* ; do cp $A /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare/bin ; done chmod +x /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare/bin/* #for A in add asm bdcolor bin2txt dasm elf-base-addr elf-dump-header dbg-report elf-entry-point elf-flag-header elf-quad-word-shell findrawsyms path gdl2gml make_symbolmap.sh objdiff objdump-output-beatifier.pl start2bin read rfile-foreach spcc syms-dump syms syms-dbg-flag maps adict monitor syms-flag syms-xrefs elf-trace write xtrace ffftoneg core gtkdialog bin2tab tab2asm tab2gml move bytediff net-tcp net-udp net-icmp strings-flag syms-pe-flag flag gokolu bin2xml search-asm strings-flag strings-pe-flag syscall-flag dwarf-lines dwarf-addr list syms-extract boomerang flag-sections elf-prg-maps flag-kallsyms spcc-fe asmcolor signsrch fds symdiff idc2rdb dwarf-addrs dwarf-at daemon daemon-cmd ; do cp pool/$A /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/share/radare/rsc ; done make[1]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/rsc' /usr/bin/install -m 755 src/lsbstego /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib/radare/bin /usr/bin/install -m 755 src/javasm/javasm /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib/radare/bin /usr/bin/install -m 755 src/arch/arm/aasm/armasm /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib/radare/bin /usr/bin/install -m 755 src/radiff/bindiff-ng/bindiff-ng /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib/radare/bin /usr/bin/install -m 755 src/radiff/bdiff/bdiff /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib/radare/bin mkdir -p /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib # install plugins mkdir -p /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib/radare cd src/plug/hack/ && make install make[1]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/plug/hack' [ -e lua.so ] && /usr/bin/install -c lua.so /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare make[1]: [install] Error 1 (ignored) [ -e hello.so ] && /usr/bin/install -c hello.so /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare [ -e gtk-hello.so ] && /usr/bin/install -c gtk-hello.so /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare make[1]: [install] Error 1 (ignored) [ -e gtk-actions.so ] && /usr/bin/install -c gtk-actions.so /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare make[1]: [install] Error 1 (ignored) [ -e gtk-prefs.so ] && /usr/bin/install -c gtk-prefs.so /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare make[1]: [install] Error 1 (ignored) [ -e gtk-topbar.so ] && /usr/bin/install -c gtk-topbar.so /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare make[1]: [install] Error 1 (ignored) [ -e scriptedit.so ] && /usr/bin/install -c scriptedit.so /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare make[1]: [install] Error 1 (ignored) [ -e perl.so ] && /usr/bin/install -c perl.so /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare [ -e ruby.so ] && /usr/bin/install -c ruby.so /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare make[1]: [install] Error 1 (ignored) [ -e python.so ] && /usr/bin/install -c python.so /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare make[1]: [install] Error 1 (ignored) [ -e python26.so ] && /usr/bin/install -c python26.so /var/tmp/portage/dev-util/radare-1.5-r1/image////usr/lib/radare make[1]: [install] Error 1 (ignored) make[1]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/src/plug/hack' # TODO remove? mkdir /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib/radare mkdir: cannot create directory `/var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib/radare': File exists make: [install] Error 1 (ignored) cd api && make install DESTDIR=/var/tmp/portage/dev-util/radare-1.5-r1/image/ make[1]: Entering directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/api' # ruby mkdir -p /var/tmp/portage/dev-util/radare-1.5-r1/image///usr/lib/ruby/1.8 cp -rf ruby/radare /var/tmp/portage/dev-util/radare-1.5-r1/image///usr/lib/ruby/1.8 # python mkdir -p /var/tmp/portage/dev-util/radare-1.5-r1/image///usr/lib/python2.5/site-packages mkdir -p /var/tmp/portage/dev-util/radare-1.5-r1/image///usr/lib/python2.6/site-packages cp -rf python/radare /var/tmp/portage/dev-util/radare-1.5-r1/image///usr/lib/python2.5/site-packages cp -rf python/radare /var/tmp/portage/dev-util/radare-1.5-r1/image///usr/lib/python2.6/site-packages # XXX lua cp -rf lua/radare/api.lua /var/tmp/portage/dev-util/radare-1.5-r1/image///usr/lib/radare/radare.lua make[1]: Leaving directory `/var/tmp/portage/dev-util/radare-1.5-r1/work/radare-1.5/api' #-cp -rf src/plug/hack/*.so /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib/radare if [ -e libaff2fd/libaff2fd.so ]; then /usr/bin/install -c libaff2fd/libaff2fd.so /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib ; fi /usr/bin/install -c libusbsniff/libusbsniff.so /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib if [ -e libusbsniff/libfdsniff.so ]; then /usr/bin/install -c libusbsniff/libfdsniff.so /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/lib ; fi /usr/bin/install -m 755 src/xrefs /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin /usr/bin/install -m 755 src/radiff/radiff /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin #/usr/bin/install -m 755 src/rdb/rdbdiff /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin /usr/bin/install -m 755 src/rfile /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/bin /usr/bin/install -m 444 man/rasc.1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1/ /usr/bin/install -m 444 man/rasm.1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1/ /usr/bin/install -m 444 man/radiff.1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1/ /usr/bin/install -m 444 man/gradare.1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1/ /usr/bin/install -m 444 man/rabin.1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1/ /usr/bin/install -m 444 man/radare.1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1/ /usr/bin/install -m 444 man/rahash.1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1/ /usr/bin/install -m 444 man/rsc-bindiff.1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1/ /usr/bin/install -m 444 man/xrefs.1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1/ /usr/bin/install -m 444 man/rsc.1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1/ /usr/bin/install -m 444 man/rfile.1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1/ /usr/bin/install -m 444 man/rax.1 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man1/ /usr/bin/install -m 444 man/radarerc.5 /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/man/man5/ /usr/bin/install -d /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/radare/ /usr/bin/install -d /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/radare/magic /usr/bin/install -m 644 magic/* /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/radare/magic/ /usr/bin/install -d /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/doc/radare-1.5-r1 /usr/bin/install -m 644 doc/* /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/doc/radare-1.5-r1/ /usr/bin/install: omitting directory `doc/xtra' make: [install] Error 1 (ignored) /usr/bin/install -d /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/doc/radare-1.5-r1/xtra /usr/bin/install -m 644 doc/xtra/* /var/tmp/portage/dev-util/radare-1.5-r1/image//usr/share/doc/radare-1.5-r1/xtra >>> Completed installing radare-1.5-r1 into /var/tmp/portage/dev-util/radare-1.5-r1/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/lib/libfdsniff.so usr/lib/radare/hello.so usr/lib/radare/perl.so usr/lib/radare/bin/lsbstego usr/lib/radare/bin/armasm usr/lib/radare/bin/bdiff usr/lib/radare/bin/javasm usr/lib/libusbsniff.so usr/bin/rabin usr/bin/rasc usr/bin/xrefs usr/bin/rax usr/bin/radare usr/bin/radiff usr/bin/rasm usr/bin/rahash * QA Notice: The following shared libraries lack a SONAME * /usr/lib/libfdsniff.so * /usr/lib/libusbsniff.so * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * arch/x86/ollyasm/assembl.c:1102:3: warning: dereferencing type-punned pointer will break strict-aliasing rules * arch/x86/ollyasm/assembl.c:1104:3: warning: dereferencing type-punned pointer will break strict-aliasing rules * arch/x86/ollyasm/asmserv.c:709:3: warning: dereferencing type-punned pointer will break strict-aliasing rules * arch/x86/ollyasm/asmserv.c:711:3: warning: dereferencing type-punned pointer will break strict-aliasing rules * arch/x86/ollyasm/asmserv.c:713:3: warning: dereferencing type-punned pointer will break strict-aliasing rules * arch/x86/ollyasm/asmserv.c:714:5: warning: dereferencing type-punned pointer will break strict-aliasing rules * arch/x86/ollyasm/asmserv.c:715:3: warning: dereferencing type-punned pointer will break strict-aliasing rules * arch/x86/ollyasm/asmserv.c:716:5: warning: dereferencing type-punned pointer will break strict-aliasing rules * arch/x86/ollyasm/asmserv.c:729:3: warning: dereferencing type-punned pointer will break strict-aliasing rules * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * radare.c:195:2: warning: implicit declaration of function ‘radare_changes_close’ * radare.c:1972:4: warning: implicit declaration of function ‘help_message’ * rio.c:109:3: warning: implicit declaration of function ‘undo_write_new’ * vm.c:268:5: warning: implicit declaration of function ‘vm_eval’ * vm.c:411:3: warning: implicit declaration of function ‘vm_op_add’ * vm.c:423:3: warning: implicit declaration of function ‘vm_reg_alias’ * vm.c:738:5: warning: implicit declaration of function ‘vm_op_eval’ * vm.c:767:2: warning: implicit declaration of function ‘udis_init’ * vm.c:768:3: warning: implicit declaration of function ‘udis_set_pc’ * data.c:780:2: warning: implicit declaration of function ‘var_init’ * config.c:599:2: warning: implicit declaration of function ‘radis_update’ * config.c:687:2: warning: implicit declaration of function ‘cons_palette_set’ * config.c:767:2: warning: implicit declaration of function ‘events_init_all’ * utils.c:421:4: warning: implicit declaration of function ‘undo_get_last_seek’ * visual.c:340:3: warning: implicit declaration of function ‘print_mem_help’ * visual.c:1208:3: warning: implicit declaration of function ‘visual_gui’ * visual.c:1866:4: warning: implicit declaration of function ‘config_visual_menu’ * visual.c:1870:4: warning: implicit declaration of function ‘flags_visual_menu’ * visual.c:1874:4: warning: implicit declaration of function ‘var_visual_menu’ * print.c:181:4: warning: implicit declaration of function ‘cons_invert’ * print.c:982:3: warning: implicit declaration of function ‘radis’ * print.c:1391:4: warning: implicit declaration of function ‘base64_decodeblock’ * print.c:1405:4: warning: implicit declaration of function ‘base64_encodeblock’ * cmds.c:140:3: warning: implicit declaration of function ‘radare_macro_break’ * cmds.c:232:4: warning: implicit declaration of function ‘trace_tag_get’ * cmds.c:236:4: warning: implicit declaration of function ‘trace_tag_set’ * cmds.c:240:4: warning: implicit declaration of function ‘trace_show’ * cmds.c:252:5: warning: implicit declaration of function ‘trace_set_times’ * cmds.c:256:4: warning: implicit declaration of function ‘trace_reset’ * cmds.c:372:7: warning: implicit declaration of function ‘stdout_close’ * cmds.c:382:6: warning: implicit declaration of function ‘graph_viz’ * cmds.c:460:4: warning: implicit declaration of function ‘print_mem_del’ * cmds.c:471:4: warning: implicit declaration of function ‘print_mem_list’ * cmds.c:476:5: warning: implicit declaration of function ‘print_mem_add’ * cmds.c:502:4: warning: implicit declaration of function ‘udis_init’ * cmds.c:590:3: warning: implicit declaration of function ‘analyze_preludes’ * cmds.c:598:4: warning: implicit declaration of function ‘vm_eval’ * cmds.c:603:4: warning: implicit declaration of function ‘vm_eval_file’ * cmds.c:617:4: warning: implicit declaration of function ‘vm_cmd_reg’ * cmds.c:620:4: warning: implicit declaration of function ‘vm_import’ * cmds.c:630:5: warning: implicit declaration of function ‘vm_op_list’ * cmds.c:632:5: warning: implicit declaration of function ‘vm_cmd_op_help’ * cmds.c:633:4: warning: implicit declaration of function ‘vm_cmd_op’ * cmds.c:658:4: warning: implicit declaration of function ‘vm_emulate’ * cmds.c:661:4: warning: implicit declaration of function ‘vm_print’ * cmds.c:672:3: warning: implicit declaration of function ‘analyze_spcc’ * cmds.c:683:4: warning: implicit declaration of function ‘radare_dump_section’ * cmds.c:902:4: warning: implicit declaration of function ‘ugraph_print_dot’ * cmds.c:909:4: warning: implicit declaration of function ‘graph_set_user’ * cmds.c:910:4: warning: implicit declaration of function ‘grava_program_graph’ * cmds.c:940:5: warning: implicit declaration of function ‘program_save’ * cmds.c:1336:3: warning: implicit declaration of function ‘data_var_cmd’ * cmds.c:1345:4: warning: implicit declaration of function ‘var_cmd’ * cmds.c:1363:4: warning: implicit declaration of function ‘data_list_ranges’ * cmds.c:1626:4: warning: implicit declaration of function ‘flag_grep_help’ * cmds.c:1630:2: warning: implicit declaration of function ‘flag_rebase’ * cmds.c:1688:3: warning: implicit declaration of function ‘undo_write_clear’ * cmds.c:2112:4: warning: implicit declaration of function ‘radare_write_op’ * cmds.c:2138:3: warning: implicit declaration of function ‘radare_write_mask_str’ * cmds.c:2447:4: warning: implicit declaration of function ‘search_similar_pattern’ * cmds.c:2452:3: warning: implicit declaration of function ‘do_byte_pat’ * cmds.c:2522:3: warning: implicit declaration of function ‘radare_search_asm’ * cmds.c:2625:3: warning: implicit declaration of function ‘search_from_simple_file’ * code.c:264:4: warning: implicit declaration of function ‘toupper’ * code.c:934:9: warning: implicit declaration of function ‘cons_invert’ * project.c:114:2: warning: implicit declaration of function ‘undo_write_size’ * vars.c:101:3: warning: implicit declaration of function ‘data_get_fun_for’ * vars.c:113:5: warning: implicit declaration of function ‘analyze_progress’ * vars.c:226:2: warning: implicit declaration of function ‘data_var_type_add’ * vars.c:460:5: warning: implicit declaration of function ‘flag_remove_at’ * rtr.c:176:5: warning: implicit declaration of function ‘socket_close’ * plug/io/socket.c:118:3: warning: implicit declaration of function ‘stat’ * plug/io/gdbwrap.c:39:2: warning: implicit declaration of function ‘r_gdbwrap_handle_fd’ * plug/io/gdbwrap.c:59:2: warning: implicit declaration of function ‘r_gdbwrap_handle_open’ * arch/arm/gnudisarm.c:87:2: warning: implicit declaration of function ‘print_insn_arm’ * arch/z80/code.c:54:2: warning: implicit declaration of function ‘z80_OpcodeLen’ * arch/z80/code.c:65:2: warning: implicit declaration of function ‘z80_Disassemble’ * arch/8051/code.c:40:2: warning: implicit declaration of function ‘dis51_inst1’ * arch/8051/code.c:47:2: warning: implicit declaration of function ‘dis51_inst2’ * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * plug/io/gxemul.c:189:15: warning: array subscript is above array bounds * plug/io/gxemul.c:191:15: warning: array subscript is above array bounds * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * plug/io/bfdbg.c:106:6: warning: attempt to free a non-heap object ‘bfvm_cpu’ * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * /usr/include/bits/stdio2.h:253:2: warning: call to ‘__fgets_chk_warn’ declared with attribute warning: fgets called with bigger size than length of destination buffer * /usr/include/bits/unistd.h:43:2: warning: call to ‘__read_chk_warn’ declared with attribute warning: read called with bigger length than size of the destination buffer * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * /usr/include/bits/stdio2.h:65:3: warning: call to __builtin___snprintf_chk will always overflow destination buffer * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * code.c:906:9: warning: the address of ‘flag’ will always evaluate as ‘true’ * Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://www.radare.org