Displaying 20 results from an estimated 2000 matches similar to: "core dump (PR#160)"
1999 May 12
1
Memory crash. (PR#194)
I just had a memory crash with R-0.64.1.
I am running under intel pentium 200mhz under slackware linux 2.0.30.
1/home/plindsey >gdb /usr/local/src/R/bin/R.binary core
GDB is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for
2000 Sep 02
1
R INSTALL *.tgz fails (minor docs/feature bug) (PR#652)
R Team,
I was attempting to install Lindsey's rmutil.tgz and other
non-CRAN packages using 'R INSTALL', for example 'R INSTALL rmutil.tgz'
after downloading 'rmutil.tgz' from Lindsey's page (as linked from
r-project.org page).
Directly using the compressed file as 'R INSTALL rmutil.tgz'
failed, though the shell help from 'R INSTALL --help'
1999 Sep 01
0
Problems compiling R65.0.
Hi,
I appear to have a slight problem compiling R0.65.0 under Linux
(slackware) using g77. By simply typing configure then make, I obtain
a binary which when "ldd" does not contain the f2c library. I
therefore cannot load any libraries containing fortran code (I obtain
unresolved symbol messages from R.X11 and an unable to load shared
library from dyn.load(file)).
If I change the
2004 May 28
3
gauss.hermite?
The search at www.r-project.org mentioned a function
"gauss.hermite{rmutil}". However, 'install.packages("rmutil")'
produced, 'No package "rmutil" on CRAN.' How can I find the current
status of "gauss.hermite" and "rmutil"?
Thanks,
Spencer Graves
1999 Sep 01
1
Problems compiling R65.0 (PR#262)
Hi,
I appear to have a slight problem compiling R0.65.0 under Linux
(slackware) using g77. By simply typing configure then make, I obtain
a binary which when "ldd" does not contain the f2c library. I
therefore cannot load any libraries containing fortran code (I obtain
unresolved symbol messages from R.X11 and an unable to load shared
library from dyn.load(file)).
If I change the
2007 Jun 30
1
Asterisk 1.4.6 Fedora 7 configure error
Hi guys
I'm at a loss in getting ./configure to complete successfully with asterisk 1.4.6 on
Fedora 7 x86_64, as it complains about no termcap support, even though it is installed
(see below).
Any ideas where to go next?
checking for ZT_DIAL_OP_CANCEL in zaptel/zaptel.h... no
configure: error: *** termcap support not found
[root at mail3 asterisk-1.4.6]# rpm -qv termcap
2005 Jul 14
1
Fwd: Re: Problem installing R packages
Hi,
I am trying to install the R libraries "rmutil" and "repeated" on a Mac OS
X version 10.4.1 (which has the latest version of the Mac Developer tools
installed) and I am having trouble compiling the libraries.
The error message I receive is as follows (I have only included the error
message when I try and install the rmutil library):
............................
*
2007 Nov 03
0
installing packages on OS X -- lgfortran problem
I am trying to install two packages that are not available at CRAN
(rmutil, dna). When trying the R CMD INSTALL with either file, I get
an error message that ends with
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: can't locate file
for: -lgfortran
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: file: -lgfortran
is not an object file (not allowed in a library)
Can anyone
2003 May 02
5
Termcap support not found
Make sure you have libtermcap and libtermcap-devel loaded..
To check use
#rpm -q libtermcap
and
#rpm -q libtermcap-devel
I have an install guide for RH9 in PDF format if you are interested..
Later..
> Hello, I am trying to install asterisk and get this error.
>
> creating cache ./config.cache
> checking for gcc... gcc
> checking whether the C compiler (gcc ) works... yes
2003 Oct 29
2
Where is rmutil package?
Pursing my earlier question, when I tried loading Lindsey's gnlm, I got
a
message
Loading required package: rmutil
Warning message:
There is no package called 'rmutil' in: library(package, character.only
= TRUE, logical = TRUE, warn.conflicts = warn.conflicts,
According to the R documentation
http://finzi.psych.upenn.edu/R/doc/html/packages.html
rmutil is in the standard
2010 Jan 22
2
readline/termcap problems compiling Samba 3.5.0rc1 on CentOS 5.4 64-bit
Hi all
When I try to compile 3.5.0rc1 on CentOS 5.4, I get the seemingly well know
problem below
Linking bin/smbclient
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetnum'
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetent'
2009 Jan 14
1
Ordinal Package Errors
I'm trying to install the ordinal package
(http://popgen.unimaas.nl/~plindsey/rlibs.html).
I downloaded ordinal03.tgz and untarred it. rmutil was previously
installed (and appears to work ok.) Then I installed ordinal:
[root at localhost ~]# R CMD INSTALL /home/chippy/Download/ordinal
* Installing to library '/usr/lib/R/library'
* Installing *source* package 'ordinal' ...
**
2005 Mar 21
5
Read a dataset with different lengths
Dear useR again,
How can I read a dataset if lines in dataset did not have same
elements (have different lengths), For example:
1 2, 4, 16, 1, 1, 3, 1, 1, 15, 5, 1, 1, 14, 1, 1
2 2, 13, 5, 1, 1, 3, 1, 1, 15, 5, 1, 1, 14, 1, 1
3 4, 5, 11, 1, 1, 6, 1, 1, 5, 14, 1, 1, 15, 1, 1
4 2, 5, 9, 1, 1, 14, 1, 1, 8, 16, 1, 1, 13, 1, 1
5 3, 7, 14, 1,
2020 Aug 06
0
[PATCH] x86/paravirt: Add missing noinstr to arch_local*() helpers
On Thu, Aug 06, 2020 at 09:47:23AM +0200, Marco Elver wrote:
> Testing my hypothesis that raw then nested non-raw
> local_irq_save/restore() breaks IRQ state tracking -- see the reproducer
> below. This is at least 1 case I can think of that we're bound to hit.
Aaargh!
> diff --git a/init/main.c b/init/main.c
> index 15bd0efff3df..0873319dcff4 100644
> --- a/init/main.c
2009 Sep 15
1
rmutil
Hello,
I have downloaded the rmutil package in the form of *.tar.gz compressed file
(I would like to use the runge-kutta() function). The package rmutil does
not appear in the list of available packages. Can any one help?
Massoud Boroujerdi PhD
[[alternative HTML version deleted]]
2005 Sep 06
2
Yum
This may be considered a newbie question, and for me, yum is a new
tool. I have discovered via yum, I am *supposed* to have libf2c (386)
and libf2c (x86-64) installed. Searching the two libs, I find I only
have the 32-bit version installed, and I need both. Should I use yum to
remove the pkgs, and then reinstall, or should I use rpm to do the
installs? Again, I'm from the BSD camp, so
2000 Sep 05
1
R crash when loading libraries.
Hi everyone,
I am trying to install R on my new PIII 750Mhz under RedHat6.2
I get the following crash when I try and load any library.
I suspect this has started after I installed the BLAS and LAPACK libraries.
These two libraries where installed using the RPM manager under GNOME.
Here is the crash and read-out from gdb.
Hope that someone can understand what is going on.
Thank you,
Patrick.
1999 Sep 14
2
Problems with compilation of R packages.
Hello
I want to compile some R-packages under windows (rmutil and revent for
instance from Pr Lindsey)
I followed the instrictions given in the help. The compilation succeeded,
but I can't run the programs.
I receive the message: "error in dyn.oad(file): unable to load shared
library "C:\R\Rwo650/library/rmutil"
LoadLibrary failure.
I found the given path quite strange!!
1997 Aug 21
2
R-alpha: libf2c as a shared library
Ok, I did the following experiment
dyn.load("/usr/local/lib/libf2c.so.2.0")
dyn.load("try.so")
.Fortran("try", 10.5)
where try.so contains the following compiled subroutine
subroutine try(x)
double precision x
write(*,*) x
return
end
It worked just fine (at least here on my FreeBSD machine at home).
So it seems that it will be
2016 Oct 26
1
(build) crash in dcrypt when "-Bsymbolic-functions" is used on linking
On 26.10.2016 13:48, Christian Ehrhardt wrote:
> Hi,
> I was wondering about a crash when building dovecot 2.2.25 on latest
> Ubuntu.
> I wondered as I've had the same source building on Debian just fine.
>
> Some debugging led me to this weird behavior:
> Using this gdb command file called autoreportissue in my case:
> break dcrypt_initialize
> commands
>