Back to Multiple platform build/check report for BioC 3.16:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-04-12 11:06:03 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4502
palomino4Windows Server 2022 Datacenterx644.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" 4282
lconwaymacOS 12.5.1 Montereyx86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4310
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

BUILD BIN results for COMPASS on lconway


To the developers/maintainers of the COMPASS package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/COMPASS.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 392/2183HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
COMPASS 1.36.2  (landing page)
Greg Finak
Snapshot Date: 2023-04-10 14:00:05 -0400 (Mon, 10 Apr 2023)
git_url: https://git.bioconductor.org/packages/COMPASS
git_branch: RELEASE_3_16
git_last_commit: 920d377
git_last_commit_date: 2023-01-19 11:15:49 -0400 (Thu, 19 Jan 2023)
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.5.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: COMPASS
Version: 1.36.2
Command: rm -rf COMPASS.buildbin-libdir && mkdir COMPASS.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh COMPASS_1.36.2.tar.gz /Library/Frameworks/R.framework/Resources/bin/R COMPASS.buildbin-libdir
StartedAt: 2023-04-10 23:38:06 -0400 (Mon, 10 Apr 2023)
EndedAt: 2023-04-10 23:38:28 -0400 (Mon, 10 Apr 2023)
EllapsedTime: 21.8 seconds
RetCode: 0
Status:   OK  
PackageFile: COMPASS_1.36.2.tgz
PackageFileSize: 1.352 MiB

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf COMPASS.buildbin-libdir && mkdir COMPASS.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh COMPASS_1.36.2.tar.gz /Library/Frameworks/R.framework/Resources/bin/R COMPASS.buildbin-libdir
###
##############################################################################
##############################################################################


>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=COMPASS.buildbin-libdir COMPASS_1.36.2.tar.gz'
>>>>>>> 

* installing *source* package ‘COMPASS’ ...
** using staged installation

R version 4.2.3 (2023-03-15) -- "Shortstop Beagle"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> source('R/cleanup.R'); cleanup()
It looks like this isn't being called from R CMD build; bailing out
> 
> 
** libs
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c COMPASS_c.c -o COMPASS_c.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c COMPASS_cpp.cpp -o COMPASS_cpp.o
COMPASS_cpp.cpp:517:10: warning: variable 'psik' set but not used [-Wunused-but-set-variable]
  double psik = 0.;
         ^
COMPASS_cpp.cpp:526:7: warning: variable 'flagkk' set but not used [-Wunused-but-set-variable]
  int flagkk = 0;
      ^
2 warnings generated.
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c COMPASS_init.c -o COMPASS_init.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -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 COMPASS.so COMPASS_c.o COMPASS_cpp.o COMPASS_init.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin18/8.2.0 -L/usr/local/gfortran/lib -lgfortran -lquadmath -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: dylib (/usr/local/gfortran/lib/libgfortran.dylib) was built for newer macOS version (10.14) than being linked (10.13)
ld: warning: dylib (/usr/local/gfortran/lib/libquadmath.dylib) was built for newer macOS version (10.14) than being linked (10.13)
installing to /Users/biocbuild/bbs-3.16-bioc/meat/COMPASS.buildbin-libdir/00LOCK-COMPASS/00new/COMPASS/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (COMPASS)


>>>>>>> 
>>>>>>> FIXING LINKS FOR COMPASS.buildbin-libdir/COMPASS/libs/COMPASS.so
>>>>>>> 

install_name_tool -change "/usr/local/lib/libgcc_s.1.dylib" "/Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libgcc_s.1.dylib" "COMPASS.buildbin-libdir/COMPASS/libs/COMPASS.so"
install_name_tool -change "/usr/local/lib/libgfortran.5.dylib" "/Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libgfortran.5.dylib" "COMPASS.buildbin-libdir/COMPASS/libs/COMPASS.so"
install_name_tool -change "/usr/local/lib/libquadmath.0.dylib" "/Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libquadmath.0.dylib" "COMPASS.buildbin-libdir/COMPASS/libs/COMPASS.so"
install_name_tool -change "/usr/local/gfortran/lib/libgfortran.5.dylib" "/Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libgfortran.5.dylib" "COMPASS.buildbin-libdir/COMPASS/libs/COMPASS.so"
install_name_tool -change "/usr/local/gfortran/lib/libquadmath.0.dylib" "/Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libquadmath.0.dylib" "COMPASS.buildbin-libdir/COMPASS/libs/COMPASS.so"