[R] Ruuid missing Gtk glib.dylib

Martin Morgan mtmorgan at fhcrc.org
Fri Sep 18 21:55:20 CEST 2009


Hi Chris --

Christopher Bare wrote:
> Hi,
> 
> I get an error indicating a missing library from the package 'Ruuid'.
> I suppose this means I should install RGtk. I just thought I'd
> document the error. Maybe a dependency entry is missing?
> 
> R 2.9.0
> OS X 10.5.8
> 
> Thanks,
> 
> - chris
> 
> 
>> biocLite('Ruuid')
> Using R version 2.9.0, biocinstall version 2.4.12.
> Installing Bioconductor version 2.4 packages:
> [1] "Ruuid"
> Please wait...
> 
> Warning: unable to access index for repository
> http://brainarray.mbni.med.umich.edu/bioc/bin/macosx/universal/contrib/2.9
> trying URL 'http://bioconductor.org/packages/2.4/bioc/bin/macosx/universal/contrib/2.9/Ruuid_1.22.0.tgz'
> Content type 'application/x-gzip' length 66343 bytes (64 Kb)
> opened URL
> ==================================================
> downloaded 64 Kb
> 
> 
> The downloaded packages are in
> 	/var/folders/n3/n3Xa3tJRED4hkXZd5y3QWk+++TI/-Tmp-//RtmpkHt9YC/downloaded_packages
>> library(Ruuid)
> Error in dyn.load(file, DLLpath = DLLpath, ...) :
>   unable to load shared library
> '/Library/Frameworks/R.framework/Resources/library/Ruuid/libs/i386/Ruuid.so':
>   dlopen(/Library/Frameworks/R.framework/Resources/library/Ruuid/libs/i386/Ruuid.so,
> 6): Library not loaded:
> /Library/Frameworks/GTK+.framework/Versions/2.14.X11/Resources/lib/libglib-2.0.0.dylib
>   Referenced from:
> /Library/Frameworks/R.framework/Resources/library/Ruuid/libs/i386/Ruuid.so
>   Reason: image not found
> Error: package/namespace load failed for 'Ruuid'
> Error in args(getuuid) : no function to return from, jumping to top level

You're installing a binary (pre-built) package, and your system has to
play by the same rules as the system that was used to build the package.
So you'll need to follow the directions here

  http://r.research.att.com/#other

or, as a more robust long-term solution, configure your system to build
packages from source (also on the page linked above) and use
biocLite("Ruuid", type="source")

Martin

> 
> ------------------------------------------------
>  J. Christopher Bare
>  Institute for Systems Biology
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.




More information about the R-help mailing list