chrisdutz opened a new issue, #11042:
URL: https://github.com/apache/iotdb/issues/11042

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and 
found nothing similar.
   
   
   ### Version
   
   1.3.0-SNAPSHOT
   
   ### Describe the bug and provide the minimal reproduce step
   
   When building with enabled "with-grafana-plugin" profile, the build 
succeeds, however the grafana plugin isn't built.
   When having a look at the build output, I can see an error when the script 
tries to compile "mage" because it's trying to change into a directory that 
doesn't exist.
   
   When I run `go env | grep GOPATH= | sed 's/\"//g'` I can see that it outputs 
`GOPATH='/Users/cdutz/go'` where the directory name is wrapped in single 
quotes. 
   
   If I remove the single quotes, the build works fine.
   
   As I installed go with homebrew, I could imagine that others are having the 
same problems (Actually I noticed the problem as someone reported to me having 
trouble building the plugin)
   
   
   
   ### What did you expect to see?
   
   Well I would have expected two things:
   1. The build should have failed, if there was a problem building the plugin
   2. I was expecting the plugin to be built 
   
   ### What did you see instead?
   
   The build succeeded, even if there were errors building the grafana plugin.
   
   And the build of the plugin failed because of the single quotes breaking the 
"cd" command to build mage.
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to