Date: Mon, 10 Sep 2007 07:20:17 -0500 From: Kyle Allender <kallender@completecomputing.com> To: Giorgos Keramidas <keramida@ceid.upatras.gr> Cc: freebsd-questions@freebsd.org Subject: Re: subversion 1.4.4_1: svnserve.in missing Message-ID: <46E53681.3060904@completecomputing.com> In-Reply-To: <20070910064901.GA2353@kobe.laptop> References: <46E4C243.7010605@completecomputing.com> <20070910064901.GA2353@kobe.laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
Giorgos Keramidas wrote: > On 2007-09-09 23:04, Kyle Allender <kallender@completecomputing.com> wrote: > >> I'm attempting to install subversion from the ports tree on 6.2 RELEASE >> using: >> >> make install >> >> and receive this error: >> >> [...] >> ===> Installing for subversion-1.4.4_1 >> ** Missing /usr/ports/devel/subversion/files/svnserve.in for >> subversion-1.4.4_1. >> *** Error code 1 >> >> Based on what I see in other ports, the .in files are used as configuration >> files for various portions of the build process. Is this correct? >> > > The path to `svnserve.in' points to the `files/' subdirectory of the > `devel/subversion' port. You seem to be missing parts of the Ports > tree: > > root@kobe:/usr/ports/devel/subversion# ls -l files/svnserve.in > -rwxr-xr-x 1 root wheel - 824 Jul 18 11:03 files/svnserve.in > root@kobe:/usr/ports/devel/subversion# > > Try to CVSup your /usr/ports tree once more, and see if you will then > get the missing file. > > >> Could someone point me to where this is failing? Is this a bug with >> the port itself? >> > > It shouldn't be a bug, AFAICT. I've installed the same port & revision > here a while ago: > > root@kobe:/root# pkg_info subversion\* | head -1 > Information for subversion-python-1.4.4_1: > root@kobe:/root# > > I had used portsnap to retrieve the changes earlier and you were correct - for some reason it had not retrieved the files subdirectory. subversion now builds and has been installed with the latest port version: 1.4.4_1. However, when trying to use subversion to checkout a known good repository, I receive this error now: sia# svn co http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk CalendarServer /libexec/ld-elf.so.1: /usr/lib/libkrb5.so: Undefined symbol "initialize_asn1_error_table_r" I have followed the advice here: http://www.bsdforums.org/forums/showthread.php?t=39998 and the behaviour did not change. I have nothing in my /etc/rc.conf that seems to be in the way and I've re-installed the kerberos port twice from the ports tree (with the latest patches applied). The above svn server is for code for the CalendarServer from Apple. Thoughts? K
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46E53681.3060904>