Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

This page was generated on 2025-03-20 11:46 -0400 (Thu, 20 Mar 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-03-13 r87965) -- "Unsuffered Consequences" 4777
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-03-01 r87860 ucrt) -- "Unsuffered Consequences" 4545
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" 4576
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" 4528
kunpeng2Linux (openEuler 24.03 LTS)aarch64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 4458
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 1631/2313HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
puma 3.49.0  (landing page)
Xuejun Liu
Snapshot Date: 2025-03-19 13:40 -0400 (Wed, 19 Mar 2025)
git_url: https://git.bioconductor.org/packages/puma
git_branch: devel
git_last_commit: 33a3bbd
git_last_commit_date: 2025-03-18 03:14:16 -0400 (Tue, 18 Mar 2025)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  ERROR    ERROR  skipped
palomino7Windows Server 2022 Datacenter / x64  ERROR    ERROR  skippedskipped
lconwaymacOS 12.7.1 Monterey / x86_64  ERROR    ERROR  skippedskipped
kjohnson3macOS 13.7.1 Ventura / arm64  ERROR    ERROR  skippedskipped
kunpeng2Linux (openEuler 24.03 LTS) / aarch64  ERROR    ERROR  skipped


INSTALL results for puma on kjohnson3

To the developers/maintainers of the puma package:
- 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 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: puma
Version: 3.49.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL puma
StartedAt: 2025-03-19 15:13:36 -0400 (Wed, 19 Mar 2025)
EndedAt: 2025-03-19 15:13:39 -0400 (Wed, 19 Mar 2025)
EllapsedTime: 2.6 seconds
RetCode: 1
Status:   ERROR  

Command output

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library’
* installing *source* package ‘puma’ ...
** this is package ‘puma’ version ‘3.49.0’
** using staged installation
** libs
using C compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c PMmultimgmos.c -o PMmultimgmos.o
PMmultimgmos.c:152:6: warning: variable 'niter' set but not used [-Wunused-but-set-variable]
        int niter = 1;
            ^
1 warning generated.
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c cregistration.c -o cregistration.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c donlp2.c -o donlp2.o
donlp2.c:471:33: warning: variable 'infiny' set but not used [-Wunused-but-set-variable]
    static DDOUBLE   tol1,term, infiny;
                                ^
donlp2.c:2034:1: warning: '/*' within block comment [-Wcomment]
/* **************************************************************************** */
^
donlp2.c:2707:1: warning: '/*' within block comment [-Wcomment]
/* inactive  
^
donlp2.c:2079:44: warning: variable 'iumin' set but not used [-Wunused-but-set-variable]
    static DDOUBLE   delsig,delx,sum,term, iumin;
                                           ^
4 warnings generated.
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c gme.c -o gme.o
gme.c:237:44: error: call to undeclared function 'Free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
         if(in_param->parameters[j]!=NULL) Free(in_param->parameters[j]);
                                           ^
gme.c:237:44: note: did you mean 'free'?
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/malloc/_malloc.h:42:7: note: 'free' declared here
void     free(void *);
         ^
gme.c:239:36: error: call to undeclared function 'Free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    if(in_param->parameters!=NULL) Free(in_param->parameters);
                                   ^
gme.c:266:9: warning: variable 'fstart' set but not used [-Wunused-but-set-variable]
        double fstart;
               ^
gme.c:1021:12: error: call to undeclared function 'Free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
           Free(PM[i]);
           ^
1 warning and 3 errors generated.
make: *** [gme.o] Error 1
ERROR: compilation failed for package ‘puma’
* removing ‘/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library/puma’