From nobody Wed Jan 4 23:14:35 2023 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NnQRR3SW0z2pQ3Q for ; Wed, 4 Jan 2023 23:14:43 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NnQRQ6nqSz3k1Q for ; Wed, 4 Jan 2023 23:14:42 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Authentication-Results: mx1.freebsd.org; none Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 0A0B03C0199; Wed, 4 Jan 2023 23:14:36 +0000 (UTC) Date: Wed, 4 Jan 2023 23:14:35 +0000 From: Brooks Davis To: Stephen Roznowski Cc: Ports Subject: Re: Problems building llvm13 and llvm15? Message-ID: References: <1160240380.5487746.1672794636558.ref@mail.yahoo.com> <1160240380.5487746.1672794636558@mail.yahoo.com> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1160240380.5487746.1672794636558@mail.yahoo.com> X-Rspamd-Queue-Id: 4NnQRQ6nqSz3k1Q X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:36236, ipnet:199.48.128.0/22, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N 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