Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGH[I]JKLMNOPQRSTUVWXYZ

This page was generated on 2026-04-11 11:37 -0400 (Sat, 11 Apr 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 alpha (2026-04-05 r89794) 4919
kjohnson3macOS 13.7.7 Venturaarm644.6.0 alpha (2026-04-08 r89818) 4631
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

Package 1038/2390HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
iCARE 1.39.0  (landing page)
Parichoy Pal Choudhury
Snapshot Date: 2026-04-10 13:40 -0400 (Fri, 10 Apr 2026)
git_url: https://git.bioconductor.org/packages/iCARE
git_branch: devel
git_last_commit: 5d81f64
git_last_commit_date: 2025-10-29 10:29:34 -0400 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    WARNINGS    OK  YES
See other builds for iCARE in R Universe.


BUILD BIN results for iCARE on kjohnson3

To the developers/maintainers of the iCARE package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/iCARE.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: iCARE
Version: 1.39.0
Command: rm -rf iCARE.buildbin-libdir && mkdir iCARE.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh iCARE_1.39.0.tar.gz /Library/Frameworks/R.framework/Resources/bin/R iCARE.buildbin-libdir
StartedAt: 2026-04-10 23:38:56 -0400 (Fri, 10 Apr 2026)
EndedAt: 2026-04-10 23:39:02 -0400 (Fri, 10 Apr 2026)
EllapsedTime: 5.1 seconds
RetCode: 0
Status:   OK  
PackageFile: iCARE_1.39.0.tgz
PackageFileSize: 1.503 MiB

Command output

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


>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=iCARE.buildbin-libdir iCARE_1.39.0.tar.gz'
>>>>>>> 

* installing *source* package ‘iCARE’ ...
** this is package ‘iCARE’ version ‘1.39.0’
** using staged installation
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
using SDK: ‘MacOSX26.2.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c source.c -o source.o
source.c:45:10: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   45 | double * dVec_alloc(n, initFlag, initVal)
      |          ^
source.c:64:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   64 | int * iVec_alloc(n, initFlag, initVal)
      |       ^
source.c:81:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   81 | double ** dMat_alloc(nrow, ncol, initFlag, initVal)
      |           ^
source.c:98:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   98 | void matrix_free(x, n)
      |      ^
source.c:114:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  114 | static int get_non_miss(vec, n, ovec)
      |            ^
source.c:135:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  135 | static void X_y(X, nr, nc, y, index, ni, ret)
      |             ^
source.c:155:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  155 | static void X_y2(X, nc, y, z, index, ni, ret)
      |             ^
source.c:185:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  185 | static double vec_mult(x, y, index, ni)
      |               ^
source.c:203:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  203 | static int vec_lteq_c(vec, n, c)
      |            ^
source.c:224:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  224 | static double mean_2val(vec, subvec, nsub, weights)
      |               ^
source.c:241:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  241 | static void mat_from_vec(vec, nr, nc, mat)
      |             ^
source.c:256:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  256 | static int quant_vecs(probs, nprobs, n, ivec, lo, hi, h)
      |            ^
source.c:284:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  284 | static void quantile(x, n, probs, nprobs, lo, hi, h, ivec, ni, qs)
      |             ^
source.c:338:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  338 | static double var_dvec(vec, n)
      |               ^
source.c:358:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  358 | static int get_cutpoints(quantiles, nq, ref_LP, nref)
      |            ^
source.c:406:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  406 | static int get_miss_perc(cutpoints, ncuts, miss_LP)
      |            ^
source.c:427:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  427 | static int vec_ab(x, n, a, b)
      |            ^
source.c:444:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  444 | static void get_newEndpoints(cutpoints, ncuts, miss_LP, miss_perc, ref_LP, nref, rcut1, rcut2)
      |             ^
source.c:471:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  471 | static int get_subs_2cut(x, n, a, b, ret) 
      |            ^
source.c:493:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  493 | static void get_wgts(weights, subvec, nsub, retvec)
      |             ^
source.c:511:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  511 | void ref_risk1(ref_risks, betavec, zmat, refmat, n_beta, nr_z, nc_z, nr_ref, nc_ref,
      |      ^
source.c:619:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  619 | static void get_int(nsub, age_new, t, aexp_rr, lambda, comp, zbeta, holder)
      |             ^
source.c:645:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  645 | static double finalVal(nsub, zbeta, expzbeta, age_new, age_int, lambda, loglambda, compRates, holder, tempv, weights)
      |               ^
source.c:684:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  684 | void ref_risk2(betavec, zmat, refmat, n_beta, nr_z, nc_z, nr_ref, nc_ref,
      |      ^
24 warnings generated.
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o iCARE.so source.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Users/biocbuild/bbs-3.23-bioc/meat/iCARE.buildbin-libdir/00LOCK-iCARE/00new/iCARE/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 (iCARE)


>>>>>>> 
>>>>>>> FIXING PATHS TO DYNAMIC LIBRARIES FOR iCARE.buildbin-libdir/iCARE/libs/iCARE.so
>>>>>>> 

>>>>>>> Paths before fix:
iCARE.buildbin-libdir/iCARE/libs/iCARE.so:
	iCARE.so (compatibility version 0.0.0, current version 0.0.0)
	/Library/Frameworks/R.framework/Versions/4.6/Resources/lib/libR.dylib (compatibility version 4.6.0, current version 4.6.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1356.0.0)

>>>>>>> Fix with install_name_tool:
install_name_tool -change "/usr/local/lib/libgcc_s.1.1.dylib" "/Library/Frameworks/R.framework/Versions/4.6/Resources/lib/libgcc_s.1.1.dylib" "iCARE.buildbin-libdir/iCARE/libs/iCARE.so"
install_name_tool -change "/usr/local/lib/libgfortran.5.dylib" "/Library/Frameworks/R.framework/Versions/4.6/Resources/lib/libgfortran.5.dylib" "iCARE.buildbin-libdir/iCARE/libs/iCARE.so"
install_name_tool -change "/usr/local/lib/libquadmath.0.dylib" "/Library/Frameworks/R.framework/Versions/4.6/Resources/lib/libquadmath.0.dylib" "iCARE.buildbin-libdir/iCARE/libs/iCARE.so"

>>>>>>> Paths after fix:
iCARE.buildbin-libdir/iCARE/libs/iCARE.so:
	iCARE.so (compatibility version 0.0.0, current version 0.0.0)
	/Library/Frameworks/R.framework/Versions/4.6/Resources/lib/libR.dylib (compatibility version 4.6.0, current version 4.6.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1356.0.0)