Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Problem with "syscall" in src/golang.org/x/net/ipv6/control_rfc3542_unix.go #7

Open
johnwhitton opened this issue Mar 8, 2016 · 0 comments

Comments

@johnwhitton
Copy link

Hi,

I'm trying to set up and run this project here is what I have done and attached and below is the issue that I am facing.

  1. Installed the Google App Engine SDK for GO
  2. Cloned the repository to my local machine
  3. Set my GOPATH to the backend sub-directory
  4. Created a src sub-directory under backend
  5. Moved posts.go into the src sub-directory
  6. Imported the dependencies using goapp get in posts.go
  7. Went to the project parent directory and ran goapp serve dispatch.yaml frontend/app.yaml backend/app.yaml

When running this I get the following error
2016/03/07 14:49:09 go-app-builder: Failed parsing input: parser: bad import "syscall" in src/golang.org/x/net/ipv6/control_rfc3542_unix.go

I also tried doing a goapp get syscall but this did not help.
Attached is the log file, also doing some quick searches I found this issue which appears similar
https://code.google.com/p/googleappengine/issues/detail?id=12555
Also below the results of goapp version
Johns-MacBook-Pro:~ johnwhitton$ goapp version
go version go1.4.2 (appengine-1.9.33) darwin/amd64

Any advice is appreciated.

Regards,

John
ErrorCloudPolymerGo.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant