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 1rse9o-008LM1-EI for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 05 Apr 2024 07:38:40 +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 1rse9n-006Obr-MN for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 05 Apr 2024 07:38:39 +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 1rse9n-006OVa-G9 for pgsql-pkg-debian@lists.postgresql.org; Fri, 05 Apr 2024 07:38:39 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rse9g-000hyV-PG for pgsql-pkg-debian@lists.postgresql.org; Fri, 05 Apr 2024 07:38:38 +0000 Received: from msg.df7cb.de (ip588608a6.dynamic.kabel-deutschland.de [88.134.8.166]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4V9r2H10l5z3G6s; Fri, 5 Apr 2024 09:38:31 +0200 (CEST) Date: Fri, 5 Apr 2024 09:38:30 +0200 From: Christoph Berg To: Bradford Boyle Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: Updated packaging for MobilityDB 1.1.0 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Bradford Boyle > I pushed a commit to s.d.o this past weekend updating the version from > 1.1.0~rc.1 to 1.1.0. Looking at the latest build on pgdgbuild [1], I see > that there is a failure for sid amd64. I've only looked at the build > output briefly but it looks like the failure is building against > postgres 12: > > meos/src/general/tsequence.c:3116:19: error: implicit declaration > of function ‘hash_bytes_uint32’; > > There have been some recent commits on this file (tsequence.c) between > 1.1.0~rc.1 and 1.1.0 but I'll need to investigate more to figure out a > fix. If it's not trivial to fix, there is always the option to exclude the older PG versions from the build. 12 is going to be EOL soonish anyway. Christoph