Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFG[H]IJKLMNOPQRSTUVWXYZ

This page was generated on 2026-03-24 11:35 -0400 (Tue, 24 Mar 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2026-03-05 r89546) -- "Unsuffered Consequences" 4869
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2026-03-20 r89666) -- "Unsuffered Consequences" 4567
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 965/2368HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
h5vc 2.45.0  (landing page)
Paul Theodor Pyl
Snapshot Date: 2026-03-23 13:40 -0400 (Mon, 23 Mar 2026)
git_url: https://git.bioconductor.org/packages/h5vc
git_branch: devel
git_last_commit: 39f8a8c
git_last_commit_date: 2025-10-29 10:17:13 -0400 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    OK    ERROR  
See other builds for h5vc in R Universe.


BUILD BIN results for h5vc on kjohnson3

To the developers/maintainers of the h5vc package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/h5vc.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: h5vc
Version: 2.45.0
Command: rm -rf h5vc.buildbin-libdir && mkdir h5vc.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh h5vc_2.45.0.tar.gz /Library/Frameworks/R.framework/Resources/bin/R h5vc.buildbin-libdir
StartedAt: 2026-03-23 23:52:14 -0400 (Mon, 23 Mar 2026)
EndedAt: 2026-03-23 23:52:27 -0400 (Mon, 23 Mar 2026)
EllapsedTime: 13.2 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

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


>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=h5vc.buildbin-libdir h5vc_2.45.0.tar.gz'
>>>>>>> 

* installing *source* package ‘h5vc’ ...
** this is package ‘h5vc’ version ‘2.45.0’
** using staged installation
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
using C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
using SDK: ‘MacOSX26.2.sdk’
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhtslib/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c bam_plbuf.c -o bam_plbuf.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhtslib/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c tallyBAM.cpp -o tallyBAM.o
tallyBAM.cpp:47:7: warning: unused variable 'len' [-Wunused-variable]
   47 |   int len = nttable->end - nttable->beg;
      |       ^~~
tallyBAM.cpp:60:18: warning: variable 'c' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
   60 |         }else if(p->indel > 0){
      |                  ^~~~~~~~~~~~
tallyBAM.cpp:64:16: note: uninitialized use occurs here
   64 |         str += c;
      |                ^
tallyBAM.cpp:60:15: note: remove the 'if' if its condition is always true
   60 |         }else if(p->indel > 0){
      |               ^~~~~~~~~~~~~~~~
tallyBAM.cpp:55:15: note: initialize the variable 'c' to silence this warning
   55 |         char c;
      |               ^
      |                = '\0'
tallyBAM.cpp:96:7: warning: unused variable 'len' [-Wunused-variable]
   96 |   int len = nttable->end - nttable->beg;
      |       ^~~
tallyBAM.cpp:140:6: warning: unused variable 'c' [-Wunused-variable]
  140 |         int c = 0;
      |             ^
tallyBAM.cpp:43:12: warning: unused function 'pileup_func_old' [-Wunused-function]
   43 | static int pileup_func_old(uint32_t tid, hts_pos_t pos, int n, const bam_pileup1_t *pl, void *data)
      |            ^~~~~~~~~~~~~~~
5 warnings generated.
clang++ -arch arm64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o h5vc.so bam_plbuf.o tallyBAM.o /Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rhtslib/usrlib/libhts.a -lcurl -lbz2 -llzma -lz -F/Library/Frameworks/R.framework/.. -framework R
installing to /Users/biocbuild/bbs-3.23-bioc/meat/h5vc.buildbin-libdir/00LOCK-h5vc/00new/h5vc/libs
** R
** data
** 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 (h5vc)


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

>>>>>>> Paths before fix:
h5vc.buildbin-libdir/h5vc/libs/h5vc.so:
	h5vc.so (compatibility version 0.0.0, current version 0.0.0)
	/usr/lib/libcurl.4.dylib (compatibility version 7.0.0, current version 9.0.0)
	/usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 1.0.8)
	/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.12)
	/Library/Frameworks/R.framework/Versions/4.6/Resources/lib/libR.dylib (compatibility version 4.6.0, current version 4.6.0)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 2000.67.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1356.0.0)

>>>>>>> Fix with install_name_tool:
ERROR: R installation problem: File /Library/Frameworks/R.framework/Versions/4.6-arm64/Resources/lib/libR.dylib not found!