Deutsch   English   Français   Italiano  
<vkpkn3$ga7s$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.misty.com!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: kalevi@kolttonen.fi (Kalevi Kolttonen)
Newsgroups: comp.unix.programmer
Subject: Re: Open Source does not mean easily re-compile-able
Date: Sat, 28 Dec 2024 19:48:51 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <vkpkn3$ga7s$1@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me> <vkmbsj$3kvjq$1@dont-email.me> <vkme08$280or$1@news.xmission.com> <wwvh66p9ntv.fsf@LkoBDZeT.terraraq.uk> <vkmjos$284i0$1@news.xmission.com> <86wmflc83k.fsf@example.com> <vkncr9$3suk2$1@dont-email.me> <vkne4c$3t9p2$1@dont-email.me> <vknes1$3tgb8$1@dont-email.me> <vknfo3$3tlrt$1@dont-email.me>
Injection-Date: Sat, 28 Dec 2024 20:48:51 +0100 (CET)
Injection-Info: dont-email.me; posting-host="c33edbefe7c791871ffe5a935ee6b7b3";
	logging-data="534780"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19gL92xuyNZ+Occg1paElgT+m5B66ZLIRo="
User-Agent: tin/2.6.3-20231224 ("Banff") (Linux/6.12.6-200.fc41.x86_64 (x86_64))
Cancel-Lock: sha1:3MPo0iNX2ONPXAWvTkzT24wLJLo=
Bytes: 2128

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