Source: postgresql-hll
Version: 2.7-2.1
Severity: serious
Tags: buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/postgresql-hll.html
...
/usr/bin/make PG_CONFIG=pg_config
make[2]: Entering directory '/build/1st/postgresql-hll-2.7'
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
-Wendif-labels -Wmissing-format-attribute -Wformat-security
-fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2
-fdebug-prefix-map=/build/postgresql-10-ccxnXW/postgresql-10-10~rc1=.
-fstack-protector-strong -Wformat -Werror=format-security
-fno-omit-frame-pointer -fPIC -fPIC -std=c99 -I. -I./
-I/usr/include/postgresql/10/server -I/usr/include/postgresql/internal
-Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2
-I/usr/include/mit-krb5 -c -o hll.o hll.c
In file included from /usr/include/postgresql/10/server/funcapi.h:19:0,
from hll.c:19:
hll.c: In function 'hll_in':
hll.c:1444:36: error: 'byteain' undeclared (first use in this function); did
you mean 'bytea'?
Datum dd = DirectFunctionCall1(byteain, PG_GETARG_DATUM(0));
^
/usr/include/postgresql/10/server/fmgr.h:585:26: note: in definition of macro
'DirectFunctionCall1'
DirectFunctionCall1Coll(func, InvalidOid, arg1)
^~~~
hll.c:1444:36: note: each undeclared identifier is reported only once for each
function it appears in
Datum dd = DirectFunctionCall1(byteain, PG_GETARG_DATUM(0));
^
/usr/include/postgresql/10/server/fmgr.h:585:26: note: in definition of macro
'DirectFunctionCall1'
DirectFunctionCall1Coll(func, InvalidOid, arg1)
^~~~
hll.c: In function 'hll_out':
hll.c:1486:36: error: 'byteaout' undeclared (first use in this function); did
you mean 'bytea'?
Datum dd = DirectFunctionCall1(byteaout, PG_GETARG_DATUM(0));
^
/usr/include/postgresql/10/server/fmgr.h:585:26: note: in definition of macro
'DirectFunctionCall1'
DirectFunctionCall1Coll(func, InvalidOid, arg1)
^~~~
hll.c: In function 'hll_hashval_in':
hll.c:1533:36: error: 'int8in' undeclared (first use in this function); did you
mean 'int8'?
Datum dd = DirectFunctionCall1(int8in, PG_GETARG_DATUM(0));
^
/usr/include/postgresql/10/server/fmgr.h:585:26: note: in definition of macro
'DirectFunctionCall1'
DirectFunctionCall1Coll(func, InvalidOid, arg1)
^~~~
hll.c: In function 'hll_hashval_out':
hll.c:1542:36: error: 'int8out' undeclared (first use in this function); did
you mean 'int8_t'?
Datum dd = DirectFunctionCall1(int8out, PG_GETARG_DATUM(0));
^
/usr/include/postgresql/10/server/fmgr.h:585:26: note: in definition of macro
'DirectFunctionCall1'
DirectFunctionCall1Coll(func, InvalidOid, arg1)
^~~~
hll.c: In function 'hll_type':
hll.c:2223:13: warning: variable 'vers' set but not used
[-Wunused-but-set-variable]
uint8_t vers;
^~~~
hll.c: In function 'hll_log2m':
hll.c:2244:13: warning: variable 'vers' set but not used
[-Wunused-but-set-variable]
uint8_t vers;
^~~~
hll.c: In function 'hll_regwidth':
hll.c:2265:13: warning: variable 'vers' set but not used
[-Wunused-but-set-variable]
uint8_t vers;
^~~~
hll.c: In function 'hll_expthresh':
hll.c:2286:13: warning: variable 'vers' set but not used
[-Wunused-but-set-variable]
uint8_t vers;
^~~~
hll.c: In function 'hll_sparseon':
hll.c:2346:13: warning: variable 'vers' set but not used
[-Wunused-but-set-variable]
uint8_t vers;
^~~~
<builtin>: recipe for target 'hll.o' failed
make[2]: *** [hll.o] Error 1