diamondburned / gtkcord3

A Gtk3 Discord client in Golang
GNU General Public License v3.0
628 stars 28 forks source link

Installation fails with error #84

Open NickZ opened 4 years ago

NickZ commented 4 years ago

Ubuntu 20.04, Go 1.13

When installing with go get github.com/diamondburned/gtkcord3, it fails with the error:

package github.com/diamondburned/ningen/handler: cannot find package "github.com/diamondburned/ningen/handler" in any of:
    /usr/lib/go-1.13/src/github.com/diamondburned/ningen/handler (from $GOROOT)
    /home/nick/go/src/github.com/diamondburned/ningen/handler (from $GOPATH)

I notice that in the github.com/diamondburned/ningen repo, the "handler" folder was changed to "handlerrepo" after gtkcord3 was last updated?

diamondburned commented 4 years ago

That seems to be the case, yes.

a8underscore commented 4 years ago

will this be fixed? i cannot build myself because i am waiting for my distros repos to update go to v13 as it seems some dependency needs it to build.

diamondburned commented 4 years ago

It will not be, as I've already abandoned gtkcord in favor of other projects.

diamondburned commented 4 years ago

However, PRs are welcomed.

trvrplk commented 4 years ago

Hm, I know this problem seems to be fixed but for whatever reason I'm encountering the same error, except with the error message mentioning "arikawa/handler" instead of "ningen/handler". Strangely, searching the repo for "arikawa/handler" with ripgrep doesn't show any direct references for that.

I know the project's abandoned, but I figured I'd mention it since it seems like there's just some small issue somewhere that can be fixed with a pull request. Unfortunately I can't find the source of it.

diamondburned commented 4 years ago

After v1, arikawa/handler has been moved to arikawa/utils/handler. For future references, go get should not be used with -u, as it will update dependencies to breaking versions.