Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 724518 - media-gfx/gif2png-3.0.0: version bump
Summary: media-gfx/gif2png-3.0.0: version bump
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-05-22 00:40 UTC by Sam James
Modified: 2022-01-01 19:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.