Your message dated Mon, 13 Jan 2020 14:28:46 +0100
with message-id <216807c4-9c2f-0a6b-de40-056e93199...@debian.org>
and subject line Re: gambas3 ftbfs in unstable
has caused the Debian Bug report #948790,
regarding gambas3 ftbfs in unstable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
948790: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948790
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gambas3
Version: 3.13.0-1
Severity: serious
Tags: sid bullseye

[...]
Making all in src
make[5]: Entering directory '/<<PKGBUILDDIR>>/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=/<<PKGBUILDDIR>>=. -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=/<<PKGBUILDDIR>>=. -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 '/<<PKGBUILDDIR>>/gb.db.postgresql/src'
make[4]: *** [Makefile:438: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/gb.db.postgresql'
make[3]: *** [Makefile:370: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/gb.db.postgresql'
make[2]: *** [Makefile:437: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:378: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:9: build] Error 255

--- End Message ---
--- Begin Message ---
I uploaded a fixed version in sid some minutes ago!

Closing!

G.

On Mon, 13 Jan 2020 11:43:04 +0100 Matthias Klose <d...@debian.org> wrote:
> Package: src:gambas3
> Version: 3.13.0-1
> Severity: serious
> Tags: sid bullseye
> 
> [...]
> Making all in src
> make[5]: Entering directory '/<<PKGBUILDDIR>>/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=/<<PKGBUILDDIR>>=. -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=/<<PKGBUILDDIR>>=. -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 '/<<PKGBUILDDIR>>/gb.db.postgresql/src'
> make[4]: *** [Makefile:438: all-recursive] Error 1
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/gb.db.postgresql'
> make[3]: *** [Makefile:370: all] Error 2
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/gb.db.postgresql'
> make[2]: *** [Makefile:437: all-recursive] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: *** [Makefile:378: all] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_build: make -j4 returned exit code 2
> make: *** [debian/rules:9: build] Error 255
> 
> 

--- End Message ---

Reply via email to