You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this might be something of the moment, as I tried it 2 days ago on a very similar setup and it worked, but today when I "make" the 0.2.1 beta (from the .tar.gz) I get this error:
# make
[RELOCATE]
[GO-GET] git.devever.net/hlandau/acmetool
package github.com/godbus/dbus/v5: cannot find package "github.com/godbus/dbus/v5" in any of:
/usr/lib/go-1.7/src/github.com/godbus/dbus/v5 (from $GOROOT)
/tmp/acmetool-0.2.1/src/github.com/godbus/dbus/v5 (from $GOPATH)
package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)
Makefile:76: recipe for target '.gotten' failed
make: *** [.gotten] Error 1
I checked https://github.com/godbus/dbus/v5 and there's a v4 branch but no v5 (and no history of the removal of v5 I can get to), so I suppose this has moved to master for them or something like that?
Either way, acmetool seems to be depending specifically on that v5 but I don't find the specific dependency defined in the raw source, only after a test at "make".
The text was updated successfully, but these errors were encountered:
Hi,
I believe this might be something of the moment, as I tried it 2 days ago on a very similar setup and it worked, but today when I "make" the 0.2.1 beta (from the .tar.gz) I get this error:
I checked https://github.com/godbus/dbus/v5 and there's a v4 branch but no v5 (and no history of the removal of v5 I can get to), so I suppose this has moved to master for them or something like that?
Either way, acmetool seems to be depending specifically on that v5 but I don't find the specific dependency defined in the raw source, only after a test at "make".
The text was updated successfully, but these errors were encountered: