search for: leave

Displaying 20 results from an estimated 26214 matches for "leave".

2008 Sep 15
0
No subject
hello.. i am running openssh-3.7.1p2. on linux.It is working successfully..and daemon is running &client also connecting.But the problem is with the mips architecture when i connecting this server from remote syytem.?i got an error of buufer_get:trying to get more bytes 1 than buffer0.And client is not connecting from remote system.My out is as follows on my server ?in sshd main before
2008 Sep 18
2
SSHD_PROBLEM
hello.. i am running openssh-3.7.1p2. on linux.It is working successfully.and daemon is running &client also connecting.But the problem is with the mips architecture when i connecting this server from remote syytem. i got an error of buufer_get:trying to get more bytes 1 than buffer0.And client is not connecting from remote system.My out is as follows on my server in sshd main before
2011 Jul 13
1
Ubuntu 10.04 and R: dependency problems
Hello, I'm not sure if this is the correct place to post this, but please help if you can. I have Ubuntu 10.04 OS and was running R version 2.13.1 (2011-07-08) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-pc-linux-gnu (64-bit) I recently had problems using install.packages() to get 'maps' and 'mapproj' anyway, long story
2007 Mar 19
1
Wile: Error when executing "make" in SimplyMepis 3.4.3
Hello, I got the following error message when I executed "make". Can anyone help me on this issue? Thanks! Mike make[1]: Entering directory `/home/zheng/Desktop/wine-0.9.28/tools' make[1]: `makedep' is up to date. make[1]: Leaving directory `/home/zheng/Desktop/wine-0.9.28/tools' make[1]: Entering directory `/home/zheng/Desktop/wine-0.9.28/libs' make[2]: Entering
2007 Jan 31
1
Problems installing R-2.4.1 on Solaris 11 x-86 from source: error in "gmake" after successful "configure"
Dear friends, I am trying to install R-2.4.1 from source on Solaris 11 x-86. 64 bits, running on Sun Ultra-20 workstation, and using the SunStudio 11 compilers. I was able to "configure" R correctly, but received an error in "gmake", aparently related to bzip2 which I have been unable to debug. The messages are listed below. The configure.log and configure.status files are
2010 Apr 23
1
uninstalling and installing on linux
Hi List, I have a question about uninstalling and installing R on linux, which I am new to. > sessionInfo() R version 2.10.1 (2009-12-14) x86_64-unknown-linux-gnu locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=C LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C
2002 Nov 21
1
[LLVMdev] top of tree build failures
See attached build (gmake -k) log. -- gaeke at uiuc.edu -------------- next part -------------- gmake[1]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg' gmake[1]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/lib' gmake[2]: Entering
2002 Nov 11
1
[LLVMdev] top of tree broken?
Hello hackers, I seem to be having some trouble compiling the top of the llvm CVS tree... Is someone working on something involving IPModRef.cpp and the data structure graph? I have attached a make -k log. -Brian -- gaeke at uiuc.edu -------------- next part -------------- gmake[1]: Entering directory `/scratch/scratch0/gaeke/llvm-497cz/utils/Burg' gmake[1]: Nothing to be done for
2006 Jul 13
0
R-2.3.1 --enable-R-shlib
Hi, I've upgraded our server to the latest R version, everything went ok until I wanted to install RServe for our java clients. RServe needs the shared library which can be compiled using configure --enable-R-shlib. All went ok but after running make I got this error: gcc -shared -L/usr/local/lib64 -o libR.so Rembedded.o CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o
2006 May 02
2
Dovecot-1.0.beta7 Build Fedora 3 Error
Hello I'm attempting to configure Dovecot with mysql support so I'm able to have a single database of users and point both postfix and dovecot to this db. I currently have an rpm src that I have download and placed in my RPMBUILDROOT of my linux box. Next I configured the .spec file and attempted to run a rpmbuild -bb Near the end of the install phase I receive an error which has me
2015 Jul 21
2
' --enable-R-shlib' problem when setting up R-devel in Linux Mint 17.1 64-bit
Dear list, This is my first time trying to set up the development version of R (R-devel ) in my local machine to test some packages before submitting them to CRAN. I'm using Linux Mint 17.1 64-bit, which is an Ubuntu-based distro. However, I'm not able to correctly set up r-devel, apparently due to a problem with enabling the shared library support. I run the first script given by Dirk
2010 Jun 02
2
Faster union of polygons?
...33.9, 34.8, 40.4, 49.7, 69.2, 77.4, 83.4, 91.4, 99, 92.8, 87.3, 81.2, 71.1, 57.6, 45.4, 39.2, 26, 15.6, 5.3, 0.6, 0), .Dim = c(26L, 2L), .Dimnames = list( NULL, c("X", "Y"))) # Lots of polygons: releaf <- function(leaf)cbind(leaf[,1]+rnorm(1,0,50),leaf[,2]+rnorm(1,0,50)) leaves <- replicate(500, releaf(leaf), simplify=FALSE) # Make into gpc.poly class: leaves <- lapply(leaves, as, "gpc.poly") # Make union ..... system.time({ leavesoutline <- union(leaves[[1]], leaves[[2]]) for(i in 3:length(leaves))leavesoutline <- union(leavesoutline, leaves[[i]]...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...mpiling InterferenceCache.cpp for Release+Asserts build llvm[3]: Compiling AsmParser.cpp for Release+Asserts build llvm[3]: Compiling StripDeadPrototypes.cpp for Release+Asserts build make[3]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/MC/MCDisassembler' llvm[2]: Compiling InterleavedAccessPass.cpp for Release+Asserts build llvm[3]: Compiling Disassembler.cpp for Release+Asserts build llvm[3]: Compiling StripSymbols.cpp for Release+Asserts build llvm[3]: Compiling MCDisassembler.cpp for Release+Asserts build llvm[2]: Compiling IntrinsicLowering.cpp for Release+Asserts build llv...
2005 Jul 21
6
basic question on how to compile 2.4 xen
Hi Can someone help me figure out a way to compile a 2.4 kernel in a 2.6 system. Basically it keeps failing because it needs the genksyms package, which is provided in the modutils package from redhat, but obviously this isn''t presetn on the 2.6 kernel. I was wondering how the xen maintainers go about compiling their 2.4 kernel and 2.6 kernel. Do you do it on different systems then
2006 Nov 08
1
Building Problem
Hi, I'ma having some troubles installing R under Unix. As it is written in the "how to install R" the ./configure passed on but when I type make I recieve this error message : gmake[1]: Entering directory `/usr/local/R_HOME/R-2.4.0/m4' gmake[1]: Nothing to be done for `R'. gmake[1]: Leaving directory `/usr/local/R_HOME/R-2.4.0/m4' gmake[1]: Entering directory
2009 Apr 27
1
FW: Install of R 2.9.0
I am forwarding the below message from our sys-admin because I don't know what the problem is. We are getting a "No space left on device" error when there is plenty of space. See below. Mark Lyman From: Palmer, Michael Sent: Monday, April 27, 2009 12:09 PM To: Lyman, Mark Subject: Install of R 2.9.0 Mark - I'm having trouble installing R-2.9.0. During "make
2007 Aug 14
1
R 2.5.1 configure problem
Hi, I have follwoing problem: I will install R-2.5.1 on a Linux Maschine (64Bit) and I will use the R-GUI JGR (Jaguar) SO I make following steps: ./configure --with-gnu-ld --enable-R-shlib VAR=fPIC VAR=TCLTK_LIBS make I become following error messages: . Entering directory `/root/R-2.5.1/tests' make[2]: Entering directory `/root/R-2.5.1/tests' make[3]: Entering
2007 Feb 08
4
error when compiling zaptel-1.4
when i compile zaptel make linux26 make install i got these errors: make[1]: Leaving directory `/usr/src/zaptel-1.4/wct4xxp' make -C datamods clean make[1]: Entering directory `/usr/src/zaptel-1.4/datamods' make -C /lib/modules/2.4.27-3-386/build SUBDIRS=/usr/src/zaptel-1.4/datamods clean make[2]: Entering directory `/usr/src/kernel-headers-2.4.27-3-386' make: *** arch/i386/boot: No
2010 Apr 16
1
Trying to compile/pack the Xen 4 for Debian fail...
Guys, I'm trying to compile the Xen 4.0.0 via debian/rules makefile but I got this: administrativo at sid01:~/xen/xen-4/xen-4.0.0$ make -f debian/rules build-tools ..... make -C lib all make[7]: Entering directory `/home/administrativo/xen/xen-4/xen-4.0.0/debian/build/build-tools/tools/blktap2/vhd/lib' make[7]: Nothing to be done for `all'. make[7]: Leaving directory
2015 Jul 21
0
' --enable-R-shlib' problem when setting up R-devel in Linux Mint 17.1 64-bit
Regarding the previous problem with setting up r-devel in Linux Mint 17.1 64-bit, I deleted all the r-devel files I previously had, and then I did the check out to the '~/svn/r-devel' directory originally mentioned by by Dirk on https://stat.ethz.ch/pipermail/r-sig-debian/2012-August/001935.html, instead of the customised location I previously chose: '~/SVN/R-devel/trunk' and