Back to Multiple platform build/check report for BioC 3.16
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2022-07-11 11:06:44 -0400 (Mon, 11 Jul 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.4 LTS)x86_644.2.1 (2022-06-23) -- "Funny-Looking Kid" 4148
lconwaymacOS 12.2.1 Montereyx86_644.2.0 Patched (2022-05-29 r82424) -- "Vigorous Calisthenics" 4168
kjohnsonmacOS 12.4 Montereyarm644.2.1 (2022-06-23) -- "Funny-Looking Kid" 3545
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

INSTALL results for DeMixT on kjohnson


To the developers/maintainers of the DeMixT package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/DeMixT.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 500/2130HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DeMixT 1.13.0  (landing page)
Shuai Guo
Snapshot Date: 2022-07-10 14:00:02 -0400 (Sun, 10 Jul 2022)
git_url: https://git.bioconductor.org/packages/DeMixT
git_branch: master
git_last_commit: a85fc21
git_last_commit_date: 2022-04-26 11:54:08 -0400 (Tue, 26 Apr 2022)
nebbiolo2Linux (Ubuntu 20.04.4 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
lconwaymacOS 12.2.1 Monterey / x86_64  ERROR    ERROR  skippedskipped
kjohnsonmacOS 12.4 Monterey / arm64  ERROR    NA    NA    NA  

Summary

Package: DeMixT
Version: 1.13.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL DeMixT
StartedAt: 2022-07-10 16:31:14 -0400 (Sun, 10 Jul 2022)
EndedAt: 2022-07-10 16:31:15 -0400 (Sun, 10 Jul 2022)
EllapsedTime: 1.3 seconds
RetCode: 1
Status:   ERROR  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL DeMixT
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library’
* installing *source* package ‘DeMixT’ ...
** using staged installation
** libs
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c DeMixT.c -o DeMixT.o
DeMixT.c:268:28: error: implicit declaration of function 'Rprintf' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        if (nHavepi != 1)  Rprintf("Iteration %d: updating parameters\n", i+1);
                           ^
DeMixT.c:36:33: warning: variable 'st1_sig_2' set but not used [-Wunused-but-set-variable]
  double *st1_mu_2, *st2_mu_2, *st1_sig_2, *st2_sig_2;
                                ^
DeMixT.c:36:22: warning: variable 'st2_mu_2' set but not used [-Wunused-but-set-variable]
  double *st1_mu_2, *st2_mu_2, *st1_sig_2, *st2_sig_2;
                     ^
DeMixT.c:36:45: warning: variable 'st2_sig_2' set but not used [-Wunused-but-set-variable]
  double *st1_mu_2, *st2_mu_2, *st1_sig_2, *st2_sig_2;
                                            ^
DeMixT.c:36:11: warning: variable 'st1_mu_2' set but not used [-Wunused-but-set-variable]
  double *st1_mu_2, *st2_mu_2, *st1_sig_2, *st2_sig_2;
          ^
DeMixT.c:484:21: error: implicit declaration of function 'Rprintf' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
  if (nHavepi != 1) Rprintf("There are  %d normals and %d tumors\n", fNorm,intx);
                    ^
DeMixT.c:590:12: warning: variable 'obj_old' set but not used [-Wunused-but-set-variable]
    double obj_old, obj_new;
           ^
DeMixT.c:590:21: warning: variable 'obj_new' set but not used [-Wunused-but-set-variable]
    double obj_old, obj_new;
                    ^
DeMixT.c:1279:21: warning: variable 'obj_new' set but not used [-Wunused-but-set-variable]
    double obj_old, obj_new;
                    ^
DeMixT.c:1279:12: warning: variable 'obj_old' set but not used [-Wunused-but-set-variable]
    double obj_old, obj_new;
           ^
DeMixT.c:1306:9: warning: variable 'obj_old' set but not used [-Wunused-but-set-variable]
        double obj_old, obj_new;
               ^
DeMixT.c:1306:18: warning: variable 'obj_new' set but not used [-Wunused-but-set-variable]
        double obj_old, obj_new;
                        ^
DeMixT.c:1321:21: warning: variable 'obj_new' set but not used [-Wunused-but-set-variable]
    double obj_old, obj_new;
                    ^
DeMixT.c:1321:12: warning: variable 'obj_old' set but not used [-Wunused-but-set-variable]
    double obj_old, obj_new;
           ^
12 warnings and 2 errors generated.
make: *** [DeMixT.o] Error 1
ERROR: compilation failed for package ‘DeMixT’
* removing ‘/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/DeMixT’