On Mar 12, 2010, at 1:10 PM, Alexander Hansen wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 3/12/10 12:10 PM, Kaj Hejer wrote: >> >> On 12. mars 2010, at 15.22, Alexander Hansen wrote: >> >>> Are you using 32-bit or 64-bit Fink? >>> >>> Also, what do you get from >>> >>> which svn >>> >>> otool -L /sw/bin/svn >>> >>> (replacing /sw by whatever directory your Fink installation is in) >> >> >> Hi! >> >> Thanks for answering! >> >> $ which svn >> /sw/bin/svn >> >> >> $ otool -L /sw/bin/svn >> /sw/bin/svn: >> /sw/lib/svn15/libsvn_client-1.0.dylib (compatibility version 1.0.0, >> current version 1.0.0) >> /sw/lib/svn15/libsvn_wc-1.0.dylib (compatibility version 1.0.0, current >> version 1.0.0) >> /sw/lib/svn15/libsvn_ra-1.0.dylib (compatibility version 1.0.0, current >> version 1.0.0) >> /sw/lib/svn15/libsvn_diff-1.0.dylib (compatibility version 1.0.0, >> current version 1.0.0) >> /sw/lib/svn15/libsvn_delta-1.0.dylib (compatibility version 1.0.0, >> current version 1.0.0) >> /sw/lib/svn15/libsvn_subr-1.0.dylib (compatibility version 1.0.0, >> current version 1.0.0) >> /sw/lib/libapr.0.dylib (compatibility version 4.0.0, current version >> 4.3.0) >> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current >> version 125.0.0) >> /sw/lib/libintl.8.dylib (compatibility version 9.0.0, current version >> 9.2.0) >> >> >> $ fink --version >> Package manager version: 0.29.10 >> Distribution version: selfupdate-rsync Fri Mar 12 08:50:44 2010, 10.6, i386 >> >> >> I'm not sure if I run the 32 or 64-bit fink. How can I find out which one >> I'm running? >> >> >> -Kaj :) > > 32-bit: you have "i386" on the distribution version line rather than > "x86_64" (that's the easiest way to tell, in any case). > > Everything looks like it _ought_ to work--nothing got linked in that > shouldn't have, and we've just had a report on the IRC channel from > someone with a similar issue. I'll cc the maintainer.
I've seen a couple of people reporting a bus error with svn, but I can't duplicate it. I'd recommend trying 'fink -m rebuild svn' which will rebuild the package and run the self tests. If something is wrong, the tests should fail. There could also be corruption in your checked-out repository and the newest svn might be more sensitive to that. Try deleting your local directory and do a fresh 'svn co'. Daniel ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
