Back to the "Multiple platform build/check report" A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P [Q] R  S  T  U  V  W  X  Y  Z 

BioC 3.3: INSTALL report for qpgraph on moscato2

This page was generated on 2016-10-13 12:48:55 -0700 (Thu, 13 Oct 2016).

Package 909/1210HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
qpgraph 2.6.1
Robert Castelo
Snapshot Date: 2016-10-12 17:20:15 -0700 (Wed, 12 Oct 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/madman/Rpacks/qpgraph
Last Changed Rev: 117557 / Revision: 122332
Last Changed Date: 2016-05-16 17:35:24 -0700 (Mon, 16 May 2016)
zin2 Linux (Ubuntu 14.04.2 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64 [ OK ] OK  OK  OK UNNEEDED, same version exists in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: qpgraph
Version: 2.6.1
Command: rm -rf qpgraph.buildbin-libdir && mkdir qpgraph.buildbin-libdir && C:\cygwin\bin\curl.exe -O http://zin2/BBS/3.3/bioc/src/contrib/qpgraph_2.6.1.tar.gz && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD INSTALL --build --library=qpgraph.buildbin-libdir --merge-multiarch qpgraph_2.6.1.tar.gz && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD INSTALL qpgraph_2.6.1.zip && rm qpgraph_2.6.1.tar.gz qpgraph_2.6.1.zip
StartedAt: 2016-10-12 19:10:41 -0700 (Wed, 12 Oct 2016)
EndedAt: 2016-10-12 19:12:45 -0700 (Wed, 12 Oct 2016)
EllapsedTime: 124.3 seconds
RetCode: 0
Status:  OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf qpgraph.buildbin-libdir && mkdir qpgraph.buildbin-libdir  && C:\cygwin\bin\curl.exe -O http://zin2/BBS/3.3/bioc/src/contrib/qpgraph_2.6.1.tar.gz && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD INSTALL --build --library=qpgraph.buildbin-libdir --merge-multiarch qpgraph_2.6.1.tar.gz && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD INSTALL qpgraph_2.6.1.zip  && rm qpgraph_2.6.1.tar.gz qpgraph_2.6.1.zip
###
##############################################################################
##############################################################################




install for i386

* installing *source* package 'qpgraph' ...

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
C:/Rtools/mingw_32/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG     -I"c:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c cliquer.c -o cliquer.o
C:/Rtools/mingw_32/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG     -I"c:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c graph.c -o graph.o
C:/Rtools/mingw_32/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG     -I"c:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c qpgraph.c -o qpgraph.o
qpgraph.c: In function 'qp_fast_path_weight':
qpgraph.c:5849:20: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     int i = edges[k, 0];
                    ^
qpgraph.c:5850:20: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     int j = edges[k, 1];
                    ^
qpgraph.c: In function 'ssd_A':
qpgraph.c:8157:17: warning: unused variable 'm' [-Wunused-variable]
   int     i,j,k,m;
                 ^
qpgraph.c:8157:15: warning: unused variable 'k' [-Wunused-variable]
   int     i,j,k,m;
               ^
qpgraph.c: In function 'qp_fast_rnd_graph':
qpgraph.c:8286:5: warning: assignment from incompatible pointer type
   G = LOGICAL(GR);
     ^
In file included from qpgraph.c:27:0:
qpgraph.c: In function 'qp_fast_edge_nrr':
E:/biocbld/BBS-3˜1.3-B/R/include/Rmath.h:302:13: warning: 'Rf_df' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #define pt  Rf_pt
             ^
E:/biocbld/BBS-3˜1.3-B/R/include/Rmath.h:236:13: note: 'Rf_df' was declared here
 #define df  Rf_df
             ^
qpgraph.c:5082:16: note: in expansion of macro 'df'
   int    k, l, df, n_upper_tri;
                ^
qpgraph.c:5454:11: warning: 'pcorR' may be used uninitialized in this function [-Wmaybe-uninitialized]
   SEXP    pcorR;
           ^
qpgraph.c: In function 'qp_fast_ci_test_hmgm':
qpgraph.c:3976:36: warning: 'rss1' may be used uninitialized in this function [-Wmaybe-uninitialized]
       *partial_eta_squared = (rss1 - rss2) / rss0;
                                    ^
qpgraph.c:3703:11: note: 'rss1' was declared here
   double  rss1, rss2;
           ^
C:/Rtools/mingw_32/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG     -I"c:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c reorder.c -o reorder.o
C:/Rtools/mingw_32/bin/gcc -shared -s -static-libgcc -o qpgraph.dll tmp.def cliquer.o graph.o qpgraph.o reorder.o -LE:/biocbld/BBS-3˜1.3-B/R/bin/i386 -lRlapack -LE:/biocbld/BBS-3˜1.3-B/R/bin/i386 -lRblas -Lc:/local323/lib/i386 -Lc:/local323/lib -LE:/biocbld/BBS-3˜1.3-B/R/bin/i386 -lR
installing to E:/biocbld/bbs-3.3-bioc/meat/qpgraph.buildbin-libdir/qpgraph/libs/i386
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Creating a generic function for 'det' from package 'Matrix' in package 'qpgraph'
Creating a generic function from function 'rmvnorm' in package 'qpgraph'
Creating a generic function from function 'sim.cross' in package 'qpgraph'
** help
*** installing help indices
** building package indices
** installing vignettes
   'eQTLnetworks.Rnw' 
   'qpTxRegNet.Rnw' 
   'qpgraphSimulate.Rnw' 
** testing if installed package can be loaded

install for x64

* installing *source* package 'qpgraph' ...

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
C:/Rtools/mingw_64/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG     -I"c:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c cliquer.c -o cliquer.o
C:/Rtools/mingw_64/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG     -I"c:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c graph.c -o graph.o
C:/Rtools/mingw_64/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG     -I"c:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c qpgraph.c -o qpgraph.o
qpgraph.c: In function 'qp_fast_path_weight':
qpgraph.c:5849:20: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     int i = edges[k, 0];
                    ^
qpgraph.c:5850:20: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     int j = edges[k, 1];
                    ^
qpgraph.c: In function 'ssd_A':
qpgraph.c:8157:17: warning: unused variable 'm' [-Wunused-variable]
   int     i,j,k,m;
                 ^
qpgraph.c:8157:15: warning: unused variable 'k' [-Wunused-variable]
   int     i,j,k,m;
               ^
qpgraph.c: In function 'qp_fast_rnd_graph':
qpgraph.c:8286:5: warning: assignment from incompatible pointer type
   G = LOGICAL(GR);
     ^
In file included from qpgraph.c:27:0:
qpgraph.c: In function 'qp_edge_nrr':
E:/biocbld/BBS-3˜1.3-B/R/include/Rmath.h:302:13: warning: 'Rf_df' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #define pt  Rf_pt
             ^
E:/biocbld/BBS-3˜1.3-B/R/include/Rmath.h:236:13: note: 'Rf_df' was declared here
 #define df  Rf_df
             ^
qpgraph.c:5082:16: note: in expansion of macro 'df'
   int    k, l, df, n_upper_tri;
                ^
qpgraph.c: In function 'qp_fast_edge_nrr':
qpgraph.c:5454:11: warning: 'pcorR' may be used uninitialized in this function [-Wmaybe-uninitialized]
   SEXP    pcorR;
           ^
qpgraph.c: In function 'qp_ci_test_hmgm.isra.9':
qpgraph.c:3976:36: warning: 'rss1' may be used uninitialized in this function [-Wmaybe-uninitialized]
       *partial_eta_squared = (rss1 - rss2) / rss0;
                                    ^
qpgraph.c:3703:11: note: 'rss1' was declared here
   double  rss1, rss2;
           ^
C:/Rtools/mingw_64/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG     -I"c:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c reorder.c -o reorder.o
C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o qpgraph.dll tmp.def cliquer.o graph.o qpgraph.o reorder.o -LE:/biocbld/BBS-3˜1.3-B/R/bin/x64 -lRlapack -LE:/biocbld/BBS-3˜1.3-B/R/bin/x64 -lRblas -Lc:/local323/lib/x64 -Lc:/local323/lib -LE:/biocbld/BBS-3˜1.3-B/R/bin/x64 -lR
installing to E:/biocbld/bbs-3.3-bioc/meat/qpgraph.buildbin-libdir/qpgraph/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'qpgraph' as qpgraph_2.6.1.zip
* DONE (qpgraph)
* installing to library 'E:/biocbld/bbs-3.3-bioc/R/library'
package 'qpgraph' successfully unpacked and MD5 sums checked