Syncthing Build Error, Ubuntu

Go version 1.9 confirmed, running Ubuntu 16.04.3.

After pulling from Git, I recieve the following when running go run build.go:

warning: “github.com/syncthing/syncthing/cmd/…” matched no packages ok _/home/username/syncthing/meta 0.001s

and then it returns to terminal.

Any help appreciated, hopefully an easy fix.

Build instructions: Building Syncthing — Syncthing v1 documentation

Follow them. :wink: Most likely you have a GOPATH set, and the source is not in the right place. Potentially the build succeeded and it’s just the meta check that fails due to GOPATH, there is not information to tell. Look in bin/.

Go path was incorrectly configured. Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.