Summary: | media-gfx/gif2png-3.0.0: version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | 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
![]() ![]() ![]() ![]() 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. |