search for: version

Displaying 20 results from an estimated 201930 matches for "version".

2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
Thanks for your help so far Gaël, but I ran into more trouble. I installed the JDK on my system and the messages indicated the JVM version needs to be 1.6. Did you intend to link me to Java 7? LD_LIBRARY_PATH=/usr/lib/jvm/jdk1.7.0_25/jre/lib/amd64/server/:/usr/lib/jvm/jdk1.7.0_25/jre/:/usr/lib/jvm/jdk1.7.0_25/jre/lib/amd64/ Buildfile: /path/to/code/vmkit/mmtk/java/build.xml main: [javac] Compiling 1 source file to /path/to/co...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
Ok, I have exactly the same problem when I compile, I will try to understand where is the problem. Gaël 2013/11/21 Gaël Thomas <gael.thomas00 at gmail.com>: > Arg, you have to use a version strictly before the 7u25 (probably the > 7u21), sorry! > > I hope that it will work, because I also have problem to compile the > trunk version of vmkit (I haven't tested the trunk since two months). > I'm investigating. Tell me if it works for you with an older version >...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
Arg, you have to use a version strictly before the 7u25 (probably the 7u21), sorry! I hope that it will work, because I also have problem to compile the trunk version of vmkit (I haven't tested the trunk since two months). I'm investigating. Tell me if it works for you with an older version :) See you, Gaël PS: the wa...
2013 Nov 22
0
[LLVMdev] vmkit2 core dump after building mmtk
...21, 2013 at 3:46 PM, Gaël Thomas <gael.thomas00 at gmail.com> wrote: > Ok, I have exactly the same problem when I compile, I will try to > understand where is the problem. > > Gaël > > 2013/11/21 Gaël Thomas <gael.thomas00 at gmail.com>: >> Arg, you have to use a version strictly before the 7u25 (probably the >> 7u21), sorry! >> >> I hope that it will work, because I also have problem to compile the >> trunk version of vmkit (I haven't tested the trunk since two months). >> I'm investigating. Tell me if it works for you with an...
2001 Dec 22
0
Re: R-1.4.0 for MacOS X
...9;ll put a copy on cran today. Thanks. stefano > > Get it from ftp://gifi.stat.ucla.edu in pub. > > This contains the base files plus the recommended packages (except > rpart, > which does not compile yet). > > It is compiled under MacOS X 10.1.2 with the December 2001 version > of > the Developer Tools, and with g77 from fink.sourceforge net. > It has > support > for gnome, X11R6, and tcl/tk, and it uses the newest ATLAS from > fink. It > has two-level namespaces and has a libR.dylib included. > > For R,bin you need on your system (remembe...
2004 Jun 05
1
Crash in OSX (PR#6940)
Full_Name: Murray Pung Version: 1.9.0 OS: OSX Mac Submission from: (NULL) (134.148.20.33) Date/Time: 2004-06-05 12:32:30 +1000 OS Version: 10.3.4 (Build 7H63) Report Version: 2 Command: R.bin Path: /Library/Frameworks/R.framework/Resources/bin/R.bin Version: 1.9.0 (R 1.9.0) PID: 358 Thread: 0 Exception: EXC...
2006 Aug 31
1
R crashes in Mac OS 10.4 when Find is used (PR#9192)
Full_Name: Matt Fantle Version: 1.16 OS: Mac OS 10.4.7 Submission from: (NULL) (128.118.174.213) Problem: R crashes when 'Command-f' is pressed to begin "Find" Frequency: This problem is intermittant. Once R crashes, the only solution is to restart R and try to Find again. There is no regularity to the pr...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
I also misunderstood :) So, in this case, the problem is that your version of openjdk is probably not supported. In fact, we only support the version 7u23 of openjdk :) You can find this version here: http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jdk-7u25-oth-JPR Currently, I'm modifying the internal design of vmki...
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
..., but now I realize that the problem appears to be in the avas function in acepack. I tried running running the avas example (in acepack package), and got an immediate crash. Any thoughts? The Apple crash report (from R GUI crash) follows. Hank Date/Time: 2006-02-16 14:28:39.836 -0500 OS Version: 10.4.4 (Build 8G32) Report Version: 3 Command: R Path: /Applications/R.app/Contents/MacOS/R Parent: WindowServer [75] Version: 1.14 (2129) PID: 1814 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0xfb3513df Thread 0 Crashed: 0 acepack.s...
2012 Oct 23
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
Hi Jack, > It is interesting though that LLVMPolly.so shows the linkage... > > /sw/opt/llvm-3.2/lib/LLVMPolly.so: > /sw/lib/libisl.10.dylib (compatibility version 11.0.0, current version 11.0.0) > /sw/lib/gmp5/libgmp.10.dylib (compatibility version 11.0.0, current version 11.5.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0) > /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0) .....
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
I guess I mispoke, I checked out the source from http://llvm.org/svn/llvm-project/vmkit/trunk. I thought this was vmkit2. I guess I was just referring to vmkit then. On Thu, Nov 21, 2013 at 12:10 PM, Gaël Thomas <gael.thomas00 at gmail.com> wrote: > Hi Adam, > > I don't know which repo you have used? Because only the llvm repo is > maintained (not the gforge one), and
2006 Jul 04
1
double-quote tab crashes R (PR#9058)
Hi, This seems to crash my version of R: "<TAB> where I type a double quote, and then hit the <TAB> key. I was playing with strsplit, and wanted to give it a vector of characters including newline, tab, space, and so on. I've included the trace info from my macBook Pro (intel macintosh). Date/Time: 200...
2005 Jun 30
0
Fwd: Does not run under Mac OS X 10.3.9 (PR#7975)
...Does not run under Mac OS X 10.3.9 (PR#7975) > > > I don' have a folder 'Utilities' in applications, however here is > what I get when I chose > 'send error report to Apple'. Maybe that helps you, too. > > Date/Time: 2005-06-28 18:03:45 +0200 > OS Version: 10.3.9 (Build 7W98) > Report Version: 2 > > Command: R > Path: /Applications/R.app/Contents/MacOS/R > Version: 1.11 (1.11) > PID: 374 > Thread: 0 > > Exception: EXC_BAD_ACCESS (0x0001) > Codes: KERN_INVALID_ADDRESS (0x0001) at 0x80000006 > > Th...
2005 Jun 17
1
R worked once, now will not open. Works in console, but won't graph. (PR#7953)
Full_Name: Richard Zur Version: 2.1.0a OS: 10.3.9 Submission from: (NULL) (67.176.250.164) I erased R 2.0.1 (the R.app and the framework) and installed R 2.1.0a. I ran it once, then shut down without saving the workspace. Now it doesn't start at all. I've erased it a couple of times and re-installed (not installing...
2006 Jun 16
0
3 Bugs in R (with R.crash.log) under OSX 10.4.6
...eichnis wechseln...) doesn't close after opening. Second Problem: If i make a boxplot with my datas, than copy the boxplot and paste it into "Preview" as an new image and save it as JPEG, then R crashes. The R.crash.log than tells me: Date/Time: 2006-06-14 21:37:08.869 +0200 OS Version: 10.4.6 (Build 8I127) Report Version: 4 Command: R Path: /Applications/Biologie- und Chemie-Programme/R 2.3.1/R.app/Contents/MacOS/R Parent: WindowServer [63] Version: 1.16 (3198) PID: 215 Thread: 0 Exception: EXC_BREAKPOINT (0x0006) Code[0]: 0x00000001 Code[1]: 0x92991120 T...
2004 Jan 15
1
Problem at compiling zaptel
...linux/pci.h:677, from zaptel.c:46: /usr/include/linux/page-flags.h:119: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function) /usr/include/linux/page-flags.h:119: error: requested alignment is not a constant In file included from zaptel.c:48: /usr/include/linux/version.h:2:2: #error "=======================================================" /usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{linux,asm}/ header" /usr/include/linux/version.h:4:2: #error "files directly for the compilation of kernel modules." /...
2012 Oct 23
2
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
...omething which made its way into the cc1 binary, probably it called some weak symbol which resolved in the main executable cc1. > > this reminds me of something that came up recently (PR13981): both polly and > gcc are dynamically linked against libcloog (and usually against different > versions). When dlopen loads polly it resolves the libcloog symbols using > the version of libcloog that was loaded when gcc (the main binary) was started > up, causing all kinds of mayhem on linux. Maybe this could cause the kind of > issue you are seeing, especially if the two libcloog library...
2006 Feb 16
1
segmentation fault with Hmisc areg.boot()
...) > f <- areg.boot(y ~ x1 + x2 + x3, B=40) Loading required package: acepack Process R segmentation fault at Thu Feb 16 14:13:44 2006 ############ The following is the automated report following the crash from the same code in the R GUI: Date/Time: 2006-02-16 14:18:21.336 -0500 OS Version: 10.4.4 (Build 8G32) Report Version: 3 Command: R Path: /Applications/R.app/Contents/MacOS/R Parent: WindowServer [75] Version: 1.14 (2129) PID: 902 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x63110304 Thread 0 Crashed: 0 acepack.so...
2007 Nov 23
1
MacOSX 10.4.11 update breaks tests/lapack.R (R 2.6.0)? (PR#10454)
...celerate framework which either contains a bug itself or exposes a bug somewhere in R's lapack code on the PowerPC G4 and G5. My build of R 2.6.0 executed the tests/lapack.R code succesfully when I upgraded when 2.6.0 was released. After the OS update, it now crashes. This happens both with the version I built using Apple's gcc 4.0.1 and gfortran 4.2.2, and with the version built completely with gcc 4.2.2 . > R R version 2.6.0 (2007-10-03) Copyright (C) 2007 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are we...
2017 Mar 07
0
[ANNOUNCE] OpenChrome DDX Version 0.6 released
Hi everyone, Finally figured out how to use the X.Org automatic submission script after realizing that I had to change the script in order for OpenChrome DDX to build in the first place. OpenChrome DDX Version 0.6 has added the following new features. - First official support for CX700, VX700, and VX800 chipsets integrated TMDS transmitter (i.e., DVI support) - Initial support for Silicon Image SiI 164 TMDS transmitter OpenChrome DDX Version 0.6 has the following improvements. - Improved FP reinit...