Advertisement
tthtlc

Errors in dtrace for linux

Jul 8th, 2012
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.19 KB | None | 0 0
  1. make all
  2. BUILD_DIR=build-2.6.32-21-generic tools/build.pl build-2.6.32-21-generic `uname -m`
  3. tools/check_dep.pl
  4. tools/mkport.pl
  5. /usr/bin/ld: cannot find -lbfd
  6. collect2: ld returned 1 exit status
  7. tools/libgcc.pl
  8. /usr/lib/gcc/x86_64-linux-gnu/4.4.3/32
  9. tools/mksyscall.pl
  10. Processing (32): /lib/modules/2.6.32-21-generic/build/arch/x86/include/asm/unistd_32.h
  11. Creating: build-2.6.32-21-generic/driver/syscalls-x86.tbl - 335 entries
  12. Processing (64): /lib/modules/2.6.32-21-generic/build/arch/x86/include/asm/unistd_64.h
  13. Creating: build-2.6.32-21-generic/driver/syscalls-x86-64.tbl - 299 entries
  14. make all0
  15. cd tests ; make --no-print-directory
  16. /root/download/tthtlc-linuxdtrace2-26703df/tests
  17. case `uname -m` in \
  18. x86_64) \
  19. cc -m64 -g -o ../build-2.6.32-21-generic/sys64 syscalls.c ; \
  20. cc -m32 -g -o ../build-2.6.32-21-generic/sys32 syscalls.c ; \
  21. ;; \
  22. i686) \
  23. cc -m32 -g -o ../build-2.6.32-21-generic/sys32 syscalls.c ; \
  24. ;; \
  25. esac
  26. cd libctf ; make --no-print-directory
  27. /root/download/tthtlc-linuxdtrace2-26703df/libctf
  28. 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
  29. ar rv ../build-2.6.32-21-generic/libctf.a ctf_lib.o
  30. ar: creating ../build-2.6.32-21-generic/libctf.a
  31. a - ctf_lib.o
  32. 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
  33. ar rv ../build-2.6.32-21-generic/libctf.a ctf_subr.o
  34. a - ctf_subr.o
  35. 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
  36. ar rv ../build-2.6.32-21-generic/libctf.a ctf_create.o
  37. a - ctf_create.o
  38. rm -f ctf_create.o
  39. 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
  40. ar rv ../build-2.6.32-21-generic/libctf.a ctf_error.o
  41. a - ctf_error.o
  42. rm -f ctf_error.o
  43. 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
  44. ar rv ../build-2.6.32-21-generic/libctf.a ctf_hash.o
  45. a - ctf_hash.o
  46. rm -f ctf_hash.o
  47. 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
  48. ar rv ../build-2.6.32-21-generic/libctf.a ctf_labels.o
  49. a - ctf_labels.o
  50. rm -f ctf_labels.o
  51. 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
  52. ar rv ../build-2.6.32-21-generic/libctf.a ctf_lookup.o
  53. a - ctf_lookup.o
  54. rm -f ctf_lookup.o
  55. 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
  56. ar rv ../build-2.6.32-21-generic/libctf.a ctf_open.o
  57. a - ctf_open.o
  58. rm -f ctf_open.o
  59. 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
  60. ar rv ../build-2.6.32-21-generic/libctf.a ctf_types.o
  61. a - ctf_types.o
  62. rm -f ctf_types.o
  63. 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
  64. uncompress.c: In function 'ctf_uncompress':
  65. uncompress.c:26: warning: incompatible implicit declaration of built-in function 'memset'
  66. ar rv ../build-2.6.32-21-generic/libctf.a uncompress.o
  67. a - uncompress.o
  68. rm -f uncompress.o
  69. 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
  70. ar rv ../build-2.6.32-21-generic/libctf.a ctf_util.o
  71. a - ctf_util.o
  72. rm -f ctf_util.o
  73. rm ctf_subr.o ctf_lib.o
  74. cd libdtrace ; make --no-print-directory
  75. /root/download/tthtlc-linuxdtrace2-26703df/libdtrace
  76. 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-2.6.32-21-generic -Ii386 -I../driver -c ../driver/dis_tables.c
  77. ar rv ../build-2.6.32-21-generic/libdtrace.a dis_tables.o
  78. ar: creating ../build-2.6.32-21-generic/libdtrace.a
  79. a - dis_tables.o
  80. rm -f dis_tables.o
  81. ../tools/yacc.pl -d dt_grammar.y
  82. /usr/bin/bison -d dt_grammar.y
  83. mv y.tab.h ../build-2.6.32-21-generic/dt_grammar.h
  84. mv y.tab.c dt_grammar.c
  85. 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-2.6.32-21-generic -c dt_grammar.c
  86. dt_grammar.y:29:1: warning: "YYERROR_VERBOSE" redefined
  87. <command-line>: warning: this is the location of the previous definition
  88. dt_grammar.y: In function 'yyparse':
  89. dt_grammar.y:374: warning: incompatible implicit declaration of built-in function 'strdup'
  90. dt_grammar.y:375: warning: incompatible implicit declaration of built-in function 'strdup'
  91. dt_grammar.y:612: warning: assignment from incompatible pointer type
  92. dt_grammar.y:613: warning: assignment from incompatible pointer type
  93. dt_grammar.y:614: warning: assignment from incompatible pointer type
  94. dt_grammar.y:615: warning: assignment from incompatible pointer type
  95. dt_grammar.y:616: warning: assignment from incompatible pointer type
  96. dt_grammar.y:617: warning: assignment from incompatible pointer type
  97. dt_grammar.y:634: warning: incompatible implicit declaration of built-in function 'strdup'
  98. dt_grammar.y:635: warning: incompatible implicit declaration of built-in function 'strdup'
  99. dt_grammar.y:637: warning: incompatible implicit declaration of built-in function 'strdup'
  100. dt_grammar.y:639: warning: incompatible implicit declaration of built-in function 'strdup'
  101. dt_grammar.y:640: warning: incompatible implicit declaration of built-in function 'strdup'
  102. dt_grammar.y:644: warning: incompatible implicit declaration of built-in function 'strdup'
  103. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_grammar.o
  104. a - dt_grammar.o
  105. rm -f dt_grammar.c dt_grammar.o
  106. lex -t -v dt_lex.l > ../build-2.6.32-21-generic/dt_lex.c
  107. lex version 2.5.35 usage statistics:
  108. scanner options: -tvI8 -Cem
  109. 1125/2000 NFA states
  110. 507/1000 DFA states (2423 words)
  111. 157 rules
  112. Compressed tables always back-up
  113. Beginning-of-line patterns used
  114. 6/40 start conditions
  115. 506 epsilon states, 247 double epsilon states
  116. 58/100 character classes needed 860/1000 words of storage, 0 reused
  117. 17177 state/nextstate pairs created
  118. 1032/16145 unique/duplicate transitions
  119. 528/1000 base-def entries created
  120. 916/2000 (peak 1896) nxt-chk entries created
  121. 210/2500 (peak 1470) template nxt-chk entries created
  122. 0 empty table entries
  123. 26 protos created
  124. 21 templates created, 396 uses
  125. 70/256 equivalence classes created
  126. 10/256 meta-equivalence classes created
  127. 4 (13 saved) hash collisions, 538 DFAs equal
  128. 3 sets of reallocations needed
  129. 3214 total table entries needed
  130. 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-2.6.32-21-generic -c ../build-2.6.32-21-generic/dt_lex.c
  131. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_lex.o
  132. a - dt_lex.o
  133. rm -f dt_lex.o
  134. 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-2.6.32-21-generic -c -o dt_aggregate.o dt_aggregate.c
  135. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_aggregate.o
  136. a - dt_aggregate.o
  137. 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-2.6.32-21-generic -c -o dt_as.o dt_as.c
  138. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_as.o
  139. a - dt_as.o
  140. 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-2.6.32-21-generic -c -o dt_buf.o dt_buf.c
  141. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_buf.o
  142. a - dt_buf.o
  143. 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-2.6.32-21-generic -c -o dt_cc.o dt_cc.c
  144. dt_cc.c: In function 'dt_action_print':
  145. dt_cc.c:716: warning: format '%d' expects type 'int', but argument 5 has type 'ctf_id_t'
  146. dt_cc.c:716: warning: format '%d' expects type 'int', but argument 5 has type 'ctf_id_t'
  147. dt_cc.c:721: warning: format '%d' expects type 'int', but argument 5 has type 'ctf_id_t'
  148. dt_cc.c:721: warning: format '%d' expects type 'int', but argument 5 has type 'ctf_id_t'
  149. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_cc.o
  150. a - dt_cc.o
  151. 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-2.6.32-21-generic -c -o dt_cg.o dt_cg.c
  152. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_cg.o
  153. a - dt_cg.o
  154. 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-2.6.32-21-generic -c -o dt_consume.o dt_consume.c
  155. dt_consume.c: In function 'dt_print_llquantize':
  156. dt_consume.c:760: warning: format '%lld' expects type 'long long int', but argument 4 has type 'int64_t'
  157. dt_consume.c:760: warning: format '%lld' expects type 'long long int', but argument 4 has type 'int64_t'
  158. dt_consume.c:795: warning: format '%lld' expects type 'long long int', but argument 4 has type 'int64_t'
  159. dt_consume.c:795: warning: format '%lld' expects type 'long long int', but argument 4 has type 'int64_t'
  160. dt_consume.c: In function 'dt_print_stack':
  161. dt_consume.c:1019: warning: format '%llx' expects type 'long long unsigned int', but argument 5 has type 'uint64_t'
  162. dt_consume.c:1019: warning: format '%llx' expects type 'long long unsigned int', but argument 5 has type 'uint64_t'
  163. dt_consume.c:1021: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'uint64_t'
  164. dt_consume.c:1021: warning: format '%llx' expects type 'long long unsigned int', but argument 4 has type 'uint64_t'
  165. dt_consume.c: In function 'dt_print_ustack':
  166. dt_consume.c:1086: warning: comparison between pointer and integer
  167. dt_consume.c:1101: warning: format '%p' expects type 'void *', but argument 4 has type 'uint64_t'
  168. dt_consume.c:1101: warning: format '%p' expects type 'void *', but argument 4 has type 'uint64_t'
  169. dt_consume.c:1104: warning: format '%p' expects type 'void *', but argument 4 has type 'uint64_t'
  170. dt_consume.c:1104: warning: format '%p' expects type 'void *', but argument 4 has type 'uint64_t'
  171. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_consume.o
  172. a - dt_consume.o
  173. 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-2.6.32-21-generic -c -o dt_decl.o dt_decl.c
  174. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_decl.o
  175. a - dt_decl.o
  176. 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-2.6.32-21-generic -c -o dt_dis.o dt_dis.c
  177. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_dis.o
  178. a - dt_dis.o
  179. 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-2.6.32-21-generic -c -o dt_dof.o dt_dof.c
  180. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_dof.o
  181. a - dt_dof.o
  182. 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-2.6.32-21-generic -c -o dt_error.o dt_error.c
  183. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_error.o
  184. a - dt_error.o
  185. 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-2.6.32-21-generic -c -o dt_errtags.o dt_errtags.c
  186. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_errtags.o
  187. a - dt_errtags.o
  188. 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-2.6.32-21-generic -c -o dt_handle.o dt_handle.c
  189. dt_handle.c: In function 'dt_handle_liberr':
  190. dt_handle.c:250: warning: assignment makes integer from pointer without a cast
  191. dt_handle.c: In function 'dt_handle_cpudrop':
  192. dt_handle.c:337: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'uint64_t'
  193. dt_handle.c:337: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'uint64_t'
  194. dt_handle.c: In function 'dt_handle_status':
  195. dt_handle.c:431: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'uint64_t'
  196. dt_handle.c:431: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'uint64_t'
  197. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_handle.o
  198. a - dt_handle.o
  199. 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-2.6.32-21-generic -c -o dt_ident.o dt_ident.c
  200. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_ident.o
  201. a - dt_ident.o
  202. 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-2.6.32-21-generic -c -o dt_inttab.o dt_inttab.c
  203. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_inttab.o
  204. a - dt_inttab.o
  205. 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-2.6.32-21-generic -Ii386 -I../driver -c i386/dt_isadep.c
  206. i386/dt_isadep.c: In function 'dt_pid_create_glob_offset_probes':
  207. i386/dt_isadep.c:373: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'ulong_t'
  208. i386/dt_isadep.c:373: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'ulong_t'
  209. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_isadep.o
  210. a - dt_isadep.o
  211. rm -f dt_isadep.o
  212. 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-2.6.32-21-generic -c -o dt_list.o dt_list.c
  213. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_list.o
  214. a - dt_list.o
  215. 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-2.6.32-21-generic -c -o dt_link.o dt_link.c
  216. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_link.o
  217. a - dt_link.o
  218. 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-2.6.32-21-generic -c -o dt_module.o dt_module.c
  219. dt_module.c: In function 'dt_module_unload':
  220. dt_module.c:699: warning: assignment makes integer from pointer without a cast
  221. dt_module.c:701: warning: assignment makes integer from pointer without a cast
  222. dt_module.c:703: warning: assignment makes integer from pointer without a cast
  223. dt_module.c: In function 'dt_module_update':
  224. dt_module.c:1045: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
  225. dt_module.c:1045: warning: format '%s' expects type 'char *', but argument 4 has type 'int'
  226. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_module.o
  227. a - dt_module.o
  228. 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-2.6.32-21-generic -c -o dt_map.o dt_map.c
  229. dt_map.c: In function 'dt_aggid_add':
  230. dt_map.c:387: warning: comparison between pointer and integer
  231. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_map.o
  232. a - dt_map.o
  233. 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-2.6.32-21-generic -c dt_names.c
  234. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_names.o
  235. a - dt_names.o
  236. rm -f dt_names.o
  237. 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-2.6.32-21-generic -c -o dt_open.o dt_open.c
  238. dt_open.c: In function 'dt_get_libdir':
  239. dt_open.c:1489: warning: assignment discards qualifiers from pointer target type
  240. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_open.o
  241. a - dt_open.o
  242. 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-2.6.32-21-generic -c -o dt_options.o dt_options.c
  243. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_options.o
  244. a - dt_options.o
  245. 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-2.6.32-21-generic -c -o dt_parser.o dt_parser.c
  246. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_parser.o
  247. a - dt_parser.o
  248. 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-2.6.32-21-generic -c -o dt_pcb.o dt_pcb.c
  249. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_pcb.o
  250. a - dt_pcb.o
  251. 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-2.6.32-21-generic -c -o dt_pid.o dt_pid.c
  252. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_pid.o
  253. a - dt_pid.o
  254. 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-2.6.32-21-generic -c -o dt_pragma.o dt_pragma.c
  255. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_pragma.o
  256. a - dt_pragma.o
  257. 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-2.6.32-21-generic -c -o dt_print.o dt_print.c
  258. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_print.o
  259. a - dt_print.o
  260. 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-2.6.32-21-generic -c -o dt_printf.o dt_printf.c
  261. dt_printf.c: In function 'pfprint_port':
  262. dt_printf.c:513: warning: assignment makes pointer from integer without a cast
  263. dt_printf.c: In function 'pfprint_inetaddr':
  264. dt_printf.c:543: warning: assignment makes pointer from integer without a cast
  265. dt_printf.c:556: warning: assignment makes pointer from integer without a cast
  266. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_printf.o
  267. a - dt_printf.o
  268. 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-2.6.32-21-generic -c -o dt_proc.o dt_proc.c
  269. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_proc.o
  270. a - dt_proc.o
  271. 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-2.6.32-21-generic -c -o dt_program.o dt_program.c
  272. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_program.o
  273. a - dt_program.o
  274. 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-2.6.32-21-generic -c -o dt_provider.o dt_provider.c
  275. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_provider.o
  276. a - dt_provider.o
  277. 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-2.6.32-21-generic -c -o dt_regset.o dt_regset.c
  278. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_regset.o
  279. a - dt_regset.o
  280. 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-2.6.32-21-generic -c -o dt_string.o dt_string.c
  281. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_string.o
  282. a - dt_string.o
  283. 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-2.6.32-21-generic -c -o dt_strtab.o dt_strtab.c
  284. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_strtab.o
  285. a - dt_strtab.o
  286. 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-2.6.32-21-generic -c -o dt_subr.o dt_subr.c
  287. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_subr.o
  288. a - dt_subr.o
  289. 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-2.6.32-21-generic -c -o dt_work.o dt_work.c
  290. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_work.o
  291. a - dt_work.o
  292. 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-2.6.32-21-generic -c -o dt_xlator.o dt_xlator.c
  293. ar rv ../build-2.6.32-21-generic/libdtrace.a dt_xlator.o
  294. a - dt_xlator.o
  295. 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-2.6.32-21-generic -c -o stubs.o stubs.c
  296. ar rv ../build-2.6.32-21-generic/libdtrace.a stubs.o
  297. a - stubs.o
  298. 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-2.6.32-21-generic -c drti.c
  299. drti.c: In function 'dtrace_dof_init':
  300. drti.c:150: warning: assignment makes pointer from integer without a cast
  301. mv drti.o ../build-2.6.32-21-generic
  302. rm dt_pcb.o dt_strtab.o dt_proc.o dt_decl.o dt_dof.o dt_errtags.o dt_printf.o dt_cc.o dt_parser.o dt_cg.o dt_consume.o dt_open.o dt_provider.o dt_inttab.o dt_options.o dt_string.o dt_buf.o dt_xlator.o dt_as.o dt_pid.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
  303. cd liblinux ; make --no-print-directory
  304. /root/download/tthtlc-linuxdtrace2-26703df/liblinux
  305. 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
  306. ar rv ../build-2.6.32-21-generic/liblinux.a cpu_status.o
  307. ar: creating ../build-2.6.32-21-generic/liblinux.a
  308. a - cpu_status.o
  309. 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
  310. In file included from ../linux/stdio.h:2,
  311. from getopt.c:53:
  312. /usr/include/stdio.h:425: warning: asm declaration ignored due to conflict with previous rename
  313. /usr/include/stdio.h:428: warning: asm declaration ignored due to conflict with previous rename
  314. /usr/include/stdio.h:430: warning: asm declaration ignored due to conflict with previous rename
  315. /usr/include/stdio.h:480: warning: asm declaration ignored due to conflict with previous rename
  316. /usr/include/stdio.h:483: warning: asm declaration ignored due to conflict with previous rename
  317. /usr/include/stdio.h:488: warning: asm declaration ignored due to conflict with previous rename
  318. getopt.c:64:1: warning: "ERR" redefined
  319. In file included from ../linux/linux_types.h:163,
  320. from ../linux/stdio.h:1,
  321. from getopt.c:53:
  322. ../linux/sys/regset.h:120:1: warning: this is the location of the previous definition
  323. getopt.c: In function 'getopt':
  324. getopt.c:206: warning: comparison between pointer and integer
  325. ar rv ../build-2.6.32-21-generic/liblinux.a getopt.o
  326. a - getopt.o
  327. 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
  328. ar rv ../build-2.6.32-21-generic/liblinux.a gmatch.o
  329. a - gmatch.o
  330. 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
  331. ar rv ../build-2.6.32-21-generic/liblinux.a proc.o
  332. a - proc.o
  333. 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
  334. proc2.c: In function 'lx_read_stat':
  335. proc2.c:124: warning: passing argument 1 of 'read' makes integer from pointer without a cast
  336. /usr/include/unistd.h:357: note: expected 'int' but argument is of type 'char *'
  337. proc2.c:124: warning: passing argument 2 of 'read' makes pointer from integer without a cast
  338. /usr/include/unistd.h:357: note: expected 'void *' but argument is of type 'int'
  339. ar rv ../build-2.6.32-21-generic/liblinux.a proc2.o
  340. a - proc2.o
  341. 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
  342. ar rv ../build-2.6.32-21-generic/liblinux.a proc_create.o
  343. a - proc_create.o
  344. 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
  345. ar rv ../build-2.6.32-21-generic/liblinux.a proc_names.o
  346. a - proc_names.o
  347. 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
  348. ar rv ../build-2.6.32-21-generic/liblinux.a proc_util.o
  349. a - proc_util.o
  350. 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
  351. ar rv ../build-2.6.32-21-generic/liblinux.a strlcpy.o
  352. a - strlcpy.o
  353. rm proc_util.o strlcpy.o proc.o proc_create.o gmatch.o cpu_status.o getopt.o proc2.o proc_names.o
  354. cd libproc/common ; make --no-print-directory
  355. /root/download/tthtlc-linuxdtrace2-26703df/libproc/common
  356. 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
  357. P32ton.c: In function 'siginfo_n_to_32':
  358. P32ton.c:549: warning: assignment makes pointer from integer without a cast
  359. ar rv ../../build-2.6.32-21-generic/libproc.a P32ton.o
  360. ar: creating ../../build-2.6.32-21-generic/libproc.a
  361. a - P32ton.o
  362. 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
  363. Pcontrol.c: In function 'Pread_live':
  364. Pcontrol.c:103: warning: format '%p' expects type 'void *', but argument 3 has type 'uintptr_t'
  365. Pcontrol.c:103: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
  366. Pcontrol.c: In function 'Pxcreate':
  367. Pcontrol.c:371: warning: passing argument 3 of 'waitpid' makes integer from pointer without a cast
  368. /usr/include/sys/wait.h:139: note: expected 'int' but argument is of type 'void *'
  369. ar rv ../../build-2.6.32-21-generic/libproc.a Pcontrol.o
  370. a - Pcontrol.o
  371. 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
  372. Pcore.c: In function 'core_find_data':
  373. Pcore.c:1325: warning: assignment makes integer from pointer without a cast
  374. Pcore.c:1349: warning: comparison between pointer and integer
  375. Pcore.c: In function 'Pfgrab_core':
  376. Pcore.c:2131: warning: assignment makes pointer from integer without a cast
  377. ar rv ../../build-2.6.32-21-generic/libproc.a Pcore.o
  378. a - Pcore.o
  379. 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
  380. Pexecname.c: In function 'Pfindexec':
  381. Pexecname.c:178: warning: comparison between pointer and integer
  382. ar rv ../../build-2.6.32-21-generic/libproc.a Pexecname.o
  383. a - Pexecname.o
  384. 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
  385. Pgcore.c: In function 'Pfgcore':
  386. Pgcore.c:1331: warning: assignment makes pointer from integer without a cast
  387. ar rv ../../build-2.6.32-21-generic/libproc.a Pgcore.o
  388. a - Pgcore.o
  389. 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
  390. ar rv ../../build-2.6.32-21-generic/libproc.a Pidle.o
  391. a - Pidle.o
  392. 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
  393. In file included from pisadep.c:7:
  394. ../amd64/Pisadep.c: In function 'ucontext_32_to_prgregs':
  395. ../amd64/Pisadep.c:223: warning: initialization from incompatible pointer type
  396. ../amd64/Pisadep.c: In function 'Pstack_iter32':
  397. ../amd64/Pisadep.c:338: warning: assignment makes integer from pointer without a cast
  398. ../amd64/Pisadep.c:340: warning: comparison between pointer and integer
  399. ar rv ../../build-2.6.32-21-generic/libproc.a pisadep.o
  400. a - pisadep.o
  401. 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
  402. ar rv ../../build-2.6.32-21-generic/libproc.a Plwpregs.o
  403. a - Plwpregs.o
  404. 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
  405. ar rv ../../build-2.6.32-21-generic/libproc.a Psymtab_machelf32.o
  406. a - Psymtab_machelf32.o
  407. 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
  408. ar rv ../../build-2.6.32-21-generic/libproc.a Psymtab_machelf64.o
  409. a - Psymtab_machelf64.o
  410. 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
  411. ar rv ../../build-2.6.32-21-generic/libproc.a Pscantext.o
  412. a - Pscantext.o
  413. 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
  414. ar rv ../../build-2.6.32-21-generic/libproc.a Pservice.o
  415. a - Pservice.o
  416. 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
  417. Pstack.c: In function 'load_uclist':
  418. Pstack.c:179: warning: comparison between pointer and integer
  419. Pstack.c:217: warning: comparison between pointer and integer
  420. ar rv ../../build-2.6.32-21-generic/libproc.a Pstack.o
  421. a - Pstack.o
  422. 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
  423. Psymtab.c: In function 'map_iter':
  424. Psymtab.c:363: warning: passing argument 1 of 'strdup' makes pointer from integer without a cast
  425. /usr/include/string.h:173: note: expected 'const char *' but argument is of type 'psaddr_t'
  426. Psymtab.c: In function 'Prd_agent':
  427. Psymtab.c:645: warning: assignment makes pointer from integer without a cast
  428. Psymtab.c: In function 'Paddr_to_text_map':
  429. Psymtab.c:675: warning: comparison between pointer and integer
  430. Psymtab.c: In function 'Paddr_to_loadobj':
  431. Psymtab.c:742: warning: format '%p' expects type 'void *', but argument 2 has type 'uintptr_t'
  432. Psymtab.c: In function 'Pbuild_file_symtab':
  433. Psymtab.c:1726: warning: 'elf_getshnum' is deprecated (declared at /usr/include/libelf.h:263)
  434. Psymtab.c:1727: warning: 'elf_getshstrndx' is deprecated (declared at /usr/include/libelf.h:275)
  435. Psymtab.c:1737: warning: 'elf_getshnum' is deprecated (declared at /usr/include/libelf.h:263)
  436. Psymtab.c:1738: warning: 'elf_getshstrndx' is deprecated (declared at /usr/include/libelf.h:275)
  437. Psymtab.c:1755: warning: 'elf_getshnum' is deprecated (declared at /usr/include/libelf.h:263)
  438. Psymtab.c:1756: warning: 'elf_getshstrndx' is deprecated (declared at /usr/include/libelf.h:275)
  439. Psymtab.c:1781: warning: 'elf_getshnum' is deprecated (declared at /usr/include/libelf.h:263)
  440. Psymtab.c:1782: warning: 'elf_getshstrndx' is deprecated (declared at /usr/include/libelf.h:275)
  441. Psymtab.c: In function 'Penv_iter':
  442. Psymtab.c:3162: warning: comparison between pointer and integer
  443. ar rv ../../build-2.6.32-21-generic/libproc.a Psymtab.o
  444. a - Psymtab.o
  445. 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
  446. ar rv ../../build-2.6.32-21-generic/libproc.a Psyscall.o
  447. a - Psyscall.o
  448. 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
  449. ar rv ../../build-2.6.32-21-generic/libproc.a Putil.o
  450. a - Putil.o
  451. 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
  452. ar rv ../../build-2.6.32-21-generic/libproc.a pr_door.o
  453. a - pr_door.o
  454. 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
  455. ar rv ../../build-2.6.32-21-generic/libproc.a pr_exit.o
  456. a - pr_exit.o
  457. 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
  458. ar rv ../../build-2.6.32-21-generic/libproc.a pr_fcntl.o
  459. a - pr_fcntl.o
  460. 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
  461. ar rv ../../build-2.6.32-21-generic/libproc.a pr_getitimer.o
  462. a - pr_getitimer.o
  463. 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
  464. ar rv ../../build-2.6.32-21-generic/libproc.a pr_getrctl.o
  465. a - pr_getrctl.o
  466. 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
  467. ar rv ../../build-2.6.32-21-generic/libproc.a pr_getrlimit.o
  468. a - pr_getrlimit.o
  469. 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
  470. ar rv ../../build-2.6.32-21-generic/libproc.a pr_getsockname.o
  471. a - pr_getsockname.o
  472. 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
  473. ar rv ../../build-2.6.32-21-generic/libproc.a pr_ioctl.o
  474. a - pr_ioctl.o
  475. 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
  476. ar rv ../../build-2.6.32-21-generic/libproc.a pr_lseek.o
  477. a - pr_lseek.o
  478. 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
  479. ar rv ../../build-2.6.32-21-generic/libproc.a pr_memcntl.o
  480. a - pr_memcntl.o
  481. 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
  482. ar rv ../../build-2.6.32-21-generic/libproc.a pr_meminfo.o
  483. a - pr_meminfo.o
  484. 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
  485. ar rv ../../build-2.6.32-21-generic/libproc.a pr_mmap.o
  486. a - pr_mmap.o
  487. 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
  488. ar rv ../../build-2.6.32-21-generic/libproc.a pr_open.o
  489. a - pr_open.o
  490. 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
  491. ar rv ../../build-2.6.32-21-generic/libproc.a pr_pbind.o
  492. a - pr_pbind.o
  493. 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
  494. ar rv ../../build-2.6.32-21-generic/libproc.a pr_rename.o
  495. a - pr_rename.o
  496. 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
  497. ar rv ../../build-2.6.32-21-generic/libproc.a pr_sigaction.o
  498. a - pr_sigaction.o
  499. 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
  500. ar rv ../../build-2.6.32-21-generic/libproc.a pr_stat.o
  501. a - pr_stat.o
  502. 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
  503. pr_statvfs.c: In function 'pr_statvfs':
  504. pr_statvfs.c:80: warning: passing argument 2 of 'statvfs' from incompatible pointer type
  505. /usr/include/sys/statvfs.h:57: note: expected 'struct statvfs * __restrict__' but argument is of type 'struct statvfs_t *'
  506. pr_statvfs.c: In function 'pr_fstatvfs':
  507. pr_statvfs.c:133: warning: passing argument 2 of 'fstatvfs' from incompatible pointer type
  508. /usr/include/sys/statvfs.h:78: note: expected 'struct statvfs *' but argument is of type 'struct statvfs_t *'
  509. ar rv ../../build-2.6.32-21-generic/libproc.a pr_statvfs.o
  510. a - pr_statvfs.o
  511. 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
  512. In file included from ../../linux/sys/types.h:4,
  513. from pr_tasksys.c:32:
  514. ../../linux/linux_types.h:142:1: warning: "_LARGEFILE64_SOURCE" redefined
  515. pr_tasksys.c:29:1: warning: this is the location of the previous definition
  516. ar rv ../../build-2.6.32-21-generic/libproc.a pr_tasksys.o
  517. a - pr_tasksys.o
  518. 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
  519. ar rv ../../build-2.6.32-21-generic/libproc.a pr_waitid.o
  520. a - pr_waitid.o
  521. 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
  522. proc_arg.c: In function 'proc_walk':
  523. proc_arg.c:462: warning: format '%ld' expects type 'long int', but argument 5 has type 'id_t'
  524. proc_arg.c:462: warning: format '%ld' expects type 'long int', but argument 5 has type 'id_t'
  525. proc_arg.c:478: warning: format '%ld' expects type 'long int', but argument 5 has type 'id_t'
  526. proc_arg.c:478: warning: format '%ld' expects type 'long int', but argument 5 has type 'id_t'
  527. ar rv ../../build-2.6.32-21-generic/libproc.a proc_arg.o
  528. a - proc_arg.o
  529. 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
  530. ar rv ../../build-2.6.32-21-generic/libproc.a proc_get_info.o
  531. a - proc_get_info.o
  532. 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
  533. ar rv ../../build-2.6.32-21-generic/libproc.a proc_names.o
  534. a - proc_names.o
  535. 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
  536. ar rv ../../build-2.6.32-21-generic/libproc.a proc_set.o
  537. a - proc_set.o
  538. 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
  539. ar rv ../../build-2.6.32-21-generic/libproc.a proc_stdio.o
  540. a - proc_stdio.o
  541. rm 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.o Psymtab_machelf64.o Plwpregs.o Pstack.o pr_memcntl.o pr_getsockname.o pr_getitimer.o P32ton.o proc_get_info.o proc_stdio.o pr_getrctl.o pr_pbind.o Pservice.o proc_names.o pr_stat.o pr_mmap.o pr_getrlimit.o pisadep.o Pcore.o Pcontrol.o Pgcore.o pr_fcntl.o
  542. cd librtld ; make --no-print-directory
  543. /root/download/tthtlc-linuxdtrace2-26703df/librtld
  544. 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
  545. ar rv ../build-2.6.32-21-generic/libdtrace.a rd_elf.o
  546. a - rd_elf.o
  547. 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
  548. rtld_db.c: In function 'rd_loadobj_iter':
  549. rtld_db.c:219: warning: assignment makes pointer from integer without a cast
  550. rtld_db.c:222: warning: assignment makes integer from pointer without a cast
  551. rtld_db.c:223: warning: assignment makes integer from pointer without a cast
  552. ar rv ../build-2.6.32-21-generic/libdtrace.a rtld_db.o
  553. a - rtld_db.o
  554. rm rtld_db.o rd_elf.o
  555. cd cmd/dtrace ; make --no-print-directory
  556. /root/download/tthtlc-linuxdtrace2-26703df/cmd/dtrace
  557. cc -g -W -c \
  558. -I../../uts/common \
  559. -I../../libctf \
  560. -I../../libdtrace \
  561. -I../../libproc/common \
  562. -I../../linux \
  563. dtrace.c
  564. dtrace.c: In function 'dof_prune':
  565. dtrace.c:338: warning: comparison between signed and unsigned integer expressions
  566. dtrace.c:368: warning: comparison between signed and unsigned integer expressions
  567. dtrace.c:388: warning: comparison between signed and unsigned integer expressions
  568. dtrace.c: In function 'etcsystem_prune':
  569. dtrace.c:414: warning: comparison between signed and unsigned integer expressions
  570. dtrace.c:453: warning: comparison between signed and unsigned integer expressions
  571. dtrace.c: In function 'etcsystem_add':
  572. dtrace.c:491: warning: comparison between signed and unsigned integer expressions
  573. dtrace.c: In function 'prochandler':
  574. dtrace.c:770: warning: initialization discards qualifiers from pointer target type
  575. dtrace.c: In function 'bufhandler':
  576. dtrace.c:890: warning: missing initializer
  577. dtrace.c:890: warning: (near initialization for 'flagnames[5].value')
  578. dtrace.c:950: warning: comparison between signed and unsigned integer expressions
  579. dtrace.c:962: warning: comparison between signed and unsigned integer expressions
  580. dtrace.c: In function 'go':
  581. dtrace.c:1082: warning: missing initializer
  582. dtrace.c:1082: warning: (near initialization for 'bufs[0].val')
  583. dtrace.c:1083: warning: missing initializer
  584. dtrace.c:1083: warning: (near initialization for 'bufs[1].val')
  585. dtrace.c:1084: warning: missing initializer
  586. dtrace.c:1084: warning: (near initialization for 'bufs[2].val')
  587. dtrace.c:1085: warning: missing initializer
  588. dtrace.c:1085: warning: (near initialization for 'bufs[3].val')
  589. dtrace.c:1086: warning: missing initializer
  590. dtrace.c:1086: warning: (near initialization for 'bufs[4].optname')
  591. dtrace.c:1088: warning: missing initializer
  592. dtrace.c:1088: warning: (near initialization for 'rates[0].val')
  593. dtrace.c:1089: warning: missing initializer
  594. dtrace.c:1089: warning: (near initialization for 'rates[1].val')
  595. dtrace.c:1090: warning: missing initializer
  596. dtrace.c:1090: warning: (near initialization for 'rates[2].optname')
  597. dtrace.c:1118: warning: comparison between signed and unsigned integer expressions
  598. mv dtrace.o ../../build-2.6.32-21-generic
  599. cc -g -W -o ../../build-2.6.32-21-generic/dtrace -L../../build-2.6.32-21-generic ../../build-2.6.32-21-generic/dtrace.o -ldtrace -lctf -lproc -llinux -lz -lrt -lpthread -lelf -ldl
  600. /usr/bin/ld: skipping incompatible ../../build-2.6.32-21-generic/libgcc.a when searching for -lgcc
  601. /usr/bin/ld: skipping incompatible ../../build-2.6.32-21-generic/libgcc.a when searching for -lgcc
  602. cc -o ../../build-2.6.32-21-generic/dwarf ../../driver/dwarf.c -lelf
  603. cd cmd/ctfconvert ; make --no-print-directory
  604. /root/download/tthtlc-linuxdtrace2-26703df/cmd/ctfconvert
  605. =================================================================
  606. === You need /usr/lib/libdwarf.a and /usr/lib/libbfd.a installed to build.
  607. ===
  608. === apt-get install binutils-dev
  609. === apt-get install libdw-dev
  610. ===
  611. === Without these, we will not build ctfconvert (needed for
  612. === SDT structure definitions).
  613. =================================================================
  614. cd cmd/instr ; make --no-print-directory
  615. /root/download/tthtlc-linuxdtrace2-26703df/cmd/instr
  616. cc -DUSERMODE -Dprintk=printf -DDIS_TEXT -I../../driver \
  617. -o ../../build-2.6.32-21-generic/instr instr.c ../../driver/instr_size.c ../../driver/dis_tables.c
  618. cd usdt/c ; make --no-print-directory
  619. /root/download/tthtlc-linuxdtrace2-26703df/usdt/c
  620. gcc -I../../uts/common -fPIC -c simple.c
  621. simple.c: In function 'dump_dof_section':
  622. simple.c:68: warning: format '%08x' expects type 'unsigned int', but argument 7 has type 'uint64_t'
  623. mv simple.o ../../build-2.6.32-21-generic
  624. DTRACE_DRTI_O=../../build-2.6.32-21-generic/drti.o ../../build-2.6.32-21-generic/dtrace -x nolibs -G -64 -s simple_probes.d ../../build-2.6.32-21-generic/simple.o
  625. Invoking: ld -o simple_probes.o -r simple_probes.tmp.o ../../build-2.6.32-21-generic/drti.o
  626. mv simple_probes.o ../../build-2.6.32-21-generic
  627. gcc -I../../uts/common -fPIC -c shlib.c
  628. mv shlib.o ../../build-2.6.32-21-generic
  629. ld -G -o ../../build-2.6.32-21-generic/shlib.so ../../build-2.6.32-21-generic/shlib.o
  630. cd ../../build-2.6.32-21-generic ; \
  631. 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
  632. tools/mkdriver.pl all
  633. symlink ../../driver/Makefile build-2.6.32-21-generic/driver/Makefile
  634. symlink ../../driver/cpu_x86.c build-2.6.32-21-generic/driver/cpu_x86.c
  635. symlink ../../driver/ctf_hash.c build-2.6.32-21-generic/driver/ctf_hash.c
  636. symlink ../../driver/ctf_lookup.c build-2.6.32-21-generic/driver/ctf_lookup.c
  637. symlink ../../driver/ctf_mod.c build-2.6.32-21-generic/driver/ctf_mod.c
  638. symlink ../../driver/ctf_open.c build-2.6.32-21-generic/driver/ctf_open.c
  639. symlink ../../driver/ctf_struct.c build-2.6.32-21-generic/driver/ctf_struct.c
  640. symlink ../../driver/ctf_subr.c build-2.6.32-21-generic/driver/ctf_subr.c
  641. symlink ../../driver/ctf_types.c build-2.6.32-21-generic/driver/ctf_types.c
  642. symlink ../../driver/ctf_util.c build-2.6.32-21-generic/driver/ctf_util.c
  643. symlink ../../driver/ctl.c build-2.6.32-21-generic/driver/ctl.c
  644. symlink ../../driver/cyclic.c build-2.6.32-21-generic/driver/cyclic.c
  645. symlink ../../driver/cyclic_linux.c build-2.6.32-21-generic/driver/cyclic_linux.c
  646. symlink ../../driver/dcpc.c build-2.6.32-21-generic/driver/dcpc.c
  647. symlink ../../driver/dis_tables.c build-2.6.32-21-generic/driver/dis_tables.c
  648. symlink ../../driver/divmod64.c build-2.6.32-21-generic/driver/divmod64.c
  649. symlink ../../driver/dtrace.c build-2.6.32-21-generic/driver/dtrace.c
  650. symlink ../../driver/dtrace_asm.c build-2.6.32-21-generic/driver/dtrace_asm.c
  651. symlink ../../driver/dtrace_isa.c build-2.6.32-21-generic/driver/dtrace_isa.c
  652. symlink ../../driver/dtrace_linux.c build-2.6.32-21-generic/driver/dtrace_linux.c
  653. symlink ../../driver/dtrace_subr.c build-2.6.32-21-generic/driver/dtrace_subr.c
  654. symlink ../../driver/dwarf.c build-2.6.32-21-generic/driver/dwarf.c
  655. symlink ../../driver/fasttrap.c build-2.6.32-21-generic/driver/fasttrap.c
  656. symlink ../../driver/fasttrap_isa.c build-2.6.32-21-generic/driver/fasttrap_isa.c
  657. symlink ../../driver/fasttrap_linux.c build-2.6.32-21-generic/driver/fasttrap_linux.c
  658. symlink ../../driver/fbt_linux.c build-2.6.32-21-generic/driver/fbt_linux.c
  659. symlink ../../driver/instr_linux.c build-2.6.32-21-generic/driver/instr_linux.c
  660. symlink ../../driver/instr_size.c build-2.6.32-21-generic/driver/instr_size.c
  661. symlink ../../driver/intr.c build-2.6.32-21-generic/driver/intr.c
  662. symlink ../../driver/libc.c build-2.6.32-21-generic/driver/libc.c
  663. symlink ../../driver/linux_pure.c build-2.6.32-21-generic/driver/linux_pure.c
  664. symlink ../../driver/missing.c build-2.6.32-21-generic/driver/missing.c
  665. symlink ../../driver/mutex.c build-2.6.32-21-generic/driver/mutex.c
  666. symlink ../../driver/notifier.c build-2.6.32-21-generic/driver/notifier.c
  667. symlink ../../driver/printf.c build-2.6.32-21-generic/driver/printf.c
  668. symlink ../../driver/profile.c build-2.6.32-21-generic/driver/profile.c
  669. symlink ../../driver/prov_common.c build-2.6.32-21-generic/driver/prov_common.c
  670. symlink ../../driver/sdt_linux.c build-2.6.32-21-generic/driver/sdt_linux.c
  671. symlink ../../driver/sdt_subr.c build-2.6.32-21-generic/driver/sdt_subr.c
  672. symlink ../../driver/systrace.c build-2.6.32-21-generic/driver/systrace.c
  673. symlink ../../driver/tcp.c build-2.6.32-21-generic/driver/tcp.c
  674. symlink ../../driver/toxic.c build-2.6.32-21-generic/driver/toxic.c
  675. symlink ../../driver/uncompress.c build-2.6.32-21-generic/driver/uncompress.c
  676. symlink ../../driver/vminfo.c build-2.6.32-21-generic/driver/vminfo.c
  677. symlink ../../driver/x_call.c build-2.6.32-21-generic/driver/x_call.c
  678. symlink ../../driver/ctf_struct.h build-2.6.32-21-generic/driver/ctf_struct.h
  679. symlink ../../driver/dis_tables.h build-2.6.32-21-generic/driver/dis_tables.h
  680. symlink ../../driver/dtrace_linux.h build-2.6.32-21-generic/driver/dtrace_linux.h
  681. symlink ../../driver/dtrace_proto.h build-2.6.32-21-generic/driver/dtrace_proto.h
  682. symlink ../../driver/intr_x86-32.S build-2.6.32-21-generic/driver/intr_x86-32.S
  683. symlink ../../driver/intr_x86-64.S build-2.6.32-21-generic/driver/intr_x86-64.S
  684. Executing: /sdc1/root/download/tthtlc-linuxdtrace2-26703df/tools/make-me
  685. make -C /lib/modules/2.6.32-21-generic/build M=/sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver
  686. LD /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/built-in.o
  687. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/ctf_hash.o
  688. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/ctf_lookup.o
  689. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/ctf_mod.o
  690. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/ctf_open.o
  691. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/ctf_struct.o
  692. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/ctf_subr.o
  693. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/ctf_types.o
  694. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/ctf_util.o
  695. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/ctl.o
  696. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/cpu_x86.o
  697. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/cyclic_linux.o
  698. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dcpc.o
  699. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dcpc.c: In function 'dcpc_program_cpu_event':
  700. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dcpc.c:550: warning: unused variable 'subcode'
  701. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dcpc.c: At top level:
  702. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dcpc.c:178: warning: 'dcpc_devi' defined but not used
  703. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dcpc.c:209: warning: 'dcpc_fire' defined but not used
  704. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dcpc.c:1035: warning: 'dcpc_cpu_setup' defined but not used
  705. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dcpc.c:1118: warning: 'dcpc_open' defined but not used
  706. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dcpc.c: In function 'dcpc_attach':
  707. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dcpc.c:1330: warning: 'caps' is used uninitialized in this function
  708. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dis_tables.o
  709. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/mutex.o
  710. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dtrace.o
  711. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dtrace.c:12026: warning: 'dtrace_enabling_reap' defined but not used
  712. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dtrace.c:15328: warning: 'dtrace_helpers_duplicate' defined but not used
  713. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dtrace.c:15706: warning: 'dtrace_cpu_setup_initial' defined but not used
  714. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dtrace_asm.o
  715. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dtrace_isa.o
  716. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dtrace_linux.o
  717. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dtrace_linux.c:226: warning: 'panic_notifier' defined but not used
  718. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dtrace_subr.o
  719. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dwarf.o
  720. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/fasttrap.o
  721. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/fasttrap_isa.o
  722. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/fasttrap_linux.o
  723. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/fbt_linux.o
  724. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/instr_linux.o
  725. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/intr.o
  726. AS [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/intr_x86-32.o
  727. AS [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/intr_x86-64.o
  728. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/libc.o
  729. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/missing.o
  730. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/printf.o
  731. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/profile.o
  732. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/prov_common.o
  733. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/sdt_linux.o
  734. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/sdt_subr.o
  735. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/systrace.o
  736. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/systrace.c: In function 'sys_seq_start':
  737. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/systrace.c:2137: warning: cast to pointer from integer of different size
  738. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/tcp.o
  739. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/toxic.o
  740. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/instr_size.o
  741. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/uncompress.o
  742. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/vminfo.o
  743. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/vminfo.c:46: warning: 'sdt_add_locator' defined but not used
  744. /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/vminfo.c:66: warning: 'vminfo_instr_callback' defined but not used
  745. CC [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/x_call.o
  746. LD [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dtracedrv.o
  747. Building modules, stage 2.
  748. MODPOST 1 modules
  749. CC /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dtracedrv.mod.o
  750. LD [M] /sdc1/root/download/tthtlc-linuxdtrace2-26703df/build-2.6.32-21-generic/driver/dtracedrv.ko
  751. tools/mkctf.sh
  752. build/ctfconvert not available - so not building the linux.ctf file
  753. NOTE: The build is complete, but build/ctfconvert is not available.
  754. This means you will get run time errors from the io.d and sched.d files
  755. due to undefined kernel structure definitions. Simply delete or rename
  756. these files until a fix can be put in place to handle older
  757. distros which do not have the required libdwarf dependencies.
  758.  
  759. (Typical error is references to undefined struct definitions such
  760. as dtrace_cpu_t).
  761.  
  762. sync
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement