https://bugzilla.redhat.com/show_bug.cgi?id=1878514 --- Comment #2 from Kees de Jong <kees.dejong+dev@xxxxxxxxxx> --- Strange... My mock build works fine: https://koji.fedoraproject.org/koji/taskinfo?taskID=51376359 However, when I do `fedora-review -b 1878514` to review the package, it fails with: Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BJOdJw + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/catimg-2.7.0-1.fc34.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/catimg-2.7.0-1.fc34.x86_64 ++ dirname /builddir/build/BUILDROOT/catimg-2.7.0-1.fc34.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/catimg-2.7.0-1.fc34.x86_64 + cd catimg-2.7.0 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/catimg-2.7.0-1.fc34.x86_64 'INSTALL=/usr/bin/install -p' make: *** No rule to make target 'install'. Stop. RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.BJOdJw (%install) Bad exit status from /var/tmp/rpm-tmp.BJOdJw (%install) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.8/site-packages/mockbuild/util.py", line 776, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # /usr/bin/systemd-nspawn -q -M cad744f303f7446896cee40ee35c03e3 -D /var/lib/mock/fedora-rawhide-x86_64/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.husl3a1r:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/loop-control --bind=/dev/loop0 -- bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/ builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/ SPECS/catimg.spec Mock Version: 2.5 I tried adding `%make_install -C %{_target_platform}`, since the orphaned package had this as well. But then my mock build fails. Any suggestions? -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx