Displaying 3 results from an estimated 3 matches for "2b3".
Did you mean:
2b
2017 Jun 23
2
Simple control structure issue
...ng a hard time with 'next'. I come from the "sloppy" school that learned BASIC with Goto.
Conceptually next seems pretty straightforward. I just can't get it to work correctly in my code. Here's a stripped down version:
WhichRunNow<-"Daily"
Cnums=c(0,1,"2b3")
Cpers=c("Daily","Daily","Weekly")
for (j in (1:length(Cnums))) {
If (!identical(Cpers[j],WhichRunNow)){
next
}
print(j)
}
So, this should print the number "3", which it does. It prints 3 because "WhichRunNow"...
2017 Jun 23
0
Simple control structure issue
...;. I come from the "sloppy" school that
> learned BASIC with Goto.
>
> Conceptually next seems pretty straightforward. I just can't get it to
> work correctly in my code. Here's a stripped down version:
>
> WhichRunNow<-"Daily"
> Cnums=c(0,1,"2b3")
> Cpers=c("Daily","Daily","Weekly")
>
> for (j in (1:length(Cnums))) {
> If (!identical(Cpers[j],WhichRunNow)){
> next
> }
> print(j)
> }
>
> So, this should print the number "3", which it d...
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