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 64/671HostnameOS / ArchBUILDCHECKBUILD BIN
BGmix 1.20.0
Alex Lewin
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/BGmix
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: BGmix
Version: 1.20.0
Command: rm -rf BGmix.buildbin-libdir && mkdir BGmix.buildbin-libdir && /Users/biocbuild/BBS/utils/build-universal.sh BGmix_1.20.0.tar.gz /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R BGmix.buildbin-libdir
StartedAt: 2013-05-01 12:08:18 -0700 (Wed, 01 May 2013)
EndedAt: 2013-05-01 12:08:28 -0700 (Wed, 01 May 2013)
EllapsedTime: 10.2 seconds
RetCode: 0
Status:  OK 
PackageFile: BGmix_1.20.0.tgz
PackageFileSize: 378.2 KiB

Command output

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

* installing *source* package 'BGmix' ...
checking for gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for clang option to accept ISO C99... none needed
checking for cos in -lm... yes
Untarring Boost header files...
checking for an ANSI C-conforming const... yes
checking for inline... inline
configure: creating ./config.status
config.status: creating src/Makevars
** libs
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I ../boostIncl -I/usr/local/include    -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -DUSING_R -c BGmix_main.cpp -o BGmix_main.o
In file included from BGmix_main.cpp:25:
In file included from ./updates_BGmix.h:1:
In file included from ./rand.hh:32:
In file included from ../boostIncl/boost/random.hpp:36:
In file included from ../boostIncl/boost/random/linear_congruential.hpp:25:
In file included from ../boostIncl/boost/random/detail/const_mod.hpp:22:
../boostIncl/boost/integer_traits.hpp:164:66: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
    public detail::integer_traits_base< ::boost::long_long_type, LLONG_MIN, LLONG_MAX>
                                                                 ^
/usr/include/i386/limits.h:86:21: note: expanded from macro 'LLONG_MIN'
#define LLONG_MIN       (-0x7fffffffffffffffLL-1) /* min signed long long */
                          ^
In file included from BGmix_main.cpp:25:
In file included from ./updates_BGmix.h:1:
In file included from ./rand.hh:32:
In file included from ../boostIncl/boost/random.hpp:36:
In file included from ../boostIncl/boost/random/linear_congruential.hpp:25:
In file included from ../boostIncl/boost/random/detail/const_mod.hpp:22:
../boostIncl/boost/integer_traits.hpp:164:77: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
    public detail::integer_traits_base< ::boost::long_long_type, LLONG_MIN, LLONG_MAX>
                                                                            ^
/usr/include/i386/limits.h:85:19: note: expanded from macro 'LLONG_MAX'
#define LLONG_MAX       0x7fffffffffffffffLL    /* max signed long long */
                        ^
In file included from BGmix_main.cpp:25:
In file included from ./updates_BGmix.h:1:
In file included from ./rand.hh:32:
In file included from ../boostIncl/boost/random.hpp:36:
In file included from ../boostIncl/boost/random/linear_congruential.hpp:25:
In file included from ../boostIncl/boost/random/detail/const_mod.hpp:22:
../boostIncl/boost/integer_traits.hpp:170:70: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
    public detail::integer_traits_base< ::boost::ulong_long_type, 0, ULLONG_MAX>
                                                                     ^
/usr/include/i386/limits.h:84:20: note: expanded from macro 'ULLONG_MAX'
#define ULLONG_MAX      0xffffffffffffffffULL   /* max unsigned long long */
                        ^
In file included from BGmix_main.cpp:25:
In file included from ./updates_BGmix.h:1:
In file included from ./rand.hh:32:
In file included from ../boostIncl/boost/random.hpp:41:
../boostIncl/boost/random/lagged_fibonacci.hpp:112:22: warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int' [-Wsign-conversion]
    minstd_rand0 gen(value);
                 ˜˜˜ ^˜˜˜˜
../boostIncl/boost/random/lagged_fibonacci.hpp:289:25: warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int' [-Wsign-conversion]
    minstd_rand0 intgen(value);
                 ˜˜˜˜˜˜ ^˜˜˜˜
In file included from BGmix_main.cpp:25:
In file included from ./updates_BGmix.h:1:
In file included from ./rand.hh:32:
In file included from ../boostIncl/boost/random.hpp:42:
In file included from ../boostIncl/boost/random/ranlux.hpp:20:
../boostIncl/boost/random/subtract_with_carry.hpp:97:74: warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int' [-Wsign-conversion]
    random::linear_congruential<int32_t, 40014, 0, 2147483563, 0> intgen(value);
                                                                  ˜˜˜˜˜˜ ^˜˜˜˜
../boostIncl/boost/random/subtract_with_carry.hpp:287:71: warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int' [-Wsign-conversion]
    random::linear_congruential<int32_t, 40014, 0, 2147483563, 0> gen(value);
                                                                  ˜˜˜ ^˜˜˜˜
BGmix_main.cpp:38:18: warning: variadic macros are a C99 feature [-Wvariadic-macros]
  #define PRINTF(...) Rprintf((char*) __VA_ARGS__)
                 ^
BGmix_main.cpp:490:13: warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
Random rand(seed);
       ˜˜˜˜ ^˜˜˜
In file included from BGmix_main.cpp:25:
In file included from ./updates_BGmix.h:1:
In file included from ./rand.hh:32:
In file included from ../boostIncl/boost/random.hpp:41:
../boostIncl/boost/random/lagged_fibonacci.hpp:289:25: warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int' [-Wsign-conversion]
    minstd_rand0 intgen(value);
                 ˜˜˜˜˜˜ ^˜˜˜˜
../boostIncl/boost/random/lagged_fibonacci.hpp:269:66: note: in instantiation of member function 'boost::random::lagged_fibonacci_01<double, 48, 4423, 2098>::seed' requested here
  explicit lagged_fibonacci_01(uint32_t value) { init_modulus(); seed(value); }
                                                                 ^
./rand.hh:48:31: note: in instantiation of member function 'boost::random::lagged_fibonacci_01<double, 48, 4423, 2098>::lagged_fibonacci_01' requested here
  Boost_Wrap(uint32_t seed) : Engine(seed), U01(), Generator(Engine,U01) {}
                              ^
./rand.hh:60:35: note: in instantiation of member function 'Boost_Wrap<boost::random::lagged_fibonacci_01<double, 48, 4423, 2098>, double>::Boost_Wrap' requested here
  Rand(uint32_t seed=643774788) : unif(seed), GM_a1(0), GM_a2(0) {}
                                  ^
BGmix_main.cpp:490:8: note: in instantiation of member function 'Rand<Boost_Wrap<boost::random::lagged_fibonacci_01<double, 48, 4423, 2098>, double>, double>::Rand' requested here
Random rand(seed);
       ^
10 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I ../boostIncl -I/usr/local/include    -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -DUSING_R -c rundir.cpp -o rundir.o
rundir.cpp:28:16: warning: implicit conversion loses integer precision: 'int' to 'char' [-Wconversion]
  reverse=digit+48;
  ˜˜˜˜˜˜˜ ˜˜˜˜˜^˜˜
rundir.cpp:33:21: warning: implicit conversion loses integer precision: 'int' to 'char' [-Wconversion]
      reverse+=digit+48;
      ˜˜˜˜˜˜˜  ˜˜˜˜˜^˜˜
2 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG -I ../boostIncl -I/usr/local/include    -fPIC  -mtune=native -g -O2 -Wall -pedantic -Wconversion -DUSING_R -c updates_BGmix.cpp -o updates_BGmix.o
In file included from updates_BGmix.cpp:3:
In file included from ./updates_BGmix.h:1:
In file included from ./rand.hh:32:
In file included from ../boostIncl/boost/random.hpp:36:
In file included from ../boostIncl/boost/random/linear_congruential.hpp:25:
In file included from ../boostIncl/boost/random/detail/const_mod.hpp:22:
../boostIncl/boost/integer_traits.hpp:164:66: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
    public detail::integer_traits_base< ::boost::long_long_type, LLONG_MIN, LLONG_MAX>
                                                                 ^
/usr/include/i386/limits.h:86:21: note: expanded from macro 'LLONG_MIN'
#define LLONG_MIN       (-0x7fffffffffffffffLL-1) /* min signed long long */
                          ^
In file included from updates_BGmix.cpp:3:
In file included from ./updates_BGmix.h:1:
In file included from ./rand.hh:32:
In file included from ../boostIncl/boost/random.hpp:36:
In file included from ../boostIncl/boost/random/linear_congruential.hpp:25:
In file included from ../boostIncl/boost/random/detail/const_mod.hpp:22:
../boostIncl/boost/integer_traits.hpp:164:77: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
    public detail::integer_traits_base< ::boost::long_long_type, LLONG_MIN, LLONG_MAX>
                                                                            ^
/usr/include/i386/limits.h:85:19: note: expanded from macro 'LLONG_MAX'
#define LLONG_MAX       0x7fffffffffffffffLL    /* max signed long long */
                        ^
In file included from updates_BGmix.cpp:3:
In file included from ./updates_BGmix.h:1:
In file included from ./rand.hh:32:
In file included from ../boostIncl/boost/random.hpp:36:
In file included from ../boostIncl/boost/random/linear_congruential.hpp:25:
In file included from ../boostIncl/boost/random/detail/const_mod.hpp:22:
../boostIncl/boost/integer_traits.hpp:170:70: warning: 'long long' is a C++11 extension [-Wc++11-long-long]
    public detail::integer_traits_base< ::boost::ulong_long_type, 0, ULLONG_MAX>
                                                                     ^
/usr/include/i386/limits.h:84:20: note: expanded from macro 'ULLONG_MAX'
#define ULLONG_MAX      0xffffffffffffffffULL   /* max unsigned long long */
                        ^
In file included from updates_BGmix.cpp:3:
In file included from ./updates_BGmix.h:1:
In file included from ./rand.hh:32:
In file included from ../boostIncl/boost/random.hpp:41:
../boostIncl/boost/random/lagged_fibonacci.hpp:112:22: warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int' [-Wsign-conversion]
    minstd_rand0 gen(value);
                 ˜˜˜ ^˜˜˜˜
../boostIncl/boost/random/lagged_fibonacci.hpp:289:25: warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int' [-Wsign-conversion]
    minstd_rand0 intgen(value);
                 ˜˜˜˜˜˜ ^˜˜˜˜
In file included from updates_BGmix.cpp:3:
In file included from ./updates_BGmix.h:1:
In file included from ./rand.hh:32:
In file included from ../boostIncl/boost/random.hpp:42:
In file included from ../boostIncl/boost/random/ranlux.hpp:20:
../boostIncl/boost/random/subtract_with_carry.hpp:97:74: warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int' [-Wsign-conversion]
    random::linear_congruential<int32_t, 40014, 0, 2147483563, 0> intgen(value);
                                                                  ˜˜˜˜˜˜ ^˜˜˜˜
../boostIncl/boost/random/subtract_with_carry.hpp:287:71: warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int' [-Wsign-conversion]
    random::linear_congruential<int32_t, 40014, 0, 2147483563, 0> gen(value);
                                                                  ˜˜˜ ^˜˜˜˜
updates_BGmix.cpp:564:37: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
std::valarray<double> dumvector(0.0,ncomps);
                      ˜˜˜˜˜˜˜˜˜     ^˜˜˜˜˜
updates_BGmix.cpp:565:39: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
for(int j=0; j<ncomps; ++j) dumvector[j] = nalloc[j]+nu[j];
                            ˜˜˜˜˜˜˜˜˜ ^
updates_BGmix.cpp:569:48: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
for(int j=0; j<ncomps; ++j) wtc[j] = dumvector[j];
                                     ˜˜˜˜˜˜˜˜˜ ^
In file included from updates_BGmix.cpp:3:
In file included from ./updates_BGmix.h:1:
./rand.hh:334:7: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    a[i]=this->Gamma(a[i]);
    ˜ ^
updates_BGmix.cpp:567:6: note: in instantiation of member function 'Rand<Boost_Wrap<boost::random::lagged_fibonacci_01<double, 48, 4423, 2098>, double>, double>::Dirichlet' requested here
rand.Dirichlet(dumvector,ncomps);
     ^
In file included from updates_BGmix.cpp:3:
In file included from ./updates_BGmix.h:1:
./rand.hh:334:24: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    a[i]=this->Gamma(a[i]);
                     ˜ ^
./rand.hh:335:14: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    sum += a[i];
           ˜ ^
./rand.hh:338:7: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    a[i]=a[i]/sum;
    ˜ ^
./rand.hh:338:12: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
    a[i]=a[i]/sum;
         ˜ ^
15 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 BGmix.so BGmix_main.o rundir.o updates_BGmix.o -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
rm -r ../boostIncl 
installing to /Users/biocbuild/bbs-2.12-bioc/meat/BGmix.buildbin-libdir/BGmix/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (BGmix)


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