https://bugzilla.redhat.com/show_bug.cgi?id=2130607



--- Comment #39 from Sergey <[email protected]> ---
(In reply to Sébastien Le Roux from comment #38)
> Hello, 
> Alex polishing things up, I remove the '--prefix=/usr' in the spec file
> which I think should not be there, 
> also I noticed something in the build log, see here: 
> 
> https://kojipkgs.fedoraproject.org//work/tasks/913/93520913/build.log
> 
> When the package starts to build, immediately after the './configure' I
> always see the following kind of line: 
> 
> ++ -j6
> /var/tmp/rpm-tmp.wyKdjC: line 90: -j6: command not found
> + make
> 
> or similar depending on the number of cores, I know the '-j' option for make
> of course, but how come this is never use 
> when building an RPM (noticed the same thing on my workstation) ?
> 
> TAA ;-)

diff -ur a/atomes.spec b/atomes.spec
--- a/atomes.spec       2022-10-28 14:37:51.160900761 +0300
+++ b/atomes.spec       2022-10-28 14:38:41.285731286 +0300
@@ -66,7 +66,7 @@

 %build
 %configure
-make `%{?_smp_mflags}`
+make %{?_smp_mflags}

 %install
 %make_install


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130607
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to