similar to: rl_callback_read_char error on Solaris 7

Displaying 20 results from an estimated 4000 matches similar to: "rl_callback_read_char error on Solaris 7"

2003 Feb 11
2
configure can't get readline to work
Dear R-help, I'm running into some strange problem compiling R 1.6.2 on Mandrake Linux 9.0. When I do ./configure --enable-R-shlib I get the following in config.log: =========================== configure:11366: checking for rl_callback_read_char in -lreadline configure:11397: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lreadline -ldl -lm >&5
2002 Sep 10
2
Readline problem.
This question relates, at least vaguely, to recent postings from me concerning my attempts to build R-1.5.1 under Solaris 2.7. I've more or less given up on this, and I and a colleague are attempting to build R-1.5.1 on another machine in our Department, and are getting a ***different*** problem. Version details: platform sparc-sun-solaris2.9 arch sparc os solaris2.9
2002 Sep 10
2
Readline problem.
This question relates, at least vaguely, to recent postings from me concerning my attempts to build R-1.5.1 under Solaris 2.7. I've more or less given up on this, and I and a colleague are attempting to build R-1.5.1 on another machine in our Department, and are getting a ***different*** problem. Version details: platform sparc-sun-solaris2.9 arch sparc os solaris2.9
2004 Jun 14
4
Readline on R-1.9.1a
Hello! I'm trying to install R-1.9.1a with readline on Suse Linux. As recommended in other posts, I've installed readline and readline-devel: kevin@redtail:~/R-1.9.1> rpm -qa | grep readline readline-devel-32bit-9.0-0 readline-32bit-9.0-0 readline-4.3-207 readline-devel-4.3-207 Then I run configure with readline: ./configure --with-readline The relevant lines are:
2005 Nov 21
1
Problem in compilation from source in./configure R.2.2
Hello useRs! I'm REALLY having trouble with readline when compiling R. 2.2 from source during ./configure. Here are the last lines of the configure log: checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking
2001 Mar 07
1
lreadline
I compiled R-1.2.2 on my SuSE 7.1, kernel 2.4.2-2 machine with libreadline.4.1 and although I can use vi commands to scroll on the shell (bash) command line, I CANNOT do it in R. Here's the relevant parts of ./configure (and make): anovo at friedman R-1.2.2 > ./configure | grep readline checking for rl_callback_read_char in -lreadline... yes checking for readline/history.h... yes
2000 Mar 12
1
make check fails after base-Ex.R
Dear R-help, I tried to build the R-release version of R-1.0.0. ./configure and make seemed to go just fine. When I ran 'make check' from $RHOME, it dumped core apparently in the quit('no') on the last line of base-Ex.R I had been having some problems with a package I am building in that R would report with "Process R segmentation violation (core dumped)" upon
2017 Aug 29
0
cannot compile R with readline
Hello, I am trying to install R-3.4.1 on a linux?cluster. ?I always get the following error message: checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for rl_callback_read_char in
2004 Aug 02
1
readline, 64bit solaris build
I've built a 64bit version of R 1.9.1 on a solaris 2.9 sparc system. Everything seems quite functional, except that readline produces the following: > configure:21277: checking for rl_callback_read_char in -lreadline > configure:21307: cc -xarch=v9 -o conftest -xO5 -xlibmil -dalign > -I/usr/local/include -L/us > r/local/lib conftest.c -lreadline -ldl -ltermcap -lm >&5
2002 Mar 24
2
readline?
We've recently "upgraded" a server to solaris 8, and in reinstalling R I've encountered a problem in getting it to recognize the readline library. I have installed readline in what I believe to be the "usual" place: /usr/local/lib with include files in /usr/local/include/readline. But ./configure produces: ragnar.econ.uiuc.edu# grep readline hout checking for
2008 Aug 07
1
memory leak in sub("[range]", ...) when #ifndef _LIBC (PR#11946)
Full_Name: Bill Dunlap Version: R version 2.8.0 Under development (unstable) (2008-07-05 r46037) OS: Linux Submission from: (NULL) (76.28.245.14) valgrind finds some memory leaks in R when I use sub() with a range in the regular expression: % R --debugger=valgrind --debugger-args=--leak-check=full --quiet --vanilla ==28643== Memcheck, a memory error detector. ==28643== Copyright (C) 2002-2006,
2003 Nov 23
1
readline problem under src-compiled R 1.8.x under Mandrake 9.2
R compiles very easily under Mandrake 9.2, with one exception: readline seems not to work. for some odd reason, in the configure script, rl_callback_read_char is set to no, so the R configure script does not use readline (I think this means it refuses to link readline into the executable, but I am not sure.) Now, MD 9.2 uses libreadline 4-4.3-7mdk (yes, it is installed), rather than
2000 Mar 02
1
smbpasswd error message
Hi, I have successfully installed Samba on a Solaris2.7 system and created the smbpasswd file using mksmbpasswd.sh Now I want to set passwords for all users. But when I try to run "smbpasswd" or "smbpasswd username" as root the following error message occurs: -------------- make_smb_from_nisp: NIS+ lookup failure: Error in accessing NIS+ cold start file... is NIS+ installed?
2004 Aug 06
1
solaris 2.7 libshout error
Has anyone seen this issue before on solaris 2.7. I keep getting this error for libshout when trying to compile the example. root#[/usr/local/src/libshout-1.0.9/example]#gcc -lshout -o test example.c Undefined first referenced symbol in file socket /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2/../../../libshout.so recv
2005 Dec 21
1
(Debian Bug 344248): R segfaults when pressing Delete (PR#8422)
On Wed, 21 Dec 2005 edd at debian.org wrote: > > --CE+1k2dSO48ffgeK > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Resend after type in mailheader. I have the bug on my system with > yesterday's R 2.2.1. A library mismatch is still a likely cause. This seems to be a readline 5.1 error. I was unable to reproduce it with 4.3 or 5.0. gdb)
2011 Sep 23
2
cbind() crashes on raw vectors
Hi, cbind() doesn't seem to like raw vectors: > df <- cbind(a=integer(4000), b=raw(4000)) > df *** glibc detected *** /home/hpages/R-2.13.1/bin/exec/R: malloc(): memory corruption: 0x0000000002d73ca0 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x79d7a)[0x7f3592b91d7a] /lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x6e)[0x7f3592b9431e]
2017 Jan 19
2
Taking determinant of a matrix of NAs results in intermittent memory corruption
-----Original Message----- From: Dirk Eddelbuettel [mailto:dirk.eddelbuettel at gmail.com] On Behalf Of Dirk Eddelbuettel Sent: Thursday, 19 January 2017 11:21 AM To: Klint Gore Cc: r-sig-debian at r-project.org Subject: Re: [R-sig-Debian] Taking determinant of a matrix of NAs results in intermittent memory corruption >So this converges towards 'old versions bad, new versions fine' ?
2001 Jul 03
0
(PR#1008) SIGSEGV under 1.1.1 too
It looks as though the problem isn't in R - I provoked a SIGSEGV under R 1.1.1 on RH62: > for (i in 1:100) an1 <- ann(cbind(runif(1000), runif(1000)), k = 4) > for (i in 1:100) an1 <- ann(cbind(runif(1001), runif(1001)), k = 4) Program received signal SIGSEGV, Segmentation fault. 0x40111109 in chunk_free (ar_ptr=0x401a5d40, p=0x8849a30) at malloc.c:3111 3111 malloc.c: No such
2003 Oct 29
1
restarting split.screen
Is there a way of `restarting' split.screen? This is what I am getting: > close.screen() [1] 10 11 12 13 > close.screen(all=TRUE) Error in par(args) : parameter "i" in "mfg" is out of range > graphics.off() > x11() > close.screen() [1] 10 11 12 13 > close.screen(all=TRUE) Error in par(args) : parameter "i" in "mfg" is out of range As
2008 Jul 10
1
memory leak in readline code
Several folks have previously written that valgrind notices a memory leak in R's readline code. It looks like it leaks a copy of every input line. % ~/R-svn/r-devel/R/bin/R --debugger=valgrind --debugger-args=--leak-check=full --vanilla ==10725== Memcheck, a memory error detector. ==10725== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al. ==10725== Using LibVEX rev 1658, a