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 1s4MVZ-0038pB-4G for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 07 May 2024 15:13:32 +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 1s4MVW-003Yt1-0q for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 07 May 2024 15:13:30 +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 1s4MVV-003Ysp-Qp for pgsql-pkg-debian@lists.postgresql.org; Tue, 07 May 2024 15:13:30 +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 1s4MVT-001tAd-T9 for pgsql-pkg-debian@lists.postgresql.org; Tue, 07 May 2024 15:13:29 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1482:3660:9040:dbc4:d54f:9910]) (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 4VYhcP1h7kz3G9d; Tue, 7 May 2024 17:13:25 +0200 (CEST) Date: Tue, 7 May 2024 17:13:24 +0200 From: Christoph Berg To: SCHOEMANS Maxime , Bradford Boyle Cc: "pgsql-pkg-debian@lists.postgresql.org" , Esteban Zimanyi Subject: Re: Updated packaging for MobilityDB 1.1.0 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7a04a9a4-6cfc-466c-9c53-f1540a9ccc7e@ulb.be> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: SCHOEMANS Maxime > Let us know if there are any other issues or if we can assist you in > producing the PR with the build patch. Hi, one more thing that would be nice: Every time you invoke `psql` during testing, it should really be `psql -X` so it doesn't read the user's ~/.psqlrc file. In my case, the `\pset linestyle unicode` and `\timing` in there cause a lot of noise in the test results. Re: Bradford Boyle > I’ve updated the packaging for MobilityDB 1.1.1 to address the > autopkgtest issues when building on pgdg. MobilityDB does not build on > buster becuase of the old version of libproj; the package also fails to > build on i386. Additionally there are test failures on s390x. Attached > is a patch for pgapt to exclude these (buster, i386, and s390z) from the > build. I've finally found the time to get back to this; the build is running. Sorry, sometimes I'm overwhelmed by TODO items and then simply drop some of them indefinitely. Cheers, Christoph