Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKLM[N]OPQRSTUVWXYZ

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

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2026-03-05 r89546) -- "Unsuffered Consequences" 4866
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2026-03-20 r89666) -- "Unsuffered Consequences" 4545
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 1465/2368HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
netresponse 1.71.0  (landing page)
Leo Lahti
Snapshot Date: 2026-03-20 13:40 -0400 (Fri, 20 Mar 2026)
git_url: https://git.bioconductor.org/packages/netresponse
git_branch: devel
git_last_commit: 8295054
git_last_commit_date: 2025-10-29 10:05:48 -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 netresponse in R Universe.


BUILD BIN results for netresponse on kjohnson3

To the developers/maintainers of the netresponse package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/netresponse.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: netresponse
Version: 1.71.0
Command: rm -rf netresponse.buildbin-libdir && mkdir netresponse.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh netresponse_1.71.0.tar.gz /Library/Frameworks/R.framework/Resources/bin/R netresponse.buildbin-libdir
StartedAt: 2026-03-21 02:38:04 -0400 (Sat, 21 Mar 2026)
EndedAt: 2026-03-21 02:38:11 -0400 (Sat, 21 Mar 2026)
EllapsedTime: 7.1 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

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


>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=netresponse.buildbin-libdir netresponse_1.71.0.tar.gz'
>>>>>>> 

* installing *source* package ‘netresponse’ ...
** this is package ‘netresponse’ version ‘1.71.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 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c netresponse.c -o netresponse.o
netresponse.c:264:15: warning: unused variable 'prior_fields' [-Wunused-variable]
  264 |   const char *prior_fields[]={"Mumu","S2mu",
      |               ^~~~~~~~~~~~
netresponse.c:686:6: warning: variable 'Mumu' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  686 |   if(dim1) {
      |      ^~~~
netresponse.c:713:21: note: uninitialized use occurs here
  713 |   vdp_mk_log_lambda(Mumu, S2mu, Mubar, Mutilde, 
      |                     ^~~~
netresponse.c:686:3: note: remove the 'if' if its condition is always true
  686 |   if(dim1) {
      |   ^~~~~~~~
netresponse.c:655:15: note: initialize the variable 'Mumu' to silence this warning
  655 |   double *Mumu, *S2mu, *Mubar, *Mutilde, 
      |               ^
      |                = NULL
netresponse.c:686:6: warning: variable 'S2mu' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  686 |   if(dim1) {
      |      ^~~~
netresponse.c:713:27: note: uninitialized use occurs here
  713 |   vdp_mk_log_lambda(Mumu, S2mu, Mubar, Mutilde, 
      |                           ^~~~
netresponse.c:686:3: note: remove the 'if' if its condition is always true
  686 |   if(dim1) {
      |   ^~~~~~~~
netresponse.c:655:22: note: initialize the variable 'S2mu' to silence this warning
  655 |   double *Mumu, *S2mu, *Mubar, *Mutilde, 
      |                      ^
      |                       = NULL
netresponse.c:686:6: warning: variable 'Mubar' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  686 |   if(dim1) {
      |      ^~~~
netresponse.c:713:33: note: uninitialized use occurs here
  713 |   vdp_mk_log_lambda(Mumu, S2mu, Mubar, Mutilde, 
      |                                 ^~~~~
netresponse.c:686:3: note: remove the 'if' if its condition is always true
  686 |   if(dim1) {
      |   ^~~~~~~~
netresponse.c:655:30: note: initialize the variable 'Mubar' to silence this warning
  655 |   double *Mumu, *S2mu, *Mubar, *Mutilde, 
      |                              ^
      |                               = NULL
netresponse.c:686:6: warning: variable 'Mutilde' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  686 |   if(dim1) {
      |      ^~~~
netresponse.c:713:40: note: uninitialized use occurs here
  713 |   vdp_mk_log_lambda(Mumu, S2mu, Mubar, Mutilde, 
      |                                        ^~~~~~~
netresponse.c:686:3: note: remove the 'if' if its condition is always true
  686 |   if(dim1) {
      |   ^~~~~~~~
netresponse.c:655:40: note: initialize the variable 'Mutilde' to silence this warning
  655 |   double *Mumu, *S2mu, *Mubar, *Mutilde, 
      |                                        ^
      |                                         = NULL
netresponse.c:686:6: warning: variable 'AlphaKsi' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  686 |   if(dim1) {
      |      ^~~~
netresponse.c:714:7: note: uninitialized use occurs here
  714 |                     AlphaKsi, BetaKsi, KsiAlpha, KsiBeta, 
      |                     ^~~~~~~~
netresponse.c:686:3: note: remove the 'if' if its condition is always true
  686 |   if(dim1) {
      |   ^~~~~~~~
netresponse.c:656:14: note: initialize the variable 'AlphaKsi' to silence this warning
  656 |     *AlphaKsi, *BetaKsi, *KsiAlpha, *KsiBeta, *U_p, *prior_alpha,
      |              ^
      |               = NULL
netresponse.c:686:6: warning: variable 'BetaKsi' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  686 |   if(dim1) {
      |      ^~~~
netresponse.c:714:17: note: uninitialized use occurs here
  714 |                     AlphaKsi, BetaKsi, KsiAlpha, KsiBeta, 
      |                               ^~~~~~~
netresponse.c:686:3: note: remove the 'if' if its condition is always true
  686 |   if(dim1) {
      |   ^~~~~~~~
netresponse.c:656:24: note: initialize the variable 'BetaKsi' to silence this warning
  656 |     *AlphaKsi, *BetaKsi, *KsiAlpha, *KsiBeta, *U_p, *prior_alpha,
      |                        ^
      |                         = NULL
netresponse.c:686:6: warning: variable 'KsiAlpha' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  686 |   if(dim1) {
      |      ^~~~
netresponse.c:714:26: note: uninitialized use occurs here
  714 |                     AlphaKsi, BetaKsi, KsiAlpha, KsiBeta, 
      |                                        ^~~~~~~~
netresponse.c:686:3: note: remove the 'if' if its condition is always true
  686 |   if(dim1) {
      |   ^~~~~~~~
netresponse.c:656:35: note: initialize the variable 'KsiAlpha' to silence this warning
  656 |     *AlphaKsi, *BetaKsi, *KsiAlpha, *KsiBeta, *U_p, *prior_alpha,
      |                                   ^
      |                                    = NULL
netresponse.c:686:6: warning: variable 'KsiBeta' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  686 |   if(dim1) {
      |      ^~~~
netresponse.c:714:36: note: uninitialized use occurs here
  714 |                     AlphaKsi, BetaKsi, KsiAlpha, KsiBeta, 
      |                                                  ^~~~~~~
netresponse.c:686:3: note: remove the 'if' if its condition is always true
  686 |   if(dim1) {
      |   ^~~~~~~~
netresponse.c:656:45: note: initialize the variable 'KsiBeta' to silence this warning
  656 |     *AlphaKsi, *BetaKsi, *KsiAlpha, *KsiBeta, *U_p, *prior_alpha,
      |                                             ^
      |                                              = NULL
netresponse.c:696:6: warning: variable 'U_p' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  696 |   if(dim2) {
      |      ^~~~
netresponse.c:716:7: note: uninitialized use occurs here
  716 |                     U_p, U_hat,
      |                     ^~~
netresponse.c:696:3: note: remove the 'if' if its condition is always true
  696 |   if(dim2) {
      |   ^~~~~~~~
netresponse.c:656:51: note: initialize the variable 'U_p' to silence this warning
  656 |     *AlphaKsi, *BetaKsi, *KsiAlpha, *KsiBeta, *U_p, *prior_alpha,
      |                                                   ^
      |                                                    = NULL
netresponse.c:696:6: warning: variable 'U_hat' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  696 |   if(dim2) {
      |      ^~~~
netresponse.c:716:12: note: uninitialized use occurs here
  716 |                     U_p, U_hat,
      |                          ^~~~~
netresponse.c:696:3: note: remove the 'if' if its condition is always true
  696 |   if(dim2) {
      |   ^~~~~~~~
netresponse.c:661:14: note: initialize the variable 'U_hat' to silence this warning
  661 |   SEXP* U_hat;
      |              ^
      |               = NULL
11 warnings generated.
clang -arch arm64 -std=gnu23 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o netresponse.so netresponse.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Users/biocbuild/bbs-3.23-bioc/meat/netresponse.buildbin-libdir/00LOCK-netresponse/00new/netresponse/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 (netresponse)


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

>>>>>>> Paths before fix:
netresponse.buildbin-libdir/netresponse/libs/netresponse.so:
	netresponse.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:
ERROR: R installation problem: File /Library/Frameworks/R.framework/Versions/4.6-arm64/Resources/lib/libR.dylib not found!