Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1swnfT-0066wT-Uu for pgsql-general@arkaria.postgresql.org; Fri, 04 Oct 2024 19:08:48 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1swnfT-004Uwj-6c for pgsql-general@arkaria.postgresql.org; Fri, 04 Oct 2024 19:08:47 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1swnfS-004Uu0-RA for pgsql-general@lists.postgresql.org; Fri, 04 Oct 2024 19:08:46 +0000 Received: from smtp118.iad3b.emailsrvr.com ([146.20.161.118]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1swnfQ-002Uki-B6 for pgsql-general@postgresql.org; Fri, 04 Oct 2024 19:08:45 +0000 X-Auth-ID: xof@thebuild.com Received: by smtp7.relay.iad3b.emailsrvr.com (Authenticated sender: xof-AT-thebuild.com) with ESMTPSA id B86396032B; Fri, 4 Oct 2024 15:08:42 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51\)) Subject: Re: Error Building Postgres 17.0 from Source From: Christophe Pettus In-Reply-To: <676935.1728068724@sss.pgh.pa.us> Date: Fri, 4 Oct 2024 12:08:11 -0700 Cc: Corbin Cavolt , "pgsql-general@postgresql.org" Content-Transfer-Encoding: quoted-printable Message-Id: <4A3CC287-BAC9-4786-B4F9-FFF5B2CA78F9@thebuild.com> References: <676935.1728068724@sss.pgh.pa.us> To: Tom Lane X-Mailer: Apple Mail (2.3776.700.51) X-Classification-ID: ffb06158-2981-4459-861c-3af4c46949cf-1-1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On Oct 4, 2024, at 12:05, Tom Lane wrote: >=20 > Yeah, that's what it looks like. I'm a bit confused though because > 16.x should have failed the same way: building our docs without local > DTDs has failed for well over a year now [1].=20 To add confusion to the fire, I was successfully building pre-17 = versions ("make world") locally on MacOS fine without having to install = the documentation tools. It wasn't until 17 that it failed (and = installing the doc tools as recommended fixed it).=