I'm having trouble with SVN, I used to use svn 1.3.1 from /usr/local/bin. but then decided to upgrade to svn 1.4.2 and use MacPorts to do the dirty work for me. But, every svn command which accesses the net returns a Bus Error. Here's what svn.crash.log gives me: Report Version: 4 Command: svn Path: /opt/local/bin/svn Parent: bash [17994] Version: ??? (???) PID: 21622 Thread: Unknown Link (dyld) error: image not found Any help would be appreciated. It's appears that it can't link with the library which transfers things across the net -- but I have no clue how to fix it. MacPorts didn't complain during the build. Thanks, Doug
Open up Console.app and trigger the error again. Hopefully svn (or dyld) should log to the console what image it was trying to find. On Dec 14, 2006, at 10:41 AM, Doug Hall wrote:
I'm having trouble with SVN, I used to use svn 1.3.1 from /usr/ local/bin. but then decided to upgrade to svn 1.4.2 and use MacPorts to do the dirty work for me. But, every svn command which accesses the net returns a Bus Error. Here's what svn.crash.log gives me:
Report Version: 4
Command: svn Path: /opt/local/bin/svn Parent: bash [17994]
Version: ??? (???)
PID: 21622 Thread: Unknown
Link (dyld) error:
image not found
Any help would be appreciated. It's appears that it can't link with the library which transfers things across the net -- but I have no clue how to fix it. MacPorts didn't complain during the build.
-- Kevin Ballard http://kevin.sb.org eridius@macports.org http://www.tildesoft.com
On Dec 14, 2006, at 10:41 AM, Doug Hall wrote:
I'm having trouble with SVN, I used to use svn 1.3.1 from /usr/ local/bin. but then decided to upgrade to svn 1.4.2 and use MacPorts to do the dirty work for me. But, every svn command which accesses the net returns a Bus Error. Here's what svn.crash.log gives me:
svn is picky about it's libraries. I would try removing all of svn from /usr/local/ (especially the libs in /usr/local/lib). You might need to rebuild svn then (port -f uninstall subversion && port clean --all subversion && port install subversion) -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
participants (3)
-
Daniel J. Luke
-
Doug Hall
-
Kevin Ballard