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 1nB2cX-0008R0-Q0 for buildfarm-members@arkaria.postgresql.org; Fri, 21 Jan 2022 22:43:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nB2cW-0007BW-Nm for buildfarm-members@arkaria.postgresql.org; Fri, 21 Jan 2022 22:43:00 +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 1nB2cW-0007BH-H8 for buildfarm-members@lists.postgresql.org; Fri, 21 Jan 2022 22:43:00 +0000 Received: from yoda.mksoft.nu ([194.14.207.57]) by magus.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.92) (envelope-from ) id 1nB2cU-0005qS-N4 for buildfarm-members@lists.postgresql.org; Fri, 21 Jan 2022 22:43:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mksoft.nu; s=20151129; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From:References:To:Subject:MIME-Version:Date:Message-ID; bh=m9eIzgGBtGfyNWVcY6u96JpvnBe1U1fexLM9iqDJo2w=; b=ZewHnSqU1MgtyoH4tf0akv23Am6iRG2ic/CcMIn4AJ6WGxHNqYXh1dotMRq1mfOD+HfLSFBXj30cA1vKdyfo+OFidXTzyz+64+zwNxL6AG6Nj2hyHCVz0g020ALs4IZbVYJZUur/7HAeUqQrZCNWs3WjWnXh9+fVMb9/fMa38WsUCyFAtwBTF7ntMpR7a3vdoMqal3tVcUNm0iCaf5FnWgpqFRGloMFmTSfVyTIYEYRKDL2y2QW0wKSM/YBPfw9R87Af3qFFQUZgyrCgVRZxMCWKNq0Ei3zs3io6HIEzPLWSURD54iKIbJd4bmgMmPn6Ss+AoG80Nv03OrZ2WuiJ4w==; Received: from c83-251-64-106.bredband.tele2.se ([83.251.64.106] helo=[10.100.0.2]) by yoda.mksoft.nu with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1nB2cR-0002Bu-Ev; Fri, 21 Jan 2022 23:42:56 +0100 Message-ID: <653ffe65-8306-8fea-f84e-6f7feb772069@mksoft.nu> Date: Fri, 21 Jan 2022 23:42:49 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: Buildfarm update to Python 3 needed Content-Language: en-US To: Tom Lane , buildfarm-members@lists.postgresql.org References: <3162195.1642093011@sss.pgh.pa.us> <1200904.1642789725@sss.pgh.pa.us> From: =?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= In-Reply-To: <1200904.1642789725@sss.pgh.pa.us> 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 2022-01-21 19:28, Tom Lane wrote: > We ran a small test case to see which buildfarm members are ready > for this changeover, by seeing what happens if python3 is chosen > by configure. Here's the results. > > These animals have python3, but failed to find an associated > Python.h (this likely means you need to install python3-dev > or local equivalent, not just the base package): > grison Should be fixed since a couple of days ago. It didn't have the python3-dev package installed. > These animals definitely don't have python3 installed: > curculio Just installed python-3.5.1 on it. /Mikael