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.2: BUILD BIN report for ArrayExpressHTS on oaxaca

This page was generated on 2016-04-23 10:25:11 -0700 (Sat, 23 Apr 2016).

Package 55/1103HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ArrayExpressHTS 1.20.0
Angela Goncalves , Andrew Tikhonov
Snapshot Date: 2016-04-22 16:20:12 -0700 (Fri, 22 Apr 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_2/madman/Rpacks/ArrayExpressHTS
Last Changed Rev: 109589 / Revision: 116712
Last Changed Date: 2015-10-13 12:36:05 -0700 (Tue, 13 Oct 2015)
zin1 Linux (Ubuntu 14.04.2 LTS) / x86_64  NotNeeded  OK  OK UNNEEDED, same version exists in internal repository
moscato1 Windows Server 2008 R2 Standard (64-bit) / x64 ...NOT SUPPORTED...NOT SUPPORTED...NOT SUPPORTED...
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK  OK [ OK ]UNNEEDED, same version exists in internal repository

Summary

Package: ArrayExpressHTS
Version: 1.20.0
Command: rm -rf ArrayExpressHTS.buildbin-libdir && mkdir ArrayExpressHTS.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh ArrayExpressHTS_1.20.0.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R ArrayExpressHTS.buildbin-libdir
StartedAt: 2016-04-23 05:29:23 -0700 (Sat, 23 Apr 2016)
EndedAt: 2016-04-23 05:29:54 -0700 (Sat, 23 Apr 2016)
EllapsedTime: 30.6 seconds
RetCode: 0
Status:  OK 
PackageFile: ArrayExpressHTS_1.20.0.tgz
PackageFileSize: 537.4 KiB

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf ArrayExpressHTS.buildbin-libdir && mkdir ArrayExpressHTS.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh ArrayExpressHTS_1.20.0.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R ArrayExpressHTS.buildbin-libdir
###
##############################################################################
##############################################################################


>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=ArrayExpressHTS.buildbin-libdir ArrayExpressHTS_1.20.0.tar.gz'
>>>>>>> 

* installing *source* package ‘ArrayExpressHTS’ ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -I"/Library/Frameworks/R.framework/Versions/3.2/Resources/library/Rsamtools/include"   -fPIC  -Wall -mtune=core2 -g -O2  -c addXS.c -o addXS.o
addXS.c:42:5: warning: implicit declaration of function 'Rprintf' is invalid in C99 [-Wimplicit-function-declaration]
    Rprintf("What?\n");
    ^
1 warning generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -I"/Library/Frameworks/R.framework/Versions/3.2/Resources/library/Rsamtools/include"   -fPIC  -Wall -mtune=core2 -g -O2  -c fltbam.c -o fltbam.o
fltbam.c:40:19: warning: passing 'unsigned char [50]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    return(strcmp(k1->str, k2->str) == 0);
                  ^˜˜˜˜˜˜
/usr/include/string.h:77:25: note: passing argument to parameter here
int      strcmp(const char *, const char *);
                            ^
fltbam.c:40:28: warning: passing 'unsigned char [50]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    return(strcmp(k1->str, k2->str) == 0);
                           ^˜˜˜˜˜˜
/usr/include/string.h:77:39: note: passing argument to parameter here
int      strcmp(const char *, const char *);
                                          ^
fltbam.c:45:5: warning: implicit declaration of function 'Rprintf' is invalid in C99 [-Wimplicit-function-declaration]
    Rprintf("ID: %s, %d\n", k->str, k->length);
    ^
fltbam.c:91:9: warning: implicit declaration of function 'Rf_error' is invalid in C99 [-Wimplicit-function-declaration]
        Rf_error("Fail to open BAM file %s\n", argv[1]);  
        ^
fltbam.c:125:24: warning: passing 'unsigned char [50]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                strcpy(k->str, bam1_qname(line));
                       ^˜˜˜˜˜
/usr/include/secure/_string.h:83:27: note: expanded from macro 'strcpy'
  __builtin___strcpy_chk (dest, src, __darwin_obsz (dest))
                          ^
fltbam.c:126:36: warning: passing 'unsigned char [50]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                k->length = strlen(k->str);
                                   ^˜˜˜˜˜
/usr/include/string.h:82:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
In file included from fltbam.c:4:
./hashtable_itr.h:32:1: warning: inline function 'hashtable_iterator_key' is not defined [-Wundefined-inline]
hashtable_iterator_key(struct hashtable_itr *i);
^
fltbam.c:189:18: note: used here
            kk = hashtable_iterator_key(itr);
                 ^
In file included from fltbam.c:4:
./hashtable_itr.h:46:1: warning: inline function 'hashtable_iterator_value' is not defined [-Wundefined-inline]
hashtable_iterator_value(struct hashtable_itr *i);
^
fltbam.c:190:17: note: used here
            v = hashtable_iterator_value(itr);
                ^
8 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -I"/Library/Frameworks/R.framework/Versions/3.2/Resources/library/Rsamtools/include"   -fPIC  -Wall -mtune=core2 -g -O2  -c functions.c -o functions.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -I"/Library/Frameworks/R.framework/Versions/3.2/Resources/library/Rsamtools/include"   -fPIC  -Wall -mtune=core2 -g -O2  -c hashtable.c -o hashtable.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -I"/Library/Frameworks/R.framework/Versions/3.2/Resources/library/Rsamtools/include"   -fPIC  -Wall -mtune=core2 -g -O2  -c hashtable_itr.c -o hashtable_itr.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include -I"/Library/Frameworks/R.framework/Versions/3.2/Resources/library/Rsamtools/include"   -fPIC  -Wall -mtune=core2 -g -O2  -c hashtable_utility.c -o hashtable_utility.o
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 ArrayExpressHTS.so addXS.o fltbam.o functions.o hashtable.o hashtable_itr.o hashtable_utility.o /Library/Frameworks/R.framework/Versions/3.2/Resources/library/Rsamtools/usrlib//libbam.a /Library/Frameworks/R.framework/Versions/3.2/Resources/library/Rsamtools/usrlib//libbcf.a /Library/Frameworks/R.framework/Versions/3.2/Resources/library/Rsamtools/usrlib//libtabix.a -lz -pthread -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
clang: warning: argument unused during compilation: '-pthread'
installing to /Users/biocbuild/bbs-3.2-bioc/meat/ArrayExpressHTS.buildbin-libdir/ArrayExpressHTS/libs
** R
** inst
** preparing package for lazy loading
No methods found in "Biobase" for requests: read.AnnotatedDataFrame
No methods found in "IRanges" for requests: Rle, subseq
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
No methods found in "Biobase" for requests: read.AnnotatedDataFrame
No methods found in "IRanges" for requests: Rle, subseq
Sat Apr 23 05:29:52 2016 [AEHTS] Setting Options Step 1
Sat Apr 23 05:29:52 2016 [AEHTS] Setting Options Step 2
Sat Apr 23 05:29:52 2016 [AEHTS] Setting Options Step 3
Sat Apr 23 05:29:52 2016 [AEHTS] *** WARNING ***
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS]     fasta_formatter not found
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] Use options('ArrayExpressHTS.fasta_formatter' = '/path/to/fasta_formatter') to define the location.
Sat Apr 23 05:29:52 2016 [AEHTS] Use .Rprofile to make options persistent.
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] *** WARNING ***
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS]     cufflinks not found
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] Use options('ArrayExpressHTS.cufflinks' = '/path/to/cufflinks') to define the location.
Sat Apr 23 05:29:52 2016 [AEHTS] Use .Rprofile to make options persistent.
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] *** WARNING ***
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS]     samtools not found
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] Use options('ArrayExpressHTS.samtools' = '/path/to/samtools') to define the location.
Sat Apr 23 05:29:52 2016 [AEHTS] Use .Rprofile to make options persistent.
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] *** WARNING ***
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS]     bwa not found
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] Use options('ArrayExpressHTS.bwa' = '/path/to/bwa') to define the location.
Sat Apr 23 05:29:52 2016 [AEHTS] Use .Rprofile to make options persistent.
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] *** WARNING ***
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS]     mmseq not found
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] Use options('ArrayExpressHTS.mmseq' = '/path/to/mmseq') to define the location.
Sat Apr 23 05:29:52 2016 [AEHTS] Use .Rprofile to make options persistent.
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] *** WARNING ***
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS]     bam2hits not found
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] Use options('ArrayExpressHTS.bam2hits' = '/path/to/bam2hits') to define the location.
Sat Apr 23 05:29:52 2016 [AEHTS] Use .Rprofile to make options persistent.
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] *** WARNING ***
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS]     bowtie not found
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:52 2016 [AEHTS] Use options('ArrayExpressHTS.bowtie' = '/path/to/bowtie') to define the location.
Sat Apr 23 05:29:52 2016 [AEHTS] Use .Rprofile to make options persistent.
Sat Apr 23 05:29:52 2016 [AEHTS] 
Sat Apr 23 05:29:53 2016 [AEHTS] *** WARNING ***
Sat Apr 23 05:29:53 2016 [AEHTS] 
Sat Apr 23 05:29:53 2016 [AEHTS]     tophat not found
Sat Apr 23 05:29:53 2016 [AEHTS] 
Sat Apr 23 05:29:53 2016 [AEHTS] Use options('ArrayExpressHTS.tophat' = '/path/to/tophat') to define the location.
Sat Apr 23 05:29:53 2016 [AEHTS] Use .Rprofile to make options persistent.
Sat Apr 23 05:29:53 2016 [AEHTS] 
* DONE (ArrayExpressHTS)


>>>>>>> 
>>>>>>> FIXING LINKS FOR ArrayExpressHTS.buildbin-libdir/ArrayExpressHTS/libs//ArrayExpressHTS.so
>>>>>>> 

install_name_tool -change "/usr/local/lib/libgcc_s.1.dylib" "/Library/Frameworks/R.framework/Versions/3.2/Resources/lib/libgcc_s.1.dylib" "ArrayExpressHTS.buildbin-libdir/ArrayExpressHTS/libs//ArrayExpressHTS.so"
install_name_tool -change "/usr/local/lib/libgfortran.3.dylib" "/Library/Frameworks/R.framework/Versions/3.2/Resources/lib/libgfortran.3.dylib" "ArrayExpressHTS.buildbin-libdir/ArrayExpressHTS/libs//ArrayExpressHTS.so"
install_name_tool -change "/usr/local/lib/libreadline.5.2.dylib" "/Library/Frameworks/R.framework/Versions/3.2/Resources/lib/libreadline.5.2.dylib" "ArrayExpressHTS.buildbin-libdir/ArrayExpressHTS/libs//ArrayExpressHTS.so"
install_name_tool -change "/usr/local/lib/libreadline.dylib" "/Library/Frameworks/R.framework/Versions/3.2/Resources/lib/libreadline.dylib" "ArrayExpressHTS.buildbin-libdir/ArrayExpressHTS/libs//ArrayExpressHTS.so"
install_name_tool -change "/usr/local/lib/libquadmath.0.dylib" "/Library/Frameworks/R.framework/Versions/3.2/Resources/lib/libquadmath.0.dylib" "ArrayExpressHTS.buildbin-libdir/ArrayExpressHTS/libs//ArrayExpressHTS.so"