JustPaste.it

[root@dtrace1 dtrace-20140420]# make clean
rm -rf build?*
rm -f usdt/*/*.o
rm -f usdt/*/*.so
cd libctf ; make clean
rm -f *.o *.a
cd libdtrace ; make clean
rm -f dt_errtags.c dt_names.c dt_grammar.h dt_lex.c *.o *.a
cd liblinux ; make clean
rm -f *.o *.a
cd libproc/common ; make clean
rm -f *.o
cd cmd/dtrace ; make clean
rm -f *.o dtrace
tools/mkdriver.pl clean
[root@dtrace1 dtrace-20140420]# make -i all
BUILD_DIR=build-3.8.13-26.el6uek.x86_64 tools/build.pl build-3.8.13-26.el6uek.x86_64 `uname -m`
tools/check_dep.pl
tools/mkport.pl
grep: /usr/src/kernels/3.8.13-26.el6uek.x86_64/include/linux/fs.h: No such file or directory
Generating: build-3.8.13-26.el6uek.x86_64/port.h
tools/libgcc.pl
/usr/lib/gcc/x86_64-redhat-linux/4.4.7/32
tools/mksyscall.pl
Processing (32): /usr/include/asm/unistd_32.h
Line 293: warning - unknown value: __NR_sys_setaltroot='285 */'
Line 346: warning - unknown value: __NR_fanotify_init='338 */'
Line 347: warning - unknown value: __NR_fanotify_mark='339 */'
Line 348: warning - unknown value: __NR_prlimit64='340 */'
Line 349: warning - unknown value: __NR_name_to_handle_at='341 */'
Line 350: warning - unknown value: __NR_open_by_handle_at='342 */'
Creating: build-3.8.13-26.el6uek.x86_64/driver/syscalls-x86.tbl - 341 entries
Processing (64): /usr/include/asm/unistd_64.h
Creating: build-3.8.13-26.el6uek.x86_64/driver/syscalls-x86-64.tbl - 312 entries
make all0
cd tests ; make --no-print-directory
case `uname -m` in \
x86_64) \
cc -m64 -g -o ../build-3.8.13-26.el6uek.x86_64/sys64 syscalls.c ; \
cc -m32 -g -o ../build-3.8.13-26.el6uek.x86_64/sys32 syscalls.c || true ; \
;; \
i686) \
cc -m32 -g -o ../build-3.8.13-26.el6uek.x86_64/sys32 syscalls.c ; \
;; \
arm*) \
cc -g -o ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64/libctf.a ctf_lib.o
ar: creating ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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: warning: incompatible implicit declaration of built-in function 'memset'
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -Ii386 -I../driver -c ../driver/dis_tables.c
ar rv ../build-3.8.13-26.el6uek.x86_64/libdtrace.a dis_tables.o
ar: creating ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c dt_grammar.c
dt_grammar.y:29:1: warning: "YYERROR_VERBOSE" redefined
<command-line>: warning: this is the location of the previous definition
dt_grammar.y: In function 'yyparse':
dt_grammar.y:613: warning: assignment from incompatible pointer type
dt_grammar.y:614: warning: assignment from incompatible pointer type
dt_grammar.y:615: warning: assignment from incompatible pointer type
dt_grammar.y:616: warning: assignment from incompatible pointer type
dt_grammar.y:617: warning: assignment from incompatible pointer type
dt_grammar.y:618: warning: assignment from incompatible pointer type
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64/dt_lex.c
lex version 2.5.35 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.8.13-26.el6uek.x86_64 -c ../build-3.8.13-26.el6uek.x86_64/dt_lex.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_aggregate.o dt_aggregate.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_as.o dt_as.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_buf.o dt_buf.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_cc.o dt_cc.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_cg.o dt_cg.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_consume.o dt_consume.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_decl.o dt_decl.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_dis.o dt_dis.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_dof.o dt_dof.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_error.o dt_error.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_errtags.o dt_errtags.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_handle.o dt_handle.c
dt_handle.c: In function 'dt_handle_liberr':
dt_handle.c:250: warning: assignment makes integer from pointer without a cast
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_ident.o dt_ident.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_inttab.o dt_inttab.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -Ii386 -I../driver -c i386/dt_isadep.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_list.o dt_list.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_link.o dt_link.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_module.o dt_module.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_map.o dt_map.c
dt_map.c: In function 'dt_aggid_add':
dt_map.c:387: warning: comparison between pointer and integer
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c dt_names.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_open.o dt_open.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_options.o dt_options.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_parser.o dt_parser.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_pcb.o dt_pcb.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_pid.o dt_pid.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_pragma.o dt_pragma.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_print.o dt_print.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_printf.o dt_printf.c
dt_printf.c: In function 'pfprint_port':
dt_printf.c:515: warning: assignment makes pointer from integer without a cast
dt_printf.c: In function 'pfprint_inetaddr':
dt_printf.c:545: warning: assignment makes pointer from integer without a cast
dt_printf.c:558: warning: assignment makes pointer from integer without a cast
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_proc.o dt_proc.c
In file included from ../linux/linux_types.h:159,
from ../libproc/common/libproc.h:48,
from ./dt_proc.h:32,
from dt_proc.c:88:
../linux/sys/regset.h:59:1: warning: "NGREG" redefined
In file included from /usr/include/signal.h:359,
from /usr/include/sys/wait.h:31,
from dt_proc.c:81:
/usr/include/sys/ucontext.h:36:1: warning: this is the location of the previous definition
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_program.o dt_program.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_provider.o dt_provider.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_regset.o dt_regset.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_string.o dt_string.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_strtab.o dt_strtab.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_subr.o dt_subr.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_work.o dt_work.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o dt_xlator.o dt_xlator.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c -o stubs.o stubs.c
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.x86_64 -c drti.c
drti.c: In function 'dtrace_dof_init':
drti.c:150: warning: assignment makes pointer from integer without a cast
mv drti.o ../build-3.8.13-26.el6uek.x86_64
rm dt_pcb.o dt_strtab.o dt_proc.o dt_decl.o dt_string.o dt_dof.o dt_printf.o dt_cc.o dt_parser.o dt_cg.o dt_errtags.o dt_consume.o dt_open.o dt_provider.o dt_inttab.o dt_options.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_module.o dt_regset.o dt_error.o dt_print.o dt_dis.o dt_map.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.8.13-26.el6uek.x86_64/liblinux.a cpu_status.o
ar: creating ../build-3.8.13-26.el6uek.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
In file included from ../linux/stdio.h:2,
from getopt.c:53:
/usr/include/stdio.h:447: warning: asm declaration ignored due to conflict with previous rename
/usr/include/stdio.h:450: warning: asm declaration ignored due to conflict with previous rename
/usr/include/stdio.h:452: warning: asm declaration ignored due to conflict with previous rename
/usr/include/stdio.h:502: warning: asm declaration ignored due to conflict with previous rename
/usr/include/stdio.h:505: warning: asm declaration ignored due to conflict with previous rename
/usr/include/stdio.h:510: warning: asm declaration ignored due to conflict with previous rename
ar rv ../build-3.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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: warning: assignment makes pointer from integer without a cast
ar rv ../../build-3.8.13-26.el6uek.x86_64/libproc.a P32ton.o
ar: creating ../../build-3.8.13-26.el6uek.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: warning: assignment makes pointer from integer without a cast
Pcontrol.c: In function 'Pxcreate':
Pcontrol.c:403: warning: passing argument 3 of 'waitpid' makes integer from pointer without a cast
/usr/include/sys/wait.h:139: note: expected 'int' but argument is of type 'void *'
ar rv ../../build-3.8.13-26.el6uek.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: warning: assignment makes integer from pointer without a cast
Pcore.c:1349: warning: comparison between pointer and integer
Pcore.c: In function 'Pfgrab_core':
Pcore.c:2131: warning: assignment makes pointer from integer without a cast
ar rv ../../build-3.8.13-26.el6uek.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: warning: comparison between pointer and integer
ar rv ../../build-3.8.13-26.el6uek.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: warning: assignment makes pointer from integer without a cast
ar rv ../../build-3.8.13-26.el6uek.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.8.13-26.el6uek.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:
../amd64/Pisadep.c: In function 'ucontext_32_to_prgregs':
../amd64/Pisadep.c:223: warning: initialization from incompatible pointer type
../amd64/Pisadep.c: In function 'Pstack_iter32':
../amd64/Pisadep.c:338: warning: assignment makes integer from pointer without a cast
../amd64/Pisadep.c:340: warning: comparison between pointer and integer
ar rv ../../build-3.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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: warning: comparison between pointer and integer
Pstack.c:217: warning: comparison between pointer and integer
ar rv ../../build-3.8.13-26.el6uek.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: warning: comparison between pointer and integer
Psymtab.c: In function 'Pbuild_file_symtab':
Psymtab.c:1809: warning: 'elf_getshnum' is deprecated (declared at /usr/include/libelf.h:269)
Psymtab.c:1810: warning: 'elf_getshstrndx' is deprecated (declared at /usr/include/libelf.h:281)
Psymtab.c:1820: warning: 'elf_getshnum' is deprecated (declared at /usr/include/libelf.h:269)
Psymtab.c:1821: warning: 'elf_getshstrndx' is deprecated (declared at /usr/include/libelf.h:281)
Psymtab.c:1838: warning: 'elf_getshnum' is deprecated (declared at /usr/include/libelf.h:269)
Psymtab.c:1839: warning: 'elf_getshstrndx' is deprecated (declared at /usr/include/libelf.h:281)
Psymtab.c:1864: warning: 'elf_getshnum' is deprecated (declared at /usr/include/libelf.h:269)
Psymtab.c:1865: warning: 'elf_getshstrndx' is deprecated (declared at /usr/include/libelf.h:281)
ar rv ../../build-3.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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: warning: passing argument 2 of 'statvfs' from incompatible pointer type
/usr/include/sys/statvfs.h:57: note: expected 'struct statvfs * __restrict__' but argument is of type 'struct statvfs_t *'
pr_statvfs.c: In function 'pr_fstatvfs':
pr_statvfs.c:133: warning: passing argument 2 of 'fstatvfs' from incompatible pointer type
/usr/include/sys/statvfs.h:78: note: expected 'struct statvfs *' but argument is of type 'struct statvfs_t *'
ar rv ../../build-3.8.13-26.el6uek.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,
from pr_tasksys.c:32:
../../linux/linux_types.h:138:1: warning: "_LARGEFILE64_SOURCE" redefined
pr_tasksys.c:29:1: warning: this is the location of the previous definition
ar rv ../../build-3.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.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.8.13-26.el6uek.x86_64/libproc.a proc_stdio.o
a - proc_stdio.o
rm Pexecname.o pr_waitid.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 pr_memcntl.o Psymtab.o pr_getsockname.o pr_getitimer.o Pstack.o P32ton.o Pcore.o proc_get_info.o Pservice.o proc_stdio.o pr_getrctl.o pr_pbind.o proc_names.o pr_stat.o pr_mmap.o pr_rename.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.8.13-26.el6uek.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: warning: assignment makes pointer from integer without a cast
rtld_db.c:224: warning: assignment makes integer from pointer without a cast
rtld_db.c:225: warning: assignment makes integer from pointer without a cast
ar rv ../build-3.8.13-26.el6uek.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: warning: comparison between signed and unsigned integer expressions
dtrace.c:372: warning: comparison between signed and unsigned integer expressions
dtrace.c:392: warning: comparison between signed and unsigned integer expressions
dtrace.c: In function 'etcsystem_prune':
dtrace.c:418: warning: comparison between signed and unsigned integer expressions
dtrace.c:457: warning: comparison between signed and unsigned integer expressions
mv dtrace.o ../../build-3.8.13-26.el6uek.x86_64
cc -g -W -o ../../build-3.8.13-26.el6uek.x86_64/dtrace -L../../build-3.8.13-26.el6uek.x86_64 ../../build-3.8.13-26.el6uek.x86_64/dtrace.o -ldtrace -lctf -lproc -llinux -lz -lrt -lpthread -lelf -ldl
/usr/bin/ld: skipping incompatible ../../build-3.8.13-26.el6uek.x86_64/libgcc.a when searching for -lgcc
/usr/bin/ld: skipping incompatible ../../build-3.8.13-26.el6uek.x86_64/libgcc.a when searching for -lgcc
cc -o ../../build-3.8.13-26.el6uek.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: warning: cast from pointer to integer of different size
alist.c:181: warning: cast from pointer to integer of different size
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: warning: return makes integer from pointer without a cast
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:
./libdwarf.h:1184: warning: useless type name in empty declaration
dwarf.c:1812:2: warning: #warning BOGUS workaround (nameless base die emitted by gcc)!
dwarf.c: In function 'dw_read':
dwarf.c:1921: warning: assignment makes pointer from integer without a cast
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: warning: cast from pointer to integer of different size
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: warning: comparison between pointer and integer
output.c:679: warning: comparison between pointer and integer
output.c:813: warning: comparison between pointer and integer
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':
/sw/dtrace-20140420/cmd/ctfconvert/dwarf.c:581: undefined reference to `dwarf_loclist'
collect2: ld returned 1 exit status
make[3]: [../../build/ctfconvert] Error 1 (ignored)
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c compare.c
mv compare.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c dump.c
mv dump.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -c utils.c
mv utils.o ../../build/ctfconvert.obj
gcc -g -I. -I../../ -I../../libctf -I../../common -I../../uts/common -I../../linux -I/usr/include/libdwarf -o ../../build/ctfdump ../../build/ctfconvert.obj/alist.o ../../build/ctfconvert.obj/ctf.o ../../build/ctfconvert.obj/dump.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/utils.o ../../build/ctfconvert.obj/util.o ../../build/libctf.a -ldw -lbfd -lelf -lz
cd cmd/instr ; make --no-print-directory
cc -DUSERMODE -Dprintk=printf -DDIS_TEXT -I../../driver \
-o ../../build-3.8.13-26.el6uek.x86_64/instr instr.c ../../driver/instr_size.c ../../driver/dis_tables.c
cd usdt/c ; make --no-print-directory
gcc -I../../uts/common -fPIC -c simple.c
mv simple.o ../../build-3.8.13-26.el6uek.x86_64
DTRACE_DRTI_O=../../build-3.8.13-26.el6uek.x86_64/drti.o ../../build-3.8.13-26.el6uek.x86_64/dtrace -x nolibs -G -64 -s simple_probes.d ../../build-3.8.13-26.el6uek.x86_64/simple.o
Invoking: ld -o simple_probes.o -r simple_probes.tmp.o ../../build-3.8.13-26.el6uek.x86_64/drti.o
mv simple_probes.o ../../build-3.8.13-26.el6uek.x86_64
gcc -I../../uts/common -fPIC -c shlib.c
mv shlib.o ../../build-3.8.13-26.el6uek.x86_64
ld -G -o ../../build-3.8.13-26.el6uek.x86_64/shlib.so ../../build-3.8.13-26.el6uek.x86_64/shlib.o
cd ../../build-3.8.13-26.el6uek.x86_64 ; \
gcc -I../../uts/common -fPIC -Wl,-rpath `pwd -P` -Wl,--library-path `pwd -P` -o simple-c simple_probes.o simple.o shlib.so -ldl
tools/mkdriver.pl all
symlink ../../driver/Makefile build-3.8.13-26.el6uek.x86_64/driver/Makefile
symlink ../../driver/arm_systrace.c build-3.8.13-26.el6uek.x86_64/driver/arm_systrace.c
symlink ../../driver/cpu_arm.c build-3.8.13-26.el6uek.x86_64/driver/cpu_arm.c
symlink ../../driver/cpu_x86.c build-3.8.13-26.el6uek.x86_64/driver/cpu_x86.c
symlink ../../driver/ctf_hash.c build-3.8.13-26.el6uek.x86_64/driver/ctf_hash.c
symlink ../../driver/ctf_lookup.c build-3.8.13-26.el6uek.x86_64/driver/ctf_lookup.c
symlink ../../driver/ctf_mod.c build-3.8.13-26.el6uek.x86_64/driver/ctf_mod.c
symlink ../../driver/ctf_open.c build-3.8.13-26.el6uek.x86_64/driver/ctf_open.c
symlink ../../driver/ctf_struct.c build-3.8.13-26.el6uek.x86_64/driver/ctf_struct.c
symlink ../../driver/ctf_subr.c build-3.8.13-26.el6uek.x86_64/driver/ctf_subr.c
symlink ../../driver/ctf_types.c build-3.8.13-26.el6uek.x86_64/driver/ctf_types.c
symlink ../../driver/ctf_util.c build-3.8.13-26.el6uek.x86_64/driver/ctf_util.c
symlink ../../driver/ctl.c build-3.8.13-26.el6uek.x86_64/driver/ctl.c
symlink ../../driver/cyclic.c build-3.8.13-26.el6uek.x86_64/driver/cyclic.c
symlink ../../driver/cyclic_linux.c build-3.8.13-26.el6uek.x86_64/driver/cyclic_linux.c
symlink ../../driver/dcpc.c build-3.8.13-26.el6uek.x86_64/driver/dcpc.c
symlink ../../driver/dis_tables.c build-3.8.13-26.el6uek.x86_64/driver/dis_tables.c
symlink ../../driver/divmod64.c build-3.8.13-26.el6uek.x86_64/driver/divmod64.c
symlink ../../driver/dtrace.c build-3.8.13-26.el6uek.x86_64/driver/dtrace.c
symlink ../../driver/dtrace_asm.c build-3.8.13-26.el6uek.x86_64/driver/dtrace_asm.c
symlink ../../driver/dtrace_isa.c build-3.8.13-26.el6uek.x86_64/driver/dtrace_isa.c
symlink ../../driver/dtrace_linux.c build-3.8.13-26.el6uek.x86_64/driver/dtrace_linux.c
symlink ../../driver/dtrace_subr.c build-3.8.13-26.el6uek.x86_64/driver/dtrace_subr.c
symlink ../../driver/dwarf.c build-3.8.13-26.el6uek.x86_64/driver/dwarf.c
symlink ../../driver/fasttrap.c build-3.8.13-26.el6uek.x86_64/driver/fasttrap.c
symlink ../../driver/fasttrap_isa.c build-3.8.13-26.el6uek.x86_64/driver/fasttrap_isa.c
symlink ../../driver/fasttrap_linux.c build-3.8.13-26.el6uek.x86_64/driver/fasttrap_linux.c
symlink ../../driver/fbt_linux.c build-3.8.13-26.el6uek.x86_64/driver/fbt_linux.c
symlink ../../driver/instr_linux.c build-3.8.13-26.el6uek.x86_64/driver/instr_linux.c
symlink ../../driver/instr_size.c build-3.8.13-26.el6uek.x86_64/driver/instr_size.c
symlink ../../driver/intr.c build-3.8.13-26.el6uek.x86_64/driver/intr.c
symlink ../../driver/libc.c build-3.8.13-26.el6uek.x86_64/driver/libc.c
symlink ../../driver/linux_pure.c build-3.8.13-26.el6uek.x86_64/driver/linux_pure.c
symlink ../../driver/missing.c build-3.8.13-26.el6uek.x86_64/driver/missing.c
symlink ../../driver/mutex.c build-3.8.13-26.el6uek.x86_64/driver/mutex.c
symlink ../../driver/notifier.c build-3.8.13-26.el6uek.x86_64/driver/notifier.c
symlink ../../driver/printf.c build-3.8.13-26.el6uek.x86_64/driver/printf.c
symlink ../../driver/profile.c build-3.8.13-26.el6uek.x86_64/driver/profile.c
symlink ../../driver/prov_common.c build-3.8.13-26.el6uek.x86_64/driver/prov_common.c
symlink ../../driver/prov_proc.c build-3.8.13-26.el6uek.x86_64/driver/prov_proc.c
symlink ../../driver/sdt_linux.c build-3.8.13-26.el6uek.x86_64/driver/sdt_linux.c
symlink ../../driver/sdt_subr.c build-3.8.13-26.el6uek.x86_64/driver/sdt_subr.c
symlink ../../driver/signal.c build-3.8.13-26.el6uek.x86_64/driver/signal.c
symlink ../../driver/systrace.c build-3.8.13-26.el6uek.x86_64/driver/systrace.c
symlink ../../driver/taskq.c build-3.8.13-26.el6uek.x86_64/driver/taskq.c
symlink ../../driver/tcp.c build-3.8.13-26.el6uek.x86_64/driver/tcp.c
symlink ../../driver/toxic.c build-3.8.13-26.el6uek.x86_64/driver/toxic.c
symlink ../../driver/uncompress.c build-3.8.13-26.el6uek.x86_64/driver/uncompress.c
symlink ../../driver/vminfo.c build-3.8.13-26.el6uek.x86_64/driver/vminfo.c
symlink ../../driver/x_call.c build-3.8.13-26.el6uek.x86_64/driver/x_call.c
symlink ../../driver/xen.c build-3.8.13-26.el6uek.x86_64/driver/xen.c
symlink ../../driver/ctf_struct.h build-3.8.13-26.el6uek.x86_64/driver/ctf_struct.h
symlink ../../driver/dis_tables.h build-3.8.13-26.el6uek.x86_64/driver/dis_tables.h
symlink ../../driver/dtrace_linux.h build-3.8.13-26.el6uek.x86_64/driver/dtrace_linux.h
symlink ../../driver/dtrace_proto.h build-3.8.13-26.el6uek.x86_64/driver/dtrace_proto.h
symlink ../../driver/proc_compat.h build-3.8.13-26.el6uek.x86_64/driver/proc_compat.h
symlink ../../driver/taskq.h build-3.8.13-26.el6uek.x86_64/driver/taskq.h
symlink ../../driver/arm_divmod64.S build-3.8.13-26.el6uek.x86_64/driver/arm_divmod64.S
symlink ../../driver/intr_x86-32.S build-3.8.13-26.el6uek.x86_64/driver/intr_x86-32.S
symlink ../../driver/intr_x86-64.S build-3.8.13-26.el6uek.x86_64/driver/intr_x86-64.S
Executing: /sw/dtrace-20140420/tools/make-me
ERROR: /lib/modules/3.8.13-26.el6uek.x86_64/build does not exist.
make[1]: [kernel] Error 1 (ignored)
tools/mkdriver.pl driver-2 all
symlink ../../driver-2/Makefile build-3.8.13-26.el6uek.x86_64/driver-2/Makefile
symlink ../../driver-2/hworld.c build-3.8.13-26.el6uek.x86_64/driver-2/hworld.c
Executing: /sw/dtrace-20140420/tools/make-me
ERROR: /lib/modules/3.8.13-26.el6uek.x86_64/build does not exist.
make[1]: [kernel] Error 1 (ignored)
tools/mkctf.sh
build/ctfconvert not available - so not building the linux.ctf file
NOTE: The build is complete, but build/ctfconvert is not available.
This means you will get run time errors from the io.d and sched.d files
due to undefined kernel structure definitions. Simply delete or rename
these files until a fix can be put in place to handle older
distros which do not have the required libdwarf dependencies.

(Typical error is references to undefined struct definitions such
as dtrace_cpu_t).

sync
[root@dtrace1 dtrace-20140420]#