Package: pglogical
Version: 2.3.1-1
Severity: serious
Tags: ftbfs
It seems pglogical recently started failing to build.
http://buildd.raspbian.org/status/fetch.php?pkg=pglogical&arch=armhf&ver=2.3.1-1%2Bb1&stamp=1591473342
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pglogical.html
/build/1st/pglogical-2.3.1/pglogical_dependency.c:235:13: error: static
declaration of 'AcquireDeletionLock' follows non-static declaration
235 | static void AcquireDeletionLock(const ObjectAddress *object, int
flags);
| ^~~~~~~~~~~~~~~~~~~
In file included from /build/1st/pglogical-2.3.1/pglogical_dependency.c:29:
/usr/include/postgresql/12/server/catalog/dependency.h:145:13: note: previous
declaration of 'AcquireDeletionLock' was here
145 | extern void AcquireDeletionLock(const ObjectAddress *object, int
flags);
| ^~~~~~~~~~~~~~~~~~~
/build/1st/pglogical-2.3.1/pglogical_dependency.c:236:13: error: static
declaration of 'ReleaseDeletionLock' follows non-static declaration
236 | static void ReleaseDeletionLock(const ObjectAddress *object);
| ^~~~~~~~~~~~~~~~~~~
In file included from /build/1st/pglogical-2.3.1/pglogical_dependency.c:29:
/usr/include/postgresql/12/server/catalog/dependency.h:147:13: note: previous
declaration of 'ReleaseDeletionLock' was here
147 | extern void ReleaseDeletionLock(const ObjectAddress *object);
| ^~~~~~~~~~~~~~~~~~~
make[2]: *** [<builtin>: pglogical_dependency.o] Error 1