You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jim Correia <ji...@pobox.com> on 2004/02/23 19:32:26 UTC

Bug: 1.0 Build Permissions error for installed apr libs

I am building from the source tarball on Mac OS X 10.3.2.

The first time I try to run the built svn I get an error because the 
apr stuff was installed with the wrong permissions.

dyld: svn can't open library: /usr/local/apr/lib/libapr-0.0.dylib  
(Permission denied, errno = 13)
Trace/BPT trap
[magicbus:~/tmp/sandbox] correia% cd /usr/local/apr/lib/
[magicbus:local/apr/lib] correia% ls -al
total 4352
drwxr-xr-x  19 root  wheel     646 23 Feb 12:13 .
drwxr-xr-x   6 root  wheel     204 23 Feb 12:12 ..
-rw-r-----   1 root  wheel    7802 23 Feb 12:12 apr.exp
-rw-r-----   1 root  wheel    3643 23 Feb 12:13 aprutil.exp
-rwxr-x--x   1 root  wheel  413580 23 Feb 12:12 libapr-0.0.9.5.dylib
lrwxr-xr-x   1 root  wheel      20 23 Feb 12:12 libapr-0.0.dylib -> 
libapr-0.0.9.5.dylib
-rw-r--r--   1 root  wheel  509512 23 Feb 12:12 libapr-0.a
lrwxr-xr-x   1 root  wheel      20 23 Feb 12:12 libapr-0.dylib -> 
libapr-0.0.9.5.dylib
-rw-r-----   1 root  wheel     729 23 Feb 12:12 libapr-0.la
-rwxr-xr-x   1 root  wheel  269456 23 Feb 12:13 libaprutil-0.0.9.5.dylib
lrwxr-xr-x   1 root  wheel      24 23 Feb 12:13 libaprutil-0.0.dylib -> 
libaprutil-0.0.9.5.dylib
-rw-r--r--   1 root  wheel  328996 23 Feb 12:13 libaprutil-0.a
lrwxr-xr-x   1 root  wheel      24 23 Feb 12:13 libaprutil-0.dylib -> 
libaprutil-0.0.9.5.dylib
-rw-r-----   1 root  wheel     958 23 Feb 12:13 libaprutil-0.la
-rwxr-xr-x   1 root  wheel  285072 23 Feb 12:12 libexpat.0.1.0.dylib
lrwxr-xr-x   1 root  wheel      20 23 Feb 12:12 libexpat.0.dylib -> 
libexpat.0.1.0.dylib
-rw-r--r--   1 root  wheel  362200 23 Feb 12:12 libexpat.a
lrwxr-xr-x   1 root  wheel      20 23 Feb 12:12 libexpat.dylib -> 
libexpat.0.1.0.dylib
-rwxr-xr-x   1 root  wheel     729 23 Feb 12:12 libexpat.la
[magicbus:local/apr/lib] correia%

The local solution is simple enough. (But I didn't go digging into the 
build system to see what needs correcting there.)

(I erred on the side of copying dev@apr.apache.org as suggested in the 
subversion BUGS doc because I wasn't sure whose build problem this may 
be. Was this the correct thing to do?)


Thanks,
Jim


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org