Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save luan-cestari/0e039c6ee2bc38b38afe to your computer and use it in GitHub Desktop.
Save luan-cestari/0e039c6ee2bc38b38afe to your computer and use it in GitHub Desktop.
Building dtrace4linux: output from make
BUILD_DIR=build-3.15.10-200.fc20.x86_64 tools/build.pl build-3.15.10-200.fc20.x86_64 `uname -m`
tools/check_dep.pl
tools/mkport.pl
Generating: build-3.15.10-200.fc20.x86_64/port.h
tools/libgcc.pl
/usr/lib/gcc/x86_64-redhat-linux/4.8.3/32
tools/mksyscall.pl
Processing (32): /usr/include/asm/unistd_32.h
Creating: build-3.15.10-200.fc20.x86_64/driver/syscalls-x86.tbl - 350 entries
Processing (64): /usr/include/asm/unistd_64.h
Creating: build-3.15.10-200.fc20.x86_64/driver/syscalls-x86-64.tbl - 317 entries
make all0
cd tests ; make --no-print-directory
case `uname -m` in \
x86_64) \
cc -m64 -g -o ../build-3.15.10-200.fc20.x86_64/sys64 syscalls.c ; \
cc -m32 -g -o ../build-3.15.10-200.fc20.x86_64/sys32 syscalls.c || true ; \
;; \
i686) \
cc -m32 -g -o ../build-3.15.10-200.fc20.x86_64/sys32 syscalls.c ; \
;; \
arm*) \
cc -g -o ../build-3.15.10-200.fc20.x86_64/sys32 syscalls.c ; \
;; \
esac
cd libctf ; make --no-print-directory
gcc -g -I../common -I../common/ctf -I../uts/common/ -I../common/ctf -I. -I../linux -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o ctf_lib.o ctf_lib.c
ar rv ../build-3.15.10-200.fc20.x86_64/libctf.a ctf_lib.o
ar: creating ../build-3.15.10-200.fc20.x86_64/libctf.a
a - ctf_lib.o
gcc -g -I../common -I../common/ctf -I../uts/common/ -I../common/ctf -I. -I../linux -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o ctf_subr.o ctf_subr.c
ar rv ../build-3.15.10-200.fc20.x86_64/libctf.a ctf_subr.o
a - ctf_subr.o
gcc -g -I../common -I../common/ctf -I../uts/common/ -I../common/ctf -I. -I../linux -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c ../common/ctf/ctf_create.c
ar rv ../build-3.15.10-200.fc20.x86_64/libctf.a ctf_create.o
a - ctf_create.o
rm -f ctf_create.o
gcc -g -I../common -I../common/ctf -I../uts/common/ -I../common/ctf -I. -I../linux -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c ../common/ctf/ctf_error.c
ar rv ../build-3.15.10-200.fc20.x86_64/libctf.a ctf_error.o
a - ctf_error.o
rm -f ctf_error.o
gcc -g -I../common -I../common/ctf -I../uts/common/ -I../common/ctf -I. -I../linux -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c ../common/ctf/ctf_hash.c
ar rv ../build-3.15.10-200.fc20.x86_64/libctf.a ctf_hash.o
a - ctf_hash.o
rm -f ctf_hash.o
gcc -g -I../common -I../common/ctf -I../uts/common/ -I../common/ctf -I. -I../linux -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c ../common/ctf/ctf_labels.c
ar rv ../build-3.15.10-200.fc20.x86_64/libctf.a ctf_labels.o
a - ctf_labels.o
rm -f ctf_labels.o
gcc -g -I../common -I../common/ctf -I../uts/common/ -I../common/ctf -I. -I../linux -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c ../common/ctf/ctf_lookup.c
ar rv ../build-3.15.10-200.fc20.x86_64/libctf.a ctf_lookup.o
a - ctf_lookup.o
rm -f ctf_lookup.o
gcc -g -I../common -I../common/ctf -I../uts/common/ -I../common/ctf -I. -I../linux -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c ../common/ctf/ctf_open.c
ar rv ../build-3.15.10-200.fc20.x86_64/libctf.a ctf_open.o
a - ctf_open.o
rm -f ctf_open.o
gcc -g -I../common -I../common/ctf -I../uts/common/ -I../common/ctf -I. -I../linux -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c ../common/ctf/ctf_types.c
ar rv ../build-3.15.10-200.fc20.x86_64/libctf.a ctf_types.o
a - ctf_types.o
rm -f ctf_types.o
gcc -g -I../common -I../common/ctf -I../uts/common/ -I../common/ctf -I. -I../linux -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c uncompress.c
uncompress.c: In function 'ctf_uncompress':
uncompress.c:26:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default]
memset(&stream, 0, sizeof stream);
^
ar rv ../build-3.15.10-200.fc20.x86_64/libctf.a uncompress.o
a - uncompress.o
rm -f uncompress.o
gcc -g -I../common -I../common/ctf -I../uts/common/ -I../common/ctf -I. -I../linux -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c ../common/ctf/ctf_util.c
ar rv ../build-3.15.10-200.fc20.x86_64/libctf.a ctf_util.o
a - ctf_util.o
rm -f ctf_util.o
rm ctf_subr.o ctf_lib.o
cd libdtrace ; make --no-print-directory
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -Ii386 -I../driver -c ../driver/dis_tables.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dis_tables.o
ar: creating ../build-3.15.10-200.fc20.x86_64/libdtrace.a
a - dis_tables.o
rm -f dis_tables.o
../tools/yacc.pl -d dt_grammar.y
/usr/bin/bison -d dt_grammar.y
mv y.tab.h ../build-3.15.10-200.fc20.x86_64/dt_grammar.h
mv y.tab.c dt_grammar.c
gcc -g -DYYDEBUG=1 -DYYERROR_VERBOSE -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c dt_grammar.c
dt_grammar.y:29:0: warning: "YYERROR_VERBOSE" redefined [enabled by default]
#define YYERROR_VERBOSE
^
<command-line>:0:0: note: this is the location of the previous definition
dt_grammar.y: In function 'yyparse':
dt_grammar.y:613:22: warning: assignment from incompatible pointer type [enabled by default]
storage_class_specifier { $$ = $1; }
^
dt_grammar.y:614:22: warning: assignment from incompatible pointer type [enabled by default]
| storage_class_specifier declaration_specifiers { $$ = $2; }
^
dt_grammar.y:615:22: warning: assignment from incompatible pointer type [enabled by default]
| type_specifier { $$ = $1;}
^
dt_grammar.y:616:22: warning: assignment from incompatible pointer type [enabled by default]
| type_specifier declaration_specifiers { $$ = $2; }
^
dt_grammar.y:617:22: warning: assignment from incompatible pointer type [enabled by default]
| type_qualifier { $$ = $1; }
^
dt_grammar.y:618:22: warning: assignment from incompatible pointer type [enabled by default]
| type_qualifier declaration_specifiers { $$ = $2;}
^
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_grammar.o
a - dt_grammar.o
rm -f dt_grammar.c dt_grammar.o
lex -t -v dt_lex.l > ../build-3.15.10-200.fc20.x86_64/dt_lex.c
lex version 2.5.37 usage statistics:
scanner options: -tvI8 -Cem
1125/2000 NFA states
507/1000 DFA states (2423 words)
157 rules
Compressed tables always back-up
Beginning-of-line patterns used
6/40 start conditions
506 epsilon states, 247 double epsilon states
58/100 character classes needed 860/1000 words of storage, 0 reused
17177 state/nextstate pairs created
1032/16145 unique/duplicate transitions
528/1000 base-def entries created
916/2000 (peak 1896) nxt-chk entries created
210/2500 (peak 1470) template nxt-chk entries created
0 empty table entries
26 protos created
21 templates created, 396 uses
70/256 equivalence classes created
10/256 meta-equivalence classes created
4 (13 saved) hash collisions, 538 DFAs equal
3 sets of reallocations needed
3214 total table entries needed
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c ../build-3.15.10-200.fc20.x86_64/dt_lex.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_lex.o
a - dt_lex.o
rm -f dt_lex.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_aggregate.o dt_aggregate.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_aggregate.o
a - dt_aggregate.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_as.o dt_as.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_as.o
a - dt_as.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_buf.o dt_buf.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_buf.o
a - dt_buf.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_cc.o dt_cc.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_cc.o
a - dt_cc.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_cg.o dt_cg.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_cg.o
a - dt_cg.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_consume.o dt_consume.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_consume.o
a - dt_consume.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_decl.o dt_decl.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_decl.o
a - dt_decl.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_dis.o dt_dis.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_dis.o
a - dt_dis.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_dof.o dt_dof.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_dof.o
a - dt_dof.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_error.o dt_error.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_error.o
a - dt_error.o
./mkerrtags.sh <dt_errtags.h > dt_errtags.c || ( rm dt_errtags.c && exit 1 )
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_errtags.o dt_errtags.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_errtags.o
a - dt_errtags.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_handle.o dt_handle.c
dt_handle.c: In function 'dt_handle_liberr':
dt_handle.c:250:17: warning: assignment makes integer from pointer without a cast [enabled by default]
err.dteda_addr = NULL;
^
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_handle.o
a - dt_handle.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_ident.o dt_ident.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_ident.o
a - dt_ident.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_inttab.o dt_inttab.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_inttab.o
a - dt_inttab.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -Ii386 -I../driver -c i386/dt_isadep.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_isadep.o
a - dt_isadep.o
rm -f dt_isadep.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_list.o dt_list.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_list.o
a - dt_list.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_link.o dt_link.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_link.o
a - dt_link.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_module.o dt_module.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_module.o
a - dt_module.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_map.o dt_map.c
dt_map.c: In function 'dt_aggid_add':
dt_map.c:387:35: warning: comparison between pointer and integer [enabled by default]
agg->dtagd_rec[0].dtrd_uarg != NULL) {
^
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_map.o
a - dt_map.o
./mknames.sh <../uts/common/sys/dtrace.h | sed -e 's/\\n/\n/g' > dt_names.c
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c dt_names.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_names.o
a - dt_names.o
rm -f dt_names.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_open.o dt_open.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_open.o
a - dt_open.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_options.o dt_options.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_options.o
a - dt_options.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_parser.o dt_parser.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_parser.o
a - dt_parser.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_pcb.o dt_pcb.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_pcb.o
a - dt_pcb.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_pid.o dt_pid.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_pid.o
a - dt_pid.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_pragma.o dt_pragma.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_pragma.o
a - dt_pragma.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_print.o dt_print.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_print.o
a - dt_print.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_printf.o dt_printf.c
dt_printf.c: In function 'pfprint_port':
dt_printf.c:515:10: warning: assignment makes pointer from integer without a cast [enabled by default]
if ((sv = getservbyport_r(port, NULL, &res, buf, sizeof (buf), &result)) != NULL)
^
dt_printf.c: In function 'pfprint_inetaddr':
dt_printf.c:543:13: warning: assignment makes pointer from integer without a cast [enabled by default]
if ((host = gethostbyaddr_r(inetaddr, NS_INADDRSZ,
^
dt_printf.c:558:13: warning: assignment makes pointer from integer without a cast [enabled by default]
if ((host = getaddrinfo(inetaddr, NULL, &hints, &result)) != NULL) {
^
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_printf.o
a - dt_printf.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_proc.o dt_proc.c
In file included from ../linux/linux_types.h:159:0,
from ../libproc/common/libproc.h:48,
from ./dt_proc.h:32,
from dt_proc.c:88:
../linux/sys/regset.h:59:0: warning: "NGREG" redefined [enabled by default]
# define NGREG _NGREG
^
In file included from /usr/include/signal.h:360:0,
from /usr/include/sys/wait.h:29,
from dt_proc.c:81:
/usr/include/sys/ucontext.h:34:0: note: this is the location of the previous definition
#define NGREG 23
^
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_proc.o
a - dt_proc.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_program.o dt_program.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_program.o
a - dt_program.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_provider.o dt_provider.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_provider.o
a - dt_provider.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_regset.o dt_regset.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_regset.o
a - dt_regset.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_string.o dt_string.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_string.o
a - dt_string.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_strtab.o dt_strtab.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_strtab.o
a - dt_strtab.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_subr.o dt_subr.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_subr.o
a - dt_subr.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_work.o dt_work.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_work.o
a - dt_work.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o dt_xlator.o dt_xlator.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a dt_xlator.o
a - dt_xlator.o
gcc -g -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c -o stubs.o stubs.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a stubs.o
a - stubs.o
gcc -g -fPIC -I. -I../../common/ctf -I../uts/common -I../linux -I../libproc/common -I../libctf/ -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -I../build-3.15.10-200.fc20.x86_64 -c drti.c
In file included from ../linux/sys/stat.h:9:0,
from ../linux/linux_types.h:363,
from ../linux/sys/types.h:4,
from ../linux/sys/link.h:36,
from ../linux/link.h:4,
from drti.c:35:
/usr/include/sys/stat.h:229:13: warning: 'struct stat64' declared inside parameter list [enabled by default]
struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
^
/usr/include/sys/stat.h:229:13: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
/usr/include/sys/stat.h:230:38: warning: 'struct stat64' declared inside parameter list [enabled by default]
extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
^
/usr/include/sys/stat.h:254:16: warning: 'struct stat64' declared inside parameter list [enabled by default]
struct stat64 *__restrict __buf, int __flag)
^
/usr/include/sys/stat.h:277:14: warning: 'struct stat64' declared inside parameter list [enabled by default]
struct stat64 *__restrict __buf)
^
/usr/include/sys/stat.h:432:56: warning: 'struct stat64' declared inside parameter list [enabled by default]
extern int __fxstat64 (int __ver, int __fildes, struct stat64 *__stat_buf)
^
/usr/include/sys/stat.h:435:16: warning: 'struct stat64' declared inside parameter list [enabled by default]
struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
^
/usr/include/sys/stat.h:437:17: warning: 'struct stat64' declared inside parameter list [enabled by default]
struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
^
/usr/include/sys/stat.h:439:12: warning: 'struct stat64' declared inside parameter list [enabled by default]
struct stat64 *__stat_buf, int __flag)
^
drti.c: In function 'dtrace_dof_init':
drti.c:150:7: warning: assignment makes pointer from integer without a cast [enabled by default]
elf = start;
^
mv drti.o ../build-3.15.10-200.fc20.x86_64
rm dt_pcb.o dt_strtab.o dt_proc.o dt_decl.o dt_dof.o dt_print.o dt_printf.o dt_map.o dt_cc.o dt_cg.o dt_errtags.o dt_consume.o dt_open.o dt_provider.o dt_inttab.o dt_options.o dt_string.o dt_buf.o dt_pid.o dt_xlator.o dt_as.o dt_ident.o dt_link.o dt_program.o dt_handle.o stubs.o dt_pragma.o dt_list.o dt_aggregate.o dt_subr.o dt_parser.o dt_module.o dt_regset.o dt_error.o dt_dis.o dt_work.o
cd liblinux ; make --no-print-directory
gcc -g -I../libproc/common -I../common/ctf -I../linux -I../lib/libproc/common -I../libctf -I../uts/common -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o cpu_status.o cpu_status.c
ar rv ../build-3.15.10-200.fc20.x86_64/liblinux.a cpu_status.o
ar: creating ../build-3.15.10-200.fc20.x86_64/liblinux.a
a - cpu_status.o
gcc -g -I../libproc/common -I../common/ctf -I../linux -I../lib/libproc/common -I../libctf -I../uts/common -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o getopt.o getopt.c
ar rv ../build-3.15.10-200.fc20.x86_64/liblinux.a getopt.o
a - getopt.o
gcc -g -I../libproc/common -I../common/ctf -I../linux -I../lib/libproc/common -I../libctf -I../uts/common -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o gmatch.o gmatch.c
ar rv ../build-3.15.10-200.fc20.x86_64/liblinux.a gmatch.o
a - gmatch.o
gcc -g -I../libproc/common -I../common/ctf -I../linux -I../lib/libproc/common -I../libctf -I../uts/common -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o proc.o proc.c
ar rv ../build-3.15.10-200.fc20.x86_64/liblinux.a proc.o
a - proc.o
gcc -g -I../libproc/common -I../common/ctf -I../linux -I../lib/libproc/common -I../libctf -I../uts/common -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o proc2.o proc2.c
ar rv ../build-3.15.10-200.fc20.x86_64/liblinux.a proc2.o
a - proc2.o
gcc -g -I../libproc/common -I../common/ctf -I../linux -I../lib/libproc/common -I../libctf -I../uts/common -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o proc_create.o proc_create.c
ar rv ../build-3.15.10-200.fc20.x86_64/liblinux.a proc_create.o
a - proc_create.o
gcc -g -I../libproc/common -I../common/ctf -I../linux -I../lib/libproc/common -I../libctf -I../uts/common -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o proc_names.o proc_names.c
ar rv ../build-3.15.10-200.fc20.x86_64/liblinux.a proc_names.o
a - proc_names.o
gcc -g -I../libproc/common -I../common/ctf -I../linux -I../lib/libproc/common -I../libctf -I../uts/common -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o proc_util.o proc_util.c
ar rv ../build-3.15.10-200.fc20.x86_64/liblinux.a proc_util.o
a - proc_util.o
gcc -g -I../libproc/common -I../common/ctf -I../linux -I../lib/libproc/common -I../libctf -I../uts/common -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o strlcpy.o strlcpy.c
ar rv ../build-3.15.10-200.fc20.x86_64/liblinux.a strlcpy.o
a - strlcpy.o
rm proc_util.o strlcpy.o proc.o proc_create.o gmatch.o cpu_status.o getopt.o proc2.o proc_names.o
cd libproc/common ; make --no-print-directory
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o P32ton.o P32ton.c
P32ton.c: In function 'siginfo_n_to_32':
P32ton.c:549:16: warning: assignment makes pointer from integer without a cast [enabled by default]
dst->si_addr = (caddr32_t)(uintptr_t)src->si_addr;
^
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a P32ton.o
ar: creating ../../build-3.15.10-200.fc20.x86_64/libproc.a
a - P32ton.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Pcontrol.o Pcontrol.c
Pcontrol.c: In function 'Pread_live':
Pcontrol.c:111:12: warning: assignment makes pointer from integer without a cast [enabled by default]
ctl.c_src = addr;
^
Pcontrol.c: In function 'Pxcreate':
Pcontrol.c:403:2: warning: passing argument 3 of 'waitpid' makes integer from pointer without a cast [enabled by default]
pid = waitpid(pid, &status, NULL);
^
In file included from ../../linux/linux_types.h:364:0,
from ../../linux/stdio.h:1,
from Pcontrol.c:31:
/usr/include/sys/wait.h:136:16: note: expected 'int' but argument is of type 'void *'
extern __pid_t waitpid (__pid_t __pid, int *__stat_loc, int __options);
^
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Pcontrol.o
a - Pcontrol.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Pcore.o Pcore.c
Pcore.c: In function 'core_find_data':
Pcore.c:1325:20: warning: assignment makes integer from pointer without a cast [enabled by default]
rlp->rl_data_base = NULL;
^
Pcore.c:1349:24: warning: comparison between pointer and integer [enabled by default]
if (rlp->rl_data_base == NULL ||
^
Pcore.c: In function 'Pfgrab_core':
Pcore.c:2131:14: warning: assignment makes pointer from integer without a cast [enabled by default]
if ((P->rap = rd_new(P, 0)) != NULL) {
^
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Pcore.o
a - Pcore.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Pexecname.o Pexecname.c
Pexecname.c: In function 'Pfindexec':
Pexecname.c:178:24: warning: comparison between pointer and integer [enabled by default]
if (P->psinfo.pr_argv != NULL &&
^
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Pexecname.o
a - Pexecname.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Pgcore.o Pgcore.c
Pgcore.c: In function 'Pfgcore':
Pgcore.c:1334:14: warning: assignment makes pointer from integer without a cast [enabled by default]
if ((pinfo = getprivimplinfo()) == NULL)
^
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Pgcore.o
a - Pgcore.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Pidle.o Pidle.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Pidle.o
a - Pidle.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pisadep.o pisadep.c
In file included from pisadep.c:7:0:
../amd64/Pisadep.c: In function 'ucontext_32_to_prgregs':
../amd64/Pisadep.c:223:24: warning: initialization from incompatible pointer type [enabled by default]
const greg32_t *src = &uc->uc_mcontext.gregs[0];
^
../amd64/Pisadep.c: In function 'Pstack_iter32':
../amd64/Pisadep.c:338:12: warning: assignment makes integer from pointer without a cast [enabled by default]
uc_addr = NULL;
^
../amd64/Pisadep.c:340:15: warning: comparison between pointer and integer [enabled by default]
if (uc_addr != NULL &&
^
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pisadep.o
a - pisadep.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Plwpregs.o Plwpregs.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Plwpregs.o
a - Plwpregs.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Psymtab_machelf32.o Psymtab_machelf32.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Psymtab_machelf32.o
a - Psymtab_machelf32.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Psymtab_machelf64.o Psymtab_machelf64.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Psymtab_machelf64.o
a - Psymtab_machelf64.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Pscantext.o Pscantext.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Pscantext.o
a - Pscantext.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Pservice.o Pservice.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Pservice.o
a - Pservice.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Pstack.o Pstack.c
Pstack.c: In function 'load_uclist':
Pstack.c:179:11: warning: comparison between pointer and integer [enabled by default]
if (addr == NULL)
^
Pstack.c:217:12: warning: comparison between pointer and integer [enabled by default]
if (addr == NULL)
^
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Pstack.o
a - Pstack.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Psymtab.o Psymtab.c
Psymtab.c: In function 'Paddr_to_text_map':
Psymtab.c:688:36: warning: comparison between pointer and integer [enabled by default]
(fptr->file_lo->rl_data_base == NULL ||
^
Psymtab.c: In function 'Pbuild_file_symtab':
Psymtab.c:1809:7: warning: 'elf_getshnum' is deprecated (declared at /usr/include/libelf.h:248) [-Wdeprecated-declarations]
elf_getshnum(elf, &nshdrs) == ELF_ERR ||
^
Psymtab.c:1810:7: warning: 'elf_getshstrndx' is deprecated (declared at /usr/include/libelf.h:260) [-Wdeprecated-declarations]
elf_getshstrndx(elf, &shstrndx) == ELF_ERR ||
^
Psymtab.c:1820:6: warning: 'elf_getshnum' is deprecated (declared at /usr/include/libelf.h:248) [-Wdeprecated-declarations]
elf_getshnum(elf, &nshdrs) == ELF_ERR ||
^
Psymtab.c:1821:6: warning: 'elf_getshstrndx' is deprecated (declared at /usr/include/libelf.h:260) [-Wdeprecated-declarations]
elf_getshstrndx(elf, &shstrndx) == ELF_ERR ||
^
Psymtab.c:1838:7: warning: 'elf_getshnum' is deprecated (declared at /usr/include/libelf.h:248) [-Wdeprecated-declarations]
elf_getshnum(elf, &nshdrs) == ELF_ERR ||
^
Psymtab.c:1839:7: warning: 'elf_getshstrndx' is deprecated (declared at /usr/include/libelf.h:260) [-Wdeprecated-declarations]
elf_getshstrndx(elf, &shstrndx) == ELF_ERR ||
^
Psymtab.c:1864:7: warning: 'elf_getshnum' is deprecated (declared at /usr/include/libelf.h:248) [-Wdeprecated-declarations]
elf_getshnum(newelf, &nshdrs) == ELF_ERR ||
^
Psymtab.c:1865:7: warning: 'elf_getshstrndx' is deprecated (declared at /usr/include/libelf.h:260) [-Wdeprecated-declarations]
elf_getshstrndx(newelf, &shstrndx) == ELF_ERR ||
^
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Psymtab.o
a - Psymtab.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Psyscall.o Psyscall.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Psyscall.o
a - Psyscall.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o Putil.o Putil.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a Putil.o
a - Putil.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_door.o pr_door.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_door.o
a - pr_door.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_exit.o pr_exit.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_exit.o
a - pr_exit.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_fcntl.o pr_fcntl.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_fcntl.o
a - pr_fcntl.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_getitimer.o pr_getitimer.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_getitimer.o
a - pr_getitimer.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_getrctl.o pr_getrctl.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_getrctl.o
a - pr_getrctl.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_getrlimit.o pr_getrlimit.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_getrlimit.o
a - pr_getrlimit.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_getsockname.o pr_getsockname.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_getsockname.o
a - pr_getsockname.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_ioctl.o pr_ioctl.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_ioctl.o
a - pr_ioctl.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_lseek.o pr_lseek.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_lseek.o
a - pr_lseek.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_memcntl.o pr_memcntl.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_memcntl.o
a - pr_memcntl.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_meminfo.o pr_meminfo.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_meminfo.o
a - pr_meminfo.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_mmap.o pr_mmap.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_mmap.o
a - pr_mmap.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_open.o pr_open.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_open.o
a - pr_open.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_pbind.o pr_pbind.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_pbind.o
a - pr_pbind.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_rename.o pr_rename.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_rename.o
a - pr_rename.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_sigaction.o pr_sigaction.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_sigaction.o
a - pr_sigaction.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_stat.o pr_stat.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_stat.o
a - pr_stat.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_statvfs.o pr_statvfs.c
pr_statvfs.c: In function 'pr_statvfs':
pr_statvfs.c:80:3: warning: passing argument 2 of 'statvfs' from incompatible pointer type [enabled by default]
return (statvfs(path, buf));
^
In file included from /usr/include/features.h:364:0,
from /usr/include/sys/types.h:25,
from ../../linux/linux_types.h:142,
from ../../linux/sys/isa_defs.h:1,
from pr_statvfs.c:29:
/usr/include/sys/statvfs.h:56:28: note: expected 'struct statvfs * __restrict__' but argument is of type 'struct statvfs_t *'
extern int __REDIRECT_NTH (statvfs,
^
pr_statvfs.c: In function 'pr_fstatvfs':
pr_statvfs.c:133:3: warning: passing argument 2 of 'fstatvfs' from incompatible pointer type [enabled by default]
return (fstatvfs(fd, buf));
^
In file included from /usr/include/features.h:364:0,
from /usr/include/sys/types.h:25,
from ../../linux/linux_types.h:142,
from ../../linux/sys/isa_defs.h:1,
from pr_statvfs.c:29:
/usr/include/sys/statvfs.h:77:28: note: expected 'struct statvfs *' but argument is of type 'struct statvfs_t *'
extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
^
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_statvfs.o
a - pr_statvfs.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_tasksys.o pr_tasksys.c
In file included from ../../linux/sys/types.h:4:0,
from pr_tasksys.c:32:
../../linux/linux_types.h:138:0: warning: "_LARGEFILE64_SOURCE" redefined [enabled by default]
#define _LARGEFILE64_SOURCE 1
^
pr_tasksys.c:29:0: note: this is the location of the previous definition
#define _LARGEFILE64_SOURCE
^
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_tasksys.o
a - pr_tasksys.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o pr_waitid.o pr_waitid.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a pr_waitid.o
a - pr_waitid.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o proc_arg.o proc_arg.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a proc_arg.o
a - proc_arg.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o proc_get_info.o proc_get_info.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a proc_get_info.o
a - proc_get_info.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o proc_names.o proc_names.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a proc_names.o
a - proc_names.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o proc_set.o proc_set.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a proc_set.o
a - proc_set.o
gcc -g -I../common -I../../common/ctf -I../../uts/common/ -I../../linux -I../../lib/libproc/common -I../../libctf -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o proc_stdio.o proc_stdio.c
ar rv ../../build-3.15.10-200.fc20.x86_64/libproc.a proc_stdio.o
a - proc_stdio.o
rm proc_get_info.o Pexecname.o pr_waitid.o pr_rename.o Pidle.o pr_lseek.o proc_arg.o pr_statvfs.o Psymtab_machelf32.o Psyscall.o proc_set.o Pscantext.o pr_tasksys.o pr_meminfo.o pr_open.o pr_exit.o pr_sigaction.o Putil.o pr_ioctl.o pr_door.o Psymtab_machelf64.o Plwpregs.o Pstack.o pr_memcntl.o Psymtab.o pr_getsockname.o pr_getitimer.o P32ton.o Pcore.o Pservice.o proc_stdio.o pr_getrctl.o pr_pbind.o proc_names.o pr_stat.o pr_mmap.o pr_getrlimit.o pisadep.o Pcontrol.o Pgcore.o pr_fcntl.o
cd librtld ; make --no-print-directory
gcc -g -I../libproc/common -I../common/ctf -I../linux -I../lib/libproc/common -I../libctf -I../uts/common -I. -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o rd_elf.o rd_elf.c
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a rd_elf.o
a - rd_elf.o
gcc -g -I../libproc/common -I../common/ctf -I../linux -I../lib/libproc/common -I../libctf -I../uts/common -I. -DCTF_OLD_VERSIONS -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o rtld_db.o rtld_db.c
rtld_db.c: In function 'rd_loadobj_iter':
rtld_db.c:221:8: warning: assignment makes pointer from integer without a cast [enabled by default]
addr = strtol(addr_str, NULL, 16);
^
rtld_db.c:224:16: warning: assignment makes integer from pointer without a cast [enabled by default]
lobj.rl_base = addr;
^
rtld_db.c:225:20: warning: assignment makes integer from pointer without a cast [enabled by default]
lobj.rl_nameaddr = lib;
^
ar rv ../build-3.15.10-200.fc20.x86_64/libdtrace.a rtld_db.o
a - rtld_db.o
rm rtld_db.o rd_elf.o
cd cmd/dtrace ; make --no-print-directory
cc -g -W -c \
-I../../uts/common \
-I../../libctf \
-I../../libdtrace \
-I../../libproc/common \
-I../../linux \
dtrace.c
dtrace.c: In function 'dof_prune':
dtrace.c:342:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (read(fd, buf, sz) != sz)
^
dtrace.c:372:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (write(fd, &buf[mark], i - mark) != i - mark)
^
dtrace.c:392:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (write(fd, &buf[mark], sz - mark) != sz - mark)
^
dtrace.c: In function 'etcsystem_prune':
dtrace.c:418:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (read(fd, buf, sz) != sz)
^
dtrace.c:457:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (write(fd, buf, strlen(buf)) < strlen(buf)) {
^
mv dtrace.o ../../build-3.15.10-200.fc20.x86_64
cc -g -W -o ../../build-3.15.10-200.fc20.x86_64/dtrace -L../../build-3.15.10-200.fc20.x86_64 ../../build-3.15.10-200.fc20.x86_64/dtrace.o -ldtrace -lctf -lproc -llinux -lz -lrt -lpthread -lelf -ldl
/usr/bin/ld: skipping incompatible ../../build-3.15.10-200.fc20.x86_64/libgcc.a when searching for -lgcc
/usr/bin/ld: skipping incompatible ../../build-3.15.10-200.fc20.x86_64/libgcc.a when searching for -lgcc
cc -o ../../build-3.15.10-200.fc20.x86_64/dwarf ../../driver/dwarf.c -lelf
cd cmd/ctfconvert ; make --no-print-directory
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c ctfconvert.c
mv ctfconvert.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c alist.c
alist.c: In function 'alist_def_print_cb':
alist.c:175:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
printf("%5d ", (int)key);
^
alist.c:181:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
printf("%5d\n", (int)value);
^
mv alist.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c ctf.c
ctf.c: In function 'decompress_ctf':
ctf.c:1317:3: warning: return makes integer from pointer without a cast [enabled by default]
return (NULL);
^
mv ctf.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c dwarf.c
In file included from dwarf.c:91:0:
./libdwarf.h:1184:1: warning: useless type name in empty declaration [enabled by default]
void dwarf_dealloc(Dwarf_Debug /*dbg*/, void* /*space*/,
^
dwarf.c: In function 'die_create_one':
dwarf.c:1812:2: warning: #warning BOGUS workaround (nameless base die emitted by gcc)! [-Wcpp]
#warning BOGUS workaround (nameless base die emitted by gcc)!
^
dwarf.c: In function 'dw_read':
dwarf.c:1921:16: warning: assignment makes pointer from integer without a cast [enabled by default]
if ((dw.dw_dw = dwarf_begin(fd, DW_DLC_READ)) == 0) {
^
mv dwarf.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c hash.c
mv hash.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c iidesc.c
mv iidesc.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c input.c
mv input.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c list.c
mv list.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c memory.c
mv memory.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c merge.c
merge.c: In function 'redir_mstr_fwd_cb':
merge.c:911:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
int defnid = (int)value;
^
mv merge.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c output.c
output.c: In function 'write_file':
output.c:663:44: warning: comparison between pointer and integer [enabled by default]
if (gelf_newehdr(dst, gelf_getclass(src)) == NULL)
^
output.c:679:40: warning: comparison between pointer and integer [enabled by default]
if (gelf_newphdr(dst, sehdr.e_phnum) == NULL)
^
output.c:813:37: warning: comparison between pointer and integer [enabled by default]
if (gelf_update_shdr(dscn, &shdr) == NULL)
^
mv output.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c st_bugs.c
mv st_bugs.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c st_parse.c
mv st_parse.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c stabs.c
mv stabs.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c stack.c
mv stack.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c strtab.c
mv strtab.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c symbol.c
mv symbol.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c tdata.c
mv tdata.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c traverse.c
mv traverse.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c util.c
mv util.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -o ../../build/ctfconvert ../../build/ctfconvert.obj/ctfconvert.o ../../build/ctfconvert.obj/alist.o ../../build/ctfconvert.obj/ctf.o ../../build/ctfconvert.obj/dwarf.o ../../build/ctfconvert.obj/hash.o ../../build/ctfconvert.obj/iidesc.o ../../build/ctfconvert.obj/input.o ../../build/ctfconvert.obj/list.o ../../build/ctfconvert.obj/memory.o ../../build/ctfconvert.obj/merge.o ../../build/ctfconvert.obj/output.o ../../build/ctfconvert.obj/st_bugs.o ../../build/ctfconvert.obj/st_parse.o ../../build/ctfconvert.obj/stabs.o ../../build/ctfconvert.obj/stack.o ../../build/ctfconvert.obj/strtab.o ../../build/ctfconvert.obj/symbol.o ../../build/ctfconvert.obj/tdata.o ../../build/ctfconvert.obj/traverse.o ../../build/ctfconvert.obj/util.o ../../build/libctf.a -ldw -lbfd -lelf -lz
../../build/ctfconvert.obj/dwarf.o: In function `die_mem_offset':
/home/lcestari/repositories/linux/cmd/ctfconvert/dwarf.c:581: undefined reference to `dwarf_loclist'
collect2: error: ld returned 1 exit status
make[3]: *** [../../build/ctfconvert] Error 1
make[2]: *** [all] Error 2
make[1]: *** [do_cmds] Error 2
tools/bug.sh
make: *** [all] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment