<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    These are the steps I followed to investigate this bug:<br>
    - modified the debian/rules of the vtk7 package by adding:<br>
    <pre>ifeq ($(DEB_BUILD_ARCH),i386)
  # prevent undesirable excess precision
  export DEB_CXXFLAGS_MAINT_APPEND=-ffloat-store
endif</pre>
    - rebuild vtk7 for i386 locally with this new flag<br>
    - rebuild camitk for i386 using the resulting vtk7 packages<br>
    <br>
    Results: tests #46 and #341 both succeed without any problem and
    camitk did not FTBFS on i386 locally.<br>
    <br>
    Gert was right about the flag, but it seems that it is required in
    vtk7 not in camitk.<br>
    <br>
    What will be the next step to solve this bug?<br>
    <br>
    Best regards,<br>
    Emmanuel<br>
    <br>
    PS : I added Gert in cc: (and btw thank you Gert for your answer
    about the future of vtk package, I saw that vtk 8.2 is on its way
    from upstream, hopefully vtk8 will be available soon in debian!)<br>
  </body>
</html>