Source: serf
Version: 1.3.7-1
Severity: serious
With the recent upload of scons, the build of serf gets farther than before;
but now it fails with:
...
gcc -o buckets/deflate_buckets.o -c -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -std=c89 -Wdeclaration-after-statement
-Wmissing-prototypes -Wall -O2 -pthread -isystem /usr/include/mit-krb5
-D_FORTIFY_SOURCE=2 -DNDEBUG -DLINUX -D_REENTRANT -D_GNU_SOURCE
-DSERF_HAVE_GSSAPI -I. -I/usr/include/apr-1.0 -I/usr/include -I/usr/include
buckets/deflate_buckets.c
buckets/deflate_buckets.c:18:18: fatal error: zlib.h: No such file or directory
#include <zlib.h>
^
compilation terminated.
scons: *** [buckets/deflate_buckets.o] Error 1
scons: building terminated because of errors.
debian/rules:26: recipe for target 'debian/stamp-build' failed
make: *** [debian/stamp-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
In addition to zlib1g-dev, I also needed to add libssl-dev to the
Build-Depends before the package would build in my pbuilder chroot.
--
Daniel Schepler
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]