Date: Sat, 5 Aug 2017 11:04:19 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: Aijaz Baig <aijazbaig1@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: buildworld fails while building static clang library Message-ID: <9C14A21D-1C17-44F9-882B-4A01C311E164@FreeBSD.org> In-Reply-To: <CAHB2L%2BfM8xtRWo8XU59yT=vrtUjv6v_JEkg_8ehyMDp3ME%2BvsQ@mail.gmail.com> References: <CAHB2L%2BfM8xtRWo8XU59yT=vrtUjv6v_JEkg_8ehyMDp3ME%2BvsQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_2844520F-B164-40FE-B210-FE2635FEA512 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 5 Aug 2017, at 06:00, Aijaz Baig <aijazbaig1@gmail.com> wrote: > > I am trying to buildworld and it works well for quite some time until it > tries to build the static version of the clang library where it fails. The > error it spits is: > > Killed > *** [all_subdir_lib/clang/libclang] Error code 137 > > make[5]: stopped in /usr/src/lib/clang I'm just guessing, but the most likely cause is lack of memory. Please check dmesg for any messages like "pid foo (bar), uid baz, was killed: out of swap space". To work around this, you can temporarily add more swap space, or lower your -j level. -Dimitry --Apple-Mail=_2844520F-B164-40FE-B210-FE2635FEA512 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.1 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCWYWKEwAKCRCwXqMKLiCW o5Y3AJ4xcH2YpP/pfhVLhTlg0uTKbDzJogCgr/BtfV+8dkzLOOX1h6Ym8alepi8= =aL1k -----END PGP SIGNATURE----- --Apple-Mail=_2844520F-B164-40FE-B210-FE2635FEA512--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9C14A21D-1C17-44F9-882B-4A01C311E164>