[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1051980: FTBFS on i386: angle-test/bezier-test fail



Control: forwarded -1 https://gitlab.com/inkscape/lib2geom/-/issues/67

On Sat, Sep 16, 2023 at 03:21:21PM +0800, Shengjing Zhu wrote:
> Control: tag -1 + patch
> 
> Hi,
> 
> On Fri, Sep 15, 2023 at 4:27 PM Shengjing Zhu <zhsj@debian.org> wrote:
> > The following tests FAILED:
> >           2 - angle-test (Failed)
> >           3 - bezier-test (Failed)
> 
> They are caused by gcc-13 which defaults to -fexcess-precision=standard for c++.
> 
> Please see the attached patch.

That solves only part of the problem for experimental, adding
  export DEB_CXXFLAGS_MAINT_APPEND += -ffloat-store -fexcess-precision=fast
to debian/rules is the easiest fix to get all tests passing in both 
unstable and experimental.

> Shengjing Zhu

cu
Adrian


Reply to: