Sujet : Re: Open Source does not mean easily re-compile-able
De : kalevi (at) *nospam* kolttonen.fi (Kalevi Kolttonen)
Groupes : comp.unix.programmerDate : 28. Dec 2024, 20:48:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vkpkn3$ga7s$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : tin/2.6.3-20231224 ("Banff") (Linux/6.12.6-200.fc41.x86_64 (x86_64))
Kalevi Kolttonen <
kalevi@kolttonen.fi> wrote:
./mach build -v
with
./mach build -j6 -v
Okay, I am finally back at home and it is 21:43
o'clock.
The change above did not help because earlier in the
spec file there is this:
# Require 4 GB of RAM per CPU core
%constrain_build -m 4096
I now have:
%constrain_build -m 1024
But I am still very baffled. I tried to build TB
without any source code modifications to make sure
that the building process with rpmbuild works okay.
Instead of success, my build has terminated with:
RPM build errors:
No patch number 416
No patch number 419
Bad exit status from /var/tmp/rpm-tmp.N27puv (%build)
I cannot understand this because all references to
patches 416 and 419 are commented out in the Fedora
41 spec file. I now completely removed them and will
try again...
br,
KK