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 GenomicAlignments on moscato2

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

Package 465/1210HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GenomicAlignments 1.8.4
Bioconductor Package Maintainer
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/GenomicAlignments
Last Changed Rev: 119106 / Revision: 122332
Last Changed Date: 2016-07-03 21:01:49 -0700 (Sun, 03 Jul 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: GenomicAlignments
Version: 1.8.4
Command: rm -rf GenomicAlignments.buildbin-libdir && mkdir GenomicAlignments.buildbin-libdir && C:\cygwin\bin\curl.exe -O http://zin2/BBS/3.3/bioc/src/contrib/GenomicAlignments_1.8.4.tar.gz && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD INSTALL --build --library=GenomicAlignments.buildbin-libdir --merge-multiarch GenomicAlignments_1.8.4.tar.gz && E:\biocbld\bbs-3.3-bioc\R\bin\R.exe CMD INSTALL GenomicAlignments_1.8.4.zip && rm GenomicAlignments_1.8.4.tar.gz GenomicAlignments_1.8.4.zip
StartedAt: 2016-10-12 19:00:24 -0700 (Wed, 12 Oct 2016)
EndedAt: 2016-10-12 19:01:53 -0700 (Wed, 12 Oct 2016)
EllapsedTime: 88.6 seconds
RetCode: 0
Status:  OK  

Command output

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




install for i386

* installing *source* package 'GenomicAlignments' ...
** libs
C:/Rtools/mingw_32/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG    -I"E:/biocbld/bbs-3.3-bioc/R/library/S4Vectors/include" -I"E:/biocbld/bbs-3.3-bioc/R/library/IRanges/include" -I"c:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c IRanges_stubs.c -o IRanges_stubs.o
C:/Rtools/mingw_32/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG    -I"E:/biocbld/bbs-3.3-bioc/R/library/S4Vectors/include" -I"E:/biocbld/bbs-3.3-bioc/R/library/IRanges/include" -I"c:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c R_init_GenomicAlignments.c -o R_init_GenomicAlignments.o
C:/Rtools/mingw_32/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG    -I"E:/biocbld/bbs-3.3-bioc/R/library/S4Vectors/include" -I"E:/biocbld/bbs-3.3-bioc/R/library/IRanges/include" -I"c:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c S4Vectors_stubs.c -o S4Vectors_stubs.o
C:/Rtools/mingw_32/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG    -I"E:/biocbld/bbs-3.3-bioc/R/library/S4Vectors/include" -I"E:/biocbld/bbs-3.3-bioc/R/library/IRanges/include" -I"c:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c cigar_utils.c -o cigar_utils.o
cigar_utils.c: In function 'cigar_ranges':
cigar_utils.c:676:9: warning: 'f_elt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    f_elt++;
         ^
cigar_utils.c:658:27: warning: 'range_buf2' may be used uninitialized in this function [-Wmaybe-uninitialized]
    range_buf1 = range_buf2->elts[*f_elt - 1];
                           ^
cigar_utils.c:674:22: warning: 'range_buf1' may be used uninitialized in this function [-Wmaybe-uninitialized]
    *(breakpoint++) = IntPairAE_get_nelt(range_buf1);
                      ^
cigar_utils.c:674:16: warning: 'breakpoint' may be used uninitialized in this function [-Wmaybe-uninitialized]
    *(breakpoint++) = IntPairAE_get_nelt(range_buf1);
                ^
cigar_utils.c:670:12: warning: 'flag_elt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    flag_elt++;
            ^
cigar_utils.c: In function 'cigar_width':
cigar_utils.c:708:8: warning: 'flag_elt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if (*flag_elt == NA_INTEGER) {
        ^
cigar_utils.c: In function 'cigar_narrow':
cigar_utils.c:887:17: warning: 'OP' may be used uninitialized in this function [-Wmaybe-uninitialized]
   buf_offset += sprintf(cigar_buf + buf_offset,
                 ^
cigar_utils.c:855:7: note: 'OP' was declared here
  char OP /* Operation */;
       ^
cigar_utils.c:879:8: warning: 'OPL' may be used uninitialized in this function [-Wmaybe-uninitialized]
    OPL -= Lwidth;
        ^
cigar_utils.c:854:17: note: 'OPL' was declared here
  int offset, n, OPL /* Operation Length */;
                 ^
cigar_utils.c: In function 'cigar_qnarrow':
cigar_utils.c:1071:17: warning: 'OP' may be used uninitialized in this function [-Wmaybe-uninitialized]
   buf_offset += sprintf(cigar_buf + buf_offset,
                 ^
cigar_utils.c:1039:7: note: 'OP' was declared here
  char OP /* Operation */;
       ^
cigar_utils.c:1063:8: warning: 'OPL' may be used uninitialized in this function [-Wmaybe-uninitialized]
    OPL -= Lqwidth;
        ^
cigar_utils.c:1038:17: note: 'OPL' was declared here
  int offset, n, OPL /* Operation Length */;
                 ^
C:/Rtools/mingw_32/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG    -I"E:/biocbld/bbs-3.3-bioc/R/library/S4Vectors/include" -I"E:/biocbld/bbs-3.3-bioc/R/library/IRanges/include" -I"c:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c coordinate_mapping_methods.c -o coordinate_mapping_methods.o
C:/Rtools/mingw_32/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG    -I"E:/biocbld/bbs-3.3-bioc/R/library/S4Vectors/include" -I"E:/biocbld/bbs-3.3-bioc/R/library/IRanges/include" -I"c:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c encodeOverlaps_methods.c -o encodeOverlaps_methods.o
encodeOverlaps_methods.c: In function 'overlap_encoding':
encodeOverlaps_methods.c:99:6: warning: 'out_nelt0' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int out_nelt0, i, starti, widthi, spacei, j, startj, widthj, spacej,
      ^
C:/Rtools/mingw_32/bin/gcc -shared -s -static-libgcc -o GenomicAlignments.dll tmp.def IRanges_stubs.o R_init_GenomicAlignments.o S4Vectors_stubs.o cigar_utils.o coordinate_mapping_methods.o encodeOverlaps_methods.o -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/GenomicAlignments.buildbin-libdir/GenomicAlignments/libs/i386
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

install for x64

* installing *source* package 'GenomicAlignments' ...
** libs
C:/Rtools/mingw_64/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG    -I"E:/biocbld/bbs-3.3-bioc/R/library/S4Vectors/include" -I"E:/biocbld/bbs-3.3-bioc/R/library/IRanges/include" -I"c:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c IRanges_stubs.c -o IRanges_stubs.o
C:/Rtools/mingw_64/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG    -I"E:/biocbld/bbs-3.3-bioc/R/library/S4Vectors/include" -I"E:/biocbld/bbs-3.3-bioc/R/library/IRanges/include" -I"c:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c R_init_GenomicAlignments.c -o R_init_GenomicAlignments.o
C:/Rtools/mingw_64/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG    -I"E:/biocbld/bbs-3.3-bioc/R/library/S4Vectors/include" -I"E:/biocbld/bbs-3.3-bioc/R/library/IRanges/include" -I"c:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c S4Vectors_stubs.c -o S4Vectors_stubs.o
C:/Rtools/mingw_64/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG    -I"E:/biocbld/bbs-3.3-bioc/R/library/S4Vectors/include" -I"E:/biocbld/bbs-3.3-bioc/R/library/IRanges/include" -I"c:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c cigar_utils.c -o cigar_utils.o
cigar_utils.c: In function 'cigar_ranges':
cigar_utils.c:676:9: warning: 'f_elt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    f_elt++;
         ^
cigar_utils.c:658:27: warning: 'range_buf2' may be used uninitialized in this function [-Wmaybe-uninitialized]
    range_buf1 = range_buf2->elts[*f_elt - 1];
                           ^
cigar_utils.c:674:22: warning: 'range_buf1' may be used uninitialized in this function [-Wmaybe-uninitialized]
    *(breakpoint++) = IntPairAE_get_nelt(range_buf1);
                      ^
cigar_utils.c:674:16: warning: 'breakpoint' may be used uninitialized in this function [-Wmaybe-uninitialized]
    *(breakpoint++) = IntPairAE_get_nelt(range_buf1);
                ^
cigar_utils.c:670:12: warning: 'flag_elt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    flag_elt++;
            ^
cigar_utils.c: In function 'cigar_width':
cigar_utils.c:708:8: warning: 'flag_elt' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if (*flag_elt == NA_INTEGER) {
        ^
C:/Rtools/mingw_64/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG    -I"E:/biocbld/bbs-3.3-bioc/R/library/S4Vectors/include" -I"E:/biocbld/bbs-3.3-bioc/R/library/IRanges/include" -I"c:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c coordinate_mapping_methods.c -o coordinate_mapping_methods.o
C:/Rtools/mingw_64/bin/gcc  -I"E:/biocbld/BBS-3˜1.3-B/R/include" -DNDEBUG    -I"E:/biocbld/bbs-3.3-bioc/R/library/S4Vectors/include" -I"E:/biocbld/bbs-3.3-bioc/R/library/IRanges/include" -I"c:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c encodeOverlaps_methods.c -o encodeOverlaps_methods.o
encodeOverlaps_methods.c: In function 'overlap_encoding':
encodeOverlaps_methods.c:99:6: warning: 'out_nelt0' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int out_nelt0, i, starti, widthi, spacei, j, startj, widthj, spacej,
      ^
C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o GenomicAlignments.dll tmp.def IRanges_stubs.o R_init_GenomicAlignments.o S4Vectors_stubs.o cigar_utils.o coordinate_mapping_methods.o encodeOverlaps_methods.o -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/GenomicAlignments.buildbin-libdir/GenomicAlignments/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'GenomicAlignments' as GenomicAlignments_1.8.4.zip
* DONE (GenomicAlignments)
* installing to library 'E:/biocbld/bbs-3.3-bioc/R/library'
package 'GenomicAlignments' successfully unpacked and MD5 sums checked