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 1st8xl-00DtoQ-0h for pgsql-general@arkaria.postgresql.org; Tue, 24 Sep 2024 17:04:33 +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 1st8xk-00AvWH-Bc for pgsql-general@arkaria.postgresql.org; Tue, 24 Sep 2024 17:04:32 +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 1st8xk-00AvW7-04 for pgsql-general@lists.postgresql.org; Tue, 24 Sep 2024 17:04:32 +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 1st8xh-000qKp-Hp for pgsql-general@lists.postgresql.org; Tue, 24 Sep 2024 17:04:30 +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 48OH4QRg3418110; Tue, 24 Sep 2024 13:04:26 -0400 From: Tom Lane To: Ayush Vatsa cc: Adrian Klaver , pgsql-general@lists.postgresql.org Subject: Re: Issues with PostgreSQL Source Code Installation In-reply-to: References: <888b2bb9-6d20-4ee6-a78e-0fbfeda25ee7@aklaver.com> Comments: In-reply-to Ayush Vatsa message dated "Tue, 24 Sep 2024 22:02:28 +0530" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3418108.1727197466.1@sss.pgh.pa.us> Date: Tue, 24 Sep 2024 13:04:26 -0400 Message-ID: <3418109.1727197466@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Ayush Vatsa writes: > So actually I wanted to modify and playaround with the code, > hence I am using the github repo and building postgres from it. Seems reasonable. The tip of master branch is occasionally broken, but seldom for very long, and none of our buildfarm animals are reporting failures like this. It looks to me like there is something wrong with your libicu installation --- perhaps headers out of sync with shared library? regards, tom lane