Dne 17. 04. 23 v 17:55 Adam Williamson napsal(a):
+ %py3_build
/var/tmp/rpm-tmp.XYSHTs: line 44: fg: no job control
And that error in turn usually means there is a syntax error in the
spec file. In this case I'd guess the package may be missing a build
dependency on whatever package includes the %py3_build macro?
Exactly. The %py3_build is not expended. And not expended macro is left as is (unles %{?foo} is used). So the bash is
trying to execute '%py3_build" command. That is treated as job control:
https://www.gnu.org/software/bash/manual/html_node/Job-Control-Basics.html
You can run in bash:
%foo
and you get the very same error.
The solution is to fix your buildrequires.
Miroslav
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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/devel@lists.fedoraproject.org
Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue