Package: src:gridsite
Version: 2.3.2-2
Severity: serious
Dear maintainer:
I tried to build this package in stretch with "dpkg-buildpackage -A"
but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh_testdir
touch configure-stamp
dh_testdir
cd src && \
/usr/bin/make build prefix=/usr libdir=lib/x86_64-linux-gnu \
CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro"
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
date
Tue Jan 24 03:48:03 UTC 2017
doxygen Doxyfile
warning: Tag `DETAILS_AT_TOP' at line 197 of file `Doxyfile' has become
obsolete.
To avoid this warning please remove this line from your configuration
file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 507 of file `Doxyfile' has become
obsolete.
[... snipped ...]
grst-delegation.c:220:3: warning: ignoring return value of 'asprintf', declared
with attribute warn_unused_result [-Wunused-result]
asprintf(&proxydir, "%s/%s", docroot, GRST_PROXYCACHE);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
grst-delegation.c: In function 'ns__getTerminationTime':
grst-delegation.c:254:3: warning: ignoring return value of 'asprintf', declared
with attribute warn_unused_result [-Wunused-result]
asprintf(&proxydir, "%s/%s", docroot, GRST_PROXYCACHE);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
grst-delegation.c: In function 'ns__destroy':
grst-delegation.c:288:3: warning: ignoring return value of 'asprintf', declared
with attribute warn_unused_result [-Wunused-result]
asprintf(&proxydir, "%s/%s", docroot, GRST_PROXYCACHE);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I.
-I../interface -DPIC -fPIC -DLINUX=2 -D_REENTRANT -D_LARGEFILE64_SOURCE
-I/usr/include/httpd -I/usr/include/apache2 -I/usr/include/apr-0
-I/usr/include/apr-1 -I/usr/include/apr-1.0 -Wl,-z,relro -L. -o htproxyput \
htproxyput.c \
-I/usr/kerberos/include -I. \
-DVERSION=\"2.3.2\" \
`pkg-config gsoapssl --cflags` \
-L./.libs \
\
soapC.c soapClient.c `pkg-config gsoapssl --libs` \
-lgridsite -lssl -lcrypto
In file included from htproxyput.c:66:0:
/usr/include/stdsoap2.h:902:19: fatal error: zlib.h: No such file or directory
# include <zlib.h>
^
compilation terminated.
In file included from soapStub.h:17:0,
from soapH.h:16,
from soapC.c:19:
/usr/include/stdsoap2.h:902:19: fatal error: zlib.h: No such file or directory
# include <zlib.h>
^
compilation terminated.
In file included from soapStub.h:17:0,
from soapH.h:16,
from soapClient.c:18:
/usr/include/stdsoap2.h:902:19: fatal error: zlib.h: No such file or directory
# include <zlib.h>
^
compilation terminated.
Makefile:326: recipe for target 'htproxyput' failed
make[1]: *** [htproxyput] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
debian/rules:38: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------
It also fails here:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gridsite.html
so it should be easy to reproduce.
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the page for this package.
Thanks.