Displaying 20 results from an estimated 5000 matches similar to: "Fail to call AC_CACHE_CHECK on R 2.7.0 for Solaris"
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
2019 Sep 09
0
[PATCH] autoconf tweaks for C99 compilers
Strict C99 compilers do not support implicit function declarations or
implicit ints, so something like the patch below is needed.
Thanks,
Florian
diff --git a/configure.ac b/configure.ac
index 4f68e98a..b5c7a582 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,6 +173,9 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include <fcntl.h>
#include <sys/types.h>
#include <sys/wait.h>
2011 Apr 18
4
How to get R to compile with PNG support
Dear R devel list,
Good morning; I'm with the Sage (http://www.sagemath.org) project.
(Some of you might have seen my talk on this at last summer's useR
conference).
We have some rudimentary support for using R graphics in various
cases, which has proved useful to many of our users who want to go
back and forth between R and other capabilities within Sage.
Unfortunately, the way we
2008 Apr 15
2
Sage <--> R integration
Hi R-Devel,
The Sage project (http://www.sagemath.org) has been working extremely
hard for several
years to create a viable free open source alternative to Maple,
Matlab, Mathematica, and
Magma. Numerous users have requested statistical functionality.
Though Sage includes
scipy and numpy, which have some statistical functionality, we've
decided the best longterm
solution is to strongly
2002 Jul 16
6
Sage Line 50
Hi all,
I am attempting to get Sage to support their software if the files are
on Samba (Linux). They (like a lot of people I've heard) say "We don't
support Linux, Goodbye." even when the client is on Win98/NT. We have been
having trouble on a particular site, and they refuse to support Sage Line
50 if the files are on Linux which is absurd, because Linux is much more
2007 Mar 13
0
configure cross_compiling+iconv wierdness
Hi,
I noticed sometimes ago that my 32-bit R 2.4.1 is
non-MBSC/iconv capable, whereas my 64-bit R (both built locally
myself, on x86_64 linux) is. I know my system is
rather beefed up on any kind of CJK-related stuff, and it shouldn't
be the case. So I just looked into it, and found that the configure
script basically automatically assume that the system is non-iconv/MBSC
capable if it looks
2004 Sep 11
1
Sage Problem
Has any one run sage line 50 with samba
As i have setup a samba server to hold the data directory for sage was
fine for bout week then slowed right down
a samba restart seemed to help but sage still runs rather slow
We are only talking about 5 users at a time the data dir is about 2gb in
size
Any help would be handy or tweaks for samba
Samba version 2.2.8a
Freebsd 4.9
2.4 cpu with 512 ram
100
2016 Jan 28
2
Abuse of a private glibc symbol in R 3.2.3
Hello, developers of R.
I have been unsuccessfully trying to build R on a musl libc system for
the last days.
./configure works, but make fails. The command that errors out is here
- http://pastebin.com/raw/UwFRsiqT
It was brought to my attention that this is a (very longstanding)
abuse of a private
glibc symbol in R.
In R 3.2.3, it seems that configure is trying to test for it on Linux.
It
2007 Feb 23
1
Samba + Bonding = Terrible Performance
Hello,
Please CC replies I'm not subscribed.
Performance with samba and only samba degrades terribly when we use
the bonding driver to aggregate two ethernet cards. Instead of a steady
file copy it seems to go in spurts. If I pull out one of the network
cables (doesn't matter which) performance resumes to full speed. I can
pull the cable in the middle of a transfer and it will go
2016 Feb 01
3
Wrong config check for __libc_stack_end
>>>>> Alba Pompeo <albapompeo at gmail.com>
>>>>> on Fri, 29 Jan 2016 08:23:26 -0200 writes:
> Here is my log from 'make check' using an Intel i5 64-bit
> processor - http://pastebin.com/raw/N6SYAuFX Here is
> Isaac's log from 'make check' using an Intel Atom 32-bit
> processor -
2010 Jun 14
1
Prime Numbers Pkgs
> Looking for a recommended package that handles prime number computations.
I'm not sure whether this would be helpful to you, but Sage
(http://www.sagemath.org) has excellent number theory support and
several ways to interface with R (which is included in the
distribution of Sage). I use it myself to access several R packages I
need to do analysis on data I produce in Sage/Python, and
2016 Feb 01
3
Wrong config check for __libc_stack_end
@Simon. Here's what I did.
I checked out R revision 70059.
Ran export r_cv_libc_stack_end=no. (otherwise it would give that error
we talked about before)
Ran ./configure --without-recommended-packages. (otherwise it would
complain of not finding ./src/library/Recommended/MASS_*.tar.gz)
Ran make.
Ran make check. Log is here - http://pastebin.com/raw/cGJgqB8p
What do you think? Is there
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
2009 Mar 24
2
Sage - net user
Hi i'm very new to this community.
I'm trying to figure out an installation of Sage (http://www.sage.co.uk/) under an Ubuntu sevrer 8.04 with Xfce and Wine.
Actually there is a Sage server which is a windows service that allow users to share files between multiple client over a network.
This server is on my Ubuntu machine and the clients are under windows XP.
It looks like the client
2004 Oct 26
1
Sage and oplocks
Hello im running sage line50 version 11 on a freebsd machine with samba
version 2x
My smb.conf for share looks like this
[sage]
path = /40gb/sage
writeable = yes
browseable = no
create mask = 0777
directory mask = 0777
veto oplock files = /*.mdb/*.MDB/*.ldb/*.LDB
locking = yes
share modes = yes
The problem is when two users for example try and update customer records
one
2014 May 16
2
samba 3 performance with windows 7 workstations
My customer has a Centos Linux 5.10 server running Samba 3. (Samba version
3.0.33-3.40.el5_10)
The machine is about three years old. I suggested that they should consider
replacing it with a Centos 6 machine and Samba 4, but they decided as it
was doing its job without any issues to keep it as is. I also suggested
updating to samba3x but they decided not to do this.
I recently installed a centos
2002 Jul 05
3
Slowdown and errors
Hi all,
I am having some strange problems on a customer site :
I am pretty sure I disabled oplocks entirely - I don't like the idea of
them, and would rather have stable data.
The customer (5-10 users) runs Sage Line 50, and until recently was
getting numerous errors within sage. We have temporarily replaced their
switch and this has reduced the fatality rate and a few
2002 Feb 14
2
Small Files/Load Average Information
Hi,
I have been noticing some serious load averages occurring when users are
browsing or using directories with a large number of files.
A case in point is our Sage users. Sage is a nasty program and spits out
three small files into a spool directory every time something is printed and
does not clear them out. This means that the spool directories rapidly fill
with tiny files and by the end of
2010 Jan 19
2
Help deciphering segfault in make check
Dear R Help,
I work with the Sage project, and we are trying to improve the ability
to use R through Sage. Most things work, but make check seems to
cause problems on certain platforms, and now that we want to upgrade
to 2.10.1 I thought we should ask for help!
R builds just fine on both Mac and Linux, but some things in make
check seem to break on certain Linux boxes that don't on Mac or
2003 Jun 05
2
Samba & Sage Line 50 Accounting
Hi all,
Having a very specific problem here:
I have a working RedHat9 server running Samba 2.2.7 (the release that comes
with RH9), acting as a PDC/File Server to around 15 WinXP Pro client
workstations.
This all works nicely, apart from our accounting package, Sage Line 50,
which depends on its data being stored on a network share.
Previously, when the data was stored on a WinNT4 share,