Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this still being maintained? Getting build error #113

Open
bynatejones opened this issue Nov 3, 2020 · 3 comments
Open

Is this still being maintained? Getting build error #113

bynatejones opened this issue Nov 3, 2020 · 3 comments

Comments

@bynatejones
Copy link

Trying to install Starter 1.4.3 on a Windows 10 machine. I downloaded the latest .exe and ran it, but that seemed to only install the template files to '.starter', and I wasn't able to use the 'starter' command in PowerShell even after a restart, so I downloaded the 1.4.3 source code and tried to build with docker-compose up, but it's failing on a dependency I believe. Here's the CLI output:

PS C:\bin\starter-1.4.3> docker-compose up
WARNING: The PWD variable is not set. Defaulting to a blank string.
Building starter
Step 1/11 : FROM golang:1.7
 ---> 225948c9a8b1
Step 2/11 : MAINTAINER Cloud 66
 ---> Using cache
 ---> b4a5b8751a8c
Step 3/11 : RUN go get github.com/mitchellh/gox
 ---> Using cache
 ---> 9054a2705a1c
Step 4/11 : RUN go get -u github.com/kardianos/govendor
 ---> Using cache
 ---> e97a197e948d
Step 5/11 : RUN go get github.com/tools/godep
 ---> Using cache
 ---> 53c0e877e4e8
Step 6/11 : RUN go get github.com/onsi/ginkgo/ginkgo
 ---> Running in 91d38e331088
package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)
ERROR: Service 'starter' failed to build : The command '/bin/sh -c go get github.com/onsi/ginkgo/ginkgo' returned a non-zero code: 1

Any idea how to fix this so I can successfully build and use Starter? Appreciate the help and the open source tech!

@khash
Copy link
Member

khash commented Nov 3, 2020

Hi,
Thank you for the feedback. Our Windows support is not full but we're aiming to cover more. The tool is definitely maintained though. This particular issue might be related to the dependencies around vendoring, which we're going to address by moving Starter to go modules. Stay tuned!

@bynatejones
Copy link
Author

Sweet, thanks for getting back to me. I'll keep watching this repo for those updates!

@khash
Copy link
Member

khash commented Dec 14, 2020

Starter is now using Go modules which should help with build dependencies.

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

No branches or pull requests

2 participants