[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Need help with backporting golang-github-containers-image



On Fri, Oct 20, 2023 at 12:35:15PM +0530, Nilesh Patra wrote:
> I am trying to backport 5.26.1-2 release of golang-github-containers-image to bookworm.
> After backporting all of its other chain of deps, I see this build
> failure:
> 
> | src/github.com/containers/image/internal/signature/sigstore.go:6:2:
> | cannot find package "golang.org/x/exp/maps" in any of:
> |        /usr/lib/go-1.19/src/golang.org/x/exp/maps (from $GOROOT)
> |	        /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/golang.org/x/exp/maps
> |		(from $GOPATH)
> 
> Surprisingly, I don't see this in an unstable/testing chroot. I've tried
> to for golang to 1.21 as well in case this was something compiler
> specific but I still see same issues.
> 
> I'd really appreciate any help on this.

Looks like some dep was pulling "golang-golang-x-exp-dev" in unstable
but not in bookworm. Manually adding it in B-D fixes it.

This also needs a new version of exp-dev :)

Best,
Nilesh

Attachment: signature.asc
Description: PGP signature


Reply to: