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 1swo61-0068oX-Fh for pgsql-general@arkaria.postgresql.org; Fri, 04 Oct 2024 19:36:14 +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 1swo60-004uih-Qe for pgsql-general@arkaria.postgresql.org; Fri, 04 Oct 2024 19:36:12 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1swo60-004uiZ-Fm for pgsql-general@lists.postgresql.org; Fri, 04 Oct 2024 19:36:12 +0000 Received: from smtp118.ord1d.emailsrvr.com ([184.106.54.118]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1swo5w-002YZ2-Qs for pgsql-general@postgresql.org; Fri, 04 Oct 2024 19:36:11 +0000 X-Auth-ID: xof@thebuild.com Received: by smtp7.relay.ord1d.emailsrvr.com (Authenticated sender: xof-AT-thebuild.com) with ESMTPSA id 26C7C20255; Fri, 4 Oct 2024 15:36:08 -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: <680039.1728070459@sss.pgh.pa.us> Date: Fri, 4 Oct 2024 12:35:37 -0700 Cc: Corbin Cavolt , "pgsql-general@postgresql.org" Content-Transfer-Encoding: 7bit Message-Id: <358AC89B-01E5-469E-B748-2928589CFE4D@thebuild.com> References: <676935.1728068724@sss.pgh.pa.us> <4A3CC287-BAC9-4786-B4F9-FFF5B2CA78F9@thebuild.com> <680039.1728070459@sss.pgh.pa.us> To: Tom Lane X-Mailer: Apple Mail (2.3776.700.51) X-Classification-ID: c46f9914-8612-4ecb-8a5a-2c879f0cf741-1-1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On Oct 4, 2024, at 12:34, Tom Lane wrote: > > If so, the difference is that up to v16 we > included prebuilt HTML docs in the tarballs, but as of v17 we don't. > So "make world" now triggers a local docs build where before it > didn't. Ah! That would be it.