Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o80w5-0003ke-8m for pgsql-hackers@arkaria.postgresql.org; Sun, 03 Jul 2022 14:50:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1o80w3-0006bl-SB for pgsql-hackers@arkaria.postgresql.org; Sun, 03 Jul 2022 14:50:55 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o80w3-0006bP-Ir for pgsql-hackers@lists.postgresql.org; Sun, 03 Jul 2022 14:50:55 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o80w1-0001xI-EJ for pgsql-hackers@lists.postgresql.org; Sun, 03 Jul 2022 14:50:55 +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 263EonnU1214910; Sun, 3 Jul 2022 10:50:49 -0400 From: Tom Lane To: Robert Haas cc: Peter Eisentraut , PostgreSQL Hackers Subject: Re: PSA: Autoconf has risen from the dead In-reply-to: References: <1627398.1642955357@sss.pgh.pa.us> <652d5f5d-27e7-b1db-03e0-c74cfdca40cd@enterprisedb.com> <08af106d-10f0-4e1e-a1af-39dbb5920072@enterprisedb.com> <907591.1656778272@sss.pgh.pa.us> <955006.1656783753@sss.pgh.pa.us> Comments: In-reply-to Robert Haas message dated "Sun, 03 Jul 2022 10:41:43 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1214908.1656859849.1@sss.pgh.pa.us> Date: Sun, 03 Jul 2022 10:50:49 -0400 Message-ID: <1214909.1656859849@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Robert Haas writes: > Hmm, I also don't know how annoying it's going to be to get the new > ninja/meson stuff working on macOS ... I really hope someone puts a > good set of directions on the wiki or in the documentation or > someplace. If you use MacPorts it's just "install those packages", and I imagine the same for Homebrew. I've not tried build-from-source on modern platforms. One thing I think we lack data on is whether we're going to need a policy similar to everyone-must-use-exactly-this-autoconf-version. If we do, that will greatly raise the importance of building from source. regards, tom lane