Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.68 KB | None | 0 0
  1. In file included from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/define_trace.h:110:0,
  2. from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/btrfs.h:1005,
  3. from /home/dgoulet/Documents/git/lttng-modules/probes/lttng-probe-btrfs.c:44:
  4. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/btrfs.h:70:0: warning: "show_root_type" redefined [enabled by default]
  5. In file included from include/../fs/btrfs/ctree.h:31:0,
  6. from /home/dgoulet/Documents/git/lttng-modules/probes/lttng-probe-btrfs.c:26:
  7. include/trace/events/btrfs.h:46:0: note: this is the location of the previous definition
  8. CC [M] /home/dgoulet/Documents/git/lttng-modules/probes/lttng-probe-compaction.o
  9. CC [M] /home/dgoulet/Documents/git/lttng-modules/probes/lttng-probe-ext4.o
  10. In file included from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/lttng-events.h:99:0,
  11. from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/define_trace.h:117,
  12. from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/ext4.h:2398,
  13. from /home/dgoulet/Documents/git/lttng-modules/probes/lttng-probe-ext4.c:46:
  14. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h:1889:1: error: conflicting types for ‘trace_ext4_ext_map_blocks_exit’
  15. In file included from /home/dgoulet/Documents/git/lttng-modules/probes/lttng-probe-ext4.c:34:0:
  16. include/trace/events/ext4.h:1570:1: note: previous definition of ‘trace_ext4_ext_map_blocks_exit’ was here
  17. In file included from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/lttng-events.h:99:0,
  18. from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/define_trace.h:117,
  19. from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/ext4.h:2398,
  20. from /home/dgoulet/Documents/git/lttng-modules/probes/lttng-probe-ext4.c:46:
  21. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h:1896:1: error: conflicting types for ‘trace_ext4_ind_map_blocks_exit’
  22. In file included from /home/dgoulet/Documents/git/lttng-modules/probes/lttng-probe-ext4.c:34:0:
  23. include/trace/events/ext4.h:1576:1: note: previous definition of ‘trace_ext4_ind_map_blocks_exit’ was here
  24. In file included from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/lttng-events.h:99:0,
  25. from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/define_trace.h:117,
  26. from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/ext4.h:2398,
  27. from /home/dgoulet/Documents/git/lttng-modules/probes/lttng-probe-ext4.c:46:
  28. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h:2054:1: error: conflicting types for ‘trace_ext4_ext_handle_uninitialized_extents’
  29. In file included from /home/dgoulet/Documents/git/lttng-modules/probes/lttng-probe-ext4.c:34:0:
  30. include/trace/events/ext4.h:1730:1: note: previous definition of ‘trace_ext4_ext_handle_uninitialized_extents’ was here
  31. In file included from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/lttng-events.h:701:0,
  32. from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/define_trace.h:117,
  33. from /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/ext4.h:2398,
  34. from /home/dgoulet/Documents/git/lttng-modules/probes/lttng-probe-ext4.c:46:
  35. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h: In function ‘__event_probe__ext4_ext_convert_to_initialized_enter’:
  36. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h:1730:1: error: dereferencing pointer to incomplete type
  37. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h:1762:1: error: implicit declaration of function ‘ext4_ext_get_actual_len’ [-Werror=implicit-function-declaration]
  38. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h:1762:1: error: implicit declaration of function ‘ext4_ext_pblock’ [-Werror=implicit-function-declaration]
  39. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h: In function ‘__event_probe__ext4_ext_convert_to_initialized_fastpath’:
  40. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h:1768:1: error: dereferencing pointer to incomplete type
  41. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h:1768:1: error: dereferencing pointer to incomplete type
  42. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h: In function ‘__event_probe__ext4_remove_blocks’:
  43. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h:2233:1: error: dereferencing pointer to incomplete type
  44. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h: In function ‘__event_probe__ext4_ext_rm_leaf’:
  45. /home/dgoulet/Documents/git/lttng-modules/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/ext4.h:2274:1: error: dereferencing pointer to incomplete type
  46. cc1: some warnings being treated as errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement