DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Ports and Packages

FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD.

Reply
 
Thread Tools Display Modes
  #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
  #2   (View Single Post)  
Old 25th July 2008
ohauer ohauer is offline
Port Guard
 
Join Date: May 2008
Location: germany
Posts: 32
Default

maybe your portstree is not full up to date, i have no problems to compile subversion with the tree from today.

If you use portsnap update the portstree
Code:
#> portsnap fetch
#> portsnap update | tee /tmp/portupdates.log

#> grep subversion /tmp/portupdates.log
If subversion is not updated then try to remove every subversion directory
Code:
cd /usr/ports/devel/
rm -rf subversion
cd /usr/ports
vi /usr/ports/.portsnap.INDEX
search for ^subversion, remove the lines and fire up portsnap update to extract the deleted ports again.

then use the command
Code:
pkg_version -vIL=
to look for old apr, autoconfigure ... also make sure your httpd.conf and apache lib dir is not protected by chflags schg, you can see the flags if applied with the ls command
Code:
ls -lo httpd.conf
Reply With Quote
  #3   (View Single Post)  
Old 28th July 2008
Fuitad Fuitad is offline
New User
 
Join Date: Jul 2008
Posts: 2
Default

Heya!

Thank you very much for taking the time to reply to me.

I did everything you mentioned (and redownloaded all the ports using portsnap) and I still get the same result.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Opera Port - conflicting pkgs in "make install" IronForge OpenBSD Packages and Ports 5 29th October 2009 05:10 AM
bmake: don't know how to make install. Stop J05HYYY NetBSD Package System (pkgsrc) 5 10th October 2009 04:19 PM
001_openssl.patch; unable to make depend zazen OpenBSD Installation and Upgrading 3 8th May 2009 07:03 PM
Passing args to port / make while installing apache robot FreeBSD Ports and Packages 2 27th August 2008 01:55 PM
unable to install Postfix from ports on OBSD 4.3 Pollywog OpenBSD Packages and Ports 25 22nd July 2008 03:32 AM


All times are GMT. The time now is 11:30 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick