[GnuWin32-Users] [gnuwin32 - Help] RE: "Permission Denied" when lau...
Provides native Win32 open source ports and utilities
Brought to you by:
gnuwin32
From: SourceForge.net <no...@so...> - 2011-03-21 14:29:45
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4417725 By: mz2ptc0 [quote]This is not a manifest issue, it is an issue with the function that creates a random temp file for ed. It appears the function does not check the environment for TEMP/TMP/TMPDIR, instead writing to the root of the working directory.[\quote] Since this is the case I decided to install the ed package with mingw and test it in a limited user account on Windows XP SP3. The same bug occurs and the workaround works. ...(snip) D:\gnwn-src\src\ed\1.5\ed-1.5-src>ed README Permission denied D:\gnwn-src\src\ed\1.5\ed-1.5-src>subst x: . D:\gnwn-src\src\ed\1.5\ed-1.5-src>x: X:\>ed README 5832 1,30l GNU ed is a line-oriented text editor. (snip).... It is possible that an update to ed 1.5 might fix this bug. _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4417725/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |