search for: 80c80

Displaying 2 results from an estimated 2 matches for "80c80".

Did you mean: 8080
2005 Dec 17
0
wine and winetools on freebsd
.../home/auryn/winetools/sys/Windows Update Setup Files: No such file or directory du: /home/auryn/.wine/c/windows/Windows Update Setup Files: No such file or directory Downloaded IE6-Files=0 Winetools IE6-Files=0 I hope it helps to find the problem. Bye. -------------- next part -------------- 80c80 < ps xwww -U $USER |grep "wineserver"|grep -v "grep wineserver" &>/dev/null --- > ps xwww --User $USER |grep "wineserver"|grep -v "grep wineserver" &>/dev/null 82c82 < ps xwww -U $USER |grep winedbg|grep -v "grep w...
2002 Sep 03
2
Version 1.5.1 failing make check.
...y/rolf/Traal/Rtmp/R-1.5.1/tests *** Error code 1 make: Fatal error: Command failed for target `check' Amongst other things: (1) in tests/Examples/base-Ex.Rout.fail we find Error: !is.nan(var(1)) is not TRUE (2) in tests/ a diff of arith-true.Rout.fail and arith-true.Rout.save gives 80c80 < [1] FALSE --- > [1] TRUE 82c82 < [1] FALSE --- > [1] TRUE Looking in these files shows the difference to come from all(!is.nan(c(1,NA))) and all(c(F,T,F) == is.nan(list(1,NaN,NA))) I checked that in R version 1.4.1, which is currently running on our sys...