-
Notifications
You must be signed in to change notification settings - Fork 148
Error on freebsd with $PWD != $(realpath $PWD) #422
Comments
Thanks for the report. I'll look into it soon. On Wed, 7 Oct 2015 09:11 eli notifications@github.com wrote:
|
@davecheney I think I found the root cause.
It appears that filepath.Abs does not resolve symlinks on its own.
edit: updated diff with a few more lines of context |
Thanks. I agree with your diagnosis. That check was added a while back. The On Wed, 7 Oct 2015 12:56 eli notifications@github.com wrote:
|
I updated the diff to show a bit more context, and to make it clear that resolving symlinks would be additive, not intended to replace the existing absolutification (that isn't a real word is it?!) of the path. |
Forgot to mention that I am in no hurry, as I do have a valid workaround (via |
@davecheney any further thoughts on this? |
Awesome. Thanks @davecheney. |
Thanks for confirming.
|
On FreeBSD
/home
is often a symlink to/usr/home
. This seems to not agree with gb for some reason, and I have to specify the -R path directly.Using gb fetched via go get today (Oct 6).
The text was updated successfully, but these errors were encountered: