Perfect. Thank you Mamoru-san.

armv7hl is now back in. 

Regards,

On Thu, Oct 28, 2021 at 10:31 AM Mamoru TASAKA <mtasaka@fedoraproject.org> wrote:
Kaleb Keithley wrote on 2021/10/28 22:41:
> <top post>
>
> See
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/3MQ4ZRPS4MOIDG2RPAR6YX43VX2MCOLW/
>
> I have not had a chance to follow through yet with a self contained
> change...

Looks like the same "issue" written on
https://www.mail-archive.com/lttng-dev@lists.lttng.org/msg12950.html
and the same "workaround" written above works:

https://koji.fedoraproject.org/koji/taskinfo?taskID=77972946

What I did is:
```
@@ -822,6 +822,11 @@ done
  %endif

  %build
+%ifarch %arm
+%set_build_flags
+export CFLAGS="$(echo $CFLAGS) -DUATOMIC_NO_LINK_ERROR"
+%endif
+
  sed -i -e 's/--quiet//' configure.ac
  ./autogen.sh && %configure \
          %{?_with_asan} \
```

Regards,
Mamoru

>
> </top post>
>
> On Thu, Oct 28, 2021 at 9:36 AM Richard W.M. Jones <rjones@redhat.com>
> wrote:
>
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=2018182
>>
>> Looks like glusterfs has been dropped on armv7.  Is this a permanent
>> state of affairs?  Is there a bug about it?
>>
>> (I don't care either way, just want to know if we should drop the
>> libvirt support for glusterfs on armv7 too.)
>>
>> Rich.
>>
>> --
>> Richard Jones, Virtualization Group, Red Hat
>> http://people.redhat.com/~rjones
>> Read my programming and virtualization blog: http://rwmj.wordpress.com
>> Fedora Windows cross-compiler. Compile Windows programs, test, and
>> build Windows installers. Over 100 libraries supported.
>> http://fedoraproject.org/wiki/MinGW
>>
>>
>
>
> _______________________________________________
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-leave@lists.fedoraproject.org
> Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
>
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure


--

Kaleb