https://bugs.winehq.org/show_bug.cgi?id=47100
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi Eric,
I'm looking into a possibly related issue at the moment, does it work if the >destination exists?do you mean like below?
Do you mean like below? It makes a difference apparently but it looks weird to me: File: foo -> .///././/////////////////////////.//.//bar
Commands issued:
louis@debian:~$ cd $(mktemp -d) louis@debian:/tmp/tmp.RbSb9zue4d$ touch /home/louis/.wine/dosdevices/z:/tmp/tmp.RbSb9zue4d/bar
louis@debian:/tmp/tmp.RbSb9zue4d$ /opt/wine-staging/bin/wine cmd /C "mklink foo bar" 000b:fixme:winediag:start_process Wine Staging 4.7 is a testing version containing experimental patches. 000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
louis@debian:/tmp/tmp.RbSb9zue4d$ stat foo File: foo -> .///././/////////////////////////.//.//bar Size: 42 Blocks: 0 IO Block: 4096 symbolic link Device: 801h/2049d Inode: 1048638 Links: 1 Access: (0777/lrwxrwxrwx) Uid: ( 1000/ louis) Gid: ( 1000/ louis) Access: 2019-04-30 09:06:20.557608527 +0200 Modify: 2019-04-30 09:06:20.557608527 +0200 Change: 2019-04-30 09:06:20.557608527 +0200 Birth: -
louis@debian:/tmp/tmp.RbSb9zue4d$ ls -al total 8 drwx------ 2 louis louis 4096 Apr 30 09:06 . drwxrwxrwt 14 root root 4096 Apr 30 09:05 .. -rw-r--r-- 1 louis louis 0 Apr 30 09:05 bar lrwxrwxrwx 1 louis louis 42 Apr 30 09:06 foo -> .///././/////////////////////////.//.//bar