Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/dbus.spec'], chrootPath='/var/lib/mock/dist-an8.7-build-270605-64112/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=982gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/dbus.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/dbus-1.12.8-23.0.1.an8.1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/dbus.spec'], chrootPath='/var/lib/mock/dist-an8.7-build-270605-64112/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=982gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/dbus.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.09UYTd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dbus-1.12.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/dbus-1.12.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dbus-1.12.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-tools-Use-Python3-for-GetAllMatchRules.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dbus-1.12.8-fix-CVE-2019-12749.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dbus-1.12.8-fix-CVE-2020-12049.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dbus-1.12.8-fix-fd-limit-change.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dbus-1.20.8-CVE-2022-42010.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dbus-1.20.8-CVE-2022-42011.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/dbus-1.20.8-CVE-2022-42012.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0002-Forbid-AX_-prefixed-patterns-more-selectively.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0003-Adapt-to-API-change-in-AX_CODE_COVERAGE-version-28.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch The text leading up to this was: -------------------------- |From d9ef0226e2ff346f80c0c8ba1a0fec19c553b458 Mon Sep 17 00:00:00 2001 |From: Simon McVittie |Date: Mon, 21 Jan 2019 17:51:07 +0000 |Subject: [PATCH] Adapt to API change in AX_CODE_COVERAGE version 28 | |AX_CODE_COVERAGE recently changed the way it embedded its Makefile rules |in the output file: instead of using @CODE_COVERAGE_RULES@, users |are now meant to include aminclude_static.am. | |The new AX_CODE_COVERAGE is only in the latest autoconf-archive release, |version 2019.01.06, which is inconveniently new, so bundle everything |we need for the moment. | |This requires us to stop using the deprecated CODE_COVERAGE_LDFLAGS |(which we still used to support older versions of autoconf-archive) |and replace them with CODE_COVERAGE_LIBS. | |Signed-off-by: Simon McVittie |(cherry picked from commit 2938c2125ebcd001e470aeac1ffac45b6b1ebe89) |Closes: dbus#265 |--- | .gitignore | 4 + | Makefile.am | 2 +- | bus/Makefile.am | 6 +- | dbus/Makefile.am | 2 +- | m4/ax_ac_append_to_file.m4 | 32 +++++ | m4/ax_ac_print_to_file.m4 | 32 +++++ | m4/ax_add_am_macro_static.m4 | 28 ++++ | m4/ax_am_macros_static.m4 | 38 +++++ | m4/ax_code_coverage.m4 | 272 +++++++++++++++++++++++++++++++++++ | m4/ax_file_escapes.m4 | 30 ++++ | test/Makefile.am | 4 +- | 11 files changed, 443 insertions(+), 7 deletions(-) | create mode 100644 m4/ax_ac_append_to_file.m4 | create mode 100644 m4/ax_ac_print_to_file.m4 | create mode 100644 m4/ax_add_am_macro_static.m4 | create mode 100644 m4/ax_am_macros_static.m4 | create mode 100644 m4/ax_code_coverage.m4 | create mode 100644 m4/ax_file_escapes.m4 | |diff --git a/.gitignore b/.gitignore |index 04c276c1f..e1a8c337f 100644 |--- a/.gitignore |+++ b/.gitignore -------------------------- File to patch: Skip this patch? [y] 2 out of 2 hunks ignored error: Bad exit status from /var/tmp/rpm-tmp.09UYTd (%prep) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.09UYTd (%prep) Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/dbus.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/dbus.spec