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 

Package 46/671HostnameOS / ArchBUILDCHECKBUILD BIN
ArrayExpressHTS 1.10.0
Angela Goncalves , Andrew Tikhonov
Snapshot Date: 2013-04-30 17:01:37 -0700 (Tue, 30 Apr 2013)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_12/madman/Rpacks/ArrayExpressHTS
Last Changed Rev: 75263 / Revision: 76155
Last Changed Date: 2013-04-03 14:32:27 -0700 (Wed, 03 Apr 2013)
george2 Linux (Ubuntu 12.04.1 LTS) / x86_64  OK  OK 
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64 N O T   S U P P O R T E D
petty Mac OS X Snow Leopard (10.6.8) / x86_64  OK  OK  OK 
pelham Mac OS X Snow Leopard (10.6.8) / x86_64  OK  OK [ OK ]

Summary

Package: ArrayExpressHTS
Version: 1.10.0
Command: rm -rf ArrayExpressHTS.buildbin-libdir && mkdir ArrayExpressHTS.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh ArrayExpressHTS_1.10.0.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R ArrayExpressHTS.buildbin-libdir
StartedAt: 2013-05-01 12:06:48 -0700 (Wed, 01 May 2013)
EndedAt: 2013-05-01 12:07:36 -0700 (Wed, 01 May 2013)
EllapsedTime: 47.5 seconds
RetCode: 0
Status:  OK 
PackageFile: ArrayExpressHTS_1.10.0.tgz
PackageFileSize: 542.8 KiB

Command output

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

* installing *source* package 'ArrayExpressHTS' ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -D_USE_KNETFILE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rsamtools/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c addXS.c -o addXS.o
addXS.c:14:19: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
    int length1 = strlen(text1);
        ˜˜˜˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜
addXS.c:15:19: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
    int length2 = strlen(text2);
        ˜˜˜˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜
addXS.c:42:5: warning: implicit declaration of function 'Rprintf' is invalid in C99 [-Wimplicit-function-declaration]
    Rprintf("What?\n");
    ^
3 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -D_USE_KNETFILE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rsamtools/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c fltbam.c -o fltbam.o
In file included from fltbam.c:2:
In file included from /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rsamtools/include/samtools/sam.h:4:
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rsamtools/include/samtools/bam.h:746:34: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
                data = (uint8_t*)realloc(data, m_data);
                                 ˜˜˜˜˜˜˜       ^˜˜˜˜˜
/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rsamtools/include/samtools/bam.h:767:32: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        b->data = (uint8_t*)calloc(b->data_len, 1);
                            ˜˜˜˜˜˜ ˜˜˜^˜˜˜˜˜˜˜
fltbam.c:30:39: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
        hash = ((hash << 5) + hash) + c; /* hash * 33 + c */
                                    ˜ ^
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:92: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:92: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:85:30: note: expanded from macro 'strcpy'
   ? __builtin___strcpy_chk (dest, src, __darwin_obsz (dest))           \
                             ^
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:86:27: note: expanded from macro 'strcpy'
   : __inline_strcpy_chk (dest, src))
                          ^
/usr/include/secure/_string.h:89:39: note: passing argument to parameter '__dest' here
__inline_strcpy_chk (char *__restrict __dest, const char *__restrict __src)
                                      ^
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:98:28: note: passing argument to parameter here
size_t   strlen(const char *);
                            ^
fltbam.c:136:40: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                    found->index[0] = i-1;
                                    ˜ ˜^˜
fltbam.c:147:44: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                        found->index[0] = i-1;
                                        ˜ ˜^˜
fltbam.c:155:56: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion]
                        found->index[found->length] = i-1;
                                                    ˜ ˜^˜
fltbam.c:181:26: warning: implicit conversion changes signedness: 'int' to 'unsigned long' [-Wsign-conversion]
    int *allind = malloc(tindex * sizeof (int));
                         ^˜˜˜˜˜ ˜
fltbam.c:192:31: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion]
                allind[i+j] = v->index[j];
                            ˜ ^˜˜˜˜˜˜˜˜˜˜
fltbam.c:201:20: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    qsort (allind, tindex, sizeof(int), int_cmp);
    ˜˜˜˜˜          ^˜˜˜˜˜
fltbam.c:126:29: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
                k->length = strlen(k->str);
                          ˜ ^˜˜˜˜˜˜˜˜˜˜˜˜˜
17 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -D_USE_KNETFILE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rsamtools/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c functions.c -o functions.o
functions.c:132:25: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
        int strlength = strlen(p_seq);
            ˜˜˜˜˜˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜
functions.c:195:25: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
        int strlength = strlen(p_qual);
            ˜˜˜˜˜˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜˜
functions.c:272:25: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
        int strlength = strlen(p_seq);
            ˜˜˜˜˜˜˜˜˜   ^˜˜˜˜˜˜˜˜˜˜˜˜
3 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -D_USE_KNETFILE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rsamtools/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c hashtable.c -o hashtable.o
hashtable.c:23:31: warning: implicit conversion loses floating-point precision: 'double' to 'float' [-Wconversion]
const float max_load_factor = 0.65;
            ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜   ^˜˜˜
1 warning generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -D_USE_KNETFILE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rsamtools/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c hashtable_itr.c -o hashtable_itr.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -D_USE_KNETFILE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rsamtools/include"   -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c hashtable_utility.c -o hashtable_utility.o
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/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.0/Resources/library/Rsamtools/usrlib//libbam.a /Library/Frameworks/R.framework/Versions/3.0/Resources/library/Rsamtools/usrlib//libbcf.a /Library/Frameworks/R.framework/Versions/3.0/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-2.12-bioc/meat/ArrayExpressHTS.buildbin-libdir/ArrayExpressHTS/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
Wed May  1 12:07:34 2013 [AEHTS] Setting Options Step 1
Wed May  1 12:07:34 2013 [AEHTS] Setting Options Step 2
Wed May  1 12:07:34 2013 [AEHTS] Setting Options Step 3
Wed May  1 12:07:34 2013 [AEHTS] *** WARNING ***
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS]     fasta_formatter not found
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] Use options('ArrayExpressHTS.fasta_formatter' = '/path/to/fasta_formatter') to define the location.
Wed May  1 12:07:34 2013 [AEHTS] Use .Rprofile to make options persistent.
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] *** WARNING ***
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS]     cufflinks not found
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] Use options('ArrayExpressHTS.cufflinks' = '/path/to/cufflinks') to define the location.
Wed May  1 12:07:34 2013 [AEHTS] Use .Rprofile to make options persistent.
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] *** WARNING ***
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS]     samtools not found
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] Use options('ArrayExpressHTS.samtools' = '/path/to/samtools') to define the location.
Wed May  1 12:07:34 2013 [AEHTS] Use .Rprofile to make options persistent.
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] *** WARNING ***
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS]     bwa not found
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] Use options('ArrayExpressHTS.bwa' = '/path/to/bwa') to define the location.
Wed May  1 12:07:34 2013 [AEHTS] Use .Rprofile to make options persistent.
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] *** WARNING ***
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS]     mmseq not found
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] Use options('ArrayExpressHTS.mmseq' = '/path/to/mmseq') to define the location.
Wed May  1 12:07:34 2013 [AEHTS] Use .Rprofile to make options persistent.
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] *** WARNING ***
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS]     bam2hits not found
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] Use options('ArrayExpressHTS.bam2hits' = '/path/to/bam2hits') to define the location.
Wed May  1 12:07:34 2013 [AEHTS] Use .Rprofile to make options persistent.
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] *** WARNING ***
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS]     bowtie not found
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] Use options('ArrayExpressHTS.bowtie' = '/path/to/bowtie') to define the location.
Wed May  1 12:07:34 2013 [AEHTS] Use .Rprofile to make options persistent.
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] *** WARNING ***
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS]     tophat not found
Wed May  1 12:07:34 2013 [AEHTS] 
Wed May  1 12:07:34 2013 [AEHTS] Use options('ArrayExpressHTS.tophat' = '/path/to/tophat') to define the location.
Wed May  1 12:07:34 2013 [AEHTS] Use .Rprofile to make options persistent.
Wed May  1 12:07:34 2013 [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.0/Resources/lib/libgcc_s.1.dylib" "ArrayExpressHTS.buildbin-libdir/ArrayExpressHTS/libs//ArrayExpressHTS.so"
install_name_tool -change "/usr/local/lib/libgfortran.2.dylib" "/Library/Frameworks/R.framework/Versions/3.0/Resources/lib/libgfortran.2.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.0/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.0/Resources/lib/libreadline.dylib" "ArrayExpressHTS.buildbin-libdir/ArrayExpressHTS/libs//ArrayExpressHTS.so"