-
Notifications
You must be signed in to change notification settings - Fork 18k
x/text : undefined #24473
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
Comments
Those are all functions defined in one file but used in a different file in the same package. That suggests two hypotheses, and some steps to test them:
|
Hello,
So... no changes apparently |
And the 2nd part,
We just create the same tree as you, so we use a macro %gobuildroot which sets up the build environment and creates the _bin directory
No we remove them |
From the diff you posted it looks like you are missing files. It seems likely that the problem is in your If you believe this is a problem in the Go toolchain itself, please post steps that we can follow ourselves to reproduce it. |
Yes ! In fact, some missing files are important and my Thanks |
Hello !
What version of Go are you using (
go version
)?Go 1.10
Does this issue reproduce with the latest release?
yes, release 0.3.0
What operating system and processor architecture are you using (
go env
)?linux/amd64
What did you do?
Testing: "/builddir/build/BUILD/prometheus-2.2.1/_build/src/github.com/prometheus/prometheus/config"
What did you see ?
It happens when i try to test the prometheus project in version 2.2.1
Thanks for your help
The text was updated successfully, but these errors were encountered: