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.6: INSTALL report for matter on tokay1

This page was generated on 2017-08-16 13:37:03 -0400 (Wed, 16 Aug 2017).

Package 771/1410HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
matter 1.3.3
Kylie A. Bemis
Snapshot Date: 2017-08-15 17:18:21 -0400 (Tue, 15 Aug 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/matter
Last Changed Rev: 129783 / Revision: 131943
Last Changed Date: 2017-05-20 21:13:57 -0400 (Sat, 20 May 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64 [ OK ] OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: matter
Version: 1.3.3
Command: rm -rf matter.buildbin-libdir && mkdir matter.buildbin-libdir && C:\cygwin\bin\curl.exe -O https://malbec1.bioconductor.org/BBS/3.6/bioc/src/contrib/matter_1.3.3.tar.gz && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --library=matter.buildbin-libdir --merge-multiarch matter_1.3.3.tar.gz && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL matter_1.3.3.zip && rm matter_1.3.3.tar.gz matter_1.3.3.zip
StartedAt: 2017-08-15 18:10:08 -0400 (Tue, 15 Aug 2017)
EndedAt: 2017-08-15 18:11:35 -0400 (Tue, 15 Aug 2017)
EllapsedTime: 86.2 seconds
RetCode: 0
Status:  OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf matter.buildbin-libdir && mkdir matter.buildbin-libdir  && C:\cygwin\bin\curl.exe -O https://malbec1.bioconductor.org/BBS/3.6/bioc/src/contrib/matter_1.3.3.tar.gz && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --library=matter.buildbin-libdir --merge-multiarch matter_1.3.3.tar.gz && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL matter_1.3.3.zip  && rm matter_1.3.3.tar.gz matter_1.3.3.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1053k  100 1053k    0     0  5391k      0 --:--:-- --:--:-- --:--:-- 5487k

install for i386

* installing *source* package 'matter' ...
** libs
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c init.cpp -o init.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c matter.cpp -o matter.o
matter.cpp: In member function 'void Ops::do_ops(T*, Atoms*, index_t, index_t, size_t) [with T = int; index_t = long int; size_t = unsigned int]':
matter.cpp:2903:25: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
                         add<T,T>(x, y, i, atm, 0, count, skip);
                         ^
matter.cpp: In member function 'void Ops::do_ops(T*, Atoms*, index_t, index_t, size_t) [with T = unsigned char; index_t = long int; size_t = unsigned int]':
matter.cpp:2903:25: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
matter.cpp: In member function 'void Ops::do_ops(T*, Atoms*, index_t, index_t, size_t) [with T = double; index_t = long int; size_t = unsigned int]':
matter.cpp:2903:25: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
matter.cpp: In function 'double var(MatterIterator<T>&, bool) [with T = double]':
matter.cpp:3502:17: warning: 's_new' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 s_new = s_old + (*x - m_old) * (*x - m_new);
                 ^
matter.cpp:3501:17: warning: 'm_new' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 m_new = m_old + (*x - m_old) / n;
                 ^
matter.cpp: In function 'double var(MatterIterator<T>&, bool) [with T = int]':
matter.cpp:3502:17: warning: 's_new' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 s_new = s_old + (*x - m_old) * (*x - m_new);
                 ^
matter.cpp:3501:17: warning: 'm_new' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 m_new = m_old + (*x - m_old) / n;
                 ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c utils.cpp -o utils.o
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o matter.dll tmp.def init.o matter.o utils.o -LC:/local323/lib/i386 -LC:/local323/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.6-bioc/meat/matter.buildbin-libdir/matter/libs/i386
** R
** data
** inst
** preparing package for lazy loading
Creating a new generic function for 'apply' in package 'matter'
Creating a new generic function for 'scale' in package 'matter'
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

install for x64

* installing *source* package 'matter' ...
** libs
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c init.cpp -o init.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c matter.cpp -o matter.o
matter.cpp: In member function 'void Ops::do_ops(T*, Atoms*, index_t, index_t, size_t) [with T = double; index_t = long int; size_t = long long unsigned int]':
matter.cpp:2903:25: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
                         add<T,T>(x, y, i, atm, 0, count, skip);
                         ^
matter.cpp: In function 'double var(MatterIterator<T>&, bool) [with T = int]':
matter.cpp:3502:17: warning: 's_new' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 s_new = s_old + (*x - m_old) * (*x - m_new);
                 ^
matter.cpp:3501:17: warning: 'm_new' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 m_new = m_old + (*x - m_old) / n;
                 ^
matter.cpp: In member function 'void Ops::do_ops(T*, Atoms*, index_t, index_t, size_t) [with T = int; index_t = long int; size_t = long long unsigned int]':
matter.cpp:2903:25: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
                         add<T,T>(x, y, i, atm, 0, count, skip);
                         ^
matter.cpp: In member function 'void Ops::do_ops(T*, Atoms*, index_t, index_t, size_t) [with T = unsigned char; index_t = long int; size_t = long long unsigned int]':
matter.cpp:2903:25: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
matter.cpp: In function 'double var(MatterIterator<T>&, bool) [with T = double]':
matter.cpp:3502:17: warning: 's_new' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 s_new = s_old + (*x - m_old) * (*x - m_new);
                 ^
matter.cpp:3501:17: warning: 'm_new' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 m_new = m_old + (*x - m_old) / n;
                 ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c utils.cpp -o utils.o
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o matter.dll tmp.def init.o matter.o utils.o -LC:/local323/lib/x64 -LC:/local323/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.6-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.6-bioc/meat/matter.buildbin-libdir/matter/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'matter' as matter_1.3.3.zip
* DONE (matter)
* installing to library 'C:/Users/biocbuild/bbs-3.6-bioc/R/library'
package 'matter' successfully unpacked and MD5 sums checked