Opened 11 months ago

Last modified 6 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)

kubeseal_main.log (14.2 KB) - added by tux-o-matic (Benjamin Merot) 10 months ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 11 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: set to herbygillot
Status: newassigned
Summary: kubeseal 0.24.3 fails to compilekubeseal @0.24.3: undefined: yaml_emitter_emit

Please attach the main.log file.

Changed 10 months ago by tux-o-matic (Benjamin Merot)

Attachment: kubeseal_main.log added

comment:2 Changed 10 months ago by tux-o-matic (Benjamin Merot)

Done

comment:3 Changed 10 months ago by herbygillot (Herby Gillot)

kubeseal has been updated in https://github.com/macports/macports-ports/commit/513ae37fd932c6557bb243e9b2c5059b9f2c41e1

Can you verify if you're still seeing the same issue after upgrade?

Version 0, edited 10 months ago by herbygillot (Herby Gillot) (next)

comment:4 Changed 10 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:5 Changed 6 months ago by tux-o-matic (Benjamin Merot)

Could install 0.26.1 without issues.

comment:6 Changed 6 months ago by tux-o-matic (Benjamin Merot)

Owner: changed from herbygillot to tux-o-matic
Note: See TracTickets for help on using tickets.