search for: dn0

Displaying 2 results from an estimated 2 matches for "dn0".

Did you mean: db0
1999 Nov 01
0
as.data.frame(NULL) & as.data.frame(list()) & bug in dput(.)
...ently [R 0.65.1 and pre-0.90] > str(d0 <- as.data.frame(list())) `data.frame': 0 obs. of 0 variable: list() > dput(d0) ## BUG NULL > as.data.frame(NULL) Error in as.data.frame.default(NULL) : can't coerce NULL into a data.frame and > str(dn0 <- as.data.frame(numeric(0))) `data.frame': 0 obs. of 1 variable: $ x: num > dput(dn0) structure(list(x = numeric(0)), .Names = "x", class = "data.frame") (S-plus 5.1 is almost the same, but uses "X" instead of "x" for a name)...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking