perl-Curses-1.44-5.fc41 fails to build in Rawhide but only on i686. Error is: CursesFunWide.c: In function ‘XS_CURSES_addstring’: CursesFunWide.c:117:26: error: passing argument 2 of ‘waddnwstr’ from incompatible pointer type [-Wincompatible-pointer-types] 117 | ret = waddnwstr(win, wstr, len); | ^~~~ | | | wint_t * {aka unsigned int *} In file included from c-config.h:7, from Curses.c:18: https://koji.fedoraproject.org/koji/taskinfo?taskID=116767277 Reproducible: Always Steps to Reproduce: 1. Build package on i686 in a scratch build 2. 3. Actual Results: Does not compile Expected Results: Should compile
Created attachment 2028811 [details] Patch to fix compilation Attached patch fixes the compiler errors and a scratch build succeeded on all architectures but since the test suite isn't very extensive, it's hard to say if it's correct.
FEDORA-2024-1e7e19e4d4 (perl-Curses-1.44-7.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-1e7e19e4d4
FEDORA-2024-1e7e19e4d4 (perl-Curses-1.44-7.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.