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 1swlNE-005ukK-DU for pgsql-general@arkaria.postgresql.org; Fri, 04 Oct 2024 16:41:49 +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 1swlND-002Xjw-NN for pgsql-general@arkaria.postgresql.org; Fri, 04 Oct 2024 16:41:47 +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 1swlND-002Xjo-Bp for pgsql-general@lists.postgresql.org; Fri, 04 Oct 2024 16:41:47 +0000 Received: from smtp87.iad3b.emailsrvr.com ([146.20.161.87]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1swlN8-002XKH-Ib for pgsql-general@postgresql.org; Fri, 04 Oct 2024 16:41:46 +0000 X-Auth-ID: xof@thebuild.com Received: by smtp11.relay.iad3b.emailsrvr.com (Authenticated sender: xof-AT-thebuild.com) with ESMTPSA id 37212403E6; Fri, 4 Oct 2024 12:41: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: Date: Fri, 4 Oct 2024 09:41:11 -0700 Cc: "pgsql-general@postgresql.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Corbin Cavolt X-Mailer: Apple Mail (2.3776.700.51) X-Classification-ID: 44dee4f8-5a87-49bd-ae52-fc37a61f72da-1-1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On Oct 4, 2024, at 09:35, Corbin Cavolt wrote: >=20 > Hi, >=20 > I'm having a problem building Postgres 17.0 from source. I'm able to = build all the 16.x versions just fine; I'm running into an error = specifically with version 17.0. I use a devcontainer for development = with my own postgres feature here: = https://github.com/ccavolt/devcontainer-features/tree/main/src/postgres. = As you can see I'm using Debian Bookworm for testing. If you open up the = repo in a Codespace or a devcontainer and run the following command, you = should be able to see the same errors that I'll post below: You might try installing the Debian packages for the documentation = tools; the lack of them is the usual reason for errors of that sort: = https://www.postgresql.org/docs/devel/docguide-toolsets.html#DOCGUIDE-TOOL= SETS-INST-DEBIAN=