[Rpm-maint] [rpm-software-management/rpm] _debugsource_packages sometimes crashes due to non-existing debugsourcefiles.list (#279)
Miroslav Suchý
notifications at github.com
Thu Feb 14 15:05:58 UTC 2019
Got it. It is because:
```
rpm --eval '%{?_smp_mflags}'
-l4
```
which for Makefile has semantics:
```
-l [load], --load-average[=load]
Specifies that no new jobs (commands) should be started if there are others jobs running and the load average is at least load (a floating-point
number). With no argument, removes a previous load limit.
```
But find-debuginfo.sh does not recognize it and interpet it differently.
I will open new issue for that.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/279#issuecomment-463660573
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190214/5fd465cc/attachment.html>
More information about the Rpm-maint
mailing list