← Back to team overview

dorsal team mailing list archive

Re: Boost building problems when installing dorsal on fedora 15 (32bit)

 

Hi Phirov,

On Sat, Apr 7, 2012 at 12:27 PM, PhiRov Zhang <phirov@xxxxxxxxx> wrote:
> I have a problem when install fenics using dorsal-1.0.0
> on fedora 15.
>
> When install boost, the error is
> ----------------------------------------------------------------------------
> Building Boost.Build engine with toolset gcc...
> tools/build/v2/engine/bin.linuxx86/b2
> ...
> ...
> ...
> ...failed updating 1 target...
> ...skipped 3 targets...
> ...updated 9828 targets...
> Failure with exit status: 1
> Exit message: There was a problem building boost_1_47_0.
> ----------------------------------------------------------------------------
>
> The building file dorsal_build.log is also attached.

>From the build log, it seems that you are missing bzlib.h, which is
needed to build Boost. I'm not sure in which package you can find this
file on Fedora, but try to install the zfstream-devel package:

  sudo yum install zfstream-devel

Let me know if that resolves the problem and I will add it to the
instructions for Fedora.

Johannes

BTW: Sorry for the late reply but I didn't receive your message before today.


Follow ups

References