Hide Forgot
Description of problem: Failure to build a package Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: I tried to build couple of different packages, but they all fail with like this: https://kojipkgs.fedoraproject.org//work/tasks/2456/15352456/build.log + %cmake -DPROTON_DISABLE_RPATH=true '-DCMAKE_CXX_FLAGS= ' -DCMAKE_EXE_LINKER_FLAGS=-Wl,-z,relro,-z,now -DCMAKE_SHARED_LINKER_FLAGS=-Wl,-z,relro -DCMAKE_MODULE_LINKER_FLAGS=-Wl,-z,relro -DSYSINSTALL_BINDINGS=ON -DBUILD_PERL=OFF . /var/tmp/rpm-tmp.gOClEa: line 37: fg: no job control error: Bad exit status from /var/tmp/rpm-tmp.gOClEa (%build) Bad exit status from /var/tmp/rpm-tmp.gOClEa (%build) Actual results: Expected results: Should complete the build. Additional info: I was able to build the same packages last week, and the build is now failing (without any changes).
You're using cmake3, so you need the %cmake3 macro. FWI - with newer cmake in Fedora it provides the %cmake3 macro as well.