Back to Mac ARM64 build report for BioC 3.16
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-04-19 11:01:53 -0400 (Wed, 19 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
kjohnsonmacOS 13.0 Venturaarm644.2.2 (2022-10-31) -- "Innocent and Trusting" 4256
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 ClassifyR on kjohnson


To the developers/maintainers of the ClassifyR package:
Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 336/2183HostnameOS / ArchINSTALLBUILDBUILD BIN
ClassifyR 3.2.7  (landing page)
Dario Strbenac
Snapshot Date: 2023-04-12 13:00:02 -0400 (Wed, 12 Apr 2023)
git_url: https://git.bioconductor.org/packages/ClassifyR
git_branch: RELEASE_3_16
git_last_commit: 04d9a3e
git_last_commit_date: 2023-02-03 05:20:20 -0400 (Fri, 03 Feb 2023)
kjohnsonmacOS 13.0 Ventura / arm64  OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: ClassifyR
Version: 3.2.7
Command: rm -rf ClassifyR.buildbin-libdir && mkdir ClassifyR.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh ClassifyR_3.2.7.tar.gz /Library/Frameworks/R.framework/Resources/bin/R ClassifyR.buildbin-libdir
StartedAt: 2023-04-18 14:32:45 -0400 (Tue, 18 Apr 2023)
EndedAt: 2023-04-18 14:34:01 -0400 (Tue, 18 Apr 2023)
EllapsedTime: 75.9 seconds
RetCode: 0
Status:   OK  
PackageFile: ClassifyR_3.2.7.tgz
PackageFileSize: 2.315 MiB

Command output

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


>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=ClassifyR.buildbin-libdir ClassifyR_3.2.7.tar.gz'
>>>>>>> 

* installing *source* package ‘ClassifyR’ ...
** using staged installation
** libs
clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c coxformatrices.cpp -o coxformatrices.o
coxformatrices.cpp:79:9: warning: suggest braces around initialization of subobject [-Wmissing-braces]
        NULL
        ^~~~
        {   }
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/stddef.h:84:18: note: expanded from macro 'NULL'
#    define NULL __null
                 ^~~~~~
coxformatrices.cpp:526:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register int i,j;
    ^~~~~~~~~
coxformatrices.cpp:526:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register int i,j;
    ^~~~~~~~~
coxformatrices.cpp:527:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register double temp;
    ^~~~~~~~~
coxformatrices.cpp:567:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register double temp;
    ^~~~~~~~~
coxformatrices.cpp:568:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register int i,j,k;
    ^~~~~~~~~
coxformatrices.cpp:568:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register int i,j,k;
    ^~~~~~~~~
coxformatrices.cpp:568:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register int i,j,k;
    ^~~~~~~~~
coxformatrices.cpp:654:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register int i;
    ^~~~~~~~~
coxformatrices.cpp:655:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
    register double **pointer;
    ^~~~~~~~~
10 warnings generated.
clang++ -arch arm64 -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/opt/R/arm64/lib -o ClassifyR.so coxformatrices.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: -undefined dynamic_lookup may not work with chained fixups
installing to /Volumes/External/bbs-3.16-bioc-m1/meat/ClassifyR.buildbin-libdir/00LOCK-ClassifyR/00new/ClassifyR/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
in method for ‘ROCplot’ with signature ‘"ClassifyResult"’: no definition for class “ClassifyResult”
** 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 (ClassifyR)


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

install_name_tool -change "/opt/R/arm64/lib/libgcc_s.1.1.dylib" "/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libgcc_s.1.1.dylib" "ClassifyR.buildbin-libdir/ClassifyR/libs/ClassifyR.so"
install_name_tool -change "/opt/R/arm64/lib/libgfortran.5.dylib" "/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libgfortran.5.dylib" "ClassifyR.buildbin-libdir/ClassifyR/libs/ClassifyR.so"
install_name_tool -change "/opt/R/arm64/lib/libquadmath.0.dylib" "/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libquadmath.0.dylib" "ClassifyR.buildbin-libdir/ClassifyR/libs/ClassifyR.so"