Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: Barry Demchak Subject: Re: cannot create temp file for here document Date: Fri, 15 Jul 2005 17:52:06 +0000 (UTC) Lines: 78 Message-ID: References: <071520051616 DOT 17192 DOT 42D7E14F0006D1840000432822007510900A050E040D0C079D0A AT comcast DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Hi, Dave -- Pretty simple and interesting. It seems like "sort" is failing ... as if there's problems with the temp directory (???). Here's what it looks to me: A) The TEMP and TMP environment variables are both /cygdrive/c/DOCUME~1/BARRYD~1/LOCALS~1/Temp B) The !C environment variable (which I suppose must be the same as /cygdrive/c) is C:\Cygwin\bin If that's all true, then the temp directory it must be trying to use would be C:\Cygwin\bin\DOCUME~1/BARRYD~1/LOCALS~1/Temp ... which does not exist So, I added DOCUME~1/BARRYD~1/LOCALS~1/Temp under C:\Cygwin\bin ... but that didn't seem to help. So, I'm out to lunch here ... below is the -x dump: + PATH='/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/WINNT/system32:/ cygdrive/c/WINNT:/cygdrive/c/WINNT/System32/Wbem:/cygdrive/e/sysprog/java/j2sdk1 .4.2_08/bin:/cygdrive/c/PROGRAM FILES/THINKPAD/UTILITIES:/cygdrive/e/comprog/Sym antec/pcAnywhere/:/cygdrive/e/comprog/symantec/winfax/macros:/cygdrive/e/sysprog /Microsoft/Support Tools/:/cygdrive/c/Program Files/ATI Technologies/ATI Control Panel:/cygdrive/c/Program Files/ATI Technologies/Fire GL 3D Studio Max:/cygdriv e/c/Program Files/ATI Technologies/Fire GL Control Panel' + export PATH + MANPATH=/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man: + export MANPATH + INFOPATH=/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/u sr/autotool/stable/info: + export INFOPATH ++ id -un + USER=bdemchak + export USER + '[' '!' -d /home/bdemchak ']' + chmod 1777 /tmp + MAKE_MODE=unix + export MAKE_MODE + CVS_RSH=/bin/ssh + export CVS_RSH + case "`echo "_$0" | /usr/bin/tr '[:upper:]' '[:lower:]' | /usr/bin/sed -e 's/^ _//'`" in ++ echo _bash ++ /usr/bin/tr '[:upper:]' '[:lower:]' ++ /usr/bin/sed -e 's/^_//' ++ hostname + HOSTNAME=malex + export HOSTNAME + PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ ' + export PS1 + '[' -d /etc/profile.d ']' ++ /bin/find /etc/profile.d -type f -iname '*.sh' -or -iname '*.zsh' ++ LC_ALL=C ++ sort bash: cannot create temp file for here document: No such file or directory + umask 022 + PRINTER= + case `uname -s` in ++ uname -s ++ regtool -q get '\user\Software\Microsoft\Windows NT\CurrentVersion\Windows\De vice' ++ sed 's/,.*$//' + PRINTER='\\MCHEWBACCA\KOOP PCL 5E' + export PRINTER + '[' '!' -z '' ']' + cd /home/bdemchak + case `id -ng` in ++ id -ng + '[' -e /etc/bash.bashrc ']' + source /etc/bash.bashrc + '[' -e /home/bdemchak/.bashrc ']' + source /home/bdemchak/.bashrc -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/