* Fabio Valentini:

> Hi all,
>
> I've started to see very strange build failures of syncthing since the
> update from go 1.18 to 1.19:
> https://koschei.fedoraproject.org/package/syncthing?collection=f37
>
> I've looked at build logs, but there's no obvious source of a problem
> that I can see in the usual "megabyte-sized wall of inscrutable build
> commands / output".  Grepping for "error" does not help, the build
> just appears to "fail" at some point.
>
> Could somebody please take a look? I don't know what's going wrong.

Pretty much all Go compiler error messages contain the chracter sequence
“.go:”.  Using that, we end up at:

| 
_build/src/github.com/syncthing/syncthing/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go119.go:6:13:
 cannot use "The version of quic-go you're using can't be built on Go 1.19 yet. 
For more details, please see 
https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions."; 
(untyped string constant "The version of quic-go you're using can't be built on 
Go 1.19 yet. F...) as int value in variable declaration

Which is pretty self-explanatory.

Thanks,
Florian
_______________________________________________
golang mailing list -- golang@lists.fedoraproject.org
To unsubscribe send an email to golang-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/golang@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to