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

Bug: 1.0 Build Permissions error for installed apr libs

From: Jim Correia <jim.correia_at_pobox.com>
Date: 2004-02-23 20:32:26 CET

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
Received on Mon Feb 23 20:32:12 2004

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.