From owner-svn-src-all@freebsd.org Fri Jan 17 18:55:35 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6646E1F7672; Fri, 17 Jan 2020 18:55:35 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zqyH22Jvz3wbH; Fri, 17 Jan 2020 18:55:35 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id 26969EE6A; Fri, 17 Jan 2020 18:55:35 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::8990:9cf3:602f:2cad] (unknown [IPv6:2001:470:7a58:0:8990:9cf3:602f:2cad]) (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 513661D65C; Fri, 17 Jan 2020 19:55:33 +0100 (CET) From: Dimitry Andric Message-Id: <75C1E5B4-41B3-4C97-9794-1D684884A0E5@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_8AC41FC6-9A1F-4A96-9FB1-4B946D1EB823"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: svn commit: r356832 - head/lib/libc/gen Date: Fri, 17 Jan 2020 19:55:18 +0100 In-Reply-To: <202001171545.00HFjdMw003501@repo.freebsd.org> Cc: src-committers , svn-src-all , svn-src-head@freebsd.org To: Mateusz Guzik References: <202001171545.00HFjdMw003501@repo.freebsd.org> X-Mailer: Apple Mail (2.3445.104.11) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2020 18:55:35 -0000 --Apple-Mail=_8AC41FC6-9A1F-4A96-9FB1-4B946D1EB823 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 17 Jan 2020, at 16:45, Mateusz Guzik wrote: > > Author: mjg > Date: Fri Jan 17 15:45:39 2020 > New Revision: 356832 > URL: https://svnweb.freebsd.org/changeset/base/356832 > > Log: > libc: fix build after r356830 > > Apparently building with 'cd lib/libc; make all install' is not the same > as buildworld. Definitely not, indeed. Such a plain make will use your system's headers for inclusion, not those in /usr/src. Only use this when you are certain those headers are up-to-date (or up-to-date enough ;). -Dimitry --Apple-Mail=_8AC41FC6-9A1F-4A96-9FB1-4B946D1EB823 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.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCXiIDFgAKCRCwXqMKLiCW o6FQAJ9QfiyUJSycS04ZQne1yGHulrxHvQCg8+nCN9fv9qnvRN54nPMwvdkPxVY= =TBKG -----END PGP SIGNATURE----- --Apple-Mail=_8AC41FC6-9A1F-4A96-9FB1-4B946D1EB823--