Back to Multiple platform build/check report for BioC 3.10 |
|
This page was generated on 2020-04-15 12:34:16 -0400 (Wed, 15 Apr 2020).
Package 1275/1823 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
plier 1.56.0 Crispin Miller
| malbec1 | Linux (Ubuntu 18.04.4 LTS) / x86_64 | OK | OK | OK | |||||||
tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||
merida1 | OS X 10.11.6 El Capitan / x86_64 | [ OK ] | OK | WARNINGS | OK |
Package: plier |
Version: 1.56.0 |
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL plier |
StartedAt: 2020-04-14 18:14:27 -0400 (Tue, 14 Apr 2020) |
EndedAt: 2020-04-14 18:14:52 -0400 (Tue, 14 Apr 2020) |
EllapsedTime: 25.1 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL plier ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library’ * installing *source* package ‘plier’ ... ** using staged installation ** libs clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c affyplier.cpp -o affyplier.o clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c plier_impl.cpp -o plier_impl.o clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c plieralg.cpp -o plieralg.o plieralg.cpp:49:12: warning: unused variable 'g_ErrorCode' [-Wunused-variable] static int g_ErrorCode=NoError; ^ 1 warning generated. clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/usr/local/include -fPIC -Wall -g -O2 -c rwrapper.cpp -o rwrapper.o rwrapper.cpp:192:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete pm_ptr; ^ [] rwrapper.cpp:151:23: note: allocated with 'new[]' here double **pm_ptr = new double *[*num_exp]; ^ rwrapper.cpp:193:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete mm_ptr; ^ [] rwrapper.cpp:152:23: note: allocated with 'new[]' here double **mm_ptr = new double *[*num_exp]; ^ rwrapper.cpp:194:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete rpct; ^ [] rwrapper.cpp:159:21: note: allocated with 'new[]' here long *rpct = new long [*num_exp]; /* the API expects a long array that it wants to delete itself (replicate). We have an int array that R owns so we need to create the long one here, but let the API handle the clean up. Which is nice. */ ^ 3 warnings generated. clang++ -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o plier.so affyplier.o plier_impl.o plieralg.o rwrapper.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/3.6/Resources/library/00LOCK-plier/00new/plier/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (plier)