FYI - the most recent fossil executable available on the downloads page:

http://www.fossil-scm.org/download/fossil-macosx-x86-20120808112557.zip

will segfault on most OS X systems.  It was apparently built on a system 
with MacPorts installed but without modifying the build to ensure that 
the needed libraries were statically linked (not the default on OS X).

$ ls -l /usr/local/bin/fossil
-rwxr-xr-x  1 root  admin  1271088 Aug  8 07:43 /usr/local/bin/fossil
$ /usr/local/bin/fossil
dyld: Library not loaded: /opt/local/lib/libssl.0.9.8.dylib
  Referenced from: /usr/local/bin/fossil
  Reason: image not found
Trace/BPT trap
$ otool -L /usr/local/bin/fossil
/usr/local/bin/fossil:
   /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current 
version 1.2.3)
   /opt/local/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, 
current version 0.9.8)
   /opt/local/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, 
current version 0.9.8)
   /opt/local/lib/libreadline.6.1.dylib (compatibility version 6.0.0, 
current version 6.1.0)
   /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current 
version 1.0.0)
   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
version 111.1.7)

(/opt/local is the default install root for MacPorts files.)

-- 
 Ned Deily,
 [email protected]

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to