From nobody Sat Aug 13 17:07:34 2022 X-Original-To: freebsd-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 4M4n6K4nL1z4ZVhb for ; Sat, 13 Aug 2022 17:07:37 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [107.204.234.170]) (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 4M4n6J3ZkXz3VLm; Sat, 13 Aug 2022 17:07:36 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.16.1/8.15.2) with ESMTP id 27DH7YF0001224; Sat, 13 Aug 2022 17:07:34 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.16.1/8.16.1/Submit) id 27DH7YcD001223; Sat, 13 Aug 2022 10:07:34 -0700 (PDT) (envelope-from david) Date: Sat, 13 Aug 2022 10:07:34 -0700 From: David Wolfskill To: Nuno Teixeira Cc: FreeBSD Mailing List Subject: Re: Resolved: devel/llvm13 build: "ninja: build stopped: subcommand failed" Message-ID: References: <20220812210842.GB37061@spindle.one-eyed-alien.net> 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: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="a4B8fBzBKRR4Go9E" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4M4n6J3ZkXz3VLm X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of david@catwhisker.org designates 107.204.234.170 as permitted sender) smtp.mailfrom=david@catwhisker.org X-Spamd-Result: default: False [-5.40 / 15.00]; SIGNED_PGP(-2.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; R_SPF_ALLOW(-0.20)[+ip4:107.204.234.170:c]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; ASN(0.00)[asn:7018, ipnet:107.192.0.0/12, country:US]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[david]; TO_DN_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[catwhisker.org]; RCVD_TLS_LAST(0.00)[] X-ThisMailContainsUnwantedMimeParts: N --a4B8fBzBKRR4Go9E Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 13, 2022 at 05:52:09PM +0100, Nuno Teixeira wrote: > Hello David, >=20 > I've tested it but it still fails: > --- > pid 64502 (c++), jid 7, uid 65534, was killed: failed to reclaim memory > swap_pager: out of swap space > --- >=20 > on a Lenovo Legion 5, 16GB RAM and 4GB swap. That appears to be an issue with a lack of memory in the environment you are using, which is not the problem I was having. My machine (presently running stable/13, building chromium, gimp-app, kf5-extra-cmake-modules, and wireshark using poudriere): freebeast(13.1-S)[6] sysctl vm.vmtotal=20 vm.vmtotal:=20 System wide totals computed every five seconds: (values in kilobytes) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Processes: (RUNQ: 42 Disk Wait: 0 Page Wait: 0 Sleep: 328) Virtual Memory: (Total: 4987364K Active: 4848512K) Real Memory: (Total: 2569600K Active: 2559048K) Shared Virtual Memory: (Total: 342664K Active: 206984K) Shared Real Memory: (Total: 138264K Active: 128064K) Free Memory: 70356232K > Why you using a `git revert` on last commit of > textproc/py-sphinx-markdown-tables? This was based on the content of email messages (in this thread) from Martin Waschb=FCsch, Moin Rahman, and Brooks Davis. Specifically, the last-cited message: | Date: Fri, 12 Aug 2022 21:08:42 +0000 | From: Brooks Davis | To: David Wolfskill | Cc: freebsd-ports@freebsd.org | Subject: Re: devel/llvm13 build: "ninja: build stopped: subcommand failed" |=20 | An ill-advised update was made to textproc/py-sphinx-markdown-tables which | broke llvm13 and later. Hopefully it will be reverted soon. |=20 | -- Brooks I verified that the reversion was effective in resolving the issue for me in stable/12 (and have subsequently also verified it for stable/13), and reported the same, in case it helps others. > .... Peace, david --=20 David H. Wolfskill david@catwhisker.org See "Truth Social"? Read it as "Pravda" -- and adjust expectations accordi= ngly. See https://www.catwhisker.org/~david/publickey.gpg for my public key. --a4B8fBzBKRR4Go9E Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iNUEARYKAH0WIQSr0Kzv+UJRY3wfOii0+6PfV4Ix1AUCYvfaVl8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0QUJE MEFDRUZGOTQyNTE2MzdDMUYzQTI4QjRGQkEzREY1NzgyMzFENAAKCRC0+6PfV4Ix 1CgIAQDET05eOSQAgH1Ja5vo3qlikIPrEL56p7h2XC8tJ0PB4QD/WBJoGn3T8+lM VhESMtkzd+k7roFptxXk76YLfUPa8wM= =yIeh -----END PGP SIGNATURE----- --a4B8fBzBKRR4Go9E--