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 1pZwhU-0000cY-Fj for pgsql-hackers@arkaria.postgresql.org; Wed, 08 Mar 2023 16:31:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pZwgV-00010A-AR for pgsql-hackers@arkaria.postgresql.org; Wed, 08 Mar 2023 16:30:35 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pZwgU-0000yO-WE for pgsql-hackers@lists.postgresql.org; Wed, 08 Mar 2023 16:30:35 +0000 Received: from new3-smtp.messagingengine.com ([66.111.4.229]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pZwgR-0002au-JG for pgsql-hackers@postgresql.org; Wed, 08 Mar 2023 16:30:33 +0000 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailnew.nyi.internal (Postfix) with ESMTP id 5AC185820D0; Wed, 8 Mar 2023 11:30:30 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Wed, 08 Mar 2023 11:30:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t= 1678293030; x=1678300230; bh=jGoCqHLn+pqPwIY5xBeELNdOE9BGUAoaBKA xAea0d50=; b=RWYsBRB75wDbL/ssVy5FNrGrPsdJob58FF8mVFRyTJIGfVD/iln Q8nP3Bo8aYiq+5CJHojRhspo5KzqIXg1zzydUyhPf4osNyeE5Ho6j5izcIlJ5yTF ZvXfyNigncymv3KvNJFIjnQ6at4XJT2E07HcOJA6F1IecB2vMAY20UTkvKYiCRo+ fSYOVaZcPtGlcF4/Hh9F+lkloWd1u+evER9Thc0zI2ZMg/7acv+OoJaVf2SckEYu UAwQA1YfVaHUbeOgpMyRKaEk82Lv0Pduful01z3oe/ToBjEtapPsNWtBZJTR445L iTxXriWBhoczEPDE0qPiPu7maFK3jytS2ng== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvddufedggedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfuffvvehfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpefrvght vghrucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgvihhsvghnthhrrghuthesvghnth gvrhhprhhishgvuggsrdgtohhmqeenucggtffrrghtthgvrhhnpeehleffgeegudejteei hfelteduvdeifffhffdvjedvffegjeekudeludehudeifeenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvghtvghrrdgvihhsvghnthhrrghu thesvghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 8 Mar 2023 11:30:29 -0500 (EST) Message-ID: <6611a65c-5b92-0a89-c223-98e72a54ec0f@enterprisedb.com> Date: Wed, 8 Mar 2023 17:30:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: allow meson to find ICU in non-standard localtion Content-Language: en-US To: Jeff Davis , Jacob Champion Cc: Andres Freund , pgsql-hackers@postgresql.org References: <10930b0dd06d7fbba2b67c07d39bc7ace08d5e42.camel@j-davis.com> <20230226175743.4bxo5xx6ag2bojoh@awork3.anarazel.de> <875e58307282b963b4e8cc4671bad8a8473caca2.camel@j-davis.com> From: Peter Eisentraut In-Reply-To: <875e58307282b963b4e8cc4671bad8a8473caca2.camel@j-davis.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 01.03.23 21:30, Jeff Davis wrote: > On Wed, 2023-03-01 at 11:43 -0800, Jacob Champion wrote: >> I work around it by manually setting -Dextra_lib_dirs. I just tried >> doing that with ICU 72, and it worked without a patch. Hopefully that >> helps some? > > Yes, works, thank you. > > Obviously we'd like a little better solution so that others don't get > confused, but it's not really a problem for me any more. So should we withdraw the patch from the commit fest?