Back to Multiple platform build/check report for BioC 3.8
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

INSTALL report for flowWorkspace on merida1

This page was generated on 2019-04-16 11:55:34 -0400 (Tue, 16 Apr 2019).

Package 554/1649HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
flowWorkspace 3.30.2
Greg Finak ,Mike Jiang
Snapshot Date: 2019-04-15 17:01:12 -0400 (Mon, 15 Apr 2019)
URL: https://git.bioconductor.org/packages/flowWorkspace
Branch: RELEASE_3_8
Last Commit: eac7b2d
Last Changed Date: 2019-01-04 13:33:27 -0400 (Fri, 04 Jan 2019)
malbec1 Linux (Ubuntu 16.04.6 LTS) / x86_64  OK  OK  WARNINGS UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64 [ OK ] OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: flowWorkspace
Version: 3.30.2
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL flowWorkspace
StartedAt: 2019-04-15 18:26:47 -0400 (Mon, 15 Apr 2019)
EndedAt: 2019-04-15 18:29:27 -0400 (Mon, 15 Apr 2019)
EllapsedTime: 160.2 seconds
RetCode: 0
Status:  OK 

Command output

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library’
* installing *source* package ‘flowWorkspace’ ...
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ -std=gnu++11 accepts -g... yes
checking for gcc... clang
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
configure: setting xml2 flags...
configure: No directory was specified for --with-xml2. Trying to find xml2 using other methods.
checking for xml2-config... /usr/bin/xml2-config
configure: Using the following compilation and linking flags for flowWorkspace
configure:    PKG_CPPFLAGS=-I/usr/include/libxml2 -ftemplate-depth=900
configure:    PKG_LIBS=-lxml2 -lz -lpthread -licucore -lm
configure: creating ./config.status
config.status: creating src/Makevars
** libs
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DROUT -I../inst/include/ -I/usr/include/libxml2 -ftemplate-depth=900 -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/RProtoBufLib/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/cytolib/include" -I/usr/local/include   -fPIC  -Wall -g -O2 -c R_API.cpp -o R_API.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DROUT -I../inst/include/ -I/usr/include/libxml2 -ftemplate-depth=900 -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/RProtoBufLib/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/cytolib/include" -I/usr/local/include   -fPIC  -Wall -g -O2 -c R_GatingHierarchy.cpp -o R_GatingHierarchy.o
R_GatingHierarchy.cpp:332:6: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
        if(u<0)
           ˜^˜
R_GatingHierarchy.cpp:475:6: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
        if(u<0)throw(domain_error("not valid vertexID!"));
           ˜^˜
R_GatingHierarchy.cpp:505:6: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
        if(u<0)throw(domain_error("not valid vertexID!"));
           ˜^˜
R_GatingHierarchy.cpp:516:6: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
        if(u<0)throw(domain_error("not valid vertexID!"));
           ˜^˜
R_GatingHierarchy.cpp:525:6: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
        if(u<0)throw(domain_error("not valid vertexID!"));
           ˜^˜
5 warnings generated.
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DROUT -I../inst/include/ -I/usr/include/libxml2 -ftemplate-depth=900 -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/RProtoBufLib/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/cytolib/include" -I/usr/local/include   -fPIC  -Wall -g -O2 -c R_GatingSet.cpp -o R_GatingSet.o
In file included from R_GatingSet.cpp:10:
In file included from ../inst/include/flowWorkspace/openWorkspace.hpp:12:
../inst/include/flowWorkspace/winFlowJoWorkspace.hpp:433:30: warning: '/*' within block comment [-Wcomment]
           * "*[local-name()='edge']/*[local-name()='vertex']" is for ellipsoidGate
                                    ^
../inst/include/flowWorkspace/winFlowJoWorkspace.hpp:417:13: warning: variable 'quad' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
                else if(quadPattern == "--")
                        ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
../inst/include/flowWorkspace/winFlowJoWorkspace.hpp:425:45: note: uninitialized use occurs here
                CurlyGuadGate * g=new CurlyGuadGate(pp, quad);
                                                        ^˜˜˜
../inst/include/flowWorkspace/winFlowJoWorkspace.hpp:417:10: note: remove the 'if' if its condition is always true
                else if(quadPattern == "--")
                     ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
../inst/include/flowWorkspace/winFlowJoWorkspace.hpp:410:5: note: variable 'quad' is declared here
                QUAD quad;
                ^
../inst/include/flowWorkspace/winFlowJoWorkspace.hpp:802:12: warning: unused variable 'minRange' [-Wunused-variable]
                                double minRange=atof(transNode.getProperty("minRange").c_str());
                                       ^
3 warnings generated.
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DROUT -I../inst/include/ -I/usr/include/libxml2 -ftemplate-depth=900 -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/RProtoBufLib/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/cytolib/include" -I/usr/local/include   -fPIC  -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DROUT -I../inst/include/ -I/usr/include/libxml2 -ftemplate-depth=900 -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/RProtoBufLib/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/cytolib/include" -I/usr/local/include   -fPIC  -Wall -g -O2 -c getDescendants.cpp -o getDescendants.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DROUT -I../inst/include/ -I/usr/include/libxml2 -ftemplate-depth=900 -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/RProtoBufLib/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/cytolib/include" -I/usr/local/include   -fPIC  -Wall -g -O2 -c getSingleCellExpression.cpp -o getSingleCellExpression.o
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DROUT -I../inst/include/ -I/usr/include/libxml2 -ftemplate-depth=900 -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/BH/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/RProtoBufLib/include" -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/cytolib/include" -I/usr/local/include   -fPIC  -Wall -g -O2 -c setCounts.cpp -o setCounts.o
mkdir -p "/Library/Frameworks/R.framework/Versions/3.5/Resources/library/flowWorkspace/lib"
ar rs "/Library/Frameworks/R.framework/Versions/3.5/Resources/library/flowWorkspace/lib/libflowWorkspace.a" R_API.o R_GatingHierarchy.o R_GatingSet.o RcppExports.o getDescendants.o getSingleCellExpression.o setCounts.o
ar: creating archive /Library/Frameworks/R.framework/Versions/3.5/Resources/library/flowWorkspace/lib/libflowWorkspace.a
clang++ -std=gnu++11 -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 flowWorkspace.so R_API.o R_GatingHierarchy.o R_GatingSet.o RcppExports.o getDescendants.o getSingleCellExpression.o setCounts.o /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RProtoBufLib/lib/GatingSet.pb.o /Library/Frameworks/R.framework/Versions/3.5/Resources/library/RProtoBufLib/lib/libprotobuf.a -lxml2 -lz -lpthread -licucore -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
if [ `uname -s` = 'Darwin' ]; then install_name_tool -change /usr/local/clang4/lib/libc++.1.dylib /usr/lib/libc++.1.dylib flowWorkspace.so; fi
installing to /Library/Frameworks/R.framework/Versions/3.5/Resources/library/flowWorkspace/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (flowWorkspace)