search for: classlist

Displaying 19 results from an estimated 19 matches for "classlist".

2010 Apr 06
2
[LLVMdev] VMKit assertion failure
...vm --with-gnu-classpath- glibj=/Users/hinsen/Development/VMKit/classpath-0.97.2/lib --with-gnu- classpath-libs=/Users/hinsen/Development/VMKit/classpath-0.97.2/lib And here's the output of "cd /Users/hinsen/Development/VMKit/ classpath-0.97.2/lib; ls": META-INF gen-classlist.sh libjavalangreflect.so Makefile gen-classlist.sh.in libjavanet.so Makefile.am glibj.zip libjavanio.so Makefile.gcj gnu libjavautil.so Makefile.in java mkcollections.pl.in classes...
2010 Apr 07
0
[LLVMdev] VMKit assertion failure
...h-glibj=/Users/hinsen/Development/VMKit/classpath-0.97.2/lib > --with-gnu-classpath-libs=/Users/hinsen/Development/VMKit/classpath-0.97.2/lib > > And here's the output of "cd > /Users/hinsen/Development/VMKit/classpath-0.97.2/lib; ls": > > META-INF gen-classlist.sh libjavalangreflect.so > Makefile gen-classlist.sh.in libjavanet.so > Makefile.am glibj.zip libjavanio.so > Makefile.gcj gnu libjavautil.so > Makefile.in java mkcollection...
2006 Oct 03
1
Native iptables handler
Hello, Has anyone come up with an iptables type? We''re currently managing fragments and then running a script to compile them into a complete iptables file, but that''s a bit hackish. -- DK
2010 Apr 06
0
[LLVMdev] VMKit assertion failure
Hi Konrad, Did you compile vmkit with llvm-gcc or gcc? Did you make sure the path to GNU Classpath is correct in your configure command? Also, you can now update to the latest revision. Cheers, Nicolas On Tue, Apr 6, 2010 at 6:15 PM, Konrad Hinsen <konrad.hinsen at fastmail.net>wrote: > Hi Nicolas, > > > How would I run VMKit without GC? >>> >> >> VMKit
2010 Apr 06
2
[LLVMdev] VMKit assertion failure
Hi Nicolas, >> How would I run VMKit without GC? > > VMKit just falls back to malloc when it detects that the machine is > 64bits. OK, I think I can handle that ;-) > Yes, running a 32bits virtualized system should work just fine. I first tried something else: compiling on an older Mac (10.5, 32 bit compilers) and copy the binary over to the 64-bit Mac. Of course I ran
2019 May 26
2
rbind has confusing result for custom sub-class (possible bug?)
...? Glancing at the source code would suggest it's looking for rbind.IDate: https://github.com/wch/r-source/blob/trunk/src/main/bind.c#L1051-L1063 const char *generic = ((PRIMVAL(op) == 1) ? "cbind" : "rbind"); // should be rbind here const char *s = translateChar(STRING_ELT(classlist, i)); // iterating over the classes, should get to IDate first sprintf(buf, "%s.%s", generic, s); // should be rbind.IDate but adding this method (or even exporting it) is no help [ simply defining rbind.IDate = function(...) as.IDate(NextMethod()) ] Lastly, it appears that as.Date.IDat...
2019 May 26
2
rbind has confusing result for custom sub-class (possible bug?)
...ng for rbind.IDate: > > > > https://github.com/wch/r-source/blob/trunk/src/main/bind.c#L1051-L1063 > > > > const char *generic = ((PRIMVAL(op) == 1) ? "cbind" : "rbind"); // should > > be rbind here > > const char *s = translateChar(STRING_ELT(classlist, i)); // iterating over > > the classes, should get to IDate first > > sprintf(buf, "%s.%s", generic, s); // should be rbind.IDate > > > > but adding this method (or even exporting it) is no help [ simply defining > > rbind.IDate = function(...) as.IDate(Next...
2016 Apr 01
2
RFC: A proposal for vectorizing loops with calls to math functions using SVML
...precision); accuracy-bits = 26 (double precision) funclist - optional comma separated list of one or more math library functions to which the attribute should be applied -fimf-domain-exclusion=classlist[:funclist] indicates the input arguments domain on which math functions must provide correct results. classlist - defined as one of the following values nans, infinities, denormals, zeros all, none, common f...
2008 Feb 24
8
0.24.2 release candidate
Hi all, I''ve done as much bug-fixing as I''m going to be able to do in 0.24.2, I think, so please test the current code if you can. I made some unfortunately significant changes today, in order to try to remove any shared objects in the file server, which will hopefully solve the file corruption issues, plus some very strange issues resulting from renaming
2016 Apr 04
2
RFC: A proposal for vectorizing loops with calls to math functions using SVML
...precision); accuracy-bits = 26 (double precision) funclist - optional comma separated list of one or more math library functions to which the attribute should be applied -fimf-domain-exclusion=classlist[:funclist] indicates the input arguments domain on which math functions must provide correct results. classlist - defined as one of the following values nans, infinities, denormals, zeros all, none, common f...
2019 May 27
2
rbind has confusing result for custom sub-class (possible bug?)
...://github.com/wch/r-source/blob/trunk/src/main/bind.c#L1051-L1063 > > > > > > > > const char *generic = ((PRIMVAL(op) == 1) ? "cbind" : "rbind"); // > should > > > > be rbind here > > > > const char *s = translateChar(STRING_ELT(classlist, i)); // > iterating over > > > > the classes, should get to IDate first > > > > sprintf(buf, "%s.%s", generic, s); // should be rbind.IDate > > > > > > > > but adding this method (or even exporting it) is no help [ simply > defining &...
2019 May 26
0
rbind has confusing result for custom sub-class (possible bug?)
...e would suggest it's looking for rbind.IDate: > > https://github.com/wch/r-source/blob/trunk/src/main/bind.c#L1051-L1063 > > const char *generic = ((PRIMVAL(op) == 1) ? "cbind" : "rbind"); // should > be rbind here > const char *s = translateChar(STRING_ELT(classlist, i)); // iterating over > the classes, should get to IDate first > sprintf(buf, "%s.%s", generic, s); // should be rbind.IDate > > but adding this method (or even exporting it) is no help [ simply defining > rbind.IDate = function(...) as.IDate(NextMethod()) ] > > Las...
2019 Jun 02
1
rbind has confusing result for custom sub-class (possible bug?)
.../trunk/src/main/bind.c#L1051-L1063 > >> > > > > >> > > > const char *generic = ((PRIMVAL(op) == 1) ? "cbind" : "rbind"); // should > >> > > > be rbind here > >> > > > const char *s = translateChar(STRING_ELT(classlist, i)); // iterating over > >> > > > the classes, should get to IDate first > >> > > > sprintf(buf, "%s.%s", generic, s); // should be rbind.IDate > >> > > > > >> > > > but adding this method (or even exporting it) is n...
2019 May 27
0
rbind has confusing result for custom sub-class (possible bug?)
...> > > > https://github.com/wch/r-source/blob/trunk/src/main/bind.c#L1051-L1063 > > > > > > const char *generic = ((PRIMVAL(op) == 1) ? "cbind" : "rbind"); // should > > > be rbind here > > > const char *s = translateChar(STRING_ELT(classlist, i)); // iterating over > > > the classes, should get to IDate first > > > sprintf(buf, "%s.%s", generic, s); // should be rbind.IDate > > > > > > but adding this method (or even exporting it) is no help [ simply defining > > > rbind.IDate = fu...
2005 Jun 16
9
Re: dom0 bootstrap for xenstore
On Thu, 2005-06-16 at 06:17 +0100, Keir Fraser wrote: > > I suggested that we simply mmap /dev/kmem for the xenstored to access > > the domain0 page for the moment. That doesn''t work: we''ll do something > > else. > > Just use xc_map_foreign_range(), as you would for mapping any other > domain''s xenstore page. So here''s my patch
2019 May 27
0
rbind has confusing result for custom sub-class (possible bug?)
...om/wch/r-source/blob/trunk/src/main/bind.c#L1051-L1063 >> > > > >> > > > const char *generic = ((PRIMVAL(op) == 1) ? "cbind" : "rbind"); // should >> > > > be rbind here >> > > > const char *s = translateChar(STRING_ELT(classlist, i)); // iterating over >> > > > the classes, should get to IDate first >> > > > sprintf(buf, "%s.%s", generic, s); // should be rbind.IDate >> > > > >> > > > but adding this method (or even exporting it) is no help [ simply defi...
2006 Sep 21
30
Using multiple values for source, for platform/arch/host configs
Hi, in an attempt to simplify my configuration, and from a suggestion on IRC, I was thinking of using multiple values for file { source => [] }. Was just currious if anyone had any comments on this. Basically, I setup my file-server to use: <snip> [private] path /var/lib/puppet/files/private/%H allow * [shared] path /var/lib/puppet/files/shared allow *
2010 Dec 23
2
Multiple AllowGroups entries in sshd_config with Puppet and Augeas
Hi, After extensively looking into puppet + augeas for managing the AllowGroups in sshd_config, I came to the conclusion that it won''t work as I expected :( So I''m sharing my thoughts here. The main objective is allowing multiple groups per-node, depending on what the security team wants. Since I want this to be dynamic, I created a define in a class: class ssh::server::config
2003 Oct 03
3
openoffice port build on FreeBSD 4.9
...r: <unowned> Alarm monitor: <unowned> Waiting to be notified: <unknown thread> (0x8055280) Thread queue lock: owner "main" (0x8055080) 1 entry Monitor registry: owner "main" (0x8055080) 1 entry Abort trap (core dumped) gmake[3]: *** [.compile.classlist] Error 134 gmake[3]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/jvm' gmake[2]: *** [optimized] Error 2 gmake[2]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/jvm' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk13/wor...