[Phylobase-devl] [phylobase-Bugs][269] Pre-compiled fails on Mac 10.4, source okay

phylobase-bugs at r-forge.r-project.org phylobase-bugs at r-forge.r-project.org
Thu Dec 18 04:57:59 CET 2008


Bugs item #269, was opened at 2008-12-16 18:12
Status: Open
Priority: 2
Submitted By: Brian O'Meara (bcomeara)
Assigned to: Nobody (None)
Summary: Pre-compiled fails on Mac 10.4, source okay 
Component: None
Resolution: None
Severity: normal
Version: None
Operating System: MacOS X
URL: 


Initial Comment:
Installing the binary from R-forge fails on Mac OS 10.4. This is because the binary is built on 10.5 machines, evidently, and not cross-compiled (right term?) for 10.4 machines. See <http://lists.apple.com/archives/darwin-dev/2007/Nov/msg00107.html>. Building from source works on 10.4.

Here's the screen dump (the "_strtod$UNIX200" makes me think it's a 10.5 compilation thing, given the apple discussion above):

> install.packages("phylobase",repos="http://R-Forge.R-project.org")
trying URL 'http://R-Forge.R-project.org/bin/macosx/universal/contrib/2.8/phylobase_0.4.tgz'
Content type 'application/x-gzip' length 624354 bytes (609 Kb)
opened URL
==================================================
downloaded 609 Kb


The downloaded packages are in
	/tmp/Rtmp2iKH8s/downloaded_packages
> library(phylobase)
Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared library '/Library/Frameworks/R.framework/Resources/library/phylobase/libs/i386/phylobase.so':
  dlopen(/Library/Frameworks/R.framework/Resources/library/phylobase/libs/i386/phylobase.so, 6): Symbol not found: _strtod$UNIX2003
  Referenced from: /Library/Frameworks/R.framework/Resources/library/phylobase/libs/i386/phylobase.so
  Expected in: /usr/lib/libSystem.B.dylib

Error in library(phylobase) : .First.lib failed for 'phylobase'
> 


----------------------------------------------------------------------

>Comment By: Ben  Bolker (bbolker)
Date: 2008-12-17 22:57

Message:
should we contact R-forge admins on this one??

----------------------------------------------------------------------

You can respond by visiting: 
http://r-forge.r-project.org/tracker/?func=detail&atid=488&aid=269&group_id=111


More information about the Phylobase-devl mailing list