Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2024-05-17 11:37:47 -0400 (Fri, 17 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 RC (2024-04-16 r86468) -- "Puppy Cup" 4663
palomino4Windows Server 2022 Datacenterx644.4.0 RC (2024-04-16 r86468 ucrt) -- "Puppy Cup" 4398
merida1macOS 12.7.4 Montereyx86_644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4425
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 1636/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Rbowtie2 2.11.0  (landing page)
Zheng Wei
Snapshot Date: 2024-05-15 14:05:05 -0400 (Wed, 15 May 2024)
git_url: https://git.bioconductor.org/packages/Rbowtie2
git_branch: devel
git_last_commit: ba11e07
git_last_commit_date: 2024-04-30 11:00:12 -0400 (Tue, 30 Apr 2024)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  ERROR    ERROR  skippedskipped
merida1macOS 12.7.4 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64see weekly results here

INSTALL results for Rbowtie2 on palomino4


To the developers/maintainers of the Rbowtie2 package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/Rbowtie2.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: Rbowtie2
Version: 2.11.0
Command: F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD INSTALL Rbowtie2
StartedAt: 2024-05-15 15:58:25 -0400 (Wed, 15 May 2024)
EndedAt: 2024-05-15 15:58:35 -0400 (Wed, 15 May 2024)
EllapsedTime: 10.5 seconds
RetCode: 1
Status:   ERROR  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD INSTALL Rbowtie2
###
##############################################################################
##############################################################################


* installing to library 'F:/biocbuild/bbs-3.20-bioc/R/library'
* installing *source* package 'Rbowtie2' ...
** using staged installation
** libs
  running 'src/Makefile.win' ...
mkdir -p ../inst
(cd	adapterremoval && (/usr/bin/make -f"F:/biocbuild/bbs-3.20-bioc/R/etc/x64/Makeconf"  -fMakefile.win))
Makefile.win:46: warning: overriding recipe for target '.cc.o'
F:/biocbuild/bbs-3.20-bioc/R/etc/x64/Makeconf:294: warning: ignoring old recipe for target '.cc.o'
g++ -std=gnu++17  -std=gnu++11 -O3  -D_REENTRANT -lpthread -DNDEBUG  -c adapterset.cc 
g++ -std=gnu++17  -std=gnu++11 -O3  -D_REENTRANT -lpthread -DNDEBUG  -c alignment.cc 
g++ -std=gnu++17  -std=gnu++11 -O3  -D_REENTRANT -lpthread -DNDEBUG  -c argparse.cc 
argparse.cc: In member function 'virtual size_t ar::argparse::knob::consume(ar::string_vec_citer, const ar::string_vec_citer&)':
argparse.cc:481:9: error: 'int64_t' was not declared in this scope
  481 |         int64_t temp = 0;
      |         ^~~~~~~
argparse.cc:39:1: note: 'int64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
   38 | #include "strutils.h"
  +++ |+#include <cstdint>
   39 | 
argparse.cc:483:25: error: 'temp' was not declared in this scope; did you mean 'tm'?
  483 |         if (!(stream >> temp)) {
      |                         ^~~~
      |                         tm
argparse.cc:493:13: error: 'temp' was not declared in this scope; did you mean 'tm'?
  493 |         if (temp >= 0 && temp <= std::numeric_limits<unsigned>::max()) {
      |             ^~~~
      |             tm
make[1]: *** [Makefile.win:46: argparse.o] Error 1
make: *** [Makefile.win:12: all] Error 2
ERROR: compilation failed for package 'Rbowtie2'
* removing 'F:/biocbuild/bbs-3.20-bioc/R/library/Rbowtie2'