Back to Multiple platform build/check report for BioC 3.23:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2026-03-21 11:34 -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 330/2368HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CGEN 3.47.0  (landing page)
Justin Lee
Snapshot Date: 2026-03-20 13:40 -0400 (Fri, 20 Mar 2026)
git_url: https://git.bioconductor.org/packages/CGEN
git_branch: devel
git_last_commit: 1523d57
git_last_commit_date: 2025-10-29 11:08:27 -0400 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  ERROR    ERROR  skippedskipped
See other builds for CGEN in R Universe.


BUILD results for CGEN on kjohnson3

To the developers/maintainers of the CGEN package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/CGEN.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: CGEN
Version: 3.47.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data CGEN
StartedAt: 2026-03-20 18:50:07 -0400 (Fri, 20 Mar 2026)
EndedAt: 2026-03-20 18:50:08 -0400 (Fri, 20 Mar 2026)
EllapsedTime: 1.0 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data CGEN
###
##############################################################################
##############################################################################


* checking for file ‘CGEN/DESCRIPTION’ ... OK
* preparing ‘CGEN’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package (it is needed to build vignettes)
      -----------------------------------
* installing *source* package ‘CGEN’ ...
** this is package ‘CGEN’ version ‘3.47.0’
** using staged installation
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
using Fortran compiler: ‘GNU Fortran (GCC) 14.2.0’
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 Additive.c -o Additive.o
Additive.c:103:21: error: unknown type name 'vec'
  103 | static void vecinit(vec, n, c)
      |                     ^
Additive.c:103:26: error: unknown type name 'n'
  103 | static void vecinit(vec, n, c)
      |                          ^
Additive.c:103:29: error: unknown type name 'c'
  103 | static void vecinit(vec, n, c)
      |                             ^
Additive.c:103:31: error: expected ';' after top level declarator
  103 | static void vecinit(vec, n, c)
      |                               ^
      |                               ;
Additive.c:107:1: error: expected identifier or '('
  107 | {
      | ^
Additive.c:115:21: error: unknown type name 'invec'
  115 | static void vecmove(invec, n, outvec)
      |                     ^
Additive.c:115:28: error: unknown type name 'n'
  115 | static void vecmove(invec, n, outvec)
      |                            ^
Additive.c:115:31: error: unknown type name 'outvec'
  115 | static void vecmove(invec, n, outvec)
      |                               ^
Additive.c:115:38: error: expected ';' after top level declarator
  115 | static void vecmove(invec, n, outvec)
      |                                      ^
      |                                      ;
Additive.c:119:1: error: expected identifier or '('
  119 | {
      | ^
Additive.c:130:24: error: unknown type name 'invec'
  130 | static void vecMultCon(invec, n, c, ret)
      |                        ^
Additive.c:130:31: error: unknown type name 'n'
  130 | static void vecMultCon(invec, n, c, ret)
      |                               ^
Additive.c:130:34: error: unknown type name 'c'
  130 | static void vecMultCon(invec, n, c, ret)
      |                                  ^
Additive.c:130:37: error: unknown type name 'ret'
  130 | static void vecMultCon(invec, n, c, ret)
      |                                     ^
Additive.c:130:41: error: expected ';' after top level declarator
  130 | static void vecMultCon(invec, n, c, ret)
      |                                         ^
      |                                         ;
Additive.c:135:1: error: expected identifier or '('
  135 | {  
      | ^
Additive.c:144:26: error: unknown type name 'mat'
  144 | static void rMatMMultVec(mat, nrow, ncol, vec, ret)
      |                          ^
Additive.c:144:31: error: unknown type name 'nrow'
  144 | static void rMatMMultVec(mat, nrow, ncol, vec, ret)
      |                               ^
Additive.c:144:37: error: unknown type name 'ncol'
  144 | static void rMatMMultVec(mat, nrow, ncol, vec, ret)
      |                                     ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [Additive.o] Error 1
ERROR: compilation failed for package ‘CGEN’
* removing ‘/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmptSi4y4/Rinstbafe6ff401fe/CGEN’
      -----------------------------------
ERROR: package installation failed