On Sun, May 10, 2020 at 2:57 PM Andreas Tille <ti...@debian.org> wrote: > > ... > > --- clustalo-1.2.4/debian/rules 2020-04-14 12:19:44.000000000 +0300 > > +++ clustalo-1.2.4/debian/rules 2020-04-14 12:19:44.000000000 +0300 > > @@ -9,6 +9,11 @@ > > %: > > dh $@ > > > > +ifneq (,$(filter $(DEB_HOST_ARCH), mipsel)) > > +override_dh_auto_configure: > > + dh_auto_configure -- --without-openmp > > +endif > > + > > override_dh_auto_build-indep: > > # nothing to do here > > I've now uploaded now with this patch closing the bug - but as I tried to > express I'd sleep a bit better if this issue would be recorded somewhere > else than in a closed bug.
Maybe GCC? I believe the component is libgomp. If you have a good idea of the problematic source file, then add the preprocessoed source with the report. Also see https://gcc.gnu.org/bugs/. If you don't have an idea, then maybe someone like Andrew or Ian can provide some suggestions. Jeff