search for: lipsitt

Displaying 9 results from an estimated 9 matches for "lipsitt".

2014 Jan 30
2
Next virt-manager release?
Does anybody know if there are plans to tag a new release of virt-manager any time soon? That would help with distro packaging.
2014 Jan 31
1
Re: [virt-tools-list] Next virt-manager release?
On Fri, Jan 31, 2014 at 09:59:18AM +0530, Kashyap Chamarthy wrote: > [This question is better suited for virt-tools list, CCing it.] > > On 01/31/2014 03:17 AM, Daniel Lipsitt wrote: > > Does anybody know if there are plans to tag a new release of > > virt-manager any time soon? That would help with distro packaging. > > > https://www.redhat.com/archives/virt-tools-list/2014-January/msg00179.html As Cole said in that mail, in "next couple of w...
2006 Jan 11
2
R 2.2.2-1 RPM build problem and solution on RH AS 4 x86_64
I have a dual Xeon x86_64 system running Red Hat AS 4. There are no x86_64 rpms in http://cran.us.r-project.org/bin/linux/redhat/el4/ (the i386 ones are a point release behind anyway) , and the fc4 rpms have a whole web of dependencies I don't want to pull in. So I decided to build http://cran.us.r-project.org/bin/linux/redhat/SRPMS/R-2.2.1-1.fc3.src.rpm . When I ran rpmbuild. one of the
2006 Jun 21
0
package compile error on RHEL x86_64 - FIXED
For the record: The error below has been resolved. As Professor Ripley said, it was a compiler problem. Upgrading to a more recent gcc rpm (gcc-3.4.5-2) and its dependencies made the errors go away. Thanks, Dan On 6/14/06, Dan Lipsitt <danlipsitt at gmail.com> wrote: > I am unable to install the gmp package on an x86_64 (Xeon) machine. I > have had the same problem with other packages (eg. MCMCpack) as well. > I am running Red Hat Enterprise Linux 4.1. > I get the following error: > > g++ -shared -L/usr/l...
2014 Jan 21
1
Re: remove non-portable chmod from libtool-kill-dependency_libs.sh (#10)
Attaching the patch to the mailing list. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
2014 Jan 31
0
Re: Next virt-manager release?
[This question is better suited for virt-tools list, CCing it.] On 01/31/2014 03:17 AM, Daniel Lipsitt wrote: > Does anybody know if there are plans to tag a new release of virt-manager any time soon? That would help with distro packaging. > -- /kashyap
2005 Feb 03
1
filling a string buffer in a C routine
I am trying to write a C function that reads lines from a file and passes them back to R. Here is a simplified version: --- C code --- #include <R.h> void read_file(char **filename, char **buf, char **buflen) { FILE *infile; infile = fopen(*filename, "r"); fgets(*buf, *buflen, infile); fclose(infile); } --- R code --- buffer = "xxxxxxxxxx" #
2004 Nov 29
4
escaping backslash in a string
How can I get a single backslash in a character string? My goal is to escape dots in a string that will be used as a regular expression. I thought I could do it this way: gsub(".", "\\.", x) Unfortunately, "\\" does not represent a literal backslash as I expected, but rather a pair of backslashes: > "\\." [1] "\\." > "\\" [1]
2006 Jun 14
2
package compile error on RHEL x86_64
I am unable to install the gmp package on an x86_64 (Xeon) machine. I have had the same problem with other packages (eg. MCMCpack) as well. I am running Red Hat Enterprise Linux 4.1. I get the following error: g++ -shared -L/usr/local/lib64 -o gmp.so biginteger.o biginteger_operator.o bigintegerR.o bigrational.o bigrational_operator.o bigrationalR.o factor.o -L/usr/local/lib/ -lgmp /usr/bin/ld: