multicore
About multicore
|
Version: 0.1-4
Result: OK Check time: 2010-08-27 14:12 * checking for working pdflatex ... OK * using log directory '' * using R version 2.11.0 (2010-04-22) * using session charset: ISO8859-1 * checking for file 'multicore/DESCRIPTION' ... OK * this is package 'multicore' version '0.1-4' * checking package name space information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking for executable files ... OK * checking whether package 'multicore' can be installed ... OK * checking package directory ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the name space can be loaded with stated dependencies ... OK * checking whether the name space can be unloaded cleanly ... OK * checking for unstated dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking for portable use of $BLAS_LIBS ... OK * checking examples ... OK * checking PDF version of manual ... OK Installation log: 00install.out
Build log for Windows (R 2.11.x)* checking for file 'multicore/DESCRIPTION' ... OK * preparing 'multicore': * checking DESCRIPTION meta-information ... OK * cleaning src make: Nothing to be done for `clean'. * removing junk files * checking for LF line-endings in source and make files * checking for empty or unneeded directories * building binary distribution WARNING: some HTML links may not be found * installing *source* package 'multicore' ... ** libs making DLL ... gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -O3 -Wall -std=gnu99 -c fork.c -o fork.o gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -O3 -Wall -std=gnu99 -c forknt.c -o forknt.o forknt.c:18: warning: ignoring #pragma mark ntdll forknt.c:96: warning: ignoring #pragma mark ntdll forknt.c:160: warning: ignoring #pragma mark forknt.c:217: warning: ignoring #pragma mark gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -O3 -Wall -std=gnu99 -c winfix.c -o winfix.o gcc -shared -s -static-libgcc -o multicore.dll tmp.def fork.o forknt.o winfix.o -lwsock32 -Lc:/PROGRA~1/r/R-211~1.0/bin -lR installing to c:/tmp/Rinst188851260/multicore/libs ... done ** R ** preparing package for lazy loading ** help *** installing help indices ** building package indices ... ** MD5 sums ** testing if installed package can be loaded packaged installation of 'multicore' as multicore_0.1-4.zip * DONE (multicore) Build log for Mac OS X 10.4 (R 2.9.x)* checking for file 'multicore/DESCRIPTION' ... OK * preparing 'multicore': * checking DESCRIPTION meta-information ... OK * cleaning src * removing junk files * checking for LF line-endings in source and make files * checking for empty or unneeded directories * building binary distribution * Installing *source* package 'multicore' ... ** libs ** arch - i386 gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -c fork.c -o fork.o gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -c forknt.c -o forknt.o gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -c winfix.c -o winfix.o winfix.c:38: warning: ISO C does not allow extra ';' outside of a function gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -mmacosx-version-min=10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o multicore.so fork.o forknt.o winfix.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation ** arch - ppc gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -c fork.c -o fork.o gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -c forknt.c -o forknt.o gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -c winfix.c -o winfix.o winfix.c:38: warning: ISO C does not allow extra ';' outside of a function gcc -arch ppc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -mmacosx-version-min=10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o multicore.so fork.o forknt.o winfix.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation ** R ** preparing package for lazy loading ** help *** installing help indices >>> Building/Updating help pages for package 'multicore' Formats: text html latex example children text html latex fork text html latex example mclapply text html latex example multicore text html latex parallel text html latex example process text html latex sendMaster text html latex signals text html latex ** building package indices ... packaged installation of 'multicore' as multicore_0.1-4_R_i386-apple-darwin8.11.1.tar.gz * DONE (multicore) Build log for Windows 64-bit (R 2.11.x)* checking for file 'multicore/DESCRIPTION' ... OK * preparing 'multicore': * checking DESCRIPTION meta-information ... OK * cleaning src make: Nothing to be done for `clean'. * removing junk files * checking for LF line-endings in source and make files * checking for empty or unneeded directories * building binary distribution WARNING: some HTML links may not be found * installing *source* package 'multicore' ... ** libs making DLL ... x86_64-w64-mingw32-gcc -I"c:/PROGRA~1/r/R-211~1.0-X/include" -O2 -Wall -gdwarf-2 -std=gnu99 -c fork.c -o fork.o fork.c: In function 'rm_child_': fork.c:86:21: warning: cast to pointer from integer of different size x86_64-w64-mingw32-gcc -I"c:/PROGRA~1/r/R-211~1.0-X/include" -O2 -Wall -gdwarf-2 -std=gnu99 -c forknt.c -o forknt.o forknt.c:18:0: warning: ignoring #pragma mark ntdll forknt.c:96:0: warning: ignoring #pragma mark ntdll forknt.c:160:0: warning: ignoring #pragma mark forknt.c:217:0: warning: ignoring #pragma mark forknt.c: In function 'fork': forknt.c:240:9: error: 'CONTEXT' has no member named 'Eip' forknt.c:240:16: warning: cast from pointer to integer of different size forknt.c:243:57: error: 'CONTEXT' has no member named 'Esp' forknt.c:266:9: warning: cast from pointer to integer of different size make: *** [forknt.o] Error 1 ... done ERROR: compilation failed for package 'multicore' * removing 'c:/tmp/Rinst254028756/multicore' ERROR * installation failed Build log for Mac OS X 10.5 (R 2.11.x)* checking for file 'multicore/DESCRIPTION' ... OK * preparing 'multicore': * checking DESCRIPTION meta-information ... OK * cleaning src * removing junk files * checking for LF line-endings in source and make files * checking for empty or unneeded directories * building binary distribution * installing *source* package 'multicore' ... ** libs *** arch - i386 gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -g -O2 -c fork.c -o fork.o gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -g -O2 -c forknt.c -o forknt.o gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -g -O2 -c winfix.c -o winfix.o gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o multicore.so fork.o forknt.o winfix.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /private/tmp/Rinst9489297524/multicore/libs/i386 *** arch - ppc gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -c fork.c -o fork.o gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -c forknt.c -o forknt.o gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -I/usr/local/include -fPIC -g -O2 -c winfix.c -o winfix.o gcc -arch ppc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o multicore.so fork.o forknt.o winfix.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /private/tmp/Rinst9489297524/multicore/libs/ppc *** arch - x86_64 gcc -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -I/usr/local/include -fPIC -g -O2 -c fork.c -o fork.o gcc -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -I/usr/local/include -fPIC -g -O2 -c forknt.c -o forknt.o gcc -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -I/usr/local/include -fPIC -g -O2 -c winfix.c -o winfix.o gcc -arch x86_64 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o multicore.so fork.o forknt.o winfix.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /private/tmp/Rinst9489297524/multicore/libs/x86_64 ** R ** preparing package for lazy loading ** help *** installing help indices ** building package indices ... ** testing if installed package can be loaded packaged installation of 'multicore' as multicore_0.1-4_R_i386-apple-darwin9.8.0.tar.gz * DONE (multicore) |