Changes between Version 1 and Version 2 of Ticket #69156
- Timestamp:
- Jan 22, 2024, 3:56:38 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69156
-
Property
Status
changed from
new
toassigned
- Property Cc sirn catap added
-
Property
Summary
changed from
Error: Processing of port beets-full failed | Error: Failed to build ipfs
toipfs build failure: "The version of quic-go you're using can't be built on Go 1.21 yet."
- Property Owner set to herbygillot
- Property Keywords build error ipfs fails removed
- Property Port ipfs added; beets-full removed
-
Property
Status
changed from
-
Ticket #69156 – Description
v1 v2 2 2 3 3 **Build Logs Error:** 4 4 {{{ 5 5 :info:build # github.com/quic-go/quic-go/internal/qtls 6 6 :info:build 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 … … 10 10 :info:build Exit code: 2 11 11 :error:build Failed to build ipfs: command execution failed 12 }}} 12 13 13 ===========.14 14 Upstream developer note on quick-go versus go version: 15 15 https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions 16 16 17 =========== 17 {{{ 18 18 port version 19 19 Version: 2.8.1 … … 21 21 The following go port installed: 22 22 go @1.21.6_0 (active) 23 }}} 23 24 24 ===========25 25 26 26 Hardware: 27 27 {{{ 28 28 Hardware Overview: 29 29 … … 40 40 Provisioning UDID 41 41 Activation Lock Status: Enabled 42 43 44 =========== 42 }}} 45 43 46 44 Should this port be removed if the developer is not going to update their go to quick-go versions? 47