pbs-software / pbs-modelling

R package PBSmodelling - GUI tools made easy: interact with models and explore data
2 stars 1 forks source link

tcltk problems after upgrading to new IOS (Mac) #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
User:
made a big mistake to upgrade the IOS and it broke the pbs stuff I use 
badly...seems all to do with the tctkl stuff:
mod1 <- readList("../For_R.rep")
Error: .onLoad failed in loadNamespace() for 'tcltk', details:
  call: dyn.load(file, DLLpath = DLLpath, ...)
  error: unable to load shared object '/Library/Frameworks/R.framework/Versions/3.1/Resources/library/tcltk/libs/tcltk.so':
  dlopen(/Library/Frameworks/R.framework/Versions/3.1/Resources/library/tcltk/libs/tcltk.so, 10): Library not loaded: /usr/X11/lib/libX11.6.dylib
  Referenced from: /Library/Frameworks/R.framework/Versions/3.1/Resources/library/tcltk/libs/tcltk.so

note that this is one of the variety of error messages I get (I've tried 
compiling tcltk from scratch, reinstalled R etc to no avail.

maybe it's an easy fix, or at least to get readList out (seems one function in 
that function requires tctkl...)

Original issue reported on code.google.com by rowan.ha...@dfo-mpo.gc.ca on 21 Oct 2014 at 3:32

GoogleCodeExporter commented 9 years ago
User:
Belay that last message...finally found the voodoo sequence required to get the 
X11 replacement re-installed...all seems good now.

Original comment by rowan.ha...@dfo-mpo.gc.ca on 21 Oct 2014 at 3:32

GoogleCodeExporter commented 9 years ago
RH:
No worries. Glad you could fix it as the UNIX OS is not one I know well. I do 
recall that X11 seems to give Linux/MacOS users some headaches. Another user 
reported an X11 issue (2014-02-16):

"After great effort, I finally managed to install R from source on
Ubuntu. The secret was to get all the right packages installed first, such
as an X11 window manager (which turns out to be in something called xorg)."

There are also a few resources mentioned by our UNIX collaborator NB (last post 
in Issue 90).

Original comment by rowan.ha...@dfo-mpo.gc.ca on 21 Oct 2014 at 3:35

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This issue is simply to record problems encountered and fixed by a Mac OS user.
Closes issue 96.

Original comment by rowan.ha...@dfo-mpo.gc.ca on 21 Oct 2014 at 3:43

GoogleCodeExporter commented 9 years ago

Original comment by rowan.ha...@dfo-mpo.gc.ca on 21 Oct 2014 at 3:44