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

This page was generated on 2021-10-15 15:06:48 -0400 (Fri, 15 Oct 2021).

INSTALL results for puma on machv2

To the developers/maintainers of the puma package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/puma.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? here 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 1460/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
puma 3.34.0  (landing page)
Xuejun Liu
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/puma
git_branch: RELEASE_3_13
git_last_commit: 8863f78
git_last_commit_date: 2021-05-19 11:39:13 -0400 (Wed, 19 May 2021)
nebbiolo1Linux (Ubuntu 20.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

Summary

Package: puma
Version: 3.34.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL puma
StartedAt: 2021-10-14 09:11:25 -0400 (Thu, 14 Oct 2021)
EndedAt: 2021-10-14 09:12:18 -0400 (Thu, 14 Oct 2021)
EllapsedTime: 53.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.1/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.1/Resources/library/00LOCK-puma/00new/puma/libs
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   ‘puma.Rnw’ using ‘UTF-8’ 
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (puma)