| Back to Multiple platform build/check report for BioC 3.9 | 
 | 
This page was generated on 2019-04-09 13:06:14 -0400 (Tue, 09 Apr 2019).
| Package 147/1703 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
| BiocParallel 1.17.18 Bioconductor Package Maintainer 
 | malbec2 | Linux (Ubuntu 18.04.2 LTS) / x86_64 | OK | OK | OK |  | ||||||
| tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | ERROR | OK | |||||||
| celaya2 | OS X 10.11.6 El Capitan / x86_64 | [ OK ] | OK | OK | OK |  | ||||||
| merida2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK | 
| Package: BiocParallel | 
| Version: 1.17.18 | 
| Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL BiocParallel | 
| StartedAt: 2019-04-08 18:24:35 -0400 (Mon, 08 Apr 2019) | 
| EndedAt: 2019-04-08 18:25:15 -0400 (Mon, 08 Apr 2019) | 
| EllapsedTime: 40.4 seconds | 
| RetCode: 0 | 
| Status: OK | 
##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL BiocParallel
###
##############################################################################
##############################################################################
* installing to library ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library’
* installing *source* package ‘BiocParallel’ ...
** using staged installation
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for shm_open in -lrt... no
configure: creating ./config.status
config.status: creating src/Makevars
** libs
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.6/Resources/library/BH/include" -I/usr/local/include  -fPIC  -Wall -g -O2  -c ipcmutex.cpp -o ipcmutex.o
In file included from ipcmutex.cpp:3:
In file included from /Library/Frameworks/R.framework/Versions/3.6/Resources/library/BH/include/boost/uuid/uuid_generators.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.6/Resources/library/BH/include/boost/uuid/random_generator.hpp:17:
In file included from /Library/Frameworks/R.framework/Versions/3.6/Resources/library/BH/include/boost/random/mersenne_twister.hpp:30:
In file included from /Library/Frameworks/R.framework/Versions/3.6/Resources/library/BH/include/boost/random/detail/seed_impl.hpp:26:
In file included from /Library/Frameworks/R.framework/Versions/3.6/Resources/library/BH/include/boost/random/detail/const_mod.hpp:23:
In file included from /Library/Frameworks/R.framework/Versions/3.6/Resources/library/BH/include/boost/random/detail/large_arithmetic.hpp:19:
In file included from /Library/Frameworks/R.framework/Versions/3.6/Resources/library/BH/include/boost/random/detail/integer_log2.hpp:19:
/Library/Frameworks/R.framework/Versions/3.6/Resources/library/BH/include/boost/pending/integer_log2.hpp:7:1: warning: This header is deprecated. Use <boost/integer/integer_log2.hpp> instead. [-W#pragma-messages]
BOOST_HEADER_DEPRECATED("<boost/integer/integer_log2.hpp>");
^
/Library/Frameworks/R.framework/Versions/3.6/Resources/library/BH/include/boost/config/header_deprecated.hpp:23:37: note: expanded from macro 'BOOST_HEADER_DEPRECATED'
# define BOOST_HEADER_DEPRECATED(a) BOOST_PRAGMA_MESSAGE("This header is deprecated. Use " a " instead.")
                                    ^
/Library/Frameworks/R.framework/Versions/3.6/Resources/library/BH/include/boost/config/pragma_message.hpp:24:34: note: expanded from macro 'BOOST_PRAGMA_MESSAGE'
# define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
                                 ^
<scratch space>:157:2: note: expanded from here
 message("This header is deprecated. Use " "<boost/integer/integer_log2.hpp>" " instead.")
 ^
1 warning 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 BiocParallel.so ipcmutex.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/3.6/Resources/library/00LOCK-BiocParallel/00new/BiocParallel/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (BiocParallel)