A test added in Stow commit 40a0807185054a47cdd022fd36f0d44fc1bab9dd causes a spurious warning when run when the target directory (a homedir) has symlinks pointing to absolute paths. Thus, the same directory might have:
.zshrc -> .home.d/.zshrc
bar -> /Volumes/Foo/Bar
BUG in find_stowed_path? Absolute/relative mismatch between Stow dir .home.d and path /Volumes/Foo/Bar at /Users/me/.home.d/tmp.32523/home-core.6816bba_sidecar/stow/bin/stow line 976, <DATA> line 22.
(The odd line number is because this is a fatpacked copy of Stow, but I don't think that has anything to do with it.)
I'm not sure what the appropriate fix is, so I'm afraid I don't have a patch.
Thanks very much,
Aaron