Advertisement
Guest User

Untitled

a guest
Aug 11th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Trying stap -w -p4 /usr/src/packages/BUILD/systemtap-3.0/testsuite/tracepoints.stp
  2. FAIL: tracepoints - can't compile
  3. stap error: /usr/src/linux-4.4.16-56/scripts/Makefile.build:259: recipe for target '/tmp/stapuA3KXc/stap_be9c4ecec6d89abae770f6cdac9622a0_770291_aux_27.o' failed
  4. /usr/src/linux-4.4.16-56/Makefile:1411: recipe for target '_module_/tmp/stapuA3KXc' failed
  5. Makefile:146: recipe for target 'sub-make' failed
  6. Makefile:24: recipe for target '__sub-make' failed
  7. In file included from /lib/modules/4.4.16-56-default/source/drivers/gpu/drm/i915/i915_drv.h:50:0,
  8. from /lib/modules/4.4.16-56-default/source/drivers/gpu/drm/i915/i915_trace.h:9,
  9. from /tmp/stapuA3KXc/stap_be9c4ecec6d89abae770f6cdac9622a0_770291_aux_27.c:10:
  10. /usr/src/linux-4.4.16-56/include/linux/intel-iommu.h: In function '__iommu_flush_cache':
  11. /usr/src/linux-4.4.16-56/include/linux/intel-iommu.h:450:3: error: implicit declaration of function 'clflush_cache_range' [-Werror=implicit-function-declaration]
  12. clflush_cache_range(addr, size);
  13. ^
  14. cc1: all warnings being treated as errors
  15. make[3]: *** [/tmp/stapuA3KXc/stap_be9c4ecec6d89abae770f6cdac9622a0_770291_aux_27.o] Error 1
  16. make[3]: *** Waiting for unfinished jobs....
  17. make[2]: *** [_module_/tmp/stapuA3KXc] Error 2
  18. make[1]: *** [sub-make] Error 2
  19. make: *** [__sub-make] Error 2
  20. WARNING: kbuild exited with status: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement