[Bug 249099] www/caddy: 2.1.1 from pkg won't start on my FreeBSD 12.1-RELEASE-p9 box
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 4 12:21:47 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249099
--- Comment #1 from Daniel Tihanyi <daniel.tihanyi at tetragir.com> ---
(In reply to Gavin from comment #0)
Hello Gavin,
thank you for your feedback. This is a known issue caused by quic-go not being
prepared to be compiled with Go 1.15. This will be solved once Caddy is updated
to 2.2 which will contain an updated version of quic-go that is compatible with
Go 1.15. In the meantime you can try to compile Caddy yourself with Go 1.14 or
use Caddy 2.1.1 which is compiled with Go 1.14.
This is the Github issue for the update for quic-go:
https://github.com/lucas-clemente/quic-go/issues/2614
Also just updating quic-go to a newer release is not that straightforward as
build fails with:
# github.com/lucas-clemente/quic-go/internal/qtls
vendor/github.com/lucas-clemente/quic-go/internal/qtls/qtls.go:120:3: unknown
field 'GetAppDataForSessionState' in struct literal of type qtls.Config
vendor/github.com/lucas-clemente/quic-go/internal/qtls/qtls.go:121:3: unknown
field 'SetAppDataFromSessionState' in struct literal of type qtls.Config
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list