Advertisement
Guest User

make.log

a guest
Jan 21st, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 KB | None | 0 0
  1. DKMS make.log for rts5227-1.07 for kernel 5.16.1-arch1-1 (x86_64)
  2. Tue Jan 18 12:26:14 PM -03 2022
  3. make: Entering directory '/usr/lib/modules/5.16.1-arch1-1/build'
  4. CC [M] /var/lib/dkms/rts5227/1.07/build/rtsx.o
  5. CC [M] /var/lib/dkms/rts5227/1.07/build/rtsx_chip.o
  6. CC [M] /var/lib/dkms/rts5227/1.07/build/rtsx_transport.o
  7. CC [M] /var/lib/dkms/rts5227/1.07/build/rtsx_scsi.o
  8. In file included from /var/lib/dkms/rts5227/1.07/build/rtsx_transport.h:28,
  9. from /var/lib/dkms/rts5227/1.07/build/rtsx_scsi.c:28:
  10. /var/lib/dkms/rts5227/1.07/build/rtsx_chip.h:319: warning: "SG_END" redefined
  11. 319 | #define SG_END 0x02
  12. |
  13. In file included from ./include/linux/dmapool.h:14,
  14. from ./include/linux/pci.h:1509,
  15. from /var/lib/dkms/rts5227/1.07/build/rtsx.h:38,
  16. from /var/lib/dkms/rts5227/1.07/build/rtsx_scsi.c:27:
  17. ./include/linux/scatterlist.h:65: note: this is the location of the previous definition
  18. 65 | #define SG_END 0x02UL
  19. |
  20. In file included from /var/lib/dkms/rts5227/1.07/build/rtsx_transport.h:28,
  21. from /var/lib/dkms/rts5227/1.07/build/rtsx_chip.c:29:
  22. /var/lib/dkms/rts5227/1.07/build/rtsx_chip.h:319: warning: "SG_END" redefined
  23. 319 | #define SG_END 0x02
  24. |
  25. In file included from ./include/linux/dmapool.h:14,
  26. from ./include/linux/pci.h:1509,
  27. from /var/lib/dkms/rts5227/1.07/build/rtsx.h:38,
  28. from /var/lib/dkms/rts5227/1.07/build/rtsx_chip.c:28:
  29. ./include/linux/scatterlist.h:65: note: this is the location of the previous definition
  30. 65 | #define SG_END 0x02UL
  31. |
  32. In file included from /var/lib/dkms/rts5227/1.07/build/rtsx_scsi.h:28,
  33. from /var/lib/dkms/rts5227/1.07/build/rtsx_transport.c:28:
  34. /var/lib/dkms/rts5227/1.07/build/rtsx_chip.h:319: warning: "SG_END" redefined
  35. 319 | #define SG_END 0x02
  36. |
  37. In file included from ./include/linux/dmapool.h:14,
  38. from ./include/linux/pci.h:1509,
  39. from /var/lib/dkms/rts5227/1.07/build/rtsx.h:38,
  40. from /var/lib/dkms/rts5227/1.07/build/rtsx_transport.c:27:
  41. ./include/linux/scatterlist.h:65: note: this is the location of the previous definition
  42. 65 | #define SG_END 0x02UL
  43. |
  44. In file included from /var/lib/dkms/rts5227/1.07/build/rtsx.c:29:
  45. /var/lib/dkms/rts5227/1.07/build/rtsx_chip.h:319: warning: "SG_END" redefined
  46. 319 | #define SG_END 0x02
  47. |
  48. In file included from ./include/linux/dmapool.h:14,
  49. from ./include/linux/pci.h:1509,
  50. from /var/lib/dkms/rts5227/1.07/build/rtsx.h:38,
  51. from /var/lib/dkms/rts5227/1.07/build/rtsx.c:28:
  52. ./include/linux/scatterlist.h:65: note: this is the location of the previous definition
  53. 65 | #define SG_END 0x02UL
  54. |
  55. /var/lib/dkms/rts5227/1.07/build/rtsx.c: In function ‘queuecommand_lck’:
  56. /var/lib/dkms/rts5227/1.07/build/rtsx.c:154:12: error: ‘struct scsi_cmnd’ has no member named ‘scsi_done’
  57. 154 | srb->scsi_done = done;
  58. | ^~
  59. In file included from /var/lib/dkms/rts5227/1.07/build/rtsx.h:51,
  60. from /var/lib/dkms/rts5227/1.07/build/rtsx.c:28:
  61. /var/lib/dkms/rts5227/1.07/build/rtsx.c: In function ‘queuecommand’:
  62. /var/lib/dkms/rts5227/1.07/build/rtsx.c:168:22: error: too few arguments to function ‘queuecommand_lck’
  63. 168 | static DEF_SCSI_QCMD(queuecommand)
  64. | ^~~~~~~~~~~~
  65. ./include/scsi/scsi_host.h:514:22: note: in definition of macro ‘DEF_SCSI_QCMD’
  66. 514 | rc = func_name##_lck(cmd); \
  67. | ^~~~~~~~~
  68. /var/lib/dkms/rts5227/1.07/build/rtsx.c:132:12: note: declared here
  69. 132 | static int queuecommand_lck(struct scsi_cmnd *srb,
  70. | ^~~~~~~~~~~~~~~~
  71. /var/lib/dkms/rts5227/1.07/build/rtsx.c: In function ‘rtsx_control_thread’:
  72. /var/lib/dkms/rts5227/1.07/build/rtsx.c:516:34: error: ‘struct scsi_cmnd’ has no member named ‘scsi_done’
  73. 516 | chip->srb->scsi_done(chip->srb);
  74. | ^~
  75. /var/lib/dkms/rts5227/1.07/build/rtsx.c: In function ‘quiesce_and_remove_host’:
  76. /var/lib/dkms/rts5227/1.07/build/rtsx.c:733:26: error: ‘struct scsi_cmnd’ has no member named ‘scsi_done’
  77. 733 | chip->srb->scsi_done(dev->chip->srb);
  78. | ^~
  79. make[1]: *** [scripts/Makefile.build:287: /var/lib/dkms/rts5227/1.07/build/rtsx.o] Error 1
  80. make[1]: *** Waiting for unfinished jobs....
  81. make: *** [Makefile:1846: /var/lib/dkms/rts5227/1.07/build] Error 2
  82. make: Leaving directory '/usr/lib/modules/5.16.1-arch1-1/build'
  83. DKMS make.log for rts5227-1.07 for kernel 5.16.2-arch1-1 (x86_64)
  84. Fri Jan 21 10:08:36 PM -03 2022
  85. make: Entering directory '/usr/lib/modules/5.16.2-arch1-1/build'
  86. CC [M] /var/lib/dkms/rts5227/1.07/build/rtsx.o
  87. CC [M] /var/lib/dkms/rts5227/1.07/build/rtsx_chip.o
  88. CC [M] /var/lib/dkms/rts5227/1.07/build/rtsx_transport.o
  89. CC [M] /var/lib/dkms/rts5227/1.07/build/rtsx_scsi.o
  90. In file included from /var/lib/dkms/rts5227/1.07/build/rtsx.c:29:
  91. /var/lib/dkms/rts5227/1.07/build/rtsx_chip.h:319: warning: "SG_END" redefined
  92. 319 | #define SG_END 0x02
  93. |
  94. In file included from ./include/linux/dmapool.h:14,
  95. from ./include/linux/pci.h:1509,
  96. from /var/lib/dkms/rts5227/1.07/build/rtsx.h:38,
  97. from /var/lib/dkms/rts5227/1.07/build/rtsx.c:28:
  98. ./include/linux/scatterlist.h:65: note: this is the location of the previous definition
  99. 65 | #define SG_END 0x02UL
  100. |
  101. In file included from /var/lib/dkms/rts5227/1.07/build/rtsx_transport.h:28,
  102. from /var/lib/dkms/rts5227/1.07/build/rtsx_chip.c:29:
  103. /var/lib/dkms/rts5227/1.07/build/rtsx_chip.h:319: warning: "SG_END" redefined
  104. 319 | #define SG_END 0x02
  105. |
  106. In file included from ./include/linux/dmapool.h:14,
  107. from ./include/linux/pci.h:1509,
  108. from /var/lib/dkms/rts5227/1.07/build/rtsx.h:38,
  109. from /var/lib/dkms/rts5227/1.07/build/rtsx_chip.c:28:
  110. ./include/linux/scatterlist.h:65: note: this is the location of the previous definition
  111. 65 | #define SG_END 0x02UL
  112. |
  113. /var/lib/dkms/rts5227/1.07/build/rtsx.c: In function ‘queuecommand_lck’:
  114. /var/lib/dkms/rts5227/1.07/build/rtsx.c:154:12: error: ‘struct scsi_cmnd’ has no member named ‘scsi_done’
  115. 154 | srb->scsi_done = done;
  116. | ^~
  117. In file included from /var/lib/dkms/rts5227/1.07/build/rtsx.h:51,
  118. from /var/lib/dkms/rts5227/1.07/build/rtsx.c:28:
  119. /var/lib/dkms/rts5227/1.07/build/rtsx.c: In function ‘queuecommand’:
  120. /var/lib/dkms/rts5227/1.07/build/rtsx.c:168:22: error: too few arguments to function ‘queuecommand_lck’
  121. 168 | static DEF_SCSI_QCMD(queuecommand)
  122. | ^~~~~~~~~~~~
  123. ./include/scsi/scsi_host.h:514:22: note: in definition of macro ‘DEF_SCSI_QCMD’
  124. 514 | rc = func_name##_lck(cmd); \
  125. | ^~~~~~~~~
  126. /var/lib/dkms/rts5227/1.07/build/rtsx.c:132:12: note: declared here
  127. 132 | static int queuecommand_lck(struct scsi_cmnd *srb,
  128. | ^~~~~~~~~~~~~~~~
  129. /var/lib/dkms/rts5227/1.07/build/rtsx.c: In function ‘rtsx_control_thread’:
  130. /var/lib/dkms/rts5227/1.07/build/rtsx.c:516:34: error: ‘struct scsi_cmnd’ has no member named ‘scsi_done’
  131. 516 | chip->srb->scsi_done(chip->srb);
  132. | ^~
  133. /var/lib/dkms/rts5227/1.07/build/rtsx.c: In function ‘quiesce_and_remove_host’:
  134. /var/lib/dkms/rts5227/1.07/build/rtsx.c:733:26: error: ‘struct scsi_cmnd’ has no member named ‘scsi_done’
  135. 733 | chip->srb->scsi_done(dev->chip->srb);
  136. | ^~
  137. In file included from /var/lib/dkms/rts5227/1.07/build/rtsx_scsi.h:28,
  138. from /var/lib/dkms/rts5227/1.07/build/rtsx_transport.c:28:
  139. /var/lib/dkms/rts5227/1.07/build/rtsx_chip.h:319: warning: "SG_END" redefined
  140. 319 | #define SG_END 0x02
  141. |
  142. In file included from ./include/linux/dmapool.h:14,
  143. from ./include/linux/pci.h:1509,
  144. from /var/lib/dkms/rts5227/1.07/build/rtsx.h:38,
  145. from /var/lib/dkms/rts5227/1.07/build/rtsx_transport.c:27:
  146. ./include/linux/scatterlist.h:65: note: this is the location of the previous definition
  147. 65 | #define SG_END 0x02UL
  148. |
  149. make[1]: *** [scripts/Makefile.build:287: /var/lib/dkms/rts5227/1.07/build/rtsx.o] Error 1
  150. make[1]: *** Waiting for unfinished jobs....
  151. In file included from /var/lib/dkms/rts5227/1.07/build/rtsx_transport.h:28,
  152. from /var/lib/dkms/rts5227/1.07/build/rtsx_scsi.c:28:
  153. /var/lib/dkms/rts5227/1.07/build/rtsx_chip.h:319: warning: "SG_END" redefined
  154. 319 | #define SG_END 0x02
  155. |
  156. In file included from ./include/linux/dmapool.h:14,
  157. from ./include/linux/pci.h:1509,
  158. from /var/lib/dkms/rts5227/1.07/build/rtsx.h:38,
  159. from /var/lib/dkms/rts5227/1.07/build/rtsx_scsi.c:27:
  160. ./include/linux/scatterlist.h:65: note: this is the location of the previous definition
  161. 65 | #define SG_END 0x02UL
  162. |
  163. make: *** [Makefile:1846: /var/lib/dkms/rts5227/1.07/build] Error 2
  164. make: Leaving directory '/usr/lib/modules/5.16.2-arch1-1/build'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement