The package rpms/xrootd.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/xrootd.git/commit/?id=d28735c5107646....
Change: +%ifarch %{arm}
Thanks.
Full change: ============
commit d28735c51076460b3d416652c688fbce35bc5837 Author: Mattias Ellert mattias.ellert@physics.uu.se Date: Sun Aug 28 19:11:39 2022 +0200
Ignore bogus stringop-overflow on 32 bit arm
diff --git a/xrootd.spec b/xrootd.spec index cb6e42d..bff8f03 100644 --- a/xrootd.spec +++ b/xrootd.spec @@ -300,6 +300,9 @@ This package contains the API documentation of the xrootd libraries. # These are likely bogus - hopefully they can be fixed in gcc updates %set_build_flags CXXFLAGS="${CXXFLAGS} -Wno-error=restrict" +%ifarch %{arm} +CXXFLAGS="${CXXFLAGS} -Wno-error=stringop-overflow" +%endif %endif
%cmake3 \
arch-excludes@lists.fedoraproject.org