Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==> 正在开始 build()...
- # runtime/cgo
- 包含于文件 /usr/include/linux/posix_types.h:5,
- 于 /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/uapi/linux/types.h:14,
- 于 /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:6,
- 于 /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/sched/types.h:5,
- 于 /usr/include/bits/sched.h:63,
- 于 /usr/include/sched.h:43,
- 于 /usr/include/pthread.h:22,
- 于 gcc_stack_unix.c: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
- 11 | false = 0,
- | ^~~~~
- /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
- /usr/lib/modules/6.14.5-arch1-1.1-g14/build/include/linux/types.h:35:33: 错误:‘bool’ cannot be defined via ‘typedef’
- 35 | typedef _Bool bool;
- | ^~~~
- /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
- 包含于文件 /usr/include/time.h:47,
- 于 /usr/include/pthread.h:23:
- /usr/include/bits/types/timer_t.h:7:19: 错误:conflicting types for ‘timer_t’; have ‘__timer_t’ {或称 ‘void *’}
- 7 | typedef __timer_t timer_t;
- | ^~~~~~~
- /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’}
- 31 | typedef __kernel_timer_t timer_t;
- | ^~~~~~~
- 包含于文件 /usr/include/stdint.h:34,
- 于 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include/stdint.h:11,
- 于 libcgo.h:5,
- 于 gcc_stack_unix.c:12:
- /usr/include/bits/stdint-intn.h:27:19: 错误:conflicting types for ‘int64_t’; have ‘__int64_t’ {或称 ‘long int’}
- 27 | typedef __int64_t int64_t;
- | ^~~~~~~
- /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’}
- 115 | typedef s64 int64_t;
- | ^~~~~~~
- 包含于文件 /usr/include/stdint.h:37:
- /usr/include/bits/stdint-uintn.h:27:20: 错误:conflicting types for ‘uint64_t’; have ‘__uint64_t’ {或称 ‘long unsigned int’}
- 27 | typedef __uint64_t uint64_t;
- | ^~~~~~~~
- /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’}
- 113 | typedef u64 uint64_t;
- | ^~~~~~~~
- 包含于文件 /usr/include/stdlib.h:514,
- 于 libcgo.h:6:
- /usr/include/sys/types.h:42:18: 错误:conflicting types for ‘loff_t’; have ‘__loff_t’ {或称 ‘long int’}
- 42 | typedef __loff_t loff_t;
- | ^~~~~~
- /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’}
- 52 | typedef __kernel_loff_t loff_t;
- | ^~~~~~
- /usr/include/sys/types.h:59:17: 错误:conflicting types for ‘dev_t’; have ‘__dev_t’ {或称 ‘long unsigned int’}
- 59 | typedef __dev_t dev_t;
- | ^~~~~
- /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’}
- 21 | typedef __kernel_dev_t dev_t;
- | ^~~~~
- /usr/include/sys/types.h:74:19: 错误:conflicting types for ‘nlink_t’; have ‘__nlink_t’ {或称 ‘long unsigned int’}
- 74 | typedef __nlink_t nlink_t;
- | ^~~~~~~
- /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’}
- 25 | typedef u32 nlink_t;
- | ^~~~~~~
- /usr/include/sys/types.h:161:20: 错误:conflicting types for ‘u_int64_t’; have ‘__uint64_t’ {或称 ‘long unsigned int’}
- 161 | typedef __uint64_t u_int64_t;
- | ^~~~~~~~~
- /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’}
- 114 | typedef u64 u_int64_t;
- | ^~~~~~~~~
- 包含于文件 /usr/include/sys/types.h:179:
- /usr/include/sys/select.h:70:5: 错误:conflicting types for ‘fd_set’; have ‘struct <匿名>’
- 70 | } fd_set;
- | ^~~~~~
- /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’
- 20 | typedef __kernel_fd_set fd_set;
- | ^~~~~~
- /usr/include/sys/types.h:192:20: 错误:conflicting types for ‘blkcnt_t’; have ‘__blkcnt_t’ {或称 ‘long int’}
- 192 | typedef __blkcnt_t blkcnt_t; /* Type to count number of disk blocks. */
- | ^~~~~~~~
- /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’}
- 136 | typedef u64 blkcnt_t;
- | ^~~~~~~~
- ==> 错误: 在 build() 中发生一个错误。
- 正在放弃...
- 错误: 未能构建 'mihomo-1.19.6-1':
- 错误: 未能构建的软件包:mihomo-1.19.6-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement