Displaying 8 results from an estimated 8 matches for "sage_trac".
Did you mean:
page_track
2012 Jun 04
1
Problems building R on Solaris (gcc 4.6, 64 bit)
...ris 64-bit using gcc4, and am running
into the following error:
ld.so.1: R: fatal: relocation error: R_AMD64_PC32: file
/home/chander.ganesan/src/r/R-2.15.0/lib/libR.so: symbol main: value
0x28001597b8c does not fit
I've noticed - from some lists, and a bug here
(http://trac.sagemath.org/sage_trac/ticket/9040) that this isn't an
unexpected issue - but I'm wondering if anyone has a fix for it? If
not, would someone be willing to develop a permanent fix for it (which I
believe I could fund, within reason.)
Thank You
--
Chander Ganesan
Open Technology Group, Inc.
11010 Lake Grov...
2010 Jun 15
1
building 2.11.1 on solaris 10
Trying to get 2.11.1 built on a solaris 10 machine. This particular
machine I do not have root access so I have just created an area under
my home to use. I am currently having issues in the src/library area
most specifically with getting the datasets area built. Here is the
output form my most recent compile:
building package 'datasets'
all.R is unchanged
2010 Jun 13
1
Failure to load the recommended package Matrix (Was: [R] Can one get a list of recommended packages?)
...check-all
> after the installation, particularly since you are on a platform that is not
> really mainstream any more.
>
> Uwe Ligges
And if you look at the other R-help message posted by David Kirby you
will find a link to the trouble ticket report in Sage as
http://trac.sagemath.org/sage_trac/ticket/9201
which, fortunately, contains a link to the compilation log file
http://sage.math.washington.edu/home/mpatel/trac/8306/r-2.10.1.p2.log
The log file correctly points out the problem, which is that the
compiled shared object for the Matrix package can't be loaded because
it contains r...
2010 Jun 23
1
trouble building R on solaris
Dear all,
I just changed from linux to a solaris server and I'm having trouble
building R from source. I can't use the binaries because I don't have a
permission to write to /usr/local.
I followed the online instructions regarding the configuration with readline
and the GNU version of iconv:
./configure --prefix=/u/fox/binaries
2010 May 31
1
Corrections for Solaris stuff in manual
...successful: ?x86? builds
have failed on tests using complex arithmetic35, whereas on ?amd64? the builds
have failed to complete in several different ways, most recently with relocation
errors for libRblas.so.
############
I get that when trying to build R within Sage:
http://trac.sagemath.org/sage_trac/ticket/9040
ld.so.1: R: fatal: relocation error: R_AMD64_PC32: file
/export/home/drkirkby/sage-4.4.2/spkg/build/r-2.10.1.p1/src/lib/libR.so: symbol
_init: value 0x228000984acd does not fit
There's some info about this problem at
http://developers.sun.com/solaris/articles/about_amd64_abi.ht...
2010 Jun 12
0
R can't find gcc library that other programs can.
...indeed.
ld.so.1: R: fatal: libgcc_s.so.1: open failed: No such file or directory
This is despite the location of libgcc_s.so is specified in LD_LIBRARY_PATH, and
numerous other parts in Sage link to this library ok.
There's some information about the issue here
http://trac.sagemath.org/sage_trac/ticket/9201
Does anyone have any suggestions? In particular, do you consider the failure of
one or more of those modules sufficiently serious that the build of R should
stop, or do you consider some failures like this not so serious, and so it is
right for the build to continue? (The reason I w...
2011 Apr 18
4
How to get R to compile with PNG support
...d png functions work depends heavily on
the rather obscure (to users) issue of exactly what headers are
present on the compiling machine.
Unfortunately, it is *very* unclear what actually needs to be present!
There are innumerable places where this has come up for us, but
http://trac.sagemath.org/sage_trac/ticket/8868 and
http://ask.sagemath.org/question/192/compiling-r-with-png-support are
two of the current places where people have compiled information.
The FAQ says, "Unless you do not want to view graphs on-screen you
need ?X11? installed, including its headers and client libraries. For
rece...
2010 Feb 16
1
Build failure on Solaris 10 (SPARC)
I'm trying to build R 2.10.1 on a Sun Blade 1000 running Solaris 10 (03/05
release). I've installed iconv 1.13.1 and used:
CPPFLAGS="-I /export/home/drkirkby/sage-4.3.3.alpha0/local/include"
(which is where iconv is)
LDFLAGS=
-R/export/home/drkirkby/sage-4.3.3.alpha0/local/lib
-L/export/home/drkirkby/sage-4.3.3.alpha0/local/lib
The build of R fails as below.
gcc