[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Serf 1.2.0 has been released

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 22 Feb 2013 23:29:46 +0000

Philip Martin <philip.martin_at_wandisco.com> writes:

> Greg Stein <gstein_at_gmail.com> writes:
>
>> Please report any problems to serf-dev_at_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
Received on 2013-02-23 00:30:29 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.