Back to Multiple platform build/check report for BioC 3.6
[A]BCDEFGHIJKLMNOPQRSTUVWXYZ

INSTALL report for affyio on veracruz1

This page was generated on 2018-04-12 13:31:02 -0400 (Thu, 12 Apr 2018).

Package 23/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
affyio 1.48.0
Ben Bolstad
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/affyio
Branch: RELEASE_3_6
Last Commit: 01727a4
Last Changed Date: 2017-10-30 12:38:18 -0400 (Mon, 30 Oct 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: affyio
Version: 1.48.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL affyio
StartedAt: 2018-04-11 18:07:12 -0400 (Wed, 11 Apr 2018)
EndedAt: 2018-04-11 18:07:21 -0400 (Wed, 11 Apr 2018)
EllapsedTime: 9.5 seconds
RetCode: 0
Status:  OK 

Command output

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.4/Resources/library’
* installing *source* package ‘affyio’ ...
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for main in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking if zlib version >= 1.1.3... yes
checking for pthread_create in -lpthread... yes
checking if we can use pthreads... yes
checking if PTHREAD_STACK_MIN is defined... yes
configure: Enabling threading for affyio
configure: creating ./config.status
config.status: creating src/Makevars
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB=1 -DHAVE_LIBPTHREAD=1 -DUSE_PTHREADS=1  -I/usr/local/include  -g -O2   -fPIC  -Wall -g -O2  -c fread_functions.c -o fread_functions.o
fread_functions.c:300:13: warning: unused function 'swap_uint_32' [-Wunused-function]
static void swap_uint_32(unsigned int *tni4)              /* 4 byte integer numbers */
            ^
1 warning generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB=1 -DHAVE_LIBPTHREAD=1 -DUSE_PTHREADS=1  -I/usr/local/include  -g -O2   -fPIC  -Wall -g -O2  -c init_package.c -o init_package.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB=1 -DHAVE_LIBPTHREAD=1 -DUSE_PTHREADS=1  -I/usr/local/include  -g -O2   -fPIC  -Wall -g -O2  -c read_abatch.c -o read_abatch.o
read_abatch.c:692:15: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (cur_x < 0 || cur_x >= chip_dim_rows){
        ˜˜˜˜˜ ^ ˜
read_abatch.c:696:15: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (cur_y < 0 || cur_y >= chip_dim_rows){
        ˜˜˜˜˜ ^ ˜
read_abatch.c:1591:15: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (cur_x < 0 || cur_x >= chip_dim_rows){
        ˜˜˜˜˜ ^ ˜
read_abatch.c:1595:15: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
    if (cur_y < 0 || cur_y >= chip_dim_rows){
        ˜˜˜˜˜ ^ ˜
4 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB=1 -DHAVE_LIBPTHREAD=1 -DUSE_PTHREADS=1  -I/usr/local/include  -g -O2   -fPIC  -Wall -g -O2  -c read_bpmap.c -o read_bpmap.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB=1 -DHAVE_LIBPTHREAD=1 -DUSE_PTHREADS=1  -I/usr/local/include  -g -O2   -fPIC  -Wall -g -O2  -c read_cdf_xda.c -o read_cdf_xda.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB=1 -DHAVE_LIBPTHREAD=1 -DUSE_PTHREADS=1  -I/usr/local/include  -g -O2   -fPIC  -Wall -g -O2  -c read_cdffile2.c -o read_cdffile2.o
read_cdffile2.c:364:12: warning: unused function 'token_ends_with' [-Wunused-function]
static int token_ends_with(char *token, char *ends_in){
           ^
1 warning generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB=1 -DHAVE_LIBPTHREAD=1 -DUSE_PTHREADS=1  -I/usr/local/include  -g -O2   -fPIC  -Wall -g -O2  -c read_celfile_generic.c -o read_celfile_generic.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB=1 -DHAVE_LIBPTHREAD=1 -DUSE_PTHREADS=1  -I/usr/local/include  -g -O2   -fPIC  -Wall -g -O2  -c read_clf.c -o read_clf.o
read_clf.c:292:12: warning: unused function 'token_ends_with' [-Wunused-function]
static int token_ends_with(char *token, char *ends_in){
           ^
read_clf.c:389:12: warning: unused function 'IsCommentLine' [-Wunused-function]
static int IsCommentLine(char *buffer){
           ^
2 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB=1 -DHAVE_LIBPTHREAD=1 -DUSE_PTHREADS=1  -I/usr/local/include  -g -O2   -fPIC  -Wall -g -O2  -c read_generic.c -o read_generic.o
read_generic.c:1288:42: warning: variable 'temp32' is uninitialized when used here [-Wuninitialized]
    Rprintf("Its a float  value is %f\n",temp32);
                                         ^˜˜˜˜˜
read_generic.c:1278:13: note: initialize the variable 'temp32' to silence this warning
  int temp32;
            ^
             = 0
read_generic.c:1684:10: warning: variable 'return_value' is uninitialized when used here [-Wuninitialized]
  return(return_value);
         ^˜˜˜˜˜˜˜˜˜˜˜
read_generic.c:1607:20: note: initialize the variable 'return_value' to silence this warning
  SEXP return_value;
                   ^
                    = NULL
read_generic.c:1788:7: warning: variable 'tmp_sexp' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  if (my_data_group->data_group_name.len > 0){
      ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
read_generic.c:1795:33: note: uninitialized use occurs here
  SET_VECTOR_ELT(return_value,0,tmp_sexp);
                                ^˜˜˜˜˜˜˜
read_generic.c:1788:3: note: remove the 'if' if its condition is always true
  if (my_data_group->data_group_name.len > 0){
  ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
read_generic.c:1784:16: note: initialize the variable 'tmp_sexp' to silence this warning
  SEXP tmp_sexp, return_names;
               ^
                = NULL
3 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB=1 -DHAVE_LIBPTHREAD=1 -DUSE_PTHREADS=1  -I/usr/local/include  -g -O2   -fPIC  -Wall -g -O2  -c read_multichannel_celfile_generic.c -o read_multichannel_celfile_generic.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB=1 -DHAVE_LIBPTHREAD=1 -DUSE_PTHREADS=1  -I/usr/local/include  -g -O2   -fPIC  -Wall -g -O2  -c read_pgf.c -o read_pgf.o
read_pgf.c:1265:28: warning: incompatible pointer types assigning to 'probeset_list_node *' from 'struct probeset_list_node *' [-Wincompatible-pointer-types]
        my_pgf->probesets->current= my_pgf->probesets->current->next;
                                  ^ ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
read_pgf.c:363:12: warning: unused function 'token_ends_with' [-Wunused-function]
static int token_ends_with(char *token, char *ends_in){
           ^
2 warnings generated.
clang++ -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 affyio.so fread_functions.o init_package.o read_abatch.o read_bpmap.o read_cdf_xda.o read_cdffile2.o read_celfile_generic.o read_clf.o read_generic.o read_multichannel_celfile_generic.o read_pgf.o -lpthread -lz -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/3.4/Resources/library/affyio/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (affyio)