← Back to team overview

dolfin team mailing list archive

Re: Buildbot

 

On 5 March 2013 11:51, Anders Logg <logg@xxxxxxxxx> wrote:
> On Tue, Mar 05, 2013 at 08:10:41AM +0000, Garth N. Wells wrote:
>>> I'm pretty sure I did that (forced build of UFC).
>>>
>> I saw the same error as the buildbots yesterday. I think a UFL update
>> did the trick (but I can't be sure, with so many updates).
>> Garth
>
> Looks ok now. Some buildbots fail with HDF5 errors:
>
> /home/buildbot/buildslave/dolfin-trunk-full-precise-i386/build/dolfin/io/HDF5Interface.h:459:15:
> error: redefinition of ‘static void
> dolfin::HDF5Interface::add_attribute_value(hid_t, std::string, const
> T&) [with T = std::vector<unsigned int>, hid_t = int, std::string =
> std::basic_string<char>]’
>
> Missing #ifdef?
>

Not a missing ifdef, but Chris may have fixed this in his HDF5 branch.
I'll check.

We need to take care to not have signatures that differ only with
std::size_t and unsigned int because on 32-bit systems std::size_t is
a typedef for unsigned int.

Garth

> --
> Anders
>
>
>>> I also just pressed force build for the remaining DOLFIN buildbots
>>> (the red portion on the left) but they don't seem to be building. Does
>>> anyone know why?
>>>
>>> Another issue is that the list of changesets includea projects not
>>> listed on the page. If I go to the page for core components:
>>>
>>> http://fenicsproject.org:8010/console?category=dolfin.trunk&category=ffc.trunk&category=fiat.trunk&category=instant.trunk&category=ufc.trunk&category=ufl.trunk
>>>
>>> then I also get the list of changesets for dolfin-adjoint which is
>>> confusing when examining the build status for the core components.
>>>


References