Warning: Permanently added '54.146.197.122' (ED25519) to the list of known hosts. You can reproduce this build on your computer by running: sudo dnf install copr-rpmbuild /usr/bin/copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/9558369 Version: 1.4 PID: 8834 Logging PID: 8836 Task: {'appstream': False, 'background': True, 'build_id': 9558369, 'chroot': None, 'package_name': 'libqb-main', 'project_dirname': 'devel', 'project_name': 'devel', 'project_owner': '@ClusterLabs', 'repos': [], 'sandbox': '@ClusterLabs/devel--https://api.github.com/users/fabbione', 'source_json': {'clone_url': 'https://github.com/ClusterLabs/libqb.git', 'committish': '1e9d11d346b5c43d26557c99dafc1633aa1c1fba', 'spec': '', 'srpm_build_method': 'tito', 'subdirectory': '', 'type': 'git'}, 'source_type': 8, 'submitter': 'https://api.github.com/users/fabbione', 'task_id': '9558369'} Running: git clone https://github.com/ClusterLabs/libqb.git /var/lib/copr-rpmbuild/workspace/workdir-r8y7r5nk/libqb --depth 500 --no-single-branch --recursive cmd: ['git', 'clone', 'https://github.com/ClusterLabs/libqb.git', '/var/lib/copr-rpmbuild/workspace/workdir-r8y7r5nk/libqb', '--depth', '500', '--no-single-branch', '--recursive'] cwd: . rc: 0 stdout: stderr: Cloning into '/var/lib/copr-rpmbuild/workspace/workdir-r8y7r5nk/libqb'... Running: git checkout 1e9d11d346b5c43d26557c99dafc1633aa1c1fba -- cmd: ['git', 'checkout', '1e9d11d346b5c43d26557c99dafc1633aa1c1fba', '--'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-r8y7r5nk/libqb rc: 0 stdout: stderr: Note: switching to '1e9d11d346b5c43d26557c99dafc1633aa1c1fba'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 1e9d11d ipc: fix clang build on openindiana Running: tito build --srpm --output /var/lib/copr-rpmbuild/results cmd: ['tito', 'build', '--srpm', '--output', '/var/lib/copr-rpmbuild/results'] cwd: /var/lib/copr-rpmbuild/workspace/workdir-r8y7r5nk/libqb rc: 1 stdout: Creating output directory: /var/lib/copr-rpmbuild/results Building package [libqb-] Fetching sources... stderr: ERROR: Error running command: $(test $(id -u) -eq 0 || echo :) \ $(dnf >/dev/null 2>&1 && echo dnf || echo yum) \ install -y autoconf automake libtool \ && ./autogen.sh && ./configure \ && make libqb.spec dist-xz Status code: 127 Command output: ./autogen.sh: line 10: autoreconf: command not found Traceback (most recent call last): File "/usr/bin/tito", line 33, in sys.exit(load_entry_point('tito==0.6.27', 'console_scripts', 'tito')()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/tito/cli.py", line 940, in main CLI().main(sys.argv[1:]) ~~~~~~~~~~^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/tito/cli.py", line 206, in main return module.main(argv) ~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.13/site-packages/tito/cli.py", line 428, in main return builder.run(self.options) ~~~~~~~~~~~^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/tito/builder/main.py", line 168, in run self.srpm() ~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/tito/builder/main.py", line 227, in srpm self.tgz() ~~~~~~~~^^ File "/var/lib/copr-rpmbuild/workspace/workdir-r8y7r5nk/libqb/.tito/custom.py", line 56, in tgz run_command(self.config.get('builder', 'fetch_prep_command')) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/tito/common.py", line 305, in run_command raise RunCommandException(command, status, output) tito.exception.RunCommandException: Error running command: $(test $(id -u) -eq 0 || echo :) \ $(dnf >/dev/null 2>&1 && echo dnf || echo yum) \ install -y autoconf automake libtool \ && ./autogen.sh && ./configure \ && make libqb.spec dist-xz Copr build error: ERROR: Error running command: $(test $(id -u) -eq 0 || echo :) \ $(dnf >/dev/null 2>&1 && echo dnf || echo yum) \ install -y autoconf automake libtool \ && ./autogen.sh && ./configure \ && make libqb.spec dist-xz Status code: 127 Command output: ./autogen.sh: line 10: autoreconf: command not found Traceback (most recent call last): File "/usr/bin/tito", line 33, in sys.exit(load_entry_point('tito==0.6.27', 'console_scripts', 'tito')()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/tito/cli.py", line 940, in main CLI().main(sys.argv[1:]) ~~~~~~~~~~^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/tito/cli.py", line 206, in main return module.main(argv) ~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.13/site-packages/tito/cli.py", line 428, in main return builder.run(self.options) ~~~~~~~~~~~^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/tito/builder/main.py", line 168, in run self.srpm() ~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/tito/builder/main.py", line 227, in srpm self.tgz() ~~~~~~~~^^ File "/var/lib/copr-rpmbuild/workspace/workdir-r8y7r5nk/libqb/.tito/custom.py", line 56, in tgz run_command(self.config.get('builder', 'fetch_prep_command')) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/tito/common.py", line 305, in run_command raise RunCommandException(command, status, output) tito.exception.RunCommandException: Error running command: $(test $(id -u) -eq 0 || echo :) \ $(dnf >/dev/null 2>&1 && echo dnf || echo yum) \ install -y autoconf automake libtool \ && ./autogen.sh && ./configure \ && make libqb.spec dist-xz