Skip to content

[Bioc-devel] HiCBricks build error

4 messages · Koustav Pal, Mike Smith

#
Hi, 

My package HiCBricks is producing build errors on malbec1 and merida1, but build has passed on tokay1. The corresponding build on travis-ci has also passed. I can also confirm that the last commits on travis is the same as that on the bioconductor build machines. 

Herein, is the build logs from the malbec1. travis-ci vignette building also completes successfully.
Koustav Pal, PhD
Post-Doctoral Fellow in Genome Architecture,
Computational Genomics Group,
IFOM - The FIRC Institute of Molecular Oncology,
Via Adamello 16,
20139 Milano, Italy.
Phone: +393441130157
E-mail: koustav.pal at ifom.eu
#
Hi Bioconductor team, can you please help with this issue? 


Koustav Pal, PhD
Post-Doctoral Fellow in Genome Architecture,
Computational Genomics Group,
IFOM - The FIRC Institute of Molecular Oncology,
Via Adamello 16,
20139 Milano, Italy.
Phone: +393441130157
E-mail: koustav.pal at ifom.eu

  
  
#
There are many other packages affected by this
e.g. biomformat, BiocSklearn, CoGAPS, ...  It looks like Rhdf5lib is being
built without linking to zlib, and so files written with zlib compression
can't be read.  I've been trying to get Rhdf5lib to play more smoothly for
systems that use conda as a package manager, but it seems I've introduced a
regression.  I'll look into why this is the case, I'm a bit confused as to
why rhdf5 is not failing in a similar way.

Mike
On Mon, 29 Jul 2019 at 17:53, Koustav Pal <koustav.pal at ifom.eu> wrote:

            

  
  
#
I've pushed an update to the configure script that will hopefully find zlib
correctly now.  This wil be in Rhdf5lib 1.7.4.  The installation is
supposed to fail if zlib isn't found, so there was clearly at least two
problems in the existing script.  I'll keep an eye on the build reports and
push more changes if this doesn't fix the problem.

Mike
On Tue, 30 Jul 2019 at 09:53, Mike Smith <grimbough at gmail.com> wrote: