On 6/13/19 12:54 PM, Miroslav Suchý wrote:
Dne 13. 06. 19 v 11:43 Peter Lemenkov napsal(a):
Hello All!
I've noticed that I cannot build Elixir in Rawhide anymore. It got
stuck at tests and all I've got is a cryptic (at least to me) message:
+ RPM_EC=0
BUILDSTDERR: ++ jobs -p
+ exit 0
See this link for full build log:
* https://kojipkgs.fedoraproject.org//work/tasks/8021/35518021/build.log
* https://koji.fedoraproject.org/koji/taskinfo?taskID=35517975
For comparison here is how successful build log for F-30 looks like
(the same package)
* https://kojipkgs.fedoraproject.org//work/tasks/8987/35518987/build.log
* https://koji.fedoraproject.org/koji/taskinfo?taskID=35518984
Are there any differences between Koji settings for Rawhide and F-30
which we should know about? Selinux, resource constraints etc?
This is wrong (not sure if the culprit)
%endif %{__with_rebar3}
I would rewrite it to:
%endif # __with_rebar3
Actually both are wrong, and rpm >= 4.15 will complain (unlike old
versions). Rpm only supports comments at beginning of line, and this
only ever worked by accident.
And definitely rawhide has new rpm (see the announced change) and therefore rpmbuild.
There should not be any change which can cause this, but regression is always possible.
If the cause of failure is the same as
https://bugzilla.redhat.com/show_bug.cgi?id=1720143 then it should be
fixed now as of rpm-4.14.90-0.git14653.14.fc31.
If not, feel free to file a new bug to have it investigated. There's
more than two years worth of new code in the new rpm so there's always a
possibility of regressions. Our built-in test-suite cannot even begin to
compete with rawhide in that :)
- Panu -
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx