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 1qQUN4-0004Vu-5X for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 31 Jul 2023 14:59:42 +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 1qQUN1-000e8M-Ah for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 31 Jul 2023 14:59:40 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qQUN1-000e8E-4h for pgsql-pkg-debian@lists.postgresql.org; Mon, 31 Jul 2023 14:59:40 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qQUMz-00017f-Sr for pgsql-pkg-debian@lists.postgresql.org; Mon, 31 Jul 2023 14:59:39 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1482:3660:6232:b974:3916:b547]) (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 4RF1c949M7z3DyV; Mon, 31 Jul 2023 16:59:37 +0200 (CEST) Date: Mon, 31 Jul 2023 16:59:37 +0200 From: Christoph Berg To: Bradford Boyle Cc: Esteban Zimanyi , =?iso-8859-1?Q?C=E9dric?= Villemain , pgsql-pkg-debian@lists.postgresql.org, SCHOEMANS Maxime Subject: Re: Packaging request MobilityDB Message-ID: References: <75679669-4482-3f16-bd4d-6ec1f9950941@abcsql.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi, I've finally found the time to look at MobilityDB. Re: Bradford Boyle > * Debian 13 (trixie/testing) > - builds successfully > - piuparts passes > - autopkgtests fail for trixie (testing) > * test failure looks to be an issue with the newer libproj (9.2.1) > included in trixie When I run the tests on unstable I get this: $ debian/tests/installcheck Creating new PostgreSQL cluster 15/regress ... test 001_set ... *** /tmp/pg_virtualenv.ye3HhD/log/postgresql-15-regress.log (last 100 lines) *** 2023-07-31 14:44:57.593 UTC [321171] LOG: starting PostgreSQL 15.3 (Debian 15.3-0+deb12u1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit 2023-07-31 14:44:57.593 UTC [321171] LOG: listening on IPv4 address "127.0.0.1", port 5433 2023-07-31 14:44:57.594 UTC [321171] LOG: could not bind IPv4 address "127.0.0.1": Address already in use 2023-07-31 14:44:57.594 UTC [321171] HINT: Is another postmaster already running on port 5433? If not, wait a few seconds and retry. 2023-07-31 14:44:57.594 UTC [321171] LOG: listening on Unix socket "/tmp/.s.PGSQL.5433" 2023-07-31 14:44:57.595 UTC [321174] LOG: database system was shut down at 2023-07-31 14:44:57 UTC 2023-07-31 14:44:57.597 UTC [321171] LOG: database system is ready to accept connections 2023-07-31 14:45:00.903 UTC [321209] myon@postgres ERROR: Could not parse the set: Missing open brace at character 29 2023-07-31 14:45:00.903 UTC [321209] myon@postgres STATEMENT: /* Errors */ SELECT tstzset '2000-01-01, 2000-01-02'; Dropping cluster 15/regress ... (After setting : ${AUTOPKGTEST_TMP:=/tmp} ) debian/copyright: LICENSE mentions the ULB - haven't checked the rest of the source yet debian/tests/installcheck: Why is that .so trickery necessary? If mobilitydb needs postgis that way, it should link against it. debian/control.in: This would be the first package to use PGVERSION in the Build-Depends list. I'm slightly surprised it works, but apparently I coded the logic in pg_buildext correctly. ;) Is the postgis version used at build time relevant? There is a postgresql-postgis package that could be used instead. (If the version is relevant, we need a solution that works when more than one version is targeted.) Christoph