Back to Multiple platform build/check report for BioC 3.14
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2022-04-13 12:08:06 -0400 (Wed, 13 Apr 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.4 LTS)x86_644.1.3 (2022-03-10) -- "One Push-Up" 4324
tokay2Windows Server 2012 R2 Standardx644.1.3 (2022-03-10) -- "One Push-Up" 4077
machv2macOS 10.14.6 Mojavex86_644.1.3 (2022-03-10) -- "One Push-Up" 4137
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 gpart on machv2


To the developers/maintainers of the gpart package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/gpart.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 811/2083HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
gpart 1.12.0  (landing page)
Sun Ah Kim
Snapshot Date: 2022-04-12 01:55:07 -0400 (Tue, 12 Apr 2022)
git_url: https://git.bioconductor.org/packages/gpart
git_branch: RELEASE_3_14
git_last_commit: fea63e2
git_last_commit_date: 2021-10-26 12:46:57 -0400 (Tue, 26 Oct 2021)
nebbiolo2Linux (Ubuntu 20.04.4 LTS) / x86_64  ERROR    ERROR  skipped
tokay2Windows Server 2012 R2 Standard / x64  ERROR    ERROR  skippedskipped
machv2macOS 10.14.6 Mojave / x86_64  ERROR    ERROR  skippedskipped

Summary

Package: gpart
Version: 1.12.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL gpart
StartedAt: 2022-04-12 04:18:41 -0400 (Tue, 12 Apr 2022)
EndedAt: 2022-04-12 04:18:57 -0400 (Tue, 12 Apr 2022)
EllapsedTime: 15.9 seconds
RetCode: 1
Status:   ERROR  

Command output

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library’
* installing *source* package ‘gpart’ ...
** using staged installation
** libs
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c gpart_cpp.cpp -o gpart_cpp.o
gpart_cpp.cpp:622:42: error: use of undeclared identifier 'PI'
    solutions[1] = sq * cos(dxx + (2.0 * PI / 3.0)) - adiv3;
                                         ^
gpart_cpp.cpp:623:42: error: use of undeclared identifier 'PI'
    solutions[2] = sq * cos(dxx - (2.0 * PI / 3.0)) - adiv3;
                                         ^
2 errors generated.
make: *** [gpart_cpp.o] Error 1
ERROR: compilation failed for package ‘gpart’
* removing ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library/gpart’