similar to: possible Sweave problem in rdevel build on Debian 6.0.8?

Displaying 20 results from an estimated 1100 matches similar to: "possible Sweave problem in rdevel build on Debian 6.0.8?"

2013 Oct 22
1
possible Sweave problem in rdevel build on Debian 6.0.8?
Dear R-Devel, Note: I posted a similar message to R-sig-debian yesterday because I assumed it was a Debian issue, received response that it it may be more appropriate for r-devel since it involves building from the svn version. As of Oct 21, we are running into a build failure when trying to compile the development version of R from the svn repository. The problem still persists as of
2017 Jul 06
0
make check-recommended hanging on up-to-date Rdevel from SVN
Hi all, I'm getting an issue with Rdevel where make check-recommended hangs consistently for me on Mac El Capitan when checking the Matrix package. I did svn update and tools/rsync_recommended earlier today and it didn't fix the issue. Specifically, it is hanging on the * checking dependencies in R code ... stage (while checking Matrix, it passes fine for MASS and lattice). Currently
2014 Sep 27
0
possible error in rdevel with --enable-strict-barrier?
Hi, With a fresh Rdevel r66690 (yesterday 26th) in ~/R/Rtrunk I get : ~/R/Rtrunk $ ./configure CC="gcc -std=gnu99 -fsanitize=address" CFLAGS="-fno-omit-frame-pointer -O0 -g -Wall -pedantic -mtune=native" --without-recommended-packages ~/R/Rtrunk $ make clean ~/R/Rtrunk $ make Works fine. Now adding --enable-strict-barrier to the end : ~/R/Rtrunk $ ./configure
2010 Nov 30
2
Windows Rdevel version - no Rgui.exe?
Hi Duncan, just noticed that after installing the Windows R-2.13.0 build there is no i386 directory in the R-2.13.0dev/bin directory and hence no Rgui.exe. Is this intentional with the devel version? I downloaded from http://cran.ms.unimelb.edu.au/, where it says: "This is a combined Windows 32/64 bit binary build of the 2010-11-27 r53672 development snapshot of R (which will eventually
2015 Feb 24
3
alternatives to do.call() when namespace is attached but not loaded?
Dear R-devel I have a function in a package that essentially provides a wrapper for a group of functions in another Suggested package (it sets appropriate defaults for the context, transforms output, etc). I've implemented this by verifying that the package was loaded with require(sna) and then do.call(snaFunName, args = args) The rDevel check is requesting that I use
2008 Jun 23
1
Problem when building a test R package on PC
I followed the instruction of building R package on PC by Peter Rossi. I got problem when I tried to build a R package from his example, test.zip. The problem occurs when I tried to R CMD check test the screen stops at D:\Rpackagebuild\Rossi_test>R CMD check test * checking for working pdflatex ... OK * using log directory 'D:/Rpackagebuild/Rossi_test/test.Rcheck' * using R version
2011 Nov 01
3
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
Óscar Fuentes <ofv at wanadoo.es> writes: > greened at obbligato.org (David A. Greene) writes: > >> Óscar Fuentes <ofv at wanadoo.es> writes: >> >>> A good measure of how fast a set of Makefile are is to run the build >>> with all targets up-to-date. Both builds takes a few seconds (3 or so) >>> on my Linux quad core box. Whatever
2017 May 04
2
Problem with Polly build
2017-05-02 0:50 GMT+02:00 Eugene Zelenko via llvm-dev <llvm-dev at lists.llvm.org>: > On Mon, May 1, 2017 at 3:27 PM, Michael Kruse <llvmdev at meinersbur.de> wrote: >> 2017-05-01 20:16 GMT+02:00 Eugene Zelenko via llvm-dev >> <llvm-dev at lists.llvm.org>: >>> Hi, Hongbin! >>> >>> On Mon, May 1, 2017 at 11:06 AM, Hongbin Zheng
2011 Nov 01
0
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
greened at obbligato.org (David A. Greene) writes: >>> Oh, it's significant. When I build the Cray compiler with only non-LLVM >>> stuff changed, the actual compiles (the Cray stuff) finish before the >>> LLVM figures out nothing has changed. This is a sginificant >>> productivity loss. >> >> How is that? Your compiler builds in less than 3
2012 Aug 06
3
test if elements of a character vector contain letters
Dear all I'm pretty sure that I'm approaching the problem in a wrong way. Suppose the following character vector: > (x[1:10] <- paste(x[1:10], sample(1:10, 10), sep='')) [1] "a10" "b7" "c2" "d3" "e6" "f1" "g5" "h8" "i9" "j4" > x [1] "a10" "b7"
2011 Jan 18
1
Dovecot Sieve
Hi, I am looking for the Dovecot Sieve mailing list. Is there one? Regards, j
2012 Jun 17
2
[LLVMdev] Ninja (make replacement)
Hi Christoph, It is a good question even though it is obvious :-) No, for the last few days, I have not been able to build Clang with make -j2 or -j4 - the build always fails on a ranlib operation. Also, on Windows, GNU Make seems to be somewhat broken with respect to parallel builds: It doesn't change a thing whether you specify -j2 or -j4 on a quad-core machine (with hyper-threading
2013 Aug 29
2
gmirror crash writing to disk? Or is it su+j crash?
So I have a system running: FreeBSD walk.dclg.ca 9.2-RC3 FreeBSD 9.2-RC3 # r254952: Wed Aug 28 03:02:55 EDT 2013 root at walk.dclg.ca:/usr/obj/usr/src/sys/STRIKE i386 and it has two 2T SATA disks. To keep this post short, the crash.txt is here. https://uk.eicat.ca/owncloud/public.php?service=files&t=fea9d25579fe0c4afb808859e80e1493 now curiously, while running a "make -j4
2013 Apr 22
1
AMD Primary Passthrough Question
Hello, I am about to try the AMD patch to test primary passthrough and had a couple of questions. First, is there a host for the patch or is it only what was released to the mailing list in the past? Second, does the primary patch allow Xen''s VNC to connect to the GPU instead of emulated graphics? If not, does anyone know whether it would be possible to connect Xen''s VNC to
2017 May 01
2
Problem with Polly build
2017-05-01 20:16 GMT+02:00 Eugene Zelenko via llvm-dev <llvm-dev at lists.llvm.org>: > Hi, Hongbin! > > On Mon, May 1, 2017 at 11:06 AM, Hongbin Zheng <etherzhhb at gmail.com> wrote: >> Hi Eugene, >> >> It is strange, I also do a clean build with CMake+make with r301734 and it >> is ok. Could you provide more details? >> >> Thanks >>
2012 Jun 19
0
[LLVMdev] Ninja (make replacement)
On Sun, Jun 17, 2012 at 7:30 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote: > Hi Christoph, > > It is a good question even though it is obvious :-)  No, for the last few > days, I have not been able to build Clang with make -j2 or -j4 - the build > always fails on a ranlib operation. > > Also, on Windows, GNU Make seems to be somewhat broken with respect to >
2017 Aug 05
3
Cross compiling C++ program
On Fri, Aug 04, 2017 at 04:40:44PM -0600, Jonathan Roelofs wrote: > Might be a helpful exercise for you to try building vanilla clang with > runtimes for the host, before worrying about how to build everything for > your baremetal case: > http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary So I did. :o) It was fun realizing how much Release type reduces LD
2010 Mar 11
6
Installing from source (git, hg) on a fresh debian box
Oye 3 days on this now, my head hurts. I have spent what seems like 40 hours in the last 3 or 4 days reading, and I realize xen is in the middle of this transition of getting into mainline kernel, issues with dom0 etc etc. Ok, so i have come across a few howtos/tutorials on installing xen dom0 kernel, using git to download a patched? kernel tree, and getting xen source from mercurial. Below is my
2004 Nov 24
1
I just got my TDM22B - but no data sheet
I just got my TDM22B, but the package did not include anything else, like datasheet. 1. Where can I download it? 2. Which outlets are FXS/FXO ??? (depending on the green /red card positions) 3. Does it need the extra power?? bye Ronald
2011 Oct 15
1
VGA PassThrough works for EVGA GTX 460 SE 1024 MB
Hi Finally I succeeded to use my graphic card EVGA GTX 460 SE 1024M with Xen 4.2 unstable. Before I was using my MSI GT 440. I am little excited that it works now. Kernel ===== Kernel ---> 3.1.0-rc9 downloaded from http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary My kernel''s config is attached to this mail. Xen ==== Download Xen hg clone -r 23965