Back to Multiple platform build/check report for BioC 3.11
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

INSTALL report for puma on machv2

This page was generated on 2020-10-17 11:59:18 -0400 (Sat, 17 Oct 2020).

TO THE DEVELOPERS/MAINTAINERS OF THE puma PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 1378/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
puma 3.30.0
Xuejun Liu
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/puma
Branch: RELEASE_3_11
Last Commit: a9bb6f8
Last Changed Date: 2020-04-27 14:15:15 -0400 (Mon, 27 Apr 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
machv2 macOS 10.14.6 Mojave / x86_64 [ OK ] OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: puma
Version: 3.30.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL puma
StartedAt: 2020-10-16 16:42:46 -0400 (Fri, 16 Oct 2020)
EndedAt: 2020-10-16 16:43:38 -0400 (Fri, 16 Oct 2020)
EllapsedTime: 51.6 seconds
RetCode: 0
Status:  OK 

Command output

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library’
* installing *source* package ‘puma’ ...
** using staged installation
** libs
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c PMmultimgmos.c -o PMmultimgmos.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c cregistration.c -o cregistration.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c donlp2.c -o donlp2.o
donlp2.c:2034:1: warning: '/*' within block comment [-Wcomment]
/* **************************************************************************** */
^
donlp2.c:2707:1: warning: '/*' within block comment [-Wcomment]
/* inactive  
^
2 warnings generated.
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c gme.c -o gme.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c ipplr_c.c -o ipplr_c.o
ipplr_c.c:255:118: warning: '&&' within '||' [-Wlogical-op-parentheses]
                   while((fmaxn_ipplr(diff_mu1,in_param.conds)>in_param.eps)||(fmaxn_ipplr(diff_lamda,in_param.conds)>in_param.eps)&& (n<2000))
                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
ipplr_c.c:255:118: note: place parentheses around the '&&' expression to silence this warning
                   while((fmaxn_ipplr(diff_mu1,in_param.conds)>in_param.eps)||(fmaxn_ipplr(diff_lamda,in_param.conds)>in_param.eps)&& (n<2000))
                                                                                                                                   ^
                                                                              (                                                               )
1 warning generated.
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c multimgmos.c -o multimgmos.o
multimgmos.c:893:95: warning: suggest braces around initialization of subobject [-Wmissing-braces]
        double alphaii[MAX_NUM_COND]={0.0}, s1[MAX_NUM_COND]={0.0}, s2[MAX_NUM_PROBE][MAX_NUM_COND]={0.0}, c, d_mmgmos, t1, s3, s4;
                                                                                                     ^~~
                                                                                                     {  }
1 warning generated.
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c newx.c -o newx.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c pplr_c.c -o pplr_c.o
pplr_c.c:185:65: warning: unused variable 'x_temp' [-Wunused-variable]
        double exp_c[MAX_NUM_REPLICATE], var_c[MAX_NUM_REPLICATE], x_temp[MAX_NUM_COND];
                                                                   ^
1 warning generated.
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c pumaclust_c.c -o pumaclust_c.o
pumaclust_c.c:181:24: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
        while (foptold-fopt > abs(in_param.eps*fopt))
                              ^
pumaclust_c.c:181:24: note: use function 'fabs' instead
        while (foptold-fopt > abs(in_param.eps*fopt))
                              ^~~
                              fabs
1 warning generated.
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c pumaclustii_c.c -o pumaclustii_c.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c user_eval.c -o user_eval.o
clang -mmacosx-version-min=10.13 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o puma.so PMmultimgmos.o cregistration.o donlp2.o gme.o ipplr_c.o multimgmos.o newx.o pplr_c.o pumaclust_c.o pumaclustii_c.o user_eval.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.0/Resources/library/00LOCK-puma/00new/puma/libs
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
No methods found in package ‘RSQLite’ for request: ‘dbListFields’ when loading ‘oligo’
** help
*** installing help indices
** building package indices
** installing vignettes
   ‘puma.Rnw’ using ‘UTF-8’ 
** testing if installed package can be loaded from temporary location
No methods found in package ‘RSQLite’ for request: ‘dbListFields’ when loading ‘oligo’
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
No methods found in package ‘RSQLite’ for request: ‘dbListFields’ when loading ‘oligo’
** testing if installed package keeps a record of temporary installation path
* DONE (puma)