Back to Build/check report for BioC 3.13 on Apple's new arm64 arch
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

INSTALL report for DeMixT on taxco

This page was generated on 2021-01-31 03:53:36 -0500 (Sun, 31 Jan 2021).

These are experimental builds on Apple's new arm64 arch. See here for more information.
To the developers/maintainers of the DeMixT package:
Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 453/1938HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DeMixT 1.7.0
Shaolong Cao, Peng Yang
Snapshot Date: 2021-01-30 14:40:03 -0500 (Sat, 30 Jan 2021)
URL: https://git.bioconductor.org/packages/DeMixT
Branch: master
Last Commit: 39ca073
Last Changed Date: 2020-10-27 11:44:19 -0500 (Tue, 27 Oct 2020)
taxcomacOS 11.0.1 Big Sur / arm64  ERROR    NA    NA  

Summary

Package: DeMixT
Version: 1.7.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL DeMixT
StartedAt: 2021-01-30 16:57:07 -0500 (Sat, 30 Jan 2021)
EndedAt: 2021-01-30 16:57:08 -0500 (Sat, 30 Jan 2021)
EllapsedTime: 1.4 seconds
RetCode: 1
Status:   ERROR  

Command output

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library’
* installing *source* package ‘DeMixT’ ...
** using staged installation
** libs
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.1-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: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);
                    ^
2 errors generated.
make: *** [DeMixT.o] Error 1
ERROR: compilation failed for package ‘DeMixT’
* removing ‘/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/DeMixT’