[Lunar-commits] <moonbase> R: Version bump, now PSAFE and do not remove the sedits in the BUILD else you will get this when you run rkward4;

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Dec 24 18:04:26 CET 2009


commit 02a6916f8e914c4bf8fe94233b75064fac21bd1e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Dec 24 12:04:26 2009 -0500

    R: Version bump, now PSAFE and do not remove the sedits in the BUILD else you will get this
    when you run rkward4;
    
     *** caught segfault ***
    address (nil), cause 'unknown'
    Warning: stack imbalance in '[[', 187 then 186
    Warning: stack imbalance in '$', 182 then 181
    Warning: stack imbalance in 'list', 180 then 179
    Warning: stack imbalance in 'paste', 178 then 177
    Warning: stack imbalance in '.Internal', 177 then 176
    Warning: stack imbalance in '<-', 171 then 172
    Warning: stack imbalance in 'unregisterNamespace', 174 then 177
    Warning: stack imbalance in '.Internal', 173 then 180
    Warning: stack imbalance in 'assign', 181 then 84
    Warning: stack imbalance in '.Internal', 180 then 78
    Warning: stack imbalance in '<-', 80 then 79
    Warning: stack imbalance in 'if', 175 then 73
    Warning: stack imbalance in '{', 169 then 76
    Warning: stack imbalance in 'lapply', 157 then 62
    Warning: stack imbalance in '.Internal', 156 then 61
    Warning: stack imbalance in '[[', 76 then 74
    Warning: stack imbalance in 'is.null', 74 then 58
    
     *** caught segfault ***
    address 0xae7f417a8, cause 'memory not mapped'
    Segmentation fault
---
 science/R/BUILD   |   11 +++++------
 science/R/DETAILS |    7 +++----
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/science/R/BUILD b/science/R/BUILD
index 4062833..d9fa5ef 100644
--- a/science/R/BUILD
+++ b/science/R/BUILD
@@ -1,17 +1,16 @@
 (
 
-  if [ -e /usr/lib64/R/doc ] ; then
-    rm -rf /usr/lib64/R/doc
-  fi &&
-
   CFLAGS=`echo $CFLAGS | sed s/-ffast-math//` &&
   CXXFLAGS=`echo $CXXFLAGS | sed s/-ffast-math//` &&
 
-  OPTS="--enable-R-shlib"
+  OPTS+=" --enable-R-shlib" &&
+
+  if [ -e /usr/lib64/R/doc ] ; then
+    rm -rf /usr/lib64/R/doc
+  fi &&
 
   default_config &&
   make &&
-  make check &&
 
   if [[ "$DVI_DOCS" == "y" ]] ; then
      make dvi
diff --git a/science/R/DETAILS b/science/R/DETAILS
index 03e66be..57bbf57 100644
--- a/science/R/DETAILS
+++ b/science/R/DETAILS
@@ -1,14 +1,13 @@
           MODULE=R
-         VERSION=2.9.2
+         VERSION=2.10.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://cran.r-project.org/src/base/R-2
-      SOURCE_VFY=sha1:3934743b67a57691db724606c575e38a35ecb590
+      SOURCE_VFY=sha1:f5b1969fde3642c233f5198e44a7bf17a7b85ab6
         WEB_SITE=http://www.r-project.org
          ENTERED=20021010
-         UPDATED=20091021
+         UPDATED=20091224
       MAINTAINER=stumbles at lunar-linux.org
            SHORT="Language and environment for statistical computing and graphics"
-           PSAFE=no
 
 cat << EOF
 R is a GNU project which is similar to the S language and environment which


More information about the Lunar-commits mailing list