Advertisement
Guest User

Kernel NTFS3 build log

a guest
Dec 5th, 2024
10
0
295 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.58 KB | Fixit | 0 0
  1. DKMS make.log for ntfs3-v27_20210901.lore for kernel 6.12.1 (x86_64)
  2. Thu Dec 5 01:30:44 PM EET 2024
  3. CC [M] /var/lib/dkms/ntfs3/v27_20210901.lore/build/attrib.o
  4. CC [M] /var/lib/dkms/ntfs3/v27_20210901.lore/build/attrlist.o
  5. In file included from /var/lib/dkms/ntfs3/v27_20210901.lore/build/attrib.c:19:
  6. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h: In function ‘ntfs_map_page’:
  7. In file included from /var/lib/dkms/ntfs3/v27_20210901.lore/build/attrlist.c:15:
  8. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h: In function ‘ntfs_map_page’:
  9. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h:870:22: error: implicit declaration of function ‘PageError’ [-Werror=implicit-function-declaration]
  10. 870 | if (!PageError(page))
  11. | ^~~~~~~~~
  12. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h:870:22: error: implicit declaration of function ‘PageError’ [-Werror=implicit-function-declaration]
  13. 870 | if (!PageError(page))
  14. | ^~~~~~~~~
  15. In file included from ./include/vdso/const.h:5,
  16. from ./include/linux/const.h:4,
  17. from ./include/linux/list.h:9,
  18. from ./include/linux/wait.h:7,
  19. from ./include/linux/wait_bit.h:8,
  20. from ./include/linux/fs.h:6,
  21. from ./include/linux/highmem.h:5,
  22. from ./include/linux/bvec.h:10,
  23. from ./include/linux/blk_types.h:10,
  24. from ./include/linux/blkdev.h:9,
  25. from /var/lib/dkms/ntfs3/v27_20210901.lore/build/attrlist.c:8:
  26. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h: At top level:
  27. In file included from ./include/vdso/const.h:5,
  28. from ./include/linux/const.h:4,
  29. from ./include/linux/list.h:9,
  30. from ./include/linux/wait.h:7,
  31. from ./include/linux/wait_bit.h:8,
  32. from ./include/linux/fs.h:6,
  33. from ./include/linux/highmem.h:5,
  34. from ./include/linux/bvec.h:10,
  35. from ./include/linux/blk_types.h:10,
  36. from ./include/linux/blkdev.h:9,
  37. from /var/lib/dkms/ntfs3/v27_20210901.lore/build/attrib.c:9:
  38. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h: At top level:
  39. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h:920:41: error: expected ‘)’ before ‘bits’
  40. 920 | static inline size_t bitmap_size(size_t bits)
  41. | ^~~~
  42. ./include/uapi/linux/const.h:49:44: note: in definition of macro ‘__ALIGN_KERNEL_MASK’
  43. 49 | #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  44. | ^
  45. ./include/linux/align.h:8:33: note: in expansion of macro ‘__ALIGN_KERNEL’
  46. 8 | #define ALIGN(x, a) __ALIGN_KERNEL((x), (a))
  47. | ^~~~~~~~~~~~~~
  48. ./include/linux/bitmap.h:229:34: note: in expansion of macro ‘ALIGN’
  49. 229 | #define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE)
  50. | ^~~~~
  51. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h:920:22: note: in expansion of macro ‘bitmap_size’
  52. 920 | static inline size_t bitmap_size(size_t bits)
  53. | ^~~~~~~~~~~
  54. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h:920:41: error: expected ‘)’ before ‘bits’
  55. 920 | static inline size_t bitmap_size(size_t bits)
  56. | ^~~~
  57. ./include/uapi/linux/const.h:49:44: note: in definition of macro ‘__ALIGN_KERNEL_MASK’
  58. 49 | #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  59. | ^
  60. ./include/linux/align.h:8:33: note: in expansion of macro ‘__ALIGN_KERNEL’
  61. 8 | #define ALIGN(x, a) __ALIGN_KERNEL((x), (a))
  62. | ^~~~~~~~~~~~~~
  63. ./include/linux/bitmap.h:229:34: note: in expansion of macro ‘ALIGN’
  64. 229 | #define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE)
  65. | ^~~~~
  66. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h:920:22: note: in expansion of macro ‘bitmap_size’
  67. 920 | static inline size_t bitmap_size(size_t bits)
  68. | ^~~~~~~~~~~
  69. ./include/uapi/linux/const.h:49:47: error: expected ‘)’ before ‘+’ token
  70. 49 | #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  71. | ^
  72. ./include/uapi/linux/const.h:48:41: note: in expansion of macro ‘__ALIGN_KERNEL_MASK’
  73. 48 | #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1)
  74. | ^~~~~~~~~~~~~~~~~~~
  75. ./include/linux/align.h:8:33: note: in expansion of macro ‘__ALIGN_KERNEL’
  76. 8 | #define ALIGN(x, a) __ALIGN_KERNEL((x), (a))
  77. | ^~~~~~~~~~~~~~
  78. ./include/linux/bitmap.h:229:34: note: in expansion of macro ‘ALIGN’
  79. 229 | #define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE)
  80. | ^~~~~
  81. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h:920:22: note: in expansion of macro ‘bitmap_size’
  82. 920 | static inline size_t bitmap_size(size_t bits)
  83. | ^~~~~~~~~~~
  84. ./include/uapi/linux/const.h:49:47: error: expected ‘)’ before ‘+’ token
  85. 49 | #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  86. | ^
  87. ./include/uapi/linux/const.h:48:41: note: in expansion of macro ‘__ALIGN_KERNEL_MASK’
  88. 48 | #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1)
  89. | ^~~~~~~~~~~~~~~~~~~
  90. ./include/linux/align.h:8:33: note: in expansion of macro ‘__ALIGN_KERNEL’
  91. 8 | #define ALIGN(x, a) __ALIGN_KERNEL((x), (a))
  92. | ^~~~~~~~~~~~~~
  93. ./include/linux/bitmap.h:229:34: note: in expansion of macro ‘ALIGN’
  94. 229 | #define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE)
  95. | ^~~~~
  96. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h:920:22: note: in expansion of macro ‘bitmap_size’
  97. 920 | static inline size_t bitmap_size(size_t bits)
  98. | ^~~~~~~~~~~
  99. ./include/uapi/linux/const.h:49:57: error: expected ‘)’ before ‘&’ token
  100. 49 | #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  101. | ^
  102. ./include/uapi/linux/const.h:48:41: note: in expansion of macro ‘__ALIGN_KERNEL_MASK’
  103. 48 | #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1)
  104. | ^~~~~~~~~~~~~~~~~~~
  105. ./include/linux/align.h:8:33: note: in expansion of macro ‘__ALIGN_KERNEL’
  106. 8 | #define ALIGN(x, a) __ALIGN_KERNEL((x), (a))
  107. | ^~~~~~~~~~~~~~
  108. ./include/linux/bitmap.h:229:34: note: in expansion of macro ‘ALIGN’
  109. 229 | #define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE)
  110. | ^~~~~
  111. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h:920:22: note: in expansion of macro ‘bitmap_size’
  112. 920 | static inline size_t bitmap_size(size_t bits)
  113. | ^~~~~~~~~~~
  114. ./include/uapi/linux/const.h:49:57: error: expected ‘)’ before ‘&’ token
  115. 49 | #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  116. | ^
  117. ./include/uapi/linux/const.h:48:41: note: in expansion of macro ‘__ALIGN_KERNEL_MASK’
  118. 48 | #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1)
  119. | ^~~~~~~~~~~~~~~~~~~
  120. ./include/linux/align.h:8:33: note: in expansion of macro ‘__ALIGN_KERNEL’
  121. 8 | #define ALIGN(x, a) __ALIGN_KERNEL((x), (a))
  122. | ^~~~~~~~~~~~~~
  123. ./include/linux/bitmap.h:229:34: note: in expansion of macro ‘ALIGN’
  124. 229 | #define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE)
  125. | ^~~~~
  126. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h:920:22: note: in expansion of macro ‘bitmap_size’
  127. 920 | static inline size_t bitmap_size(size_t bits)
  128. | ^~~~~~~~~~~
  129. In file included from ./include/linux/cpumask.h:12,
  130. from ./arch/x86/include/asm/paravirt.h:21,
  131. from ./arch/x86/include/asm/irqflags.h:80,
  132. from ./include/linux/irqflags.h:18,
  133. from ./include/linux/spinlock.h:59,
  134. from ./include/linux/wait.h:9:
  135. ./include/linux/bitmap.h:229:62: error: expected ‘)’ before ‘/’ token
  136. 229 | #define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE)
  137. | ^
  138. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h:920:22: note: in expansion of macro ‘bitmap_size’
  139. 920 | static inline size_t bitmap_size(size_t bits)
  140. | ^~~~~~~~~~~
  141. In file included from ./include/linux/cpumask.h:12,
  142. from ./arch/x86/include/asm/paravirt.h:21,
  143. from ./arch/x86/include/asm/irqflags.h:80,
  144. from ./include/linux/irqflags.h:18,
  145. from ./include/linux/spinlock.h:59,
  146. from ./include/linux/wait.h:9:
  147. ./include/linux/bitmap.h:229:62: error: expected ‘)’ before ‘/’ token
  148. 229 | #define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE)
  149. | ^
  150. /var/lib/dkms/ntfs3/v27_20210901.lore/build/ntfs_fs.h:920:22: note: in expansion of macro ‘bitmap_size’
  151. 920 | static inline size_t bitmap_size(size_t bits)
  152. | ^~~~~~~~~~~
  153. cc1: some warnings being treated as errors
  154. make[3]: *** [scripts/Makefile.build:229: /var/lib/dkms/ntfs3/v27_20210901.lore/build/attrlist.o] Error 1
  155. make[3]: *** Waiting for unfinished jobs....
  156. cc1: some warnings being treated as errors
  157. make[3]: *** [scripts/Makefile.build:229: /var/lib/dkms/ntfs3/v27_20210901.lore/build/attrib.o] Error 1
  158. make[2]: *** [Makefile:1936: /var/lib/dkms/ntfs3/v27_20210901.lore/build] Error 2
  159.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement