| Back to Multiple platform build/check report for BioC 3.12 |
|
This page was generated on 2021-05-06 12:36:47 -0400 (Thu, 06 May 2021).
|
To the developers/maintainers of the SharedObject package: Please make sure to use the following settings in order to reproduce any error or warning you see on this page. |
| Package 1694/1974 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| SharedObject 1.4.0 (landing page) Jiefei Wang
| malbec1 | Linux (Ubuntu 18.04.5 LTS) / x86_64 | OK | OK | ERROR | |||||||||
| tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||||
| merida1 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |||||||||
| Package: SharedObject |
| Version: 1.4.0 |
| Command: rm -rf SharedObject.buildbin-libdir && mkdir SharedObject.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh SharedObject_1.4.0.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R SharedObject.buildbin-libdir |
| StartedAt: 2021-05-06 10:00:25 -0400 (Thu, 06 May 2021) |
| EndedAt: 2021-05-06 10:01:26 -0400 (Thu, 06 May 2021) |
| EllapsedTime: 60.6 seconds |
| RetCode: 0 |
| Status: OK |
| PackageFile: SharedObject_1.4.0.tgz |
| PackageFileSize: 1.27 MiB |
##############################################################################
##############################################################################
###
### Running command:
###
### rm -rf SharedObject.buildbin-libdir && mkdir SharedObject.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh SharedObject_1.4.0.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R SharedObject.buildbin-libdir
###
##############################################################################
##############################################################################
>>>>>>>
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=SharedObject.buildbin-libdir SharedObject_1.4.0.tar.gz'
>>>>>>>
* installing *source* package ‘SharedObject’ ...
** 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
rm -f "../inst/include/SharedObject/sharedMemory.h" &&\
rm -f "../inst/usrlib/SharedObject.a" &&\
mkdir -p ../inst/include&&\
mkdir -p ../inst/include/SharedObject&&\
mkdir -p ../inst/usrlib
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I/usr/local/include -fPIC -Wall -g -O2 -c C_interface.cpp -o C_interface.o
In file included from C_interface.cpp:1:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I/usr/local/include -fPIC -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:5:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I/usr/local/include -fPIC -Wall -g -O2 -c altrepRegistration.cpp -o altrepRegistration.o
In file included from altrepRegistration.cpp:1:
In file included from ./altrep.h:2:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I/usr/local/include -fPIC -Wall -g -O2 -c sharedMemory.cpp -o sharedMemory.o
In file included from sharedMemory.cpp:1:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/BH/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I/usr/local/include -fPIC -Wall -g -O2 -c tools.cpp -o tools.o
clang++ -mmacosx-version-min=10.13 -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 SharedObject.so C_interface.o RcppExports.o altrepRegistration.o sharedMemory.o tools.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ar -crv SharedObject.a *.o
a - C_interface.o
a - RcppExports.o
a - altrepRegistration.o
a - sharedMemory.o
a - tools.o
cp "sharedMemory.h" "../inst/include/SharedObject/"&&\
cp "SharedObject.a" "../inst/usrlib/"
rm -f ../config.*
installing to /Users/biocbuild/bbs-3.12-bioc/meat/SharedObject.buildbin-libdir/00LOCK-SharedObject/00new/SharedObject/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 (SharedObject)
>>>>>>>
>>>>>>> FIXING LINKS FOR SharedObject.buildbin-libdir/SharedObject/libs/SharedObject.so
>>>>>>>
install_name_tool -change "/usr/local/lib/libgcc_s.1.dylib" "/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libgcc_s.1.dylib" "SharedObject.buildbin-libdir/SharedObject/libs/SharedObject.so"
install_name_tool -change "/usr/local/lib/libgfortran.5.dylib" "/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libgfortran.5.dylib" "SharedObject.buildbin-libdir/SharedObject/libs/SharedObject.so"
install_name_tool -change "/usr/local/lib/libquadmath.0.dylib" "/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libquadmath.0.dylib" "SharedObject.buildbin-libdir/SharedObject/libs/SharedObject.so"