Displaying 20 results from an estimated 2000 matches similar to: "Compiling from sources (ubuntu and x11)"
2011 Sep 23
1
inconsolata font for building vignettes with R-devel
Just to save someone else a few seconds of googling: when you try to R
CMD check with recent versions of R-devel and you get
* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
! LaTeX Error: File `inconsolata.sty' not found.
the Debian/Ubuntu solution is:
sudo apt-get install texlive-fonts-extra
2009 Feb 21
1
Debian Power PC Compile R
I have the libx11-dev package installed through the aptitude
application. This is on 5.0 power pc. What can I provide to help
with this? I don't know where to begin.
--
Stephen Sefick
Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods. We are mammals, and have not
2016 Nov 08
2
proplems installing R 2.5 on Ubuntu 14.04
Hi,
i'd like to install R 2.5 on an Ubuntu 14.04.
I have a special software requiring this old version.
While ./configure, i get the following error:
checking for mbstate_t... yes
checking for X... no
configure: error: --with-x=yes (default) and X11 headers/libs are not available
The problem is that i don't know which headers or libraries are missing, and when i search with aptitude in
2008 Dec 29
1
kvoptions.sty
On an new install of Ubuntu 8.10 64bit, I am having trouble with make
check-all checking package 'survival' and elsewhere:
l.100 \fontencoding\encodingdefault\selectfont
! LaTeX Error: File `kvoptions.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.2231
2015 Oct 13
2
gcc ubsan alignement test --minimal gcc version?
Dear All,
I'm trying to implement the section of the manual pertaining to the
gcc-ubsan test
carried by CRAN on my local computer (ubuntu 14.04):
http://www.stats.ox.ac.uk/pub/bdr/memtests/gcc-UBSAN/README.txt
I was wondering whether someone could tell what the minimal version
of the gcc tool chain needed to run the gcc-ASAN and gcc-UBSAN alignment
tests on ones local
2016 Nov 08
0
proplems installing R 2.5 on Ubuntu 14.04
On 8 November 2016 at 14:39, Lentes, Bernd wrote:
| i'd like to install R 2.5 on an Ubuntu 14.04.
| I have a special software requiring this old version.
|
| While ./configure, i get the following error:
|
| checking for mbstate_t... yes
| checking for X... no
| configure: error: --with-x=yes (default) and X11 headers/libs are not available
|
| The problem is that i don't know which
2012 Jun 10
1
Garena Messenger Chat not working
Hello,
I installed wine 1.3.35 in bodhi Linux to play warcraft online.
I use Garena to play dota online therefore installed the latest Garena plus from their website .Everything is working fine except for chat and discussion.When I hover the mouse over friend list Garena exits automatically.
Can someone help me with this??
When i run Garena Plus ,terminal shows the following code:
Code:
wine
2007 Dec 12
2
X11 headers/libs
I'm trying to build R from source on Ubuntu Gutsy Gibbon. I've done
apt-get install r-base-dev and apt-get libX11-dev, but R configure is
still complaining about X11 headers/libs are not available. What else
do I need?
Thanks,
Paul
====================================================================================
La version fran?aise suit le texte anglais.
2007 Apr 04
1
compile errors with rgl-0.70.570 on FreeBSD
Thank you for your work on rgl.
Reading in another thread about your new (inofficial) version of rgl
(see below) I tried it with R version 2.5.0 alpha (2007-03-31 r40986)
under FreeBSD 7.0-CURRENT. Unfortunately I got the following error:
-------
#R CMD INSTALL rgl_0.70.570.tar.gz
* Installing to library '/usr/local/lib/R/library'
* Installing *source* package 'rgl' ...
2010 Sep 07
1
strip/install error when executing make install-tools
Hello,
September 7th I pulled a copy of Xen 4 with:
hg clone -r RELEASE-4.0.1 http://xenbits.xen.org/xen-4.0-testing.hg
I installed development tools and packages from the Xen 4 wiki:
bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo texlive-latex-base texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended
2007 Oct 30
6
trouble installing building packages from source using R 2.6.0 on Ubuntu Gutsy AMD64
I have recently upgraded to Ubuntu Gutsy and, for the first time, am
using a 64-bit installation. After failing miserably to install R from
source, not a problem for me in the past with a 32-bit install, I went
the route of using the Debian Etch build. This went smoothly, but I am
unable to update my numerous R and BioConductor packages, getting
non-zero exit status errors on each package. Is
2011 May 31
2
the tag Obsoletes: in spec files
How exactly to use the tag "Obsoletes:" in a spec file ?
I need to offer texlive to users on Centos-5.6, so I packaged it (based
on a Mandriva src.rpm), and that works.
But I want rpm to *replace* tetex by texlive, instead of just adding
texlive, when users do a :
$ yum install texlive
(we have a local repo here).
So I added this line in texlive.spec :
Obsoletes: tetex
and of
2007 Dec 24
2
R Compilation error on Ubuntu
Hi
I bought a new laptop HP dv9500 just a week ago and installed a Ubuntu
gutsy ribbon on this laptop. I wanted to install Fedora but there are
more threads on Ubuntu, so I decided to install Ubuntu. After hours of
struggle in configuring x server/graphic card stuff, I installed R for
Gutsy ribbon using "sudo apt-get install g77 r-core'.
Now when I tried to install 'sp' package
2009 Mar 26
1
Some install package fixes for Ubuntu Hardy
I encountered some failures in using install.packages() to install rgl
and rJava in some of my (multiple) Ubuntu Hardy systems. A quick search
of the 'Net did not show any debian packages for these. The
install.packages messages said header or other files were missing,
suggesting path and related woes. Email with Duncan Murdoch (thanks!)
pointed the way with rgl and led to a fix for rJava
2008 Nov 14
1
Bug#505698: r-base-core: dev2bitmap fails with gsexe related error (PR#13288)
Stefano,
Thanks for the bug report.
On 14 November 2008 at 14:35, Stefano Costa wrote:
| Package: r-base-core
| Version: 2.8.0-1
| Severity: normal
|
| As in subject. The bug is reproducible on my machine with these
| commands:
|
| > x <- rnorm(100)
| > plot(density(x))
| > dev2bitmap("density.png")
| Error in paste(shQuote(gsexe), " -dNOPAUSE -dBATCH -q
2015 Oct 14
0
gcc ubsan alignement test --minimal gcc version?
Dear Prof. Ripley,
Thank you for your answer. I think I am way over my head here.
(Using Doker adds a level of complexity that I'm afraid I can't
manage for now so I am happy with building Rdevel and using it
in to run these tests).
After building Rdevel with what I think are the correct options**
(just to avoid mistakes I have also fully removed R from my system
just before and
2010 Oct 07
1
Linux 64-bit R installation problem - "Failed dependencies"
I am trying to install 64 bit R on Linux. But I got the following error -
rpm -i R-core-2.10.0-2.fc11.x86_64.rpm
warning: R-core-2.10.0-2.fc11.x86_64.rpm: Header V3 DSA signature: NOKEY,
key ID 97d3544e
error: Failed dependencies:
/bin/bash is needed by R-core-2.10.0-2.fc11.x86_64
/bin/sh is needed by R-core-2.10.0-2.fc11.x86_64
/sbin/ldconfig is needed by
2001 Oct 17
3
libraries Problem
Hi all
l'm new linux and wine user and wanted to use wine several times but
everytime l've had some problems.This time l wanted to install wine from rpm
but some libraries is needed by wine
l think that l have them but wine isn't working well
my system is
RedHat 7.1 on an i686 kernel 2-4-2.2
wine need tose l have them those path
library folder
ld-linux.so.2
2009 Sep 22
1
rgl, openmesa, nvidia. Oh my!
I've caused a new problem for myself. I wonder if you have seen it.
On Ubuntu 9.04 I had a lot of hangs with the nvidia packages and so I
updated to the 185 edition on this website:
https://launchpad.net/~nvidia-vdpau/+archive/ppa
The video drivers are much better! However, I notice now I don't have
all of the working pieces of the X11/openGL development toolkit in
order to compile R
2010 Mar 17
1
Where to find Intrinsic.h and xlib.h
Hi
When I install NCL on my system. There are many error about X11 appeared.
Such like:
xdevice.c(40): catastrophic error: could not open source file "X11/Xlib.h"
rasdraw.c(30): catastrophic error: could not open source file
"X11/Intrinsic.h"
w_idt.c(26): catastrophic error: could not open source file
"X11/Intrinsic.h"
X11_class0.c(39): catastrophic error: could not