Hi,

These are the steps I followed to investigate this bug:
- modified the debian/rules of the vtk7 package by adding:

ifeq ($(DEB_BUILD_ARCH),i386)
  # prevent undesirable excess precision
  export DEB_CXXFLAGS_MAINT_APPEND=-ffloat-store
endif

- rebuild vtk7 for i386 locally with this new flag
- rebuild camitk for i386 using the resulting vtk7 packages

Results: tests #46 and #341 both succeed without any problem and camitk did not FTBFS on i386 locally.

Gert was right about the flag, but it seems that it is required in vtk7 not in camitk.

What will be the next step to solve this bug?

Best regards,
Emmanuel

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!)

Reply via email to