From owner-freebsd-current@freebsd.org Sun Mar 12 01:04:27 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7657CF9F58 for ; Sun, 12 Mar 2017 01:04:27 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C50E1707 for ; Sun, 12 Mar 2017 01:04:27 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::b41e:b28e:9796:f896] (unknown [IPv6:2001:7b8:3a7:0:b41e:b28e:9796:f896]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id F2C432E9EB; Sun, 12 Mar 2017 02:04:22 +0100 (CET) From: Dimitry Andric Message-Id: <5CB065B0-5A7D-4A50-A722-8EA579A67188@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_A0AD1F4B-1279-4DA7-85F9-FB9846A878D7"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: buildworld error Date: Sun, 12 Mar 2017 02:04:14 +0100 In-Reply-To: Cc: Cy Schubert , FreeBSD Current To: Roberto Rodriguez Jr References: <201703120038.v2C0cF2V088898@slippy.cwsent.com> X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2017 01:04:27 -0000 --Apple-Mail=_A0AD1F4B-1279-4DA7-85F9-FB9846A878D7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 12 Mar 2017, at 01:55, Roberto Rodriguez Jr = wrote: >=20 > Now... > make buildworld ... > In file included from /usr/src/contrib/llvm/lib/Support/APInt.cpp:15: > In file included from = /usr/src/contrib/llvm/include/llvm/ADT/APInt.h:20: > In file included from > /usr/src/contrib/llvm/include/llvm/Support/MathExtras.h:19: > In file included from /usr/include/c++/v1/algorithm:634: > In file included from /usr/include/c++/v1/memory:604: > /usr/include/c++/v1/new:73:10: fatal error: '__undef___deallocate' = file not > found > #include <__undef___deallocate> > ^ Yes, this is because of the bad advice to run "make delete-old" before you had run "make installworld". You had an older version of libc++ in /usr/include/c++, but that still required the __undef___deallocate header, which has now been deleted by "make delete-old". Your best chance is to build and install libc++ first, if possible, by doing: cd /usr/src/lib/libc++ make obj make depend make make install Then retry building world. -Dimitry --Apple-Mail=_A0AD1F4B-1279-4DA7-85F9-FB9846A878D7 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.0.30 iEYEARECAAYFAljEnpYACgkQsF6jCi4glqPOoACggltzSf6pPy05Y3w7yUk/1XXm 5iMAnAvdwG8GpvxfnIQqIgRT10XeDvjt =1z10 -----END PGP SIGNATURE----- --Apple-Mail=_A0AD1F4B-1279-4DA7-85F9-FB9846A878D7--