The package rpms/bout++.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/bout++.git/commit/?id=5f083ed7ea0024....
Change: +%ifarch armv7hl s390x
Thanks.
Full change: ============
commit 5f083ed7ea002406acf30ca57ab79df09df4bdb8 Author: David davidsch@fedoraproject.org Date: Sun Aug 29 12:12:58 2021 +0200
Workaround FTBFS issues
diff --git a/bout++.spec b/bout++.spec index 75663d3..f5ecfb6 100644 --- a/bout++.spec +++ b/bout++.spec @@ -514,6 +514,15 @@ done
%check
+# Ignore errors on some architectures +# armv7: https://bugzilla.redhat.com/show_bug.cgi?id=1998836 +# s390x: https://bugzilla.redhat.com/show_bug.cgi?id=1998838 +fail=1 +%ifarch armv7hl s390x +fail=0 +%endif + + %if %{with test} for mpi in %{mpi_list} do @@ -522,14 +531,18 @@ do else %_openmpi_load fi + pushd build_$mpi + export OMPI_MCA_rmaps_base_oversubscribe=yes + # Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1997717 + export HDF5_USE_FILE_LOCKING=FALSE # Increase timeout for copr / s390x export BOUT_TEST_TIMEOUT=15m sed 's/ 3s / 30s /' tests/integrated/test-coordinates-initialization/runtest
- pushd build_$mpi make %{?_smp_mflags} build-check - SEGFAULT_SIGNALS="segv" LD_PRELOAD=%{_libdir}/libSegFault.so make check + SEGFAULT_SIGNALS="segv" LD_PRELOAD=%{_libdir}/libSegFault.so make check || $(exit $fail) + popd if [ $mpi = mpich ] ; then %_mpich_unload @@ -615,6 +628,7 @@ done %changelog * Sat Aug 16 2021 David Schwörer davidsch@fedoraproject.org 4.4.0-1 - Update to 4.4.0 +- Workaround FTBFS issues
* Sat Aug 14 2021 Orion Poplawski orion@nwra.com - 4.3.3-1 - Update to 4.3.3
arch-excludes@lists.fedoraproject.org