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.5: INSTALL report for mgsa on malbec2

This page was generated on 2017-10-18 14:13:57 -0400 (Wed, 18 Oct 2017).

Package 814/1381HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
mgsa 1.24.0
Sebastian Bauer
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017)
URL: https://git.bioconductor.org/packages/mgsa
Branch: RELEASE_3_5
Last Commit: f42bc8d
Last Changed Date: 2017-04-24 15:45:44 -0400 (Mon, 24 Apr 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64 [ OK ] OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  NotNeeded  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
veracruz2 OS X 10.11.6 El Capitan / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: mgsa
Version: 1.24.0
Command: /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD INSTALL mgsa
StartedAt: 2017-10-17 18:02:13 -0400 (Tue, 17 Oct 2017)
EndedAt: 2017-10-17 18:02:17 -0400 (Tue, 17 Oct 2017)
EllapsedTime: 4.5 seconds
RetCode: 0
Status:  OK 

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD INSTALL mgsa
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.5-bioc/R/library’
* installing *source* package ‘mgsa’ ...
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include  -I. -fopenmp -fpic  -g -O2  -Wall -c mgsa-core.c -o mgsa-core.o
mgsa-core.c:796:13: warning: ‘print_context’ defined but not used [-Wunused-function]
 static void print_context(struct context *cn)
             ^
gcc -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include  -I. -fopenmp -fpic  -g -O2  -Wall -c mgsa.c -o mgsa.o
mgsa.c: In function ‘create_parameter_prior_from_R’:
mgsa.c:52:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  if (!(p = R_alloc(1,sizeof(*p))))
          ^
mgsa.c:65:19: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   if (!(p->values = R_alloc(p->number_of_states,sizeof(p->values[0]))))
                   ^
mgsa.c: In function ‘create_summary_for_param_from_R’:
mgsa.c:177:19: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   if (!(sum->dmap = R_alloc(number_of_discrete_values,sizeof(sum->dmap[0]))))
                   ^
mgsa.c: In function ‘mgsa_mcmc’:
mgsa.c:407:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   nas = R_alloc(las,sizeof(nas[0]));
       ^
gcc -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include  -I. -fopenmp -fpic  -g -O2  -Wall -c mt.c -o mt.o
gcc -shared -L/home/biocbuild/bbs-3.5-bioc/R/lib -L/usr/local/lib -o mgsa.so mgsa-core.o mgsa.o mt.o -fopenmp -L/home/biocbuild/bbs-3.5-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.5-bioc/R/library/mgsa/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 (mgsa)