http://bugs.winehq.org/show_bug.cgi?id=33882
--- Comment #7 from pg_nedev@abv.bg --- Hi,
In the main source folder (in your case linux-3.12.20-src-dir) I'm running:
wine gtags.exe -c
which reports:
sort: cannot create temporary file: \s14.: Permission denied
This is with native msvcrt.dll. You'll need to have gtags.exe and sort.exe in the src folder. If I remove the sort.exe then gtags.exe passes with some warning about sort not completed.
It appears sort.exe which is invoked from gtags.exe does not have permissions to create its temporaries.
Thanks, Pavel