Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944992 - 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]
Summary: sys-cluster/ucx-1.13.1 fails to compile: async.c:80:27: error: initialization...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-26 08:16 UTC by Agostino Sarubbo
Modified: 2024-11-26 08:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,177.21 KB, text/plain)
2024-11-26 08:16 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-11-26 08:16:35 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/ucx-1.13.1 fails to compile.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-26 08:16:37 UTC
Created attachment 911943 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-26 08:16:38 UTC
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]]