← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2124994] [NEW] powerpc-utils ftbfs in questing archive rebuild

 

Public bug reported:

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

** Affects: powerpc-utils (Ubuntu)
     Importance: Undecided
     Assignee: Graham Inggs (ginggs)
         Status: New


** Tags: dcr-incoming ftbfs

-- 
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:
  New

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



Follow ups