Back to Multiple platform build/check report for BioC 3.11
ABCDEFGHIJKLMN[O]PQRSTUVWXYZ

INSTALL report for oligo on malbec2

This page was generated on 2020-10-17 11:55:17 -0400 (Sat, 17 Oct 2020).

TO THE DEVELOPERS/MAINTAINERS OF THE oligo PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 1215/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
oligo 1.52.1
Benilton Carvalho
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/oligo
Branch: RELEASE_3_11
Last Commit: cbd66c8
Last Changed Date: 2020-08-10 12:21:46 -0400 (Mon, 10 Aug 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64 [ OK ] OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
machv2 macOS 10.14.6 Mojave / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: oligo
Version: 1.52.1
Command: /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD INSTALL oligo
StartedAt: 2020-10-16 16:26:54 -0400 (Fri, 16 Oct 2020)
EndedAt: 2020-10-16 16:27:28 -0400 (Fri, 16 Oct 2020)
EllapsedTime: 34.1 seconds
RetCode: 0
Status:  OK 

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.11-bioc/R/bin/R CMD INSTALL oligo
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.11-bioc/R/library’
* installing *source* package ‘oligo’ ...
** using staged installation
** libs
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/preprocessCore/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c DABG.c -o DABG.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/preprocessCore/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c ParserGzXYS.c -o ParserGzXYS.o
ParserGzXYS.c: In function ‘gzcountLines’:
ParserGzXYS.c:18:17: warning: passing argument 1 of ‘gzeof’ from incompatible pointer type [-Wincompatible-pointer-types]
   while (!gzeof(file)){
                 ^~~~
In file included from ParserGzXYS.c:4:0:
/usr/include/zlib.h:1595:21: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘struct gzFile_s **’
 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
                     ^~~~~
ParserGzXYS.c:19:12: warning: passing argument 1 of ‘gzgets’ from incompatible pointer type [-Wincompatible-pointer-types]
     gzgets(file, buffer, 1000);
            ^~~~
In file included from ParserGzXYS.c:4:0:
/usr/include/zlib.h:1492:24: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘struct gzFile_s **’
 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
                        ^~~~~~
ParserGzXYS.c: In function ‘gzxys_header_field’:
ParserGzXYS.c:46:6: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   fp = gzopen(currentFile, "rb");
      ^
ParserGzXYS.c:50:10: warning: passing argument 1 of ‘gzgets’ from incompatible pointer type [-Wincompatible-pointer-types]
   gzgets(fp, buffer, LINEMAX);
          ^~
In file included from ParserGzXYS.c:4:0:
/usr/include/zlib.h:1492:24: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘struct gzFile_s **’
 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
                        ^~~~~~
ParserGzXYS.c:51:11: warning: passing argument 1 of ‘gzclose’ from incompatible pointer type [-Wincompatible-pointer-types]
   gzclose(fp);
           ^~
In file included from ParserGzXYS.c:4:0:
/usr/include/zlib.h:1631:24: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘struct gzFile_s **’
 ZEXTERN int ZEXPORT    gzclose OF((gzFile file));
                        ^~~~~~~
ParserGzXYS.c: In function ‘R_read_gzxys_files’:
ParserGzXYS.c:134:6: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   fp = gzopen(CHAR(STRING_ELT(filenames, 0)), "rb");
      ^
ParserGzXYS.c:138:11: warning: passing argument 1 of ‘gzclose’ from incompatible pointer type [-Wincompatible-pointer-types]
   gzclose(fp);
           ^~
In file included from ParserGzXYS.c:4:0:
/usr/include/zlib.h:1631:24: note: expected ‘gzFile {aka struct gzFile_s *}’ but argument is of type ‘struct gzFile_s **’
 ZEXTERN int ZEXPORT    gzclose OF((gzFile file));
                        ^~~~~~~
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/preprocessCore/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c ParserXYS.c -o ParserXYS.o
ParserXYS.c: In function ‘xys_header_field’:
ParserXYS.c:145:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
   fgets(buffer, LINEMAX, fp);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
ParserXYS.c: In function ‘R_read_xys_header’:
ParserXYS.c:320:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
   fgets(buffer, LINEMAX, fp);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/preprocessCore/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c baseProfile.c -o baseProfile.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/preprocessCore/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c basecontent.c -o basecontent.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/preprocessCore/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c chipbackground.c -o chipbackground.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/preprocessCore/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c mas5calls.c -o mas5calls.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/preprocessCore/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c rma2.c -o rma2.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/preprocessCore/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c rma_common.c -o rma_common.o
gcc -I"/home/biocbuild/bbs-3.11-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.11-bioc/R/library/preprocessCore/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c trimmed.c -o trimmed.o
gcc -shared -L/home/biocbuild/bbs-3.11-bioc/R/lib -L/usr/local/lib -o oligo.so DABG.o ParserGzXYS.o ParserXYS.o baseProfile.o basecontent.o chipbackground.o mas5calls.o rma2.o rma_common.o trimmed.o -lz -lgfortran -lm -lquadmath -L/home/biocbuild/bbs-3.11-bioc/R/lib -lRlapack -L/home/biocbuild/bbs-3.11-bioc/R/lib -lRblas -L/home/biocbuild/bbs-3.11-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.11-bioc/R/library/00LOCK-oligo/00new/oligo/libs
** R
** inst
** byte-compile and prepare package for lazy loading
No methods found in package ‘RSQLite’ for request: ‘dbListFields’ when loading ‘oligo’
Note: in method for ‘pm<-’ with signature
‘object="TilingFeatureSet",subset="ANY",target="ANY",value="array"’:
expanding the signature to include omitted arguments in definition:
subset = "missing", target = "missing"
Note: in method for ‘mm<-’ with signature
‘object="TilingFeatureSet",subset="ANY",target="ANY",value="array"’:
expanding the signature to include omitted arguments in definition:
subset = "missing", target = "missing"
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
No methods found in package ‘RSQLite’ for request: ‘dbListFields’ when loading ‘oligo’
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
No methods found in package ‘RSQLite’ for request: ‘dbListFields’ when loading ‘oligo’
** testing if installed package keeps a record of temporary installation path
* DONE (oligo)