Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-01-25 15:37 -0500 (Sat, 25 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4658
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4455
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4408
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 809/2286HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
genoCN 1.59.0  (landing page)
Wei Sun
Snapshot Date: 2025-01-24 13:40 -0500 (Fri, 24 Jan 2025)
git_url: https://git.bioconductor.org/packages/genoCN
git_branch: devel
git_last_commit: 32e05e9
git_last_commit_date: 2024-10-29 09:33:31 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  ERROR    ERROR  skipped
palomino7Windows Server 2022 Datacenter / x64  ERROR    ERROR  skippedskipped
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  ERROR    ERROR  skipped


BUILD results for genoCN on nebbiolo1

To the developers/maintainers of the genoCN package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/genoCN.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: genoCN
Version: 1.59.0
Command: /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data genoCN
StartedAt: 2025-01-24 17:24:27 -0500 (Fri, 24 Jan 2025)
EndedAt: 2025-01-24 17:24:28 -0500 (Fri, 24 Jan 2025)
EllapsedTime: 1.0 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data genoCN
###
##############################################################################
##############################################################################


* checking for file ‘genoCN/DESCRIPTION’ ... OK
* preparing ‘genoCN’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
      -----------------------------------
* installing *source* package ‘genoCN’ ...
** this is package ‘genoCN’ version ‘1.59.0’
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
gcc -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -c tnorm_mle.c -o tnorm_mle.o
gcc -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -c utility.c -o utility.o
utility.c: In function ‘readfile’:
utility.c:155:13: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  155 |             fscanf(file,"%s",temp);
      |             ^~~~~~~~~~~~~~~~~~~~~~
gcc -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -c xCNV.c -o xCNV.o
xCNV.c: In function ‘viterbi’:
xCNV.c:449:25: warning: implicit declaration of function ‘Calloc’; did you mean ‘calloc’? [-Wimplicit-function-declaration]
  449 |     trans1 = (double**) Calloc(N, double*);
      |                         ^~~~~~
      |                         calloc
xCNV.c:449:35: error: expected expression before ‘double’
  449 |     trans1 = (double**) Calloc(N, double*);
      |                                   ^~~~~~
xCNV.c:450:39: error: expected expression before ‘double’
  450 |     trans1[0] = (double*) Calloc(N*N, double);
      |                                       ^~~~~~
xCNV.c:455:33: error: expected expression before ‘double’
  455 |     v_old = (double *)Calloc(N, double);
      |                                 ^~~~~~
xCNV.c:456:33: error: expected expression before ‘double’
  456 |     v_new = (double *)Calloc(N, double);
      |                                 ^~~~~~
xCNV.c:458:32: error: expected expression before ‘int’
  458 |     path_m = (int**) Calloc(L, int*);
      |                                ^~~
xCNV.c:459:36: error: expected expression before ‘int’
  459 |     path_m[0] = (int*) Calloc(L*N, int);
      |                                    ^~~
xCNV.c:464:31: error: expected expression before ‘double’
  464 |     tmp = (double *)Calloc(N, double);
      |                               ^~~~~~
xCNV.c:532:5: warning: implicit declaration of function ‘Free’; did you mean ‘free’? [-Wimplicit-function-declaration]
  532 |     Free(v_old);
      |     ^~~~
      |     free
xCNV.c: In function ‘forward’:
xCNV.c:579:29: error: expected expression before ‘double’
  579 |     v = (double *)Calloc(N, double);
      |                             ^~~~~~
xCNV.c:581:35: error: expected expression before ‘double’
  581 |     trans1 = (double**) Calloc(N, double*);
      |                                   ^~~~~~
xCNV.c:582:39: error: expected expression before ‘double’
  582 |     trans1[0] = (double*) Calloc(N*N, double);
      |                                       ^~~~~~
xCNV.c: In function ‘backward’:
xCNV.c:652:29: error: expected expression before ‘double’
  652 |     v = (double *)Calloc(N, double);
      |                             ^~~~~~
xCNV.c:654:35: error: expected expression before ‘double’
  654 |     trans1 = (double**) Calloc(N, double*);
      |                                   ^~~~~~
xCNV.c:655:39: error: expected expression before ‘double’
  655 |     trans1[0] = (double*) Calloc(N*N, double);
      |                                       ^~~~~~
xCNV.c: In function ‘baum_welch’:
xCNV.c:878:34: error: expected expression before ‘double’
  878 |   dis    = (double *)Calloc(L-1, double);
      |                                  ^~~~~~
xCNV.c:879:34: error: expected expression before ‘double’
  879 |   vjk    = (double *)Calloc(L-1, double);
      |                                  ^~~~~~
xCNV.c:880:33: error: expected expression before ‘double’
  880 |   vjk0   = (double *)Calloc(LS, double);
      |                                 ^~~~~~
xCNV.c:881:32: error: expected expression before ‘double’
  881 |   lvjk   = (double *)Calloc(N, double);
      |                                ^~~~~~
xCNV.c:882:34: error: expected expression before ‘double’
  882 |   lvjk_j = (double *)Calloc(N-1, double);
      |                                  ^~~~~~
xCNV.c:883:32: error: expected expression before ‘double’
  883 |   ps     = (double *)Calloc(L, double);
      |                                ^~~~~~
xCNV.c:886:30: error: expected expression before ‘double’
  886 |   rUS  = (double *)Calloc(N, double);
      |                              ^~~~~~
xCNV.c:887:30: error: expected expression before ‘double’
  887 |   pPS  = (double *)Calloc(N, double);
      |                              ^~~~~~
xCNV.c:888:30: error: expected expression before ‘double’
  888 |   rNcb = (double *)Calloc(L, double);
      |                              ^~~~~~
xCNV.c:891:33: error: expected expression before ‘double’
  891 |   rUS_cn  = (double *)Calloc(N, double);
      |                                 ^~~~~~
xCNV.c:892:33: error: expected expression before ‘double’
  892 |   pPS_cn  = (double *)Calloc(N, double);
      |                                 ^~~~~~
xCNV.c:895:31: error: expected expression before ‘double’
  895 |   bUS   = (double *)Calloc(N, double);
      |                               ^~~~~~
xCNV.c:896:28: error: expected expression before ‘int’
  896 |   Omiga = (int *)Calloc(L, int);
      |                            ^~~
xCNV.c:897:31: error: expected expression before ‘double’
  897 |   BAF01 = (double *)Calloc(L, double);
      |                               ^~~~~~
xCNV.c:898:31: error: expected expression before ‘double’
  898 |   bNcb  = (double *)Calloc(L, double);
      |                               ^~~~~~
xCNV.c:904:30: error: expected expression before ‘double’
  904 |   rU  = (double**) Calloc(L, double*);
      |                              ^~~~~~
xCNV.c:905:33: error: expected expression before ‘double’
  905 |   rU[0] = (double*) Calloc(L*N, double);
      |                                 ^~~~~~
xCNV.c:914:30: error: expected expression before ‘double’
  914 |   rN  = (double**) Calloc(L, double*);
      |                              ^~~~~~
xCNV.c:915:33: error: expected expression before ‘double’
  915 |   rN[0] = (double*) Calloc(L*N, double);
      |                                 ^~~~~~
xCNV.c:922:30: error: expected expression before ‘double’
  922 |   bU  = (double**) Calloc(L, double*);
      |                              ^~~~~~
xCNV.c:923:33: error: expected expression before ‘double’
  923 |   bU[0] = (double*) Calloc(L*N, double);
      |                                 ^~~~~~
xCNV.c:930:30: error: expected expression before ‘double’
  930 |   bN  = (double**) Calloc(L, double*);
      |                              ^~~~~~
xCNV.c:931:34: error: expected expression before ‘double’
  931 |   bN[0] = (double*) Calloc(L*MM, double);
      |                                  ^~~~~~
make: *** [/home/biocbuild/bbs-3.21-bioc/R/etc/Makeconf:195: xCNV.o] Error 1
ERROR: compilation failed for package ‘genoCN’
* removing ‘/tmp/Rtmpduy4m5/Rinst356e0d431a7338/genoCN’
      -----------------------------------
ERROR: package installation failed