Displaying 20 results from an estimated 3000 matches similar to: "Mysteriously vanishing LD_LIBRARY_PATH"
2002 Jun 26
1
Output from make check
These are probably very basic questions, but I don't know how one
reads output such as this:
[hrapgc at biomat1 R-1.5.1]$ make check
make[1]: Entering directory `/home/hrapgc/local/R-1.5.1/tests'
make[2]: Entering directory `/home/hrapgc/local/R-1.5.1/tests'
make[3]: Entering directory `/home/hrapgc/local/R-1.5.1/tests/Examples'
make[4]: Entering directory
2018 Jan 24
1
Function gutenberg_download in the gutenbergr package
I've been working through https://www.tidytextmining.com/tidytext.html
wherein everything worked until I got to this part in section 1.5
> hgwells <- gutenberg_download(c(35, 36, 5230, 159))
Determining mirror for Project Gutenberg from http://www.gutenberg.org/robot/harvest
Error in open.connection(con, "rb") :
Failed to connect to www.gutenberg.org port 80: Connection
2006 Oct 03
3
how do I tell configure where to find Java? [Broadcast]
Before I do that, I would need to remove the gcj stuff that are in /usr/bin.
If I know how to remove gcj, I'd gladly do that. However, for the
particular version of the OS, the entire GCC seems to be bundled into one
rpm, and I could not remove just the gcj component. Neither do I wish to
mess with files that are part of some RPMs--- in my experience that's
invitation for trouble later.
2008 Jun 26
1
java-1.4.2-gcj-compat.i386 update failure
Hmmm,
I seemed to have created a misalignmnet somewhere along the line. I
can't remember doing anything to this. But at one time I did try to test
the java open source. Posted my results to the list, got no response,
abandoned all hope and went on my merry way. I don't know if this is
related.
I have installed an rpm for a java needed by an application I run. It
was from the official
2012 Jul 26
1
[LLVMdev] java frontend
On 26/07/12 14:59, Rafael EspĂndola wrote:
> On 26 July 2012 08:45, George Baah <georgebaah at gmail.com> wrote:
>> Hi Folks,
>> Is a java frontend still being developed for llvm?
>
> Closest thing I know is gcj + dragonegg, but it is a lot of work to be
> done in gcj before it works with dragonegg.
the main issue I know about is that gcj wants to output
2009 Jul 08
2
can't get rJava to install on Linux
Having difficulties getting rJava to install on my Debian Squeeze box.
Perused the R-help list and tried some things that have worked for
others but not for me. Below is the output of my attempted build, R
CMD javareconf -e, and sessionInfo(). Note I tried the R CMD
javareconf also as root, restarted R after each of these, all no help.
* Installing *source* package ?rJava? ...
checking for
2012 Jul 26
0
[LLVMdev] java frontend
On 26 July 2012 08:45, George Baah <georgebaah at gmail.com> wrote:
> Hi Folks,
> Is a java frontend still being developed for llvm?
Closest thing I know is gcj + dragonegg, but it is a lot of work to be
done in gcj before it works with dragonegg.
> George
>
Cheers,
Rafael
2013 Jul 28
1
Problem with ldpaths in Ubuntu 13.04
Hello!
I'm trying to install R-3.0.1 on an Ubuntu machine (64 bit, version 13.04). I have uninstalled and installed several times, but to no avail.
I keep getting errors about missing ldpaths, and installing packages does not work at all.
Here is the information:
erin@erin-Lenovo-IdeaPad-Y480:~$ sudo apt-get install r-base
Reading package lists... Done
Building dependency tree
Reading
2008 Feb 04
1
Java and Xalan
Hello,
I have some problems running some tools of java in CentOS. Anyone know
where is the problem for this?
> [jv at localhost ~]$ java org.apache.xalan.xslt.Process
> Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.xalan.xslt.Process
> at gnu.java.lang.MainThread.run(libgcj.so.7rh)
> Caused by: java.lang.ClassNotFoundException:
2009 Aug 04
2
100% CPU when running (cran2deb) JGR on Debian
Dear all,
I installed the amd64 cran2deb [1] JGR binaries on a fresh Debian
testing, and JGR is missbehaving. When JGR starts up, one core of the
CPU goes to 100% and stays there, even though I am keeping it idle and
not performing any operation.
I tried JGR with both sun-java6-jdk and openjdk-6-jdk,
debian-liv:/home/liviu# update-alternatives --config java
There are 4 choices for the alternative
2006 Oct 03
3
how do I tell configure where to find Java?
Dear R-help,
I'm trying to build R-2.4.0 on our Opteron-based Scyld cluster. The system
has gcj (the GNU Java compiler, part of GCC) stuff in /usr/bin. When I
installed jdk 1.5.08, the install script placed it in /usr/java (I didn't
have a choice, as the script didn't offer that option). Now when I run
configure in R-2.4.0, it finds gcj, which is not what I want to use. Is
there a
2011 Nov 09
1
installing java on ubuntu 11.10 installation
Dear list members,
I am starting to get acquainted with linux on a ubuntu 11.10 installation on an external hard disk. I have just installed R and all the packages available in the r-cran-* list. Now, I would like to get on with the installation of packages like Deducer and Acinonyx. The former requires JGR which in turn requires Java. I have tried to follow the instructions available at the
2017 Apr 27
2
prefixed zlib and bzip2 headers
Hello,
I'm trying to compile R-3.3.3 or R-3.4.0 on a RHEL6 system that I've prefixed the latest headers down a shared utility path, I've sourced this path in LD_LIBRARY_LATH, R_LD_LIBRARY_PATH, and dropping the headers down /src/include which appears to be the default R_include_dir but it will not accept these any other place than /usr/include. Is there a way to properly define a
2023 Jun 28
1
LINUX SuSE15.4 (GNU & Intel) compiler problem in "configure" file
Dear R-Support Team:
I am fully aware that you are all extremely busy and forward this request
as brief and clear as possible:
Thank you for the comprehensive Documentation for R-4.3.1 (very helpful)
A limitation seems to have emerged, using SuSE SP15.4 (kernel:
5.14.21-150400.22) on an INTEL Skylake-e
SERVER, applying both the GNU and Intel (2023.0.0) compilers.
a) The
2011 Aug 15
2
Problem installing rJava...
Morning All:
Having problems installing this one into my R setup and wondered if
anyone on the list had the same problem and found a workable solution.
First to the system particulars:
OS is the Hardy Heron edition of Ubuntu Linux
R version is 2.13.1
Java installation is sun-java6
Next up is the result of javareconf:
R CMD javareconf
Java interpreter : /usr/bin/java
Java version : 1.5.0
2006 Feb 26
1
[LLVMdev] Re: gcc like attributes and annotations
Hi Mike,
hope you are doing well with the llvm gcjx backend. I am currently
writing an llvm backend for a C like language for tracing (like D in
dtrace). I am very interested in this area. Do you currently put your
work in a repository? (maybe as Tom suggested gcjx.sf.net would be an
easy start - since it would not require gcc committer status). I am keen
on getting LLVM support for gcj. Maybe we
2017 Jun 06
0
Error in readRDS(dest) SOLVED
On Wed, 31-May-2017 at 10:05AM -0400, Martin Morgan wrote:
|> On 05/31/2017 04:38 AM, Patrick Connolly wrote:
|> >When I check out those directories in a terminal, there's a big diffrence:
|> >
|> >With R-3.4.0
|> >~ > ll /tmp/RtmpFUhtpY
|> >total 4
|> >drwxr-xr-x 2 hrapgc hrapgc 4096 May 31 10:45 downloaded_packages/
|> >-rw-r--r-- 1 hrapgc
2008 Nov 25
3
Sun depricates JRE 1.4.2, what impact on Centos?
From a different list:
"JRE from SUN is getting depracated:
http://java.sun.com/j2se/1.4.2/download.html"
Centos comes with the 1.4.2-gcj-compat rpm. What impact does this all have?
I do have JRE 1.6.0_05 installed on most of my systems (I see that
update 10 is the now current version).
2006 Jan 06
3
Installing Java 1.4.2
For scalix on Centos the Scalix forum provides instructions for
convincing Scalix that Centos is Redhat:
http://www.scalix.com/community/viewtopic.php?t=516&highlight=centos
I am up to the point of getting Java JDK1.4.2 installed.
I did a: yum list|grep "java" and got:
gcc-java.i386 3.4.4-2
installed
java-1.4.2-gcj-compat.noarch
2011 Aug 15
2
Problem loading rJava...
Morning All:
Having problems installing this one into my R setup and wondered if
anyone on the list had the same problem and found a workable solution.
First to the system particulars:
OS is the Hardy Heron edition of Ubuntu Linux
R version is 2.13.1
Java installation is sun-java6
Next up is the result of javareconf:
R CMD javareconf
Java interpreter : /usr/bin/java
Java version : 1.5.0