stow -R reports a bug when user directory contains a softlink with absolute path
Martin Castillo <[email protected]> Fri, 12 Jan 2024 16:57:11 +0100
| Newsgroups | gmane.comp.gnu.stow.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi, I get BUG in find_stowed_path? Absolute/relative mismatch between Stow dir stow and path /var at /usr/share/perl5/vendor_perl/Stow.pm line 966, <DATA> line 22. LINK: bar => stow/pack/bar WARNING: in simulation mode so not modifying filesystem. after running mkdir -p bug/stow/pack echo foo >bug/stow/pack/bar ln -s /var bug/link cd bug/stow stow -n -v -R pack using stow (GNU Stow) version 2.3.1, and I thought you might be interested to know. Greetings, Martin Castillo