Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 724518

Summary: media-gfx/gif2png-3.0.0: version bump
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=717948
https://bugs.gentoo.org/show_bug.cgi?id=688702
https://github.com/gentoo/gentoo/pull/23621
https://github.com/gentoo/gentoo/pull/23622
Whiteboard:
Package list:
Runtime testing required: ---

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-05-22 00:40:00 UTC
gif2png has been rewritten in Go: http://www.catb.org/~esr/gif2png/NEWS
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-01-25 04:47:39 UTC
This isn't using the normal go module things but it also requires a couple go dependencies:

go build -gcflags '-N -l' -o gif2png gif2png.go
gif2png.go:14:2: cannot find package "golang.org/x/crypto/ssh/terminal" in any of:
        /usr/lib/go/src/golang.org/x/crypto/ssh/terminal (from $GOROOT)
        /var/tmp/portage/media-gfx/gif2png-3.0.0/homedir/go/src/golang.org/x/crypto/ssh/terminal (from $GOPATH)
gif2png.go:13:2: cannot find package "golang.org/x/sys/unix" in any of:
        /usr/lib/go/src/golang.org/x/sys/unix (from $GOROOT)
        /var/tmp/portage/media-gfx/gif2png-3.0.0/homedir/go/src/golang.org/x/sys/unix (from $GOPATH)
make: *** [Makefile:11: gif2png] Error 1

I guess these would have to be packaged, too.