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 1sgmYf-007rlv-Tm for pgsql-hackers@arkaria.postgresql.org; Wed, 21 Aug 2024 14:43: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 1sgmYd-00Bu1H-Nz for pgsql-hackers@arkaria.postgresql.org; Wed, 21 Aug 2024 14:43: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 1sgmYd-00Bu19-EP for pgsql-hackers@lists.postgresql.org; Wed, 21 Aug 2024 14:43:31 +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 1sgmYX-000kIz-Or for pgsql-hackers@postgresql.org; Wed, 21 Aug 2024 14:43: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 47LEhJ0G1777667; Wed, 21 Aug 2024 10:43:19 -0400 From: Tom Lane To: Heikki Linnakangas cc: Thomas Munro , Alvaro Herrera , Heikki Linnakangas , pgsql-hackers Subject: Re: configure failures on chipmunk In-reply-to: References: <202408202148.kprlwjv6j2ry@alvherre.pgsql> Comments: In-reply-to Heikki Linnakangas message dated "Wed, 21 Aug 2024 09:29:39 +0300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1777665.1724251399.1@sss.pgh.pa.us> Date: Wed, 21 Aug 2024 10:43:19 -0400 Message-ID: <1777666.1724251399@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Heikki Linnakangas writes: > Yeah, I've been slowly upgrading it to a new debian/raspbian version, > and "ccache" started segfaulting, not sure why. I compiled ccache from > sources, and now it seems to work when I run it on its own. Not sure why > the buildfarm run still failed. Maybe nuking the animal's ccache cache would help. regards, tom lane