debcrafters-packages team mailing list archive
-
debcrafters-packages team
-
Mailing list archive
-
Message #07589
[Bug 2124994] Re: powerpc-utils ftbfs in questing archive rebuild
** Changed in: powerpc-utils (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to powerpc-utils in Ubuntu.
https://bugs.launchpad.net/bugs/2124994
Title:
powerpc-utils ftbfs in questing archive rebuild
Status in powerpc-utils package in Ubuntu:
Fix Committed
Bug description:
The package fails to build in the recent archive rebuild
https://people.canonical.com/~ginggs/ftbfs-report/test-rebuild-20250910-questing-questing.html
In file included from src/common/pseries_platform.c:25:
src/common/pseries_platform.h:21: warning: header guard ‘PLATFORM_H’ followed by ‘#define’ of a different macro [-Wheader-guard]
21 | #ifndef PLATFORM_H
src/common/pseries_platform.h:22: note: ‘PLARFORM_H’ is defined here; did you mean ‘PLATFORM_H’?
22 | #define PLARFORM_H
In file included from src/rtas_dbg.c:40:
./src/common/pseries_platform.h:21: warning: header guard ‘PLATFORM_H’ followed by ‘#define’ of a different macro [-Wheader-guard]
21 | #ifndef PLATFORM_H
./src/common/pseries_platform.h:22: note: ‘PLARFORM_H’ is defined here; did you mean ‘PLATFORM_H’?
22 | #define PLARFORM_H
src/nvram.c: In function ‘dump_rtas_event_entry’:
src/nvram.c:932:18: error: too many arguments to function ‘parse_rtas_event’; expected 0, have 2
932 | rtas_event = parse_rtas_event(data, len);
| ^~~~~~~~~~~~~~~~ ~~~~
src/nvram.c:938:5: error: too many arguments to function ‘rtas_print_event’; expected 0, have 3
938 | rtas_print_event(stdout, rtas_event, 0);
| ^~~~~~~~~~~~~~~~ ~~~~~~
src/nvram.c:940:5: error: too many arguments to function ‘cleanup_rtas_event’; expected 0, have 1
940 | cleanup_rtas_event(rtas_event);
| ^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~
make[1]: *** [Makefile:1082: src/nvram.o] Error 1
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/powerpc-utils/+bug/2124994/+subscriptions
References