Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. In function 'lib_ring_buffer_align',
  2. inlined from 'lib_ring_buffer_try_reserve' at /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lib/ringbuffer/frontend_api.h:103:3,
  3. inlined from 'lib_ring_buffer_reserve' at /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lib/ringbuffer/frontend_api.h:165:6,
  4. inlined from 'lttng_event_reserve' at /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lttng-ring-buffer-metadata-client.h:306:8:
  5. /home/bruce/poky/build/tmp/work-shared/qemumips/kernel-source/include/linux/compiler.h:339:38: error: call to '__compiletime_assert_257' declared with attribute error: BUILD_BUG_ON failed: (size_of_type) == 0 || ((size_of_type) & ((size_of_type) - 1))
  6. _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
  7. ^
  8. /home/bruce/poky/build/tmp/work-shared/qemumips/kernel-source/include/linux/compiler.h:319:4: note: in definition of macro '__compiletime_assert'
  9. prefix ## suffix(); \
  10. ^~~~~~
  11. /home/bruce/poky/build/tmp/work-shared/qemumips/kernel-source/include/linux/compiler.h:339:2: note: in expansion of macro '_compiletime_assert'
  12. _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
  13. ^~~~~~~~~~~~~~~~~~~
  14. /home/bruce/poky/build/tmp/work-shared/qemumips/kernel-source/include/linux/build_bug.h:45:37: note: in expansion of macro 'compiletime_assert'
  15. #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
  16. ^~~~~~~~~~~~~~~~~~
  17. /home/bruce/poky/build/tmp/work-shared/qemumips/kernel-source/include/linux/build_bug.h:69:2: note: in expansion of macro 'BUILD_BUG_ON_MSG'
  18. BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
  19. ^~~~~~~~~~~~~~~~
  20. /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lib/bug.h:14:34: note: in expansion of macro 'BUILD_BUG_ON'
  21. #define LTTNG_BUILD_BUG_ON(cond) BUILD_BUG_ON(cond)
  22. ^~~~~~~~~~~~
  23. /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lib/bug.h:31:4: note: in expansion of macro 'LTTNG_BUILD_BUG_ON'
  24. LTTNG_BUILD_BUG_ON(condition); \
  25. ^~~~~~~~~~~~~~~~~~
  26. /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lib/align.h:38:3: note: in expansion of macro 'BUILD_RUNTIME_BUG_ON'
  27. BUILD_RUNTIME_BUG_ON((alignment) == 0 \
  28. ^~~~~~~~~~~~~~~~~~~~
  29. /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lib/ringbuffer/config.h:257:9: note: in expansion of macro 'offset_align'
  30. return offset_align(align_drift, size_of_type);
  31. ^~~~~~~~~~~~
  32. /home/bruce/poky/build/tmp/work-shared/qemumips/kernel-source/scripts/Makefile.build:323: recipe for target '/home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lttng-ring-buffer-metadata-mmap-client.o' failed
  33. make[3]: *** [/home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lttng-ring-buffer-metadata-mmap-client.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement