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 179/671HostnameOS / ArchBUILDCHECKBUILD BIN
dexus 1.0.1
Guenter Klambauer
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/dexus
Last Changed Rev: 75461 / Revision: 76155
Last Changed Date: 2013-04-09 02:45:40 -0700 (Tue, 09 Apr 2013)
george2 Linux (Ubuntu 12.04.1 LTS) / x86_64  OK  OK 
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  OK 
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: dexus
Version: 1.0.1
Command: rm -rf dexus.buildbin-libdir && mkdir dexus.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh dexus_1.0.1.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R dexus.buildbin-libdir
StartedAt: 2013-05-01 12:18:52 -0700 (Wed, 01 May 2013)
EndedAt: 2013-05-01 12:18:58 -0700 (Wed, 01 May 2013)
EllapsedTime: 5.8 seconds
RetCode: 0
Status:  OK 
PackageFile: dexus_1.0.1.tgz
PackageFileSize: 3.254 MiB

Command output

>>>>>>> 
>>>>>>> INSTALLATION WITH 'R CMD INSTALL --preclean --no-multiarch --library=dexus.buildbin-libdir dexus_1.0.1.tar.gz'
>>>>>>> 

* installing *source* package 'dexus' ...
** libs
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -c dexus.cpp -o dexus.o
dexus.cpp:136:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
        if ((innerCyc==maxInnerCyc))
             ˜˜˜˜˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜
dexus.cpp:136:15: note: remove extraneous parentheses around the comparison to silence this warning
        if ((innerCyc==maxInnerCyc))
            ˜        ^            ˜
dexus.cpp:136:15: note: use '=' to turn this equality comparison into an assignment
        if ((innerCyc==maxInnerCyc))
                     ^˜
                     =
dexus.cpp:214:35: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        alphaRowMean = (double*) R_alloc(n, sizeof(double));
                                 ˜˜˜˜˜˜˜ ^
dexus.cpp:217:25: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        V2 = (double*) R_alloc(n, sizeof(double));
                       ˜˜˜˜˜˜˜ ^
dexus.cpp:220:24: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        x = (double*) R_alloc(N, sizeof(double));
                      ˜˜˜˜˜˜˜ ^
dexus.cpp:223:25: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        wm = (double*) R_alloc(n, sizeof(double));
                       ˜˜˜˜˜˜˜ ^
dexus.cpp:226:27: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        wvar = (double*) R_alloc(n, sizeof(double));
                         ˜˜˜˜˜˜˜ ^
dexus.cpp:193:15: warning: unused variable 'DEFAULT_R' [-Wunused-variable]
        const double DEFAULT_R = 20; // R value used when re-setting clusters
                     ^
dexus.cpp:504:42: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
        double* psums = (double*) R_alloc(maxSum+1, sizeof(double));
                                  ˜˜˜˜˜˜˜ ˜˜˜˜˜˜^˜
8 warnings generated.
clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -L/usr/local/lib -o dexus.so dexus.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-2.12-bioc/meat/dexus.buildbin-libdir/dexus/libs
** R
** data
** inst
** preparing package for lazy loading
Creating a generic function for 'plot' from package 'graphics' in package 'dexus'
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (dexus)


>>>>>>> 
>>>>>>> FIXING LINKS FOR dexus.buildbin-libdir/dexus/libs//dexus.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" "dexus.buildbin-libdir/dexus/libs//dexus.so"
install_name_tool -change "/usr/local/lib/libgfortran.2.dylib" "/Library/Frameworks/R.framework/Versions/3.0/Resources/lib/libgfortran.2.dylib" "dexus.buildbin-libdir/dexus/libs//dexus.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" "dexus.buildbin-libdir/dexus/libs//dexus.so"
install_name_tool -change "/usr/local/lib/libreadline.dylib" "/Library/Frameworks/R.framework/Versions/3.0/Resources/lib/libreadline.dylib" "dexus.buildbin-libdir/dexus/libs//dexus.so"