Bug#948790: gambas3 ftbfs in unstable

2020-01-13 Thread Bastian Germann
duplicate of #948783



Bug#948790: gambas3 ftbfs in unstable

2020-01-13 Thread Matthias Klose
Package: src:gambas3
Version: 3.13.0-1
Severity: serious
Tags: sid bullseye

[...]
Making all in src
make[5]: Entering directory '/<>/gb.db.postgresql/src'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-I/usr/include/postgresql/ -I/usr/include/postgresql/12/server/
-I/usr/include/postgresql/12/server/catalog/ -Wdate-time -D_FORTIFY_SOURCE=2
-pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -g
-O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o gb_db_postgresql_la-main.lo `test -f 'main.c' ||
echo './'`main.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/postgresql/
-I/usr/include/postgresql/12/server/
-I/usr/include/postgresql/12/server/catalog/ -Wdate-time -D_FORTIFY_SOURCE=2
-pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os -g
-O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat
-Werror=format-security -c main.c  -fPIC -DPIC -o 
.libs/gb_db_postgresql_la-main.o
main.c: In function ‘conv_type’:
main.c:338:8: error: ‘ABSTIMEOID’ undeclared (first use in this function); did
you mean ‘TIMEOID’?
  338 |   case ABSTIMEOID:
  |^~
  |TIMEOID
main.c:338:8: note: each undeclared identifier is reported only once for each
function it appears in
main.c:339:8: error: ‘RELTIMEOID’ undeclared (first use in this function); did
you mean ‘TIMEOID’?
  339 |   case RELTIMEOID:
  |^~
  |TIMEOID
main.c: In function ‘conv_data’:
main.c:421:8: error: ‘ABSTIMEOID’ undeclared (first use in this function); did
you mean ‘TIMEOID’?
  421 |   case ABSTIMEOID:
  |^~
  |TIMEOID
main.c:422:8: error: ‘RELTIMEOID’ undeclared (first use in this function); did
you mean ‘TIMEOID’?
  422 |   case RELTIMEOID:
  |^~
  |TIMEOID
make[5]: *** [Makefile:496: gb_db_postgresql_la-main.lo] Error 1
make[5]: Leaving directory '/<>/gb.db.postgresql/src'
make[4]: *** [Makefile:438: all-recursive] Error 1
make[4]: Leaving directory '/<>/gb.db.postgresql'
make[3]: *** [Makefile:370: all] Error 2
make[3]: Leaving directory '/<>/gb.db.postgresql'
make[2]: *** [Makefile:437: all-recursive] Error 1
make[2]: Leaving directory '/<>'
make[1]: *** [Makefile:378: all] Error 2
make[1]: Leaving directory '/<>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:9: build] Error 255