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

go install fails to find package #22

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 0 comments
Open

go install fails to find package #22

GoogleCodeExporter opened this issue Mar 24, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. Installed latest version of go binaries.
2. go install code.google.com/p/codesearch/cmd/cindex (or any other component 
library)

This produces:
can't load package: package code.google.com/p/codesearch/cmd/cindex: import 
"code.google.com/p/codesearch/cmd/cindex": cannot find package

After that failed, I simply cloned the repository using Hg, and tried to build 
locally. Not sure exactly how this is supposed to work (how to install all of 
the sources as the local versions of the packages), so whenever I try to build 
any sub-folder's contents (with go build), it produces the same error as above 
when attempting to locate a dependent package.

What version of the product are you using? On what operating system?

Windows, both 32-bit and 64-bit.

Original issue reported on code.google.com by osman.br...@gmail.com on 16 May 2012 at 1:13

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

No branches or pull requests

1 participant