Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. In file included from include/linux/spinlock.h:87:0,
  2. from include/linux/rcupdate.h:38,
  3. from include/linux/rculist.h:10,
  4. from include/linux/perf_event.h:40,
  5. from arch/arm/kernel/perf_callchain.c:9:
  6. ./arch/arm/include/asm/spinlock.h:184:20: warning: variable ‘arch_write_unlock’ declared ‘inline’
  7. static inline void arch_write_unlock(arch_rwlock_t *rw)
  8. ^
  9. ./arch/arm/include/asm/spinlock.h:185:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
  10. {
  11. ^
  12. In file included from include/linux/mmzone.h:15:0,
  13. from include/linux/gfp.h:5,
  14. from include/linux/mm.h:9,
  15. from mm/maccess.c:5:
  16. include/linux/seqlock.h:449:20: warning: variable ‘write_sequnlock’ declared ‘inline’
  17. static inline void write_sequnlock(seqlock_t *sl)
  18. ^
  19. include/linux/seqlock.h:450:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
  20. {
  21. ^
  22. In file included from include/linux/spinlock_api_smp.h:192:0,
  23. from include/linux/spinlock.h:280,
  24. from include/linux/rcupdate.h:38,
  25. from include/linux/rculist.h:10,
  26. from include/linux/perf_event.h:40,
  27. from arch/arm/kernel/perf_callchain.c:9:
  28. include/linux/rwlock_api_smp.h: In function ‘__raw_write_unlock’:
  29. include/linux/rwlock_api_smp.h:219:2: error: implicit declaration of function ‘arch_write_unlock’ [-Werror=implicit-function-declaration]
  30. do_raw_write_unlock(lock);
  31. ^
  32. scripts/Makefile.build:258: recipe for target 'mm/maccess.o' failed
  33. make[1]: *** [mm/maccess.o] Error 1
  34. Makefile:961: recipe for target 'mm' failed
  35. make: *** [mm] Error 2
  36. make: *** Waiting for unfinished jobs....
  37. CC fs/char_dev.o
  38. cc1: some warnings being treated as errors
  39. scripts/Makefile.build:258: recipe for target 'arch/arm/kernel/perf_callchain.o' failed
  40. make[1]: *** [arch/arm/kernel/perf_callchain.o] Error 1
  41. Makefile:961: recipe for target 'arch/arm/kernel' failed
  42. make: *** [arch/arm/kernel] Error 2
  43. CC kernel/sysctl.o
  44. CC fs/stat.o
  45. CC kernel/sysctl_binary.o
  46. CC fs/exec.o
  47. CC fs/pipe.o
  48. CC kernel/capability.o
  49. CC fs/namei.o
  50. CC kernel/ptrace.o
  51. CC kernel/user.o
  52. CC fs/fcntl.o
  53. CC fs/ioctl.o
  54. CC kernel/signal.o
  55. fs/ioctl.c: In function ‘__generic_block_fiemap’:
  56. fs/ioctl.c:394:1: internal compiler error: Segmentation fault
  57. }
  58. ^
  59. Please submit a full bug report,
  60. with preprocessed source if appropriate.
  61. See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
  62. CC kernel/sys.o
  63. The bug is not reproducible, so it is likely a hardware or OS problem.
  64. scripts/Makefile.build:258: recipe for target 'fs/ioctl.o' failed
  65. make[1]: *** [fs/ioctl.o] Error 1
  66. make[1]: *** Waiting for unfinished jobs....
  67. CC kernel/kmod.o
  68. Makefile:961: recipe for target 'fs' failed
  69. make: *** [fs] Error 2
  70. CC kernel/workqueue.o
  71. CC kernel/pid.o
  72. CC kernel/task_work.o
  73. CC kernel/extable.o
  74. CC kernel/params.o
  75. kernel/pid.c: In function ‘alloc_pid’:
  76. kernel/pid.c:297:13: internal compiler error: Segmentation fault
  77. struct pid *alloc_pid(struct pid_namespace *ns)
  78. ^
  79. Please submit a full bug report,
  80. with preprocessed source if appropriate.
  81. See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
  82. CC kernel/kthread.o
  83. CC kernel/sys_ni.o
  84. The bug is not reproducible, so it is likely a hardware or OS problem.
  85. scripts/Makefile.build:258: recipe for target 'kernel/pid.o' failed
  86. make[1]: *** [kernel/pid.o] Error 1
  87. make[1]: *** Waiting for unfinished jobs....
  88. CC kernel/nsproxy.o
  89. Makefile:961: recipe for target 'kernel' failed
  90. make: *** [kernel] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement