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 1rBJs4-00AOA3-K1 for pgsql-hackers@arkaria.postgresql.org; Thu, 07 Dec 2023 19:17:16 +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 1rBJs3-001wUE-48 for pgsql-hackers@arkaria.postgresql.org; Thu, 07 Dec 2023 19:17:15 +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 1rBJs2-001wU5-OS for pgsql-hackers@lists.postgresql.org; Thu, 07 Dec 2023 19:17:14 +0000 Received: from mail-ej1-x62b.google.com ([2a00:1450:4864:20::62b]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1rBJs0-00AblW-AB for pgsql-hackers@lists.postgresql.org; Thu, 07 Dec 2023 19:17:14 +0000 Received: by mail-ej1-x62b.google.com with SMTP id a640c23a62f3a-a1f33c13ff2so81065866b.3 for ; Thu, 07 Dec 2023 11:17:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701976631; x=1702581431; darn=lists.postgresql.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=IwrqKbW0UV+Kg3MxWfxBVBfyP61ppw/VqQCZ1LN1EbU=; b=Y8Qq4NrQPKsBZIoR1+lSyPMMG88NBtSRJ+5u/JHOZ8JUONmQqjWODCzwikzwmE8Ss9 Ezqcim7BacV0ujJ6iW/1VDuWRAbljhZqhWWs7pydbKYD+psqIjsgbht/Hiol9dD40GKe RzMAGv3IG7si69O1B510oXlTlPmM8Cn2B7frMb94Jiv153oIXQzw7cY+dN+pwHYCWYwG 2TnR4NHDY7QpZEFMq99s7/llOOJAjjaumyhsUzbsF1HZN/4g5vHddo/Oq4J238W/lJlJ gkRavETbGT1jizRP3Zpf4VLcJkmKV2LIPUC6/yeP6ICIjBIMj+v43maIQJWOUGcKRlGZ QZyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701976631; x=1702581431; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=IwrqKbW0UV+Kg3MxWfxBVBfyP61ppw/VqQCZ1LN1EbU=; b=FWEGwOrTae7aI9hZadY1waM3MqnqAIPU6WeUX35gbejHElTOg05qI0Wd8eE4U/W5H/ Wz3/UoglfQYsQUkmoTkbP+GDXtngUj3+GA6BjOZe1DOFbdMT1Nd4BIWKMI5/RzeI/kdl 8quLiGeHB7BXHEv9cA4L52UNGrbNVVk+9WdZRB9tB6gVevoZ0825b5FjSjYRQI0b5e05 TXg+4FGGOFG5xhWF9WwIpGGJSRgAF6uvfLrMPggtr03Vj5xY7BbF95putNK1ROGrWQi0 xCXNGcyuM2rIVuAYNITf4/Hn90plLrABSiUqYXSiv7M5jidK4VnyUc/TKyTCz0JKwppd F3Eg== X-Gm-Message-State: AOJu0Yx+WdglinFrIpuETfrLDnm0smZlEpluQUVM+v9Vz6HKSwGJ4jVF TSxfYEaPsfkeDaThna1oZHNb1k/74IVLPKJ4xN/QFg8ky+U= X-Google-Smtp-Source: AGHT+IFeMqk2ZiyDvvUg3vakvnasBxiFPC5Rb2TACavnIgOs5OUsRtIc6eFgK2hbfzAVJZbkyTRvifRrjacq5/pjPdk= X-Received: by 2002:a17:906:5354:b0:a10:ce3a:ea44 with SMTP id j20-20020a170906535400b00a10ce3aea44mr2449701ejo.50.1701976630540; Thu, 07 Dec 2023 11:17:10 -0800 (PST) MIME-Version: 1.0 References: <20231207185259.sgw7sircjuch2ujc@awork3.anarazel.de> In-Reply-To: <20231207185259.sgw7sircjuch2ujc@awork3.anarazel.de> From: Dave Cramer Date: Thu, 7 Dec 2023 14:16:52 -0500 Message-ID: Subject: Re: errors building on windows using meson To: Andres Freund Cc: PostgreSQL Hackers Content-Type: multipart/alternative; boundary="0000000000007abe25060bf05013" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000007abe25060bf05013 Content-Type: text/plain; charset="UTF-8" On Thu, 7 Dec 2023 at 13:53, Andres Freund wrote: > Hi, > > On 2023-12-07 12:54:27 -0500, Dave Cramer wrote: > > state-exec: run failed: cannot create new executor meta: cannot get > > matching bin by path: no matching binary by path > > > "C:\\Users\\Administrator\\AppData\\Local\\activestate\\cache\\b9117b06\\exec\\perl.EXE" > > state-exec: Not user serviceable; Please contact support for assistance. > > > > anyone seen this or have a fix ? > > I've not seen that before. Please provide a bit more detail. Compiler, > building with ninja or msbuild/visual studio, when exactly you're > encountering > the issue, ... > > Windows Server 2019 VS 2019 building with ninja Dave > Greetings, > > Andres Freund > --0000000000007abe25060bf05013 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Thu, 7 Dec 2023 at 13:53, Andres F= reund <andres@anarazel.de> = wrote:
Hi,

On 2023-12-07 12:54:27 -0500, Dave Cramer wrote:
> state-exec: run failed: cannot create new executor meta: cannot get > matching bin by path: no matching binary by path
> "C:\\Users\\Administrator\\AppData\\Local\\activestate\\cache\\b9= 117b06\\exec\\perl.EXE"
> state-exec: Not user serviceable; Please contact support for assistanc= e.
>
> anyone seen this or have a fix ?

I've not seen that before. Please provide a bit more detail. Compiler,<= br> building with ninja or msbuild/visual studio, when exactly you're encou= ntering
the issue, ...

Windows Server 2019
VS 2019
build= ing with ninja

Dave
=C2=A0
Greetings,

Andres Freund
--0000000000007abe25060bf05013--