Re: Problems building llvm13 and llvm15?

From: Nuno Teixeira <eduardo_at_freebsd.org>
Date: Thu, 05 Jan 2023 08:30:57 UTC
Hi Brooks,

On a Intel 6 core with 16 GB ram:

etc/poudriere.d/make.conf
---
.if ${.CURDIR:M*/devel/llvm13}
MAKE_JOBS_NUMBER=4
.endif

.if ${.CURDIR:M*/devel/llvm15}
MAKE_JOBS_NUMBER=2
.endif
---

<=llvm10, I can use 12 jobs (6c+6t) without problems (default options)

Brooks Davis <brooks@freebsd.org> escreveu no dia quarta, 4/01/2023 à(s)
23:14:

> On Wed, Jan 04, 2023 at 01:10:36AM +0000, Stephen Roznowski wrote:
> > Are others having problems building both llvm13 and llvm15?
> > I get errors when trying to rebuild llvm13-13.0.1_3 and upgrading
> llvm15-15.0.6 to llvm15-15.0.6_1 on 13.1-STABLE.
>
> What errors?  Do you have any out of swap errors in your logs?
>
> > I also get failures when I try building on a "clean vm" running
> 13.1-RELEASE.
>
> What does your system/vm config look like?  The default configuration
> builds FLANG which unfortunately requires quite a lot of ram.
>
> -- Brooks
>
>

-- 
Nuno Teixeira
FreeBSD Committer (ports)