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 1sPOWx-004OQV-Ht for pgsql-hackers@arkaria.postgresql.org; Thu, 04 Jul 2024 15:37:55 +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 1sPOWv-000nXF-1k for pgsql-hackers@arkaria.postgresql.org; Thu, 04 Jul 2024 15:37:53 +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 1sPOWu-000nX6-Nt for pgsql-hackers@lists.postgresql.org; Thu, 04 Jul 2024 15:37:53 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sPOWs-000OFL-J6 for pgsql-hackers@lists.postgresql.org; Thu, 04 Jul 2024 15:37:52 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 464Fbmoi3408271; Thu, 4 Jul 2024 11:37:49 -0400 From: Tom Lane To: Daniel Gustafsson cc: Mohab Yaser , Aleksander Alekseev , PostgreSQL Hackers Subject: Re: Problem while installing PostgreSQL using make In-reply-to: <4C24AD62-BF79-4B96-8EE7-869AC4C1DDB4@yesql.se> References: <4C24AD62-BF79-4B96-8EE7-869AC4C1DDB4@yesql.se> Comments: In-reply-to Daniel Gustafsson message dated "Thu, 04 Jul 2024 12:32:17 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3408269.1720107468.1@sss.pgh.pa.us> Date: Thu, 04 Jul 2024 11:37:48 -0400 Message-ID: <3408270.1720107468@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: > Flex/Bison are only required when building from a Git tree, downloading a > source archive and building from there might be easier to get started. > https://www.postgresql.org/ftp/source/ That's no longer true I think - as of v17 the source tarballs won't contain any generated files, so you do need flex and bison if you want to do any sort of development. I am mildly astonished to hear that too-old versions of those tools aren't extinct in the wild, though. In any case I agree with the recommendation to install and use git rather than downloading source tarballs. regards, tom lane