Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955092 - sys-apps/ibm-powerpc-utils-1.3.10-r1 [gcc-15] - In function 'dump_rtas_event_entry': src/nvram.c:928:18: error: too many arguments to function 'parse_rtas_event'; expected 0, have 2
Summary: sys-apps/ibm-powerpc-utils-1.3.10-r1 [gcc-15] - In function 'dump_rtas_event_...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 Linux
: Normal normal
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2025-04-29 20:24 UTC by ernsteiswuerfel
Modified: 2025-04-29 20:24 UTC (History)
1 user (show)

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


Attachments
build.log (ppc64, 1.3.10-r1) (ibm-powerpc-utils-1.3.10-r1:20250429-201845.log,10.05 KB, text/plain)
2025-04-29 20:24 UTC, ernsteiswuerfel
Details
emerge --info (file_955092.txt,6.58 KB, text/plain)
2025-04-29 20:24 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2025-04-29 20:24:03 UTC
Created attachment 927102 [details]
build.log (ppc64, 1.3.10-r1)

[...]
make -j1
powerpc64-unknown-linux-gnu-gcc -DPACKAGE_NAME=\"powerpc-utils\" -DPACKAGE_TARNAME=\"powerpc-utils\" -DPACKAGE_VERSION=\"1.3.10\" -DPACKAGE_STRING=\"powerpc-utils\ 1.3.10\" -DPACKAGE_BUGREPORT=\"tyreld@linux.ibm.com\" -DPACKAGE_URL=\"\"$
src/nvram.c: In function 'dump_rtas_event_entry':
src/nvram.c:928:18: error: too many arguments to function 'parse_rtas_event'; expected 0, have 2
  928 |     rtas_event = parse_rtas_event(data, len);
      |                  ^~~~~~~~~~~~~~~~ ~~~~
src/nvram.c:934:5: error: too many arguments to function 'rtas_print_event'; expected 0, have 3
  934 |     rtas_print_event(stdout, rtas_event, 0);
      |     ^~~~~~~~~~~~~~~~ ~~~~~~
src/nvram.c:936:5: error: too many arguments to function 'cleanup_rtas_event'; expected 0, have 1
  936 |     cleanup_rtas_event(rtas_event);
      |     ^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~
make: *** [Makefile:1085: src/nvram.o] Error 1
 * ERROR: sys-apps/ibm-powerpc-utils-1.3.10-r1::gentoo failed (compile phase):


Builds ok with gcc-14.
Comment 1 ernsteiswuerfel archtester 2025-04-29 20:24:38 UTC
Created attachment 927103 [details]
emerge --info