Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Sep 2020 12:21:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 249099] www/caddy: 2.1.1 from pkg won't start on my FreeBSD 12.1-RELEASE-p9 box
Message-ID:  <bug-249099-7788-rWIQnM7Uhg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249099-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249099-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249099

--- Comment #1 from Daniel Tihanyi <daniel.tihanyi@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 be=
ing
prepared to be compiled with Go 1.15. This will be solved once Caddy is upd=
ated
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: unkno=
wn
field 'GetAppDataForSessionState' in struct literal of type qtls.Config
vendor/github.com/lucas-clemente/quic-go/internal/qtls/qtls.go:121:3: unkno=
wn
field 'SetAppDataFromSessionState' in struct literal of type qtls.Config

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249099-7788-rWIQnM7Uhg>