search for: build_main

Displaying 3 results from an estimated 3 matches for "build_main".

2006 Apr 01
1
Sys.sleep() burns up CPU on Solaris 8
...ather sleepless sleep ;-). The following patch against R-2.2.1 fixes the problem. Note that the test of the return value for R_SelectEx() was also incorrect; although harmless, it was treating the error return (-1) as a successful return. stephen pope scp at predict.com Here's the patch. build_main at mambo:/vobs/products/R> gdiff -ub src/unix/sys-std.c@@/main/3 src/unix/sys-std.c --- src/unix/sys-std.c@@/main/3 Thu Jan 12 11:39:55 2006 +++ src/unix/sys-std.c Fri Mar 31 23:12:16 2006 @@ -294,13 +294,13 @@ else onintr(); } - tv.tv_sec = 0; - tv.tv_usec = usec; + t...
2007 Jan 25
1
"rep" missing from methods:::.BasicFunsList
...ng from methods:::.BasicFunsList, causing methods:::genericForPrimitive("rep") to fail, which in turn causes setMethod("rep", ...) to fail. (setGeneric("rep") of course fails as it should, saying that rep is a primitive and methods can be set). Here's the fix: build_main at mambo:/vobs/products/R> gdiff -ub src/library/methods/R/BasicFunsList.R@@/main/LATEST src/library/methods/R/BasicFunsList.R --- src/library/methods/R/BasicFunsList.R@@/main/LATEST Tue Jan 23 22:55:28 2007 +++ src/library/methods/R/BasicFunsList.R Wed Jan 24 23:56:32 2007 @@ -116,6 +1...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...-1.3.8" && /usr/bin/make -j2 depend all " returned error 2 > :error:build Target org.macports.build returned: shell command failed > :debug:build Backtrace: shell command failed > while executing > "command_exec build" > (procedure "portbuild::build_main" line 8) > invoked from within > "$procedure $targetname" > :info:build Warning: the following items did not execute (for wine-devel): org.macports.activate org.macports.build org.macports.destroot org.macports.install > :notice:build Log for wine-devel is at: /opt/lo...