Skip to content
Prev 14787 / 21318 Next

[Bioc-devel] package RBGL requires CRAN dependency on devel branch

The error on linux for 3.9:

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD INSTALL RBGL
###
##############################################################################
##############################################################################


* installing to library ?/home/biocbuild/bbs-3.9-bioc/R/library?
* installing *source* package ?RBGL? ...
** using staged installation
checking R package BH ... no
configure: error: R package BH not found.
ERROR: configuration failed for package ?RBGL?
* removing ?/home/biocbuild/bbs-3.9-bioc/R/library/RBGL?
* restoring previous ?/home/biocbuild/bbs-3.9-bioc/R/library/RBGL?

Note that BiocParallel also uses BH and succeeds

configure: creating ./config.status
config.status: creating src/Makevars
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG
-I"/home/biocbuild/bbs-3.9-bioc/R/library/BH/include"
-I/usr/local/include  -fpic  -g -O2  -Wall -c ipcmutex.cpp -o
ipcmutex.o
In file included from
/home/biocbuild/bbs-3.9-bioc/R/library/BH/include/boost/random/detail/integer_log2.hpp:19:0,
                 from
/home/biocbuild/bbs-3.9-bioc/R/library/BH/include/boost/random/detail/large_arithmetic.hpp:19,
                 from
/home/biocbuild/bbs-3.9-bioc/R/library/BH/include/boost/random/detail/const_mod.hpp:23,
                 from
/home/biocbuild/bbs-3.9-bioc/R/library/BH/include/boost/random/detail/seed_impl.hpp:26,
                 from
/home/biocbuild/bbs-3.9-bioc/R/library/BH/include/boost/random/mersenne_twister.hpp:30,
                 from
/home/biocbuild/bbs-3.9-bioc/R/library/BH/include/boost/uuid/random_generator.hpp:17,

So could it be an issue with the configure script?


On Mon, Mar 25, 2019 at 7:22 AM Samuela Pollack <spollack at jimmy.harvard.edu>
wrote: