Source: psqlodbc
Version: 1:15.00.0000-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230925 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include/postgresql 
> -I/usr/include/postgresql/internal -DUNICODE_SUPPORT  -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wall -c -o psqlodbcw_la-execute.lo `test -f 'execute.c' || echo 
> './'`execute.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include -I/usr/include/postgresql -I/usr/include/postgresql/internal 
> -DUNICODE_SUPPORT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -c bind.c  -fPIC -DPIC -o 
> .libs/psqlodbcw_la-bind.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include -I/usr/include/postgresql -I/usr/include/postgresql/internal 
> -DUNICODE_SUPPORT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -c columninfo.c  -fPIC -DPIC -o 
> .libs/psqlodbcw_la-columninfo.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include -I/usr/include/postgresql -I/usr/include/postgresql/internal 
> -DUNICODE_SUPPORT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -c environ.c  -fPIC -DPIC -o 
> .libs/psqlodbcw_la-environ.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include -I/usr/include/postgresql -I/usr/include/postgresql/internal 
> -DUNICODE_SUPPORT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -c execute.c  -fPIC -DPIC -o 
> .libs/psqlodbcw_la-execute.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include -I/usr/include/postgresql -I/usr/include/postgresql/internal 
> -DUNICODE_SUPPORT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -c connection.c  -fPIC -DPIC -o 
> .libs/psqlodbcw_la-connection.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include -I/usr/include/postgresql -I/usr/include/postgresql/internal 
> -DUNICODE_SUPPORT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -c drvconn.c  -fPIC -DPIC -o 
> .libs/psqlodbcw_la-drvconn.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include -I/usr/include/postgresql -I/usr/include/postgresql/internal 
> -DUNICODE_SUPPORT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -c convert.c  -fPIC -DPIC -o 
> .libs/psqlodbcw_la-convert.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include -I/usr/include/postgresql -I/usr/include/postgresql/internal 
> -DUNICODE_SUPPORT -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wall -c info.c  -fPIC -DPIC -o 
> .libs/psqlodbcw_la-info.o
> In file included from statement.h:15,
>                  from bind.c:23:
> /usr/include/postgresql/internal/pqexpbuffer.h:168:8: error: unknown type 
> name ‘bool’
>   168 | extern bool appendPQExpBufferVA(PQExpBuffer str, const char *fmt, 
> va_list args) pg_attribute_printf(2, 0);
>       |        ^~~~
> In file included from connection.h:14,
>                  from columninfo.c:18:
> /usr/include/postgresql/internal/pqexpbuffer.h:168:8: error: unknown type 
> name ‘bool’
>   168 | extern bool appendPQExpBufferVA(PQExpBuffer str, const char *fmt, 
> va_list args) pg_attribute_printf(2, 0);
>       |        ^~~~
> In file included from connection.h:14,
>                  from execute.c:27:
> /usr/include/postgresql/internal/pqexpbuffer.h:168:8: error: unknown type 
> name ‘bool’
>   168 | extern bool appendPQExpBufferVA(PQExpBuffer str, const char *fmt, 
> va_list args) pg_attribute_printf(2, 0);
>       |        ^~~~
> In file included from connection.h:14,
>                  from info.c:34:
> /usr/include/postgresql/internal/pqexpbuffer.h:168:8: error: unknown type 
> name ‘bool’
>   168 | extern bool appendPQExpBufferVA(PQExpBuffer str, const char *fmt, 
> va_list args) pg_attribute_printf(2, 0);
>       |        ^~~~
> In file included from connection.h:14,
>                  from qresult.h:16,
>                  from multibyte.h:9,
>                  from convert.c:32:
> /usr/include/postgresql/internal/pqexpbuffer.h:168:8: error: unknown type 
> name ‘bool’
>   168 | extern bool appendPQExpBufferVA(PQExpBuffer str, const char *fmt, 
> va_list args) pg_attribute_printf(2, 0);
>       |        ^~~~
> In file included from connection.h:14,
>                  from drvconn.c:20:
> /usr/include/postgresql/internal/pqexpbuffer.h:168:8: error: unknown type 
> name ‘bool’
>   168 | extern bool appendPQExpBufferVA(PQExpBuffer str, const char *fmt, 
> va_list args) pg_attribute_printf(2, 0);
>       |        ^~~~
> make[3]: *** [Makefile:725: psqlodbcw_la-columninfo.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/09/25/psqlodbc_15.00.0000-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to