Philip Martin <philip.mar...@wandisco.com> writes:

> Greg Stein <gst...@gmail.com> writes:
>
>> Please report any problems to serf-...@googlegroups.com

My emails to serf-dev bounce.  I suppose it's subcribers only?


> Building on the centos buildbot I get
>
> $ ./serfmake check
> /usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -pthread -DLINUX=2 
> -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/include/apr-1 -I/usr/include/apr-1 -c 
> -o test/serf_get.lo test/serf_get.c
> test/serf_get.c: In function 'print_certs':
> test/serf_get.c:124: error: expected expression before 'char'
> test/serf_get.c:124: warning: initialization makes pointer from integer 
> without a cast
> ERROR: exception:
> ('/usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -pthread 
> -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I. -I/usr/include/apr-1 
> -I/usr/include/apr-1 -c -o test/serf_get.lo test/serf_get.c', 256)
>
> Which is caused by the testuite using APR_ARRAY_IDX which doesn't exist
> in apr 1.2.7

The build/install don't report any errors even if the tests don't run,
however the installed library doesn't work:

/usr/local/lib/libserf-1.so: undefined reference to `apr_sockaddr_ip_getbuf'

APR 1.2.7 doesn't have such a symbol.  This means the minimum APR that
can be used is APR 1.3.0.   Until recently we have been supporting APR
as far back as 0.9.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download

Reply via email to