This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cannot create temp file for here document


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]