Summary: | sys-cluster/ucx-1.13.1 fails to compile: async.c:80:27: error: initialization of void ()(ucs_async_context_t ) {aka void ()(struct ucs_async_context )} from incompatible pointer type void ()(void) [-Wincompatible-pointer-types] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Cluster Team <cluster> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 880545 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 911943 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: ./configure: line 5102: ?: command not found ./configure: line 5160: ?: command not found Package knem was not found in the pkg-config search path. checking filesystem timestamp resolution... ./configure: line 5060: ?: command not found configure: KNEM path was not found, guessing ... ls: cannot access 'conftest.20241126051500': No such file or directory async/async.c:80:27: error: initialization of 'void (*)(ucs_async_context_t *)' {aka 'void (*)(struct ucs_async_context *)'} from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wincompatible-pointer-types]] |