D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 warning: /home/pterjan/rpmbuild/SPECS/u-boot.spec line 62: autopatch: no matching patches in range Installing /home/pterjan/rpmbuild/SRPMS/u-boot-2024.10-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.U2JyD2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build + test -d /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.w61VNg + umask 022 + cd /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build + rm -rf u-boot-2024.10 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/u-boot-2024.10.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd u-boot-2024.10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FTZ2LT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build + cd u-boot-2024.10 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make defconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o YACC scripts/kconfig/zconf.tab.c LEX scripts/kconfig/zconf.lex.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf *** Default configuration is based on 'sandbox_defconfig' # # configuration written to .config # + /usr/bin/make -O -j16 V=1 VERBOSE=1 tools-all V=1 CONFIG_TOOLS_DEBUG=1 /usr/bin/make -f ./Makefile syncconfig /usr/bin/make -f ./scripts/Makefile.build obj=scripts/basic rm -f .tmp_quiet_recordmcount /usr/bin/make -f ./scripts/Makefile.build obj=scripts/kconfig syncconfig scripts/kconfig/conf --syncconfig Kconfig /usr/bin/make -f ./scripts/Makefile.autoconf || \ { rm -f include/config/auto.conf; false; } set -e; mkdir -p include/; (echo "/* Automatically generated - do not edit */"; echo \#define CFG_BOARDDIR board/sandbox; echo \#include \ ; echo \#include \; echo \#include \; echo \#include \;) < scripts/Makefile.autoconf > include/config.h.tmp; if [ -r include/config.h ] && cmp -s include/config.h include/config.h.tmp; then rm -f include/config.h.tmp; else : ' UPD include/config.h'; mv -f include/config.h.tmp include/config.h; fi gcc -x c -DDO_DEPS_ONLY -M -MP -Wall -Wstrict-prototypes -Wno-format-security -fno-builtin -ffreestanding -std=gnu11 -fshort-wchar -fno-strict-aliasing -fno-PIE -fno-stack-protector -fno-delete-null-pointer-checks -Wno-pointer-sign -Wno-stringop-truncation -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-maybe-uninitialized -fmacro-prefix-map=./= -gdwarf-4 -fstack-usage -Wno-format-nonliteral -Wno-address-of-packed-member -Wno-unused-but-set-variable -Werror=date-time -Wno-packed-not-aligned -D__KERNEL__ -D__UBOOT__ -D__SANDBOX__ -U_FORTIFY_SOURCE -fPIC -ffunction-sections -fdata-sections -pipe -Iinclude -I./arch/sandbox/include -include ./include/linux/kconfig.h -nostdinc -isystem /usr/lib/gcc/x86_64-mageia-linux/14/include -MQ include/config/auto.conf include/config.h > include/autoconf.mk.dep || { rm include/autoconf.mk.dep; false; } gcc -E -Wall -Wstrict-prototypes -Wno-format-security -fno-builtin -ffreestanding -std=gnu11 -fshort-wchar -fno-strict-aliasing -fno-PIE -fno-stack-protector -fno-delete-null-pointer-checks -Wno-pointer-sign -Wno-stringop-truncation -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-maybe-uninitialized -fmacro-prefix-map=./= -gdwarf-4 -fstack-usage -Wno-format-nonliteral -Wno-address-of-packed-member -Wno-unused-but-set-variable -Werror=date-time -Wno-packed-not-aligned -D__KERNEL__ -D__UBOOT__ -D__SANDBOX__ -U_FORTIFY_SOURCE -fPIC -ffunction-sections -fdata-sections -pipe -Iinclude -I./arch/sandbox/include -include ./include/linux/kconfig.h -nostdinc -isystem /usr/lib/gcc/x86_64-mageia-linux/14/include -DDO_DEPS_ONLY -dM include/config.h > u-boot.cfg.tmp && { grep 'define CONFIG_' u-boot.cfg.tmp | sed '/define CONFIG_IS_ENABLED(/d;/define CONFIG_IF_ENABLED_INT(/d;/define CONFIG_VAL(/d;' > u-boot.cfg; rm u-boot.cfg.tmp; } || { rm u-boot.cfg.tmp; false; } sed -n -f ./tools/scripts/define2mk.sed u-boot.cfg | while read line; do if [ -n "" ] || ! grep -q "${line%=*}=" include/config/auto.conf; then echo "$line"; fi; done > include/autoconf.mk touch include/config/auto.conf /usr/bin/make -f ./scripts/Makefile.build obj=scripts/basic set -e; mkdir -p include/generated/; (if test -n "${DEVICE_TREE}"; then echo \#define DEVICE_TREE \"\"; else echo \#define DEVICE_TREE CONFIG_DEFAULT_DEVICE_TREE; fi) < Makefile > include/generated/dt.h.tmp; if [ -r include/generated/dt.h ] && cmp -s include/generated/dt.h include/generated/dt.h.tmp; then rm -f include/generated/dt.h.tmp; else : ' UPD include/generated/dt.h'; mv -f include/generated/dt.h.tmp include/generated/dt.h; fi set -e; mkdir -p include/config/; KERNELVERSION=2024.10 /bin/sh ./scripts/setlocalversion . < include/config/auto.conf > include/config/uboot.release.tmp; if [ -r include/config/uboot.release ] && cmp -s include/config/uboot.release include/config/uboot.release.tmp; then rm -f include/config/uboot.release.tmp; else : ' UPD include/config/uboot.release'; mv -f include/config/uboot.release.tmp include/config/uboot.release; fi set -e; mkdir -p include/generated/; (if test -n "${SOURCE_DATE_EPOCH}"; then SOURCE_DATE="@${SOURCE_DATE_EPOCH}"; DATE=""; for date in gdate date.gnu date; do ${date} -u -d "${SOURCE_DATE}" >/dev/null 2>&1 && DATE="${date}"; done; if test -n "${DATE}"; then LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_DATE "%b %d %C%y"'; LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_TIME "%T"'; LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_TZ "%z"'; LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_EPOCH %s'; else return 42; fi; else LC_ALL=C date +'#define U_BOOT_DATE "%b %d %C%y"'; LC_ALL=C date +'#define U_BOOT_TIME "%T"'; LC_ALL=C date +'#define U_BOOT_TZ "%z"'; LC_ALL=C date +'#define U_BOOT_EPOCH %s'; fi) < Makefile > include/generated/timestamp_autogenerated.h.tmp; if [ -r include/generated/timestamp_autogenerated.h ] && cmp -s include/generated/timestamp_autogenerated.h include/generated/timestamp_autogenerated.h.tmp; then rm -f include/generated/timestamp_autogenerated.h.tmp; else : ' UPD include/generated/timestamp_autogenerated.h'; mv -f include/generated/timestamp_autogenerated.h.tmp include/generated/timestamp_autogenerated.h; fi if [ -f "board/sandbox/sandbox.env" ]; then cat board/sandbox/sandbox.env > include/generated/env.txt; elif [ -n "" ]; then echo "Missing file ./board/sandbox/.env"; else touch include/generated/env.txt ; fi mkdir -p tools/ cp include/version.h tools/version.h cc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -o scripts/basic/fixdep scripts/basic/fixdep.c rm -f .tmp_quiet_recordmcount set -e; mkdir -p include/generated/; (echo \#define PLAIN_VERSION \"2024.10\"; echo \#define U_BOOT_VERSION \"U-Boot \" PLAIN_VERSION; echo \#define U_BOOT_VERSION_NUM 2024; echo \#define U_BOOT_VERSION_NUM_PATCH $(echo 10 | sed -e "s/^0*//"); echo \#define HOST_ARCH 0x8664; echo \#define CC_VERSION_STRING \"$(LC_ALL=C gcc --version | head -n 1)\"; echo \#define LD_VERSION_STRING \"$(LC_ALL=C ld.bfd --version | head -n 1)\"; ) < include/config/uboot.release > include/generated/version_autogenerated.h.tmp; if [ -r include/generated/version_autogenerated.h ] && cmp -s include/generated/version_autogenerated.h include/generated/version_autogenerated.h.tmp; then rm -f include/generated/version_autogenerated.h.tmp; else : ' UPD include/generated/version_autogenerated.h'; mv -f include/generated/version_autogenerated.h.tmp include/generated/version_autogenerated.h; fi if [ -s "./board/sandbox/sandbox.env" ]; then gcc -E -P -D__KERNEL__ -D__UBOOT__ -D__SANDBOX__ -U_FORTIFY_SOURCE -fPIC -ffunction-sections -fdata-sections -pipe -Iinclude -I./arch/sandbox/include -include ./include/linux/kconfig.h -I./dts/upstream/include -nostdinc -isystem /usr/lib/gcc/x86_64-mageia-linux/14/include -x assembler-with-cpp -undef -D__ASSEMBLY__ -D__UBOOT_CONFIG__ -I . -I include -I ./include -include linux/kconfig.h -include include/config.h -I./arch/sandbox/include include/generated/env.txt -o include/generated/env.in; else rm -f include/generated/env.in; touch include/generated/env.in ; fi if test "./scripts/dtc/dtc" = "./scripts/dtc/dtc"; then \ /usr/bin/make -f ./scripts/Makefile.build obj=scripts/dtc; \ else \ if ! ./scripts/dtc/dtc -v >/dev/null; then \ echo '*** Failed to check dtc version: ./scripts/dtc/dtc'; \ false; \ else \ if test "Error: Cannot find dtc: ./scripts/dtc/dtc" -lt 010406; then \ echo '*** Your dtc is too old, please upgrade to dtc 010406 or newer'; \ false; \ else \ if [ -n "y" ]; then \ if ! echo "import libfdt" | python3 2>/dev/null; then \ echo '*** pylibfdt does not seem to be available with python3'; \ false; \ fi; \ fi; \ fi; \ fi; \ fi /usr/bin/make -f ./scripts/Makefile.build obj=scripts/dtc/pylibfdt awk -f ./scripts/env2string.awk include/generated/env.in >include/generated/environment.h /usr/bin/make -f ./scripts/Makefile.build obj=. /usr/bin/make -f ./scripts/Makefile.build obj=tools ./tools/printinitialenv cat scripts/dtc/pylibfdt/libfdt.i_shipped > scripts/dtc/pylibfdt/libfdt.i cc -Wp,-MD,scripts/dtc/.fstree.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -Iscripts/dtc/libfdt -c -o scripts/dtc/fstree.o scripts/dtc/fstree.c gcc -Wp,-MD,lib/.asm-offsets.s.d -nostdinc -isystem /usr/lib/gcc/x86_64-mageia-linux/14/include -Iinclude -I./arch/sandbox/include -include ./include/linux/kconfig.h -I./dts/upstream/include -D__KERNEL__ -D__UBOOT__ -Wall -Wstrict-prototypes -Wno-format-security -fno-builtin -ffreestanding -std=gnu11 -fshort-wchar -fno-strict-aliasing -fno-PIE -Os -fstack-protector-strong -mstack-protector-guard=global -fno-delete-null-pointer-checks -Wno-pointer-sign -Wno-stringop-truncation -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-maybe-uninitialized -fmacro-prefix-map=./= -gdwarf-4 -fstack-usage -Wno-format-nonliteral -Wno-address-of-packed-member -Wno-unused-but-set-variable -Werror=date-time -Wno-packed-not-aligned -D__SANDBOX__ -U_FORTIFY_SOURCE -fPIC -ffunction-sections -fdata-sections -pipe -DDO_DEPS_ONLY -DKBUILD_BASENAME='"asm_offsets"' -DKBUILD_MODNAME='"asm_offsets"' -fverbose-asm -S -o lib/asm-offsets.s lib/asm-offsets.c cc -Wp,-MD,scripts/dtc/.dtc.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -Iscripts/dtc/libfdt -c -o scripts/dtc/dtc.o scripts/dtc/dtc.c flex -oscripts/dtc/dtc-lexer.lex.c -L scripts/dtc/dtc-lexer.l bison -o/dev/null --defines=scripts/dtc/dtc-parser.tab.h -t -l scripts/dtc/dtc-parser.y set -e; mkdir -p include/generated/; (set -e; echo "#ifndef __GENERIC_ASM_OFFSETS_H__"; echo "#define __GENERIC_ASM_OFFSETS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by Kbuild"; echo " */"; echo ""; sed -ne "s:[[:space:]]*\.ascii[[:space:]]*\"\(.*\)\":\1:; /^->/{s:->#\(.*\):/* \1 */:; s:^->\([^ ]*\) [\$#]*\([-0-9]*\) \(.*\):#define \1 \2 /* \3 */:; s:^->\([^ ]*\) [\$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; s:->::; p;}"; echo ""; echo "#endif" ) < lib/asm-offsets.s > include/generated/generic-asm-offsets.h.tmp; if [ -r include/generated/generic-asm-offsets.h ] && cmp -s include/generated/generic-asm-offsets.h include/generated/generic-asm-offsets.h.tmp; then rm -f include/generated/generic-asm-offsets.h.tmp; else : ' UPD include/generated/generic-asm-offsets.h'; mv -f include/generated/generic-asm-offsets.h.tmp include/generated/generic-asm-offsets.h; fi cc -Wp,-MD,scripts/dtc/.srcpos.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -Iscripts/dtc/libfdt -c -o scripts/dtc/srcpos.o scripts/dtc/srcpos.c bison -oscripts/dtc/dtc-parser.tab.c -t -l scripts/dtc/dtc-parser.y cc -Wp,-MD,scripts/dtc/.treesource.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -Iscripts/dtc/libfdt -c -o scripts/dtc/treesource.o scripts/dtc/treesource.c cc -Wp,-MD,scripts/dtc/.data.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -Iscripts/dtc/libfdt -c -o scripts/dtc/data.o scripts/dtc/data.c cc -Wp,-MD,tools/.printinitialenv.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include ./include/compiler.h -idirafterinclude -idirafter./arch/sandbox/include -idirafter./dts/upstream/include -I./scripts/dtc/libfdt -I./tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -o tools/printinitialenv tools/printinitialenv.c ./tools/printinitialenv | sed -e '/^\s*$/d' | sort -t '=' -k 1,1 -s -o u-boot-initial-env /usr/bin/make -f ./scripts/Makefile.build obj=tools/env cc -Wp,-MD,scripts/dtc/.util.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -Iscripts/dtc/libfdt -c -o scripts/dtc/util.o scripts/dtc/util.c rm -f tools/env/built-in.o; gcc-ar cDPrsT tools/env/built-in.o cc -Wp,-MD,scripts/dtc/.flattree.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -Iscripts/dtc/libfdt -c -o scripts/dtc/flattree.o scripts/dtc/flattree.c gcc -Wp,-MD,tools/env/.ctype.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -I./tools -idirafterinclude -idirafter./arch/sandbox/include -idirafter./dts/upstream/include -idirafter ./tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/ctype.o tools/env/ctype.c gcc -Wp,-MD,tools/env/.crc32.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -I./tools -idirafterinclude -idirafter./arch/sandbox/include -idirafter./dts/upstream/include -idirafter ./tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/crc32.o tools/env/crc32.c gcc -Wp,-MD,tools/env/.linux_string.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -I./tools -idirafterinclude -idirafter./arch/sandbox/include -idirafter./dts/upstream/include -idirafter ./tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/linux_string.o tools/env/linux_string.c gcc -Wp,-MD,tools/env/.env_attr.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -I./tools -idirafterinclude -idirafter./arch/sandbox/include -idirafter./dts/upstream/include -idirafter ./tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/env_attr.o tools/env/env_attr.c cc -Wp,-MD,scripts/dtc/.checks.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -Iscripts/dtc/libfdt -c -o scripts/dtc/checks.o scripts/dtc/checks.c gcc -Wp,-MD,tools/env/.fw_env_main.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -I./tools -idirafterinclude -idirafter./arch/sandbox/include -idirafter./dts/upstream/include -idirafter ./tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/fw_env_main.o tools/env/fw_env_main.c gcc -Wp,-MD,tools/env/.env_flags.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -I./tools -idirafterinclude -idirafter./arch/sandbox/include -idirafter./dts/upstream/include -idirafter ./tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/env_flags.o tools/env/env_flags.c cc -Wp,-MD,scripts/dtc/.livetree.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -Iscripts/dtc/libfdt -c -o scripts/dtc/livetree.o scripts/dtc/livetree.c cc -Wp,-MD,scripts/dtc/.dtc-lexer.lex.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -Iscripts/dtc/libfdt -Iscripts/dtc -c -o scripts/dtc/dtc-lexer.lex.o scripts/dtc/dtc-lexer.lex.c cc -Wp,-MD,scripts/dtc/.dtc-parser.tab.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -Iscripts/dtc/libfdt -Iscripts/dtc -c -o scripts/dtc/dtc-parser.tab.o scripts/dtc/dtc-parser.tab.c cc -o scripts/dtc/dtc scripts/dtc/dtc.o scripts/dtc/flattree.o scripts/dtc/fstree.o scripts/dtc/data.o scripts/dtc/livetree.o scripts/dtc/treesource.o scripts/dtc/srcpos.o scripts/dtc/checks.o scripts/dtc/util.o scripts/dtc/dtc-lexer.lex.o scripts/dtc/dtc-parser.tab.o gcc -Wp,-MD,tools/env/.fw_env.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11 -g -I./tools -idirafterinclude -idirafter./arch/sandbox/include -idirafter./dts/upstream/include -idirafter ./tools/env -DUSE_HOSTCC -DTEXT_BASE= -c -o tools/env/fw_env.o tools/env/fw_env.c rm -f tools/env/lib.a; gcc-ar cDPrsT tools/env/lib.a tools/env/crc32.o tools/env/ctype.o tools/env/env_attr.o tools/env/env_flags.o tools/env/fw_env.o tools/env/linux_string.o gcc -o tools/env/fw_printenv tools/env/fw_env_main.o tools/env/fw_env.o tools/env/crc32.o tools/env/ctype.o tools/env/linux_string.o tools/env/env_attr.o tools/env/env_flags.o strip tools/env/fw_printenv; touch tools/env/.strip unset CROSS_COMPILE; unset CFLAGS; CC="cc" LDSHARED="cc -shared " LDFLAGS="" VERSION="2024.10" CPPFLAGS=" -I/home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/u-boot-2024.10/scripts/dtc/libfdt" OBJDIR=scripts/dtc/pylibfdt SOURCES="/home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/u-boot-2024.10/scripts/dtc/libfdt/fdt.c /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/u-boot-2024.10/scripts/dtc/libfdt/fdt_ro.c /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/u-boot-2024.10/scripts/dtc/libfdt/fdt_wip.c /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/u-boot-2024.10/scripts/dtc/libfdt/fdt_sw.c /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/u-boot-2024.10/scripts/dtc/libfdt/fdt_rw.c /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/u-boot-2024.10/scripts/dtc/libfdt/fdt_strerror.c /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/u-boot-2024.10/scripts/dtc/libfdt/fdt_empty_tree.c /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/u-boot-2024.10/scripts/dtc/libfdt/fdt_addresses.c /home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/u-boot-2024.10/scripts/dtc/libfdt/fdt_overlay.c scripts/dtc/pylibfdt/libfdt.i" SWIG_OPTS="-I/home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/u-boot-2024.10/scripts/dtc/libfdt -I/home/pterjan/rpmbuild/BUILD/u-boot-2024.10-build/u-boot-2024.10/scripts/dtc/libfdt/.." python3 scripts/dtc/pylibfdt/setup.py --quiet build_ext --inplace scripts/dtc/pylibfdt/libfdt_wrap.c: In function ‘_wrap_fdt_next_node’: scripts/dtc/pylibfdt/libfdt_wrap.c:5581:17: error: too few arguments to function ‘SWIG_Python_AppendOutput’ 5581 | resultobj = SWIG_Python_AppendOutput(resultobj, val); | ^~~~~~~~~~~~~~~~~~~~~~~~ scripts/dtc/pylibfdt/libfdt_wrap.c:1262:1: note: declared here 1262 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int is_void) { | ^~~~~~~~~~~~~~~~~~~~~~~~ scripts/dtc/pylibfdt/libfdt_wrap.c: In function ‘_wrap_fdt_get_mem_rsv’: scripts/dtc/pylibfdt/libfdt_wrap.c:6388:19: error: too few arguments to function ‘SWIG_Python_AppendOutput’ 6388 | resultobj = SWIG_Python_AppendOutput(resultobj, val); | ^~~~~~~~~~~~~~~~~~~~~~~~ scripts/dtc/pylibfdt/libfdt_wrap.c:1262:1: note: declared here 1262 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int is_void) { | ^~~~~~~~~~~~~~~~~~~~~~~~ scripts/dtc/pylibfdt/libfdt_wrap.c:6397:19: error: too few arguments to function ‘SWIG_Python_AppendOutput’ 6397 | resultobj = SWIG_Python_AppendOutput(resultobj, val); | ^~~~~~~~~~~~~~~~~~~~~~~~ scripts/dtc/pylibfdt/libfdt_wrap.c:1262:1: note: declared here 1262 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int is_void) { | ^~~~~~~~~~~~~~~~~~~~~~~~ scripts/dtc/pylibfdt/libfdt_wrap.c: In function ‘_wrap_fdt_get_property_by_offset’: scripts/dtc/pylibfdt/libfdt_wrap.c:6639:19: error: too few arguments to function ‘SWIG_Python_AppendOutput’ 6639 | resultobj = SWIG_Python_AppendOutput(resultobj, buff); | ^~~~~~~~~~~~~~~~~~~~~~~~ scripts/dtc/pylibfdt/libfdt_wrap.c:1262:1: note: declared here 1262 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int is_void) { | ^~~~~~~~~~~~~~~~~~~~~~~~ scripts/dtc/pylibfdt/libfdt_wrap.c: In function ‘_wrap_fdt_get_property’: scripts/dtc/pylibfdt/libfdt_wrap.c:6702:19: error: too few arguments to function ‘SWIG_Python_AppendOutput’ 6702 | resultobj = SWIG_Python_AppendOutput(resultobj, buff); | ^~~~~~~~~~~~~~~~~~~~~~~~ scripts/dtc/pylibfdt/libfdt_wrap.c:1262:1: note: declared here 1262 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int is_void) { | ^~~~~~~~~~~~~~~~~~~~~~~~ scripts/dtc/pylibfdt/libfdt_wrap.c: In function ‘_wrap_fdt_get_property_w’: scripts/dtc/pylibfdt/libfdt_wrap.c:6767:19: error: too few arguments to function ‘SWIG_Python_AppendOutput’ 6767 | resultobj = SWIG_Python_AppendOutput(resultobj, buff); | ^~~~~~~~~~~~~~~~~~~~~~~~ scripts/dtc/pylibfdt/libfdt_wrap.c:1262:1: note: declared here 1262 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int is_void) { | ^~~~~~~~~~~~~~~~~~~~~~~~ error: command '/usr/bin/cc' failed with exit code 1 make[2]: *** [scripts/dtc/pylibfdt/Makefile:33: rebuild] Error 1 make[1]: *** [scripts/Makefile.build:397: scripts/dtc/pylibfdt] Error 2 make: *** [Makefile:2055: scripts_dtc] Error 2 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.FTZ2LT (%build) RPM build warnings: /home/pterjan/rpmbuild/SPECS/u-boot.spec line 62: autopatch: no matching patches in range RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.FTZ2LT (%build) I: [iurt_root_command] ERROR: chroot