Source: postgresql-common Version: 290 Severity: normal Tags: patch X-Debbugs-Cc: [email protected] User: [email protected] Usertags: m68k
Hello, postgreql-18 fails during a local build with gcc-16 with [1]: -drop cascades to table testschema.atable -drop cascades to materialized view testschema.amv -drop cascades to table testschema.tablespace_acl -DROP ROLE regress_tablespace_user1; -DROP ROLE regress_tablespace_user2; +psql: error: connection to server on socket "/tmp/pg_regress-LH8ELi/.s.PGSQL.65315" failed: No such file or directory + Is the server running locally and accepting connections on that socket? make[1]: *** [/usr/share/postgresql-common/server/postgresql.mk:283: override_dh_auto_test-arch] Error 1 make[1]: Leaving directory '/build/reproducible-path/postgresql-18-18.3' make: *** [/usr/share/postgresql-common/server/postgresql.mk:173: binary-arch] Error 2 dpkg-buildpackage: error: debian/rules binary-arch subprocess failed with exit status 2 -------------------------------------------------------------------------------- Build finished at 2026-05-09T22:55:13Z Can you ignore the testsuite results on m68k as well? See the attached patch! Thanks, Adrian > [1] https://people.debian.org/~glaubitz/postgresql-18_18.3-1_m68k.log.gz -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- server/postgresql.mk.orig 2026-02-11 21:02:38.000000000 +0100 +++ server/postgresql.mk 2026-05-10 07:58:25.584003988 +0200 @@ -161,7 +161,7 @@ # powerpc fails thread test on postgresql-16 # sh4 lets qemu segfaults when building postgresql-16 # sparc64 fails bin/summarization-and-inprogress-insertion test with postgresql-15 -ifneq ($(filter alpha hppa hurd% ia64 kfreebsd% powerpc sh4 sparc64,$(DEB_HOST_ARCH)),) +ifneq ($(filter alpha hppa hurd% ia64 kfreebsd% m68k powerpc sh4 sparc64,$(DEB_HOST_ARCH)),) TEST_FAIL_COMMAND = echo "Ignoring test failures on this architecture" else TEST_FAIL_COMMAND = exit 1

