| Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-11-07 12:01 -0500 (Fri, 07 Nov 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 Patched (2025-08-23 r88802) -- "Great Square Root" | 4902 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | 4.5.1 Patched (2025-09-10 r88807) -- "Great Square Root" | 4638 |
| 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 371/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
Likun Wang
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | ERROR | ERROR | skipped | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | ERROR | ERROR | skipped | skipped | |||||||||
|
To the developers/maintainers of the cisPath package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/cisPath.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. |
| Package: cisPath |
| Version: 1.50.0 |
| Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL cisPath |
| StartedAt: 2025-11-06 15:01:35 -0500 (Thu, 06 Nov 2025) |
| EndedAt: 2025-11-06 15:01:42 -0500 (Thu, 06 Nov 2025) |
| EllapsedTime: 6.6 seconds |
| RetCode: 1 |
| Status: ERROR |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL cisPath
###
##############################################################################
##############################################################################
* installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library’
* installing *source* package ‘cisPath’ ...
** this is package ‘cisPath’ version ‘1.50.0’
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’
using SDK: ‘MacOSX11.3.1.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c cisPath.cpp -o cisPath.o
cisPath.cpp:714:9: warning: variable 'lineCount' set but not used [-Wunused-but-set-variable]
int lineCount = 1;
^
cisPath.cpp:945:14: warning: explicitly assigning value of variable of type 'string' (aka 'basic_string<char, char_traits<char>, allocator<char>>') to itself [-Wself-assign-overloaded]
Name = Name;
~~~~ ^ ~~~~
cisPath.cpp:3555:27: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
PRINTFUNCTION(buffer);
^~~~~~
cisPath.cpp:3555:27: note: treat the string as an argument to avoid this
PRINTFUNCTION(buffer);
^
"%s",
3 warnings generated.
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o cisPath.so cisPath.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library/00LOCK-cisPath/00new/cisPath/libs
** R
Error in .install_package_code_files(".", instdir) :
files in '/Users/biocbuild/bbs-3.22-bioc/meat/cisPath/R' missing from 'Collate' field:
zzz.R
ERROR: unable to collate and parse R files for package ‘cisPath’
* removing ‘/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library/cisPath’