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 1tqTiN-005ZVb-1N for buildfarm-members@arkaria.postgresql.org; Fri, 07 Mar 2025 09:09: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 1tqTiL-00D9IW-Qj for buildfarm-members@arkaria.postgresql.org; Fri, 07 Mar 2025 09:09:53 +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 1tqTiL-00D9IO-KS for buildfarm-members@lists.postgresql.org; Fri, 07 Mar 2025 09:09:53 +0000 Received: from yoda.mksoft.nu ([194.14.207.57]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_DHE_RSA_WITH_AES_128_CBC_SHA (Exim 4.96) (envelope-from ) id 1tqTiJ-001SxD-2Z for buildfarm-members@lists.postgresql.org; Fri, 07 Mar 2025 09:09:52 +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:Cc:To:Subject:MIME-Version:Date:Message-ID; bh=5lvgunyJ5fPsjjpbaFkXLtiJ4TuySDf22LUxOijAsNk=; b=Za/89AeyPwnRQ6XdrHXsmi8+MoYx4oESAg66x7dbv5yOJDX6BDsJ5CRTVRepyCwHjsdhmDjf8A09DTGrUfCkj3QqGXjUpVa/PDcjVBZnjPjNCzvfn1+bka17X7SECxXl8HSan299ROkVES/KcyTVhqBs1KPIPACrbizccsrXW7Qep/JAXbfnHGhYPH1Ksv03Cp3KfjZEUnha84roB5RyszDCrm5aG1ctHePe9V5qXljmgZAfNaOd/LpZryQPImf3XVz2NeclaSEWkLZTJ7W58VEyVqQ/cm89jniR0cQypIHMP7sL4TTDus6CtefD1H0iVs5sr6GOH+nfjvh5AUsWew==; Received: from c83-249-37-11.bredband.tele2.se ([83.249.37.11] 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 1tqTiB-0000iB-6D; Fri, 07 Mar 2025 10:09:47 +0100 Message-ID: <0ed90da3-9b76-4849-ad0c-049fbf7db30b@mksoft.nu> Date: Fri, 7 Mar 2025 10:09:36 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: please update description of grison To: =?UTF-8?Q?=C3=81lvaro_Herrera?= Cc: Stefan Kaltenbrunner , Peter Eisentraut , mikael.kjellstrom@gmail.com, buildfarm-members@lists.postgresql.org References: <202503070902.3f3djxxbiece@alvherre.pgsql> <457368a4-b1dc-4a61-8eeb-a6df299ef848@mksoft.nu> Content-Language: sv-SE, en-US From: =?UTF-8?Q?Mikael_Kjellstr=C3=B6m?= In-Reply-To: <457368a4-b1dc-4a61-8eeb-a6df299ef848@mksoft.nu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi Sorry should be: ./update_personality.pl --os-version="12" --compiler-version="12.2.0" as the os is: Raspbian GNU/Linux 12 (bookworm) and compiler is: $ gcc --version gcc (Raspbian 12.2.0-14+rpi1) 12.2.0 right? /Mikael On 2025-03-07 10:07, Mikael Kjellström wrote: > > On 2025-03-07 10:02, Álvaro Herrera wrote: >> Hello >> >> On 2025-Mar-07, Mikael Kjellström wrote: >> >>> For example look at: >>> >>> morepork = OpenBSD OpenBSD 6.9 clang clang 10.0.1 x64 >>> >>> It should say: >>> >>> morepork = OpenBSD 6.9 clang 10.0.1 x64 >>> >>> i used update_personality.pl to change that once (several years ago) >>> and >>> that is how it displays after sending in: >>> >>> $ update_personality.pl --os-version="OpenBSD 6.9" >>> --compiler-version="clang >>> 10.0.1 x64" >> You have to give only the version *number*, not the operating >> system/compiler names. >> >> The fact that the compiler itself cannot be changed (say from gcc to >> clang, which you appear to be trying to do for sidewinder) appears to be >> on purpose.  I suppose you should submit a new request and abandon the >> old animal name, if you wanted to make such a conversion.  (I don't >> necessarily agree with this view of things, but it's how it is at >> present.) > > Aha!  So there is where I went wrong. > > So for my grison update I should send in: > > ./update_personality.pl --os-version="6.9" --compiler-version="12.2.0" > > is that correct? > >> Thanks for keeping these animals running, > > No problem. > > /Mikael > > >