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 1sPQnH-004ZlG-4T for pgsql-hackers@arkaria.postgresql.org; Thu, 04 Jul 2024 18:02: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 1sPQnD-001sdM-TB for pgsql-hackers@arkaria.postgresql.org; Thu, 04 Jul 2024 18:02:52 +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 1sPQnD-001sd6-AG for pgsql-hackers@lists.postgresql.org; Thu, 04 Jul 2024 18:02:52 +0000 Received: from mail.neurorx.com ([132.216.29.224]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sPQnA-000QWJ-SI for pgsql-hackers@lists.postgresql.org; Thu, 04 Jul 2024 18:02:51 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.neurorx.com (Postfix) with ESMTP id 191412066DF9 for ; Thu, 4 Jul 2024 14:02:44 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.11.0 mail.neurorx.com 191412066DF9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=neurorx.com; s=default; t=1720116164; bh=kafwogKzW5XZRG89U3ZJ7h+AjqNaUNzzt578f+kUFeE=; h=Date:To:From:Subject:From; b=xLuDfcRwNdAVr7wpaayWsgCo6gA37OqpXW6SKMg8mUVgBA43OW4qPi/OPSVZhRr2q AxpHySJggw/5XeONCXWDsP0WR7H+z8qZeuihCVpFMdK6abCGRAxQbxI8b3ZQYzVfgp OpwwWxBIxyQbf50SE/6ceEQvOhEA0qn+uPUm9TaA= X-Virus-Scanned: amavisd-new at neurorx.com Received: from mail.neurorx.com ([127.0.0.1]) by localhost (mail.neurorx.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id rHm4lK_-yzqZ for ; Thu, 4 Jul 2024 14:02:44 -0400 (EDT) Received: from [192.168.30.73] (unknown [192.168.30.73]) by mail.neurorx.com (Postfix) with ESMTPSA id E4F912066DE9 for ; Thu, 4 Jul 2024 14:02:43 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.11.0 mail.neurorx.com E4F912066DE9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=neurorx.com; s=default; t=1720116163; bh=kafwogKzW5XZRG89U3ZJ7h+AjqNaUNzzt578f+kUFeE=; h=Date:To:From:Subject:From; b=LZgBslfcTa5QCn91nqm3SXqzLDseSLNIan4QBIDFwKxL3fIc80etSopDuY18yxC3y Ip1kJAx6R//s+r+U2L8RW+qwDUbGfpkSdrn9jdL6UWIB2ISP4wZmPB6axU4fVM577O FsGXCdyO+DaRwdBVbWrugDoKW604jX0hOZlREdqY= Content-Type: multipart/alternative; boundary="------------RbSKt2EbHaVE5ccCMLUwdOfK" Message-ID: Date: Thu, 4 Jul 2024 14:02:43 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-CA To: PostgreSQL Hackers From: Said Assemlal Subject: Update platform notes to build Postgres on macos List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------RbSKt2EbHaVE5ccCMLUwdOfK Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi, I just built postgresql on macos sonoma (v14) and I had to install the following packages: * * icu - https://ports.macports.org/port/icu/ * * pkg - https://ports.macports.org/port/pkgconfig/ I don't see anything related to this on https://www.postgresql.org/docs/devel/installation-platform-notes.html Did I miss something ? Should we add a note? best, Saïd --------------RbSKt2EbHaVE5ccCMLUwdOfK Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

Hi,


I just built postgresql on macos sonoma (v14) and I had to install the following packages:

I don't see anything related to this on https://www.postgresql.org/docs/devel/installation-platform-notes.html

Did I miss something ? Should we add a note?

best,
Saïd


--------------RbSKt2EbHaVE5ccCMLUwdOfK--