Displaying 2 results from an estimated 2 matches for "lb3".
Did you mean:
b3
2012 May 31
2
Loop question
...nd 5 Lw variables. I want to
create several variables according to the loop presented below (data
attached).
Lx <- read.csv("Lx.csv", header=T, sep=",")
for (i in 1:20) {
Lx$sb1[i] <- Lx$Lb1[i+1]/Lx$Lb1[i]
Lx$sb2[i] <- Lx$Lb2[i+1]/Lx$Lb2[i]
Lx$sb3[i] <- Lx$Lb3[i+1]/Lx$Lb3[i]
Lx$sb4[i] <- Lx$Lb4[i+1]/Lx$Lb4[i]
Lx$sb5[i] <- Lx$Lb5[i+1]/Lx$Lb5[i]
Lx$sw1[i] <- Lx$Lw1[i+1]/Lx$Lw1[i]
Lx$sw2[i] <- Lx$Lw2[i+1]/Lx$Lw2[i]
Lx$sw3[i] <- Lx$Lw3[i+1]/Lx$Lw3[i]
Lx$sw4[i] <- Lx$Lw4[i+1]/Lx$Lw4[i]
Lx$sw5[i] <- Lx$Lw5[i+1]/Lx$Lw5[...
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