> On Oct 4, 2024, at 09:35, Corbin Cavolt <ccav...@pm.me> wrote:
> 
> Hi,
> 
> 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-TOOLSETS-INST-DEBIAN

Reply via email to