Opened 12 months ago
Last modified 7 months ago
#68670 assigned defect
kubeseal @0.24.3: undefined: yaml_emitter_emit
Reported by: | tux-o-matic (Benjamin Merot) | Owned by: | tux-o-matic (Benjamin Merot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | kubeseal |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
The latested update of the kubeseal Port fails to compile (upgrading from previous version).
:info:build go build -o kubeseal -ldflags "-X main.VERSION=v0.24.3" ./cmd/kubeseal :info:build # gopkg.in/yaml.v3 :info:build ../../../../pkg/mod/gopkg.in/yaml.v3@v3.0.1/encode.go:81:9: :info:build make: *** [kubeseal] Error 1
macOS Ventura on x86_64
Attachments (1)
Change History (7)
comment:1 Changed 12 months ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | set to herbygillot |
Status: | new → assigned |
Summary: | kubeseal 0.24.3 fails to compile → kubeseal @0.24.3: undefined: yaml_emitter_emit |
Changed 12 months ago by tux-o-matic (Benjamin Merot)
Attachment: | kubeseal_main.log added |
---|
comment:3 Changed 12 months ago by herbygillot (Herby Gillot)
kubeseal
has been updated in [513ae37fd932c6557bb243e9b2c5059b9f2c41e1/macports-ports]
Can you verify if you're still seeing the same issue after upgrade?
comment:4 Changed 12 months ago by tux-o-matic (Benjamin Merot)
Sadly version 0.24.4 of kubeseal still fails to install:
:info:build go build -o kubeseal -ldflags "-X main.VERSION=v0.24.4" ./cmd/kubeseal :info:build # gopkg.in/yaml.v3 :info:build ../../../../pkg/mod/gopkg.in/yaml.v3@v3.0.1/encode.go:81:9: undefined: yaml_emitter_emit :info:build make: *** [kubeseal] Error 1
comment:6 Changed 7 months ago by tux-o-matic (Benjamin Merot)
Owner: | changed from herbygillot to tux-o-matic |
---|
Note: See
TracTickets for help on using
tickets.
Please attach the main.log file.