openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.9k stars 3.41k forks source link

Dnscrypt-proxy2 fails to build on Kernel 6.1.46 - GO fault #21892

Closed ruralroots closed 11 months ago

ruralroots commented 11 months ago

Builds Clean on Kernel 6.1.42

Build Error on Kernel 6.1.46:

Building targets
github.com/DNSCrypt/dnscrypt-proxy/vendor/github.com/quic-go/quic-go/internal/qtls
# github.com/DNSCrypt/dnscrypt-proxy/vendor/github.com/quic-go/quic-go/internal/qtls
src/github.com/DNSCrypt/dnscrypt-proxy/vendor/github.com/quic-go/quic-go/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.com/quic-go/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.21 yet. F...) as int value in variable declaration
brada4 commented 11 months ago

Nothing to do with kernel version. Either patch quic module version to compatible or bump package version backing https://github.com/openwrt/packages/issues/21881

BKPepe commented 11 months ago

As pointed out. This is duplicited issue. Closing.