DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75 -C TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/edk2/BaseTools
make: Entering directory 'TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/edk2/BaseTools'
make -C Source/C
make[1]: Entering directory 'TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/edk2/BaseTools/Source/C'
Attempting to detect HOST_ARCH from 'uname -m': x86_64
Detected HOST_ARCH of X64 using uname.
mkdir -p .
make -C VfrCompile VfrLexer.h
make[2]: Entering directory 'TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/edk2/BaseTools/Source/C/VfrCompile'
BIN_DIR='.' make -C Pccts/dlg
make[3]: Entering directory 'TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg'
aarch64-poky-linux-gcc  -mcpu=neoverse-n2 -mbranch-protection=standard -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/recipe-sysroot -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_p.c
aarch64-poky-linux-gcc  -mcpu=neoverse-n2 -mbranch-protection=standard -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/recipe-sysroot -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  automata.c -o automata.o
aarch64-poky-linux-gcc  -mcpu=neoverse-n2 -mbranch-protection=standard -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/recipe-sysroot -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  relabel.c -o relabel.o
aarch64-poky-linux-gcc  -mcpu=neoverse-n2 -mbranch-protection=standard -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/recipe-sysroot -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  output.c -o output.o
aarch64-poky-linux-gcc  -mcpu=neoverse-n2 -mbranch-protection=standard -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/recipe-sysroot -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  support.c -o support.o
aarch64-poky-linux-gcc  -mcpu=neoverse-n2 -mbranch-protection=standard -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/recipe-sysroot -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 ../support/set/set.c
aarch64-poky-linux-gcc  -mcpu=neoverse-n2 -mbranch-protection=standard -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/recipe-sysroot -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536  err.c -o err.o
aarch64-poky-linux-gcc  -mcpu=neoverse-n2 -mbranch-protection=standard -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/recipe-sysroot -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c main.c
main.c: In function 'ProcessArgs':
main.c:163:42: error: too many arguments to function 'p->process'; expected 0, have 2
  163 |                                         (*p->process)( *argv, *(argv+1) );
      |                                         ~^~~~~~~~~~~~  ~~~~~
main.c:120:34: note: declared here
  120 |                         WildFunc process;
      |                                  ^~~~~~~
main.c:168:42: error: too many arguments to function 'p->process'; expected 0, have 1
  168 |                                         (*p->process)( *argv );
      |                                         ~^~~~~~~~~~~~  ~~~~~
main.c:120:34: note: declared here
  120 |                         WildFunc process;
      |                                  ^~~~~~~
make[3]: *** [makefile:152: main.o] Error 1
make[3]: Leaving directory 'TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg'
make[2]: Leaving directory 'TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/edk2/BaseTools/Source/C/VfrCompile'
make[1]: Leaving directory 'TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/edk2/BaseTools/Source/C'
make[2]: *** [GNUmakefile:61: Pccts/dlg/dlg] Error 2
make[1]: *** [GNUmakefile:86: VfrCompile/VfrLexer.h] Error 2
make: Leaving directory 'TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/edk2/BaseTools'
make: *** [GNUmakefile:19: Source/C] Error 2
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/temp/run.do_compile.4147694:198 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script): 
	#1: bbfatal_log, TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/temp/run.do_compile.4147694, line 198
	#2: die, TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/temp/run.do_compile.4147694, line 182
	#3: oe_runmake, TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/temp/run.do_compile.4147694, line 177
	#4: do_compile, TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/temp/run.do_compile.4147694, line 162
	#5: main, TOPDIR/tmp/work/sbsa_ref-poky-linux/edk2-firmware/202408/temp/run.do_compile.4147694, line 211

Error details

Submitted on:
13/06/25 13:28
Error type:
Recipe
Task:
do_compile
Recipe:
edk2-firmware
Recipe version:
202408-r0
Machine:
sbsa-ref
Distro:
poky
Build system:
x86_64-linux
Target system:
aarch64-poky-linux
Host distro:
universal/rocky-9.6
Branch:
master-next
Commit:
b1bbaa643176f8989aefe45c36baf03b6e875f3f
Build:
#208171
Submitter:
yp-ab-rocky9-vk-1
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/75/builds/1729
Similar errors:
1
Open a bug