Back to Multiple platform build/check report for BioC 3.18:   simplified   long
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-03-29 11:37:43 -0400 (Fri, 29 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.3.3 (2024-02-29) -- "Angel Food Cake" 4669
palomino4Windows Server 2022 Datacenterx644.3.3 (2024-02-29 ucrt) -- "Angel Food Cake" 4404
merida1macOS 12.7.1 Montereyx86_644.3.3 (2024-02-29) -- "Angel Food Cake" 4427
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 694/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
fastseg 1.48.0  (landing page)
Alexander Blume
Snapshot Date: 2024-03-27 14:05:05 -0400 (Wed, 27 Mar 2024)
git_url: https://git.bioconductor.org/packages/fastseg
git_branch: RELEASE_3_18
git_last_commit: fc54ac5
git_last_commit_date: 2023-10-24 09:48:50 -0400 (Tue, 24 Oct 2023)
nebbiolo2Linux (Ubuntu 22.04.3 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
merida1macOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.1 Ventura / arm64see weekly results here

BUILD BIN results for fastseg on merida1


To the developers/maintainers of the fastseg package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/fastseg.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: fastseg
Version: 1.48.0
Command: rm -rf fastseg.buildbin-libdir && mkdir fastseg.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh fastseg_1.48.0.tar.gz /Library/Frameworks/R.framework/Resources/bin/R fastseg.buildbin-libdir
StartedAt: 2024-03-28 11:31:03 -0400 (Thu, 28 Mar 2024)
EndedAt: 2024-03-28 11:31:34 -0400 (Thu, 28 Mar 2024)
EllapsedTime: 31.1 seconds
RetCode: 0
Status:   OK  
PackageFile: fastseg_1.48.0.tgz
PackageFileSize: 764.9 KiB

Command output

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


>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=fastseg.buildbin-libdir fastseg_1.48.0.tar.gz'
>>>>>>> 

* installing *source* package ‘fastseg’ ...
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c R_init_fastseg.c -o R_init_fastseg.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c segment.cpp -o segment.o
segment.cpp:60:20: warning: variable 'globalSd' set but not used [-Wunused-but-set-variable]
        double globalMean,globalSd,diff,M2,globalVariance;
                          ^
segment.cpp:65:9: warning: unused variable 'Rf_beta' [-Wunused-variable]
        double beta,nn;
               ^
/Library/Frameworks/R.framework/Resources/include/Rmath.h:210:15: note: expanded from macro 'beta'
#define beta            Rf_beta
                        ^
segment.cpp:63:40: warning: variable 'maxIdx' set but not used [-Wunused-but-set-variable]
        double newPValue, maxPValue,oldPValue,maxIdx;
                                              ^
segment.cpp:61:9: warning: variable 'oldStatistic' set but not used [-Wunused-but-set-variable]
        double oldStatistic, meanLeft,meanRight,varLeft,varRight;
               ^
segment.cpp:62:31: warning: variable 'maxStatistic' set but not used [-Wunused-but-set-variable]
        double newStatistic,meanDiff,maxStatistic,DOF,a,b,eps1;
                                     ^
5 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c segmentCyberT.cpp -o segmentCyberT.o
segmentCyberT.cpp:61:31: warning: variable 'maxStatistic' set but not used [-Wunused-but-set-variable]
        double newStatistic,meanDiff,maxStatistic,DOF,a,b,eps1;
                                     ^
segmentCyberT.cpp:63:50: warning: unused variable 'Rf_beta' [-Wunused-variable]
        double newStatisticBptLeft,newStatisticBptRight,beta,nn;
                                                        ^
/Library/Frameworks/R.framework/Resources/include/Rmath.h:210:15: note: expanded from macro 'beta'
#define beta            Rf_beta
                        ^
segmentCyberT.cpp:59:20: warning: variable 'globalSd' set but not used [-Wunused-but-set-variable]
        double globalMean,globalSd,diff,M2,globalVariance;
                          ^
segmentCyberT.cpp:60:9: warning: variable 'oldStatistic' set but not used [-Wunused-but-set-variable]
        double oldStatistic,meanLeft,meanRight,varLeft,varRight;
               ^
4 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o fastseg.so R_init_fastseg.o segment.o segmentCyberT.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-3.18-bioc/meat/fastseg.buildbin-libdir/00LOCK-fastseg/00new/fastseg/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 (fastseg)


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

>>>>>>> Paths before fix:
fastseg.buildbin-libdir/fastseg/libs/fastseg.so:
	fastseg.so (compatibility version 0.0.0, current version 0.0.0)
	/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libR.dylib (compatibility version 4.3.0, current version 4.3.3)
	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1775.118.101)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 905.6.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)

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

>>>>>>> Paths after fix:
fastseg.buildbin-libdir/fastseg/libs/fastseg.so:
	fastseg.so (compatibility version 0.0.0, current version 0.0.0)
	/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libR.dylib (compatibility version 4.3.0, current version 4.3.3)
	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1775.118.101)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 905.6.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)