View Single Post
  #1   (View Single Post)  
Old 25th July 2008
Fuitad Fuitad is offline
New User
 
Join Date: Jul 2008
Posts: 2
Default Unable to make install on Subversion port

Hello everybody,

I've been trying to install subversion for a few days but it just won't work. I can do make config, make all but when I do make install, it eventually freeze at

chmod 755 /usr/local/libexec/apache22/mod_dav_svn.so


I let it like that for an entire day and it never moved. If I check my process list, here's a list of what's running:

Quote:
root 43123 0.0 0.0 1048 888 p0 I+ 2:24PM 0:00.05 make config all install clean
root 43319 0.0 0.0 1708 980 p0 I+ 2:25PM 0:00.00 /bin/sh -ec cd /usr/ports/devel/subversion && make CONFIG_DONE=1 /usr/ports/devel/subversion/work/.install_done.subversion._usr_local
root 43320 0.0 0.0 1088 932 p0 I+ 2:25PM 0:00.06 make CONFIG_DONE=1 /usr/ports/devel/subversion/work/.install_done.subversion._usr_local
root 43457 0.0 0.1 2552 2400 p0 I+ 2:25PM 0:00.09 make -f Makefile install
root 51284 0.0 0.0 1712 988 p0 I+ 2:25PM 0:00.00 /bin/sh -ec cd subversion/mod_dav_svn ; /usr/bin/install -c -o root -g wheel -d "/usr/local/libexec/apache22" ; /usr/local/sbin/apxs -i -S LIBEXECDIR="/usr/local/libexec/apache22" -a -n dav_svn mod_dav_svn.la
If I compile Subversion without MOD_DAV_SVN and APACHE2_APR, it compiles and install fine. But with those two options (which are required in my setup), it stalls.

I tried many things, like recompiling apache and redownloading the ports. No luck.

Any help would be greatly appreciated.

Thanks!
Reply With Quote