The log output from the go compiler is really bad for grepping for errors.
I've learned that searching for ".go:" is a good way to do it. Looks like
this is the error that causes the failure:

"""
# github.com/go-task/task/internal/orderedmap
_build/src/github.com/go-task/task/internal/orderedmap/orderedmap.go:94:24:
type func(i K, j K) bool of less does not match inferred type func(a K, b
K) int for func(a E, b E) int
"""

There might be more errors hidden by this one though.

Fabio

On Wed, Oct 11, 2023, 14:02 Mark E. Fuller <ful...@fedoraproject.org> wrote:

> I am trying to update go-task for some time now and consistently getting
> a build error/failure with no clear indication of what's happened:
>
> https://download.copr.fedorainfracloud.org/results/fuller/test-builds/fedora-rawhide-x86_64/06508072-golang-github-task/builder-live.log.gz
>
> Is it possible that there are build flags are default settings in the
> golang macros that might be leading to this?
>
> Thanks,
> fuller
> _______________________________________________
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@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, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@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, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to