Advertisement
Guest User

Untitled

a guest
May 11th, 2025
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 KB | None | 0 0
  1. ==> 正在开始 build()...
  2. # runtime/cgo
  3. 包含于文件 /usr/include/linux/posix_types.h:5,
  4. 于 /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/uapi/linux/types.h:14,
  5. 于 /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:6,
  6. 于 /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/sched/types.h:5,
  7. 于 /usr/include/bits/sched.h:63,
  8. 于 /usr/include/sched.h:43,
  9. 于 /usr/include/pthread.h:22,
  10. 于 gcc_stack_unix.c:11:
  11. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/stddef.h:11:9: 错误:cannot use keyword ‘false’ as enumeration constant
  12. 11 | false = 0,
  13. | ^~~~~
  14. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/stddef.h:11:9: 附注:‘false’ is a keyword with ‘-std=c23’ onwards
  15. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:35:33: 错误:‘bool’ cannot be defined via ‘typedef’
  16. 35 | typedef _Bool bool;
  17. | ^~~~
  18. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:35:33: 附注:‘bool’ is a keyword with ‘-std=c23’ onwards
  19. 包含于文件 /usr/include/time.h:47,
  20. 于 /usr/include/pthread.h:23:
  21. /usr/include/bits/types/timer_t.h:7:19: 错误:conflicting types for ‘timer_t’; have ‘__timer_t’ {或称 ‘void *’}
  22. 7 | typedef __timer_t timer_t;
  23. | ^~~~~~~
  24. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:31:33: 附注:previous declaration of ‘timer_t’ with type ‘timer_t’ {或称 ‘int’}
  25. 31 | typedef __kernel_timer_t timer_t;
  26. | ^~~~~~~
  27. 包含于文件 /usr/include/stdint.h:34,
  28. 于 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include/stdint.h:11,
  29. 于 libcgo.h:5,
  30. 于 gcc_stack_unix.c:12:
  31. /usr/include/bits/stdint-intn.h:27:19: 错误:conflicting types for ‘int64_t’; have ‘__int64_t’ {或称 ‘long int’}
  32. 27 | typedef __int64_t int64_t;
  33. | ^~~~~~~
  34. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:115:33: 附注:previous declaration of ‘int64_t’ with type ‘int64_t’ {或称 ‘long long int’}
  35. 115 | typedef s64 int64_t;
  36. | ^~~~~~~
  37. 包含于文件 /usr/include/stdint.h:37:
  38. /usr/include/bits/stdint-uintn.h:27:20: 错误:conflicting types for ‘uint64_t’; have ‘__uint64_t’ {或称 ‘long unsigned int’}
  39. 27 | typedef __uint64_t uint64_t;
  40. | ^~~~~~~~
  41. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:113:33: 附注:previous declaration of ‘uint64_t’ with type ‘uint64_t’ {或称 ‘long long unsigned int’}
  42. 113 | typedef u64 uint64_t;
  43. | ^~~~~~~~
  44. 包含于文件 /usr/include/stdlib.h:514,
  45. 于 libcgo.h:6:
  46. /usr/include/sys/types.h:42:18: 错误:conflicting types for ‘loff_t’; have ‘__loff_t’ {或称 ‘long int’}
  47. 42 | typedef __loff_t loff_t;
  48. | ^~~~~~
  49. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:52:33: 附注:previous declaration of ‘loff_t’ with type ‘loff_t’ {或称 ‘long long int’}
  50. 52 | typedef __kernel_loff_t loff_t;
  51. | ^~~~~~
  52. /usr/include/sys/types.h:59:17: 错误:conflicting types for ‘dev_t’; have ‘__dev_t’ {或称 ‘long unsigned int’}
  53. 59 | typedef __dev_t dev_t;
  54. | ^~~~~
  55. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:21:33: 附注:previous declaration of ‘dev_t’ with type ‘dev_t’ {或称 ‘unsigned int’}
  56. 21 | typedef __kernel_dev_t dev_t;
  57. | ^~~~~
  58. /usr/include/sys/types.h:74:19: 错误:conflicting types for ‘nlink_t’; have ‘__nlink_t’ {或称 ‘long unsigned int’}
  59. 74 | typedef __nlink_t nlink_t;
  60. | ^~~~~~~
  61. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:25:33: 附注:previous declaration of ‘nlink_t’ with type ‘nlink_t’ {或称 ‘unsigned int’}
  62. 25 | typedef u32 nlink_t;
  63. | ^~~~~~~
  64. /usr/include/sys/types.h:161:20: 错误:conflicting types for ‘u_int64_t’; have ‘__uint64_t’ {或称 ‘long unsigned int’}
  65. 161 | typedef __uint64_t u_int64_t;
  66. | ^~~~~~~~~
  67. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:114:33: 附注:previous declaration of ‘u_int64_t’ with type ‘u_int64_t’ {或称 ‘long long unsigned int’}
  68. 114 | typedef u64 u_int64_t;
  69. | ^~~~~~~~~
  70. 包含于文件 /usr/include/sys/types.h:179:
  71. /usr/include/sys/select.h:70:5: 错误:conflicting types for ‘fd_set’; have ‘struct <匿名>’
  72. 70 | } fd_set;
  73. | ^~~~~~
  74. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:20:33: 附注:previous declaration of ‘fd_set’ with type ‘fd_set’
  75. 20 | typedef __kernel_fd_set fd_set;
  76. | ^~~~~~
  77. /usr/include/sys/types.h:192:20: 错误:conflicting types for ‘blkcnt_t’; have ‘__blkcnt_t’ {或称 ‘long int’}
  78. 192 | typedef __blkcnt_t blkcnt_t; /* Type to count number of disk blocks. */
  79. | ^~~~~~~~
  80. /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:136:13: 附注:previous declaration of ‘blkcnt_t’ with type ‘blkcnt_t’ {或称 ‘long long unsigned int’}
  81. 136 | typedef u64 blkcnt_t;
  82. | ^~~~~~~~
  83. ==> 错误: 在 build() 中发生一个错误。
  84. 正在放弃...
  85. 错误: 未能构建 'mihomo-1.19.6-1':
  86. 错误: 未能构建的软件包:mihomo-1.19.6-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement
OSZAR »