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

Re: 1.3.0-rc1 tarballs up for testing/signing

From: Sigfred Håversen <bsdlist_at_mumak.com>
Date: 2005-10-29 01:58:34 CEST

David Anderson wrote:
> (Busy people, scroll down to the URI, you know what to do.)
>
> It's here, Subversion 1.3.0-rc1. You will notice there are now six
> release files, because as per our consensus, we are now releasing both a
> "full" package (including source code of known-to-work versions of apr,
> apr-utils and neon) and a "lite" package (you get to find and install
> the dependancies yourself). Also, note that there is no copy of the
> Book in there, because there is no book release for 1.2.0 available.
>
> Everybody please test this to death. Commiters, please also post your
> signatures.
>

Passes the following tests on OpenBSD 3.8-current for i386:

        check FSTYPE=bdb
        check-swig-pl
        check BASE_URL=svn://127.0.0.1

There are problems connecting to svnserve over localhost using TCPv4,
which is why "make svncheck" fails:

$ svnserve -d --listen-host 0.0.0.0 -r /tmp/test
$ svn ls svn://127.0.0.1
test/
$ svn ls svn://localhost
svn: Can't connect to host 'localhost': Connection refused
$ host localhost
localhost.mumak.com has address 127.0.0.1

I've got another machine where "svn ls svn://localhost" works for
svn 1.2.3.

I had to use GNUmake to compile the SWIG bindings, while for earlier
versions of Subversion, the BSDmake worked fine. When doing
"make swig-py" (part of the port Makefile), the compiling
stops with:

Using $< in a non-suffix rule context is a GNUmake idiom (line 42 of /usr/ports/devel/subversion/w-subversion-1.3.0-rc1/subversion-1.3.0-rc1/build-outputs.mk)
*** Error code 2

Stop in /usr/ports/devel/subversion (line 100 of Makefile).
*** Error code 1

Stop in /usr/ports/devel/subversion (line 1855 of /usr/ports/infrastructure/mk/bsd.port.mk).

/Sigfred

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 29 01:59:19 2005

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.