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: stderr issues when running bat scripts


I have downloaded the latest snapshot and the issue remains.  Also attached is the cygcheck -srv
output.
Clint

--- Igor Pechtchanski <pechtcha@cs.nyu.edu> wrote:
> On Wed, 28 Jan 2004, Clint Bennion wrote:
> 
> > Although this appears on the surface to be a windows issue I am bringing
> > this to the cygwin group for two reasons.
> > 1 - It only fails when I run it from a bash shell.
> > 2 - It recently started failing.  I re-installed an older version of the
> > cygwin package and the problem goes away.
> >
> > Version that failed:
> > Cygwin 1.5.6-1
> >
> > Tested working version:
> > Cygwin 1.5.5-1
> >
> > OS
> > Windows 2000 Professional
> > 5.0.2195 Service Pack 4 Build 2195
> 
> There's more to your Cygwin configuration than the version of the DLL.
> Please read and follow <http://cygwin.com/problems.html>.  Attaching the
> output of "cygcheck -svr" is not optional.
> 
> > Here are two scripts for a test case.  The bat script calls the cscript in a for loop.  The
> for
> > loop catches the last line from stdout and puts it in the variable out.  The cscript simply
> puts
> > the text "STDOUT" to stdout and "STDERR" to stderr.
> >
> > ======Start tst.bat
> > rem echo "" 1>&2
> > echo "********************************"
> > set CMD=cscript /nologo tst.wsf
> > FOR /F "delims=#" %%A IN ('%CMD%') DO set OUT=%%A
> > echo %OUT%
> > ======End tst.bat
> > ======Start tst.wsf
> > <package>
> >         <job id="test">
> >                 <script language="JScript">
> >                         WScript.stderr.writeLine( "STDERR" );
> >                         WScript.stdout.writeLine( "STDOUT" );
> >                 </script>
> >         </job>
> > </package>
> > ======End tst.wsf
> >
> > ======Start output
> > m:\class\cmd>rem echo "" 1>&2
> >
> > m:\class\cmd>echo "********************************"
> > "********************************"
> >
> > m:\class\cmd>set CMD=cscript /nologo tst.wsf
> >
> > m:\class\cmd>FOR /F "delims=#" %A IN ('cscript /nologo tst.wsf') DO set OUT=%A
> >
> > m:\class\cmd>set OUT=CScript Error: Execution of the Windows Script Host failed.
> >  (Unspecified error
> >
> > m:\class\cmd>set OUT=)
> >
> > m:\class\cmd>echo )
> > =========End Output
> >
> > There are multiple things that I can do to get the scripts to run.
> > 1) Uncomment the first echo line.  This line redirects a return to stderr.
> > 2) Don't ever send to stderr in the cscript
> > 3) Redirect either stdout or stderr to a file when running tst.bat
> >
> > Another interesting test case that I will describe.  Adding a line with
> > "%CMD%" before and after the for loop causes the cscript to be called
> > directly.  In this case the first call succeeds.  The for loop fails and
> > the next call to cscript fails.
> >
> > I probably shouldn't do this, since I know so little about the inner
> > workings, but here is my musings. It would seem that the for loop causes
> > special problems.  Possibly because it is doing a form of redirection,
> > stdout to the set commands and stderr should go to the screen.
> > Although this causes problems for future calls to cscript I don't know
> > why.  It must be that adding the echo to stderr at the first causes the
> > plumbing for stderr to be setup properly and all future commands
> > succeed.  There is no need to respond to this paragraph.  I wrote it
> > just to help get the thought process going if it is needed.
> >
> > Clint
> 
> Did you try the latest snapshot?  There were some problems with 1.5.6 that
> were fixed in CVS.  See <http://cygwin.com/snapshots/>.
> 	Igor
> -- 
> 				http://cs.nyu.edu/~pechtcha/
>       |\      _,,,---,,_		pechtcha@cs.nyu.edu
> ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
>      |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
>     '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
> 
> "I have since come to realize that being between your mentor and his route
> to the bathroom is a major career booster."  -- Patrick Naughton
> 
> --
> 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/
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Thu Jan 29 10:00:38 2004

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:	.\
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	c:\WINNT\MS\SMS\CORE\BIN
	m:\class\dcmd
	m:\class\cmdsite
	m:\class\cmd
	m:\class\cmd\support
	m:\OrbixWeb\bin
	c:\JBuilderX\jdk1.4\bin
	c:\perl\bin
	c:\oracle\ora92\bin
	c:\WINNT\system32
	c:\WINNT
	c:\WINNT\System32\Wbem
	c:\Program Files\Starbase\StarGate SDK\Lib
	C:\cygwin\bin
	.
	C:\cygwin\usr\X11R6\bin
	C:\cygwin\home\clintsb\shs
	C:\cygwin\home\clintsb\awk
	d:\vim\vim60

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1001(cbennion) GID: 513(None)
513(None)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1001(cbennion) GID: 513(None)
544(Administrators)  545(Users)           
1000(ORA_DBA)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

CYGWIN = `binmode tty ntsec'
HOME = `C:\cygwin\home\clintsb'
MAKE_MODE = `unix'
PWD = `m:/class/cmd'
USER = `cbennion'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\cbennion\Application Data'
AWS_DIR = `/home/clintsb/awk'
CLASSHOME = `M:\class'
CLASSMCS = `m:/class/src/com/brooks/classmcs'
CLASSPATH = `M:\works\out;M:\works\classes;M:\class\out;M:\class\classes;M:\OrbixWeb\lib\OrbixWeb.jar;C:\JBuilderX\jdk1.4\jre\lib\rt.jar;C:\JBuilderX\jdk1.4\lib\tools.jar;M:\class\lib\classmcs.jar;'
CLASS_BASE = `M:\class'
CLASS_EXT_DIRS = `M:\class\patch;M:\class\lib;M:\class\serverLib;'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `CBENNION02'
COMSPEC = `C:\WINNT\system32\cmd.exe'
DISPLAY = `127.0.0.1:0.0'
HOMEDRIVE = `G:'
HOMEPATH = `\'
HOMESHARE = `\\file-slc1\cbennion$'
INCLUDE = `C:\Program Files\WMI\include'
IT_CONFIG_PATH = `M:\OrbixWeb\config'
IT_IDLGEN_CONFIG_FILE = `M:\Iona\config\idlgen.cfg'
JAVAHOME = `C:\JBuilderX\jdk1.4'
JAVAORB = `M:\OrbixWeb'
JSERV = `C:\oracle\ora92/Apache/Jserv/conf'
LIB = `C:\Program Files\WMI\lib'
LOGONSERVER = `\\MAIL-NAWEST4'
MANPATH = `:/usr/X11R6/man:/usr/ssl/man'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `m:/class/src'
ORBIX_HOME = `M:\OrbixWeb'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 3, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0803'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PROMPT_COMMAND = `cmd /c title `pwd`'
PS1 = `> '
SHELL = `C:\cygwin\cygwin.bat'
SHLVL = `1'
SHS_DIR = `/home/clintsb/shs'
SMS_LOCAL_DIR = `C:\WINNT'
STARTEAM = `C:\Documents and Settings\cbennion\Application Data\Starbase\StarTeam.ini'
STARTEAMAPP = `C:\Program Files\Starbase\StarTeam 5.2'
STLICENSE = `C:\Program Files\StarTeam 4.0\'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `c:\DOCUME~1\cbennion\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `c:\DOCUME~1\cbennion\LOCALS~1\Temp'
USERDOMAIN = `BROOKS'
USERNAME = `cbennion'
USERPROFILE = `C:\Documents and Settings\cbennion'
WINDIR = `C:\WINNT'
WORKSHOME = `M:\works'
WORKSTATIONID = `C:\Program Files\StarTeam VirtualTeam Server 4.0\ConnectionManager.ini'
WV_GATEWAY_CFG = `C:\oracle\ora92\Apache\modplsql\cfg\wdbsvr.app'
_ = `/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000020
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/perl
  (default) = `c:\perl'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts
  (default) = `C:\cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  NTFS   38170Mb  90% CP CS UN PA FC     Local Disk
d:  cd           N/A    N/A                    
e:  hd  NTFS   38170Mb  90% CP CS UN PA FC     Local Disk
g:  net NTFS   208374Mb  92% CP CS UN PA FC     
m:  hd  NTFS   38170Mb  90% CP CS UN PA FC     Local Disk

C:\cygwin                          /                         system  textmode
c:\perl                            /perl                     system  binmode
C:\cygwin/bin                      /usr/bin                  system  textmode
C:\cygwin/lib                      /usr/lib                  system  textmode
C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
.                                  /cygdrive                 system  textmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Found: C:\cygwin\bin\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Not Found: ld
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

  802k 2003/09/15 C:\cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygaspell-15.dll" v0.0 ts=2003/9/15 6:32
   61k 2003/08/09 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2003/8/9 0:35
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 1:57
  842k 2003/09/30 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/9/30 10:49
  645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2003/4/11 4:37
   22k 2003/10/17 C:\cygwin\bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcygipc-2.dll" v0.0 ts=2003/10/16 23:24
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2002/7/24 10:24
  831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.1.dll" v0.0 ts=2003/9/20 15:51
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 10:25
 1080k 2003/09/20 C:\cygwin\bin\cygdb_cxx-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.1.dll" v0.0 ts=2003/9/20 15:53
  155k 2004/01/07 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2004/1/7 9:14
  131k 2003/10/28 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2003/10/28 15:44
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/24 23:28
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/8 23:03
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 3:25
  361k 2003/10/25 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2003/10/21 22:18
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 1:58
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/10 20:12
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/19 20:05
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 2:00
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/10 20:13
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/6 21:34
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/10 17:16
  958k 2003/08/10 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 14:57
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 2:28
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 15:50
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 11:09
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/24 23:27
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/8 23:03
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 3:25
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/24 23:29
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/8 23:03
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/24 23:17
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/8 23:03
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 3:24
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/24 23:27
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/8 23:03
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 3:24
   62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/12/11 10:01
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 2:31
    9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/12/11 10:01
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 2:31
 1049k 2003/11/07 C:\cygwin\bin\cygperl5_8_2.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_2.dll" v0.0 ts=2003/11/7 4:08
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/8 23:45
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/6 21:34
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/10 17:16
  171k 2003/09/30 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2003/9/30 10:49
  165k 2003/04/11 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl.dll" v0.0 ts=2003/4/11 4:37
   60k 2003/08/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/8/9 0:28
 1084k 2004/01/29 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2004/1/26 15:38
    Cygwin DLL version info:
        DLL version: 1.5.7
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 109
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Mon Jan 26 17:38:03 EST 2004
        CVS tag: cr-0x9e
        Snapshot date: 20040126-17:31:09
        Shared id: cygwin1S3

  237k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2003/11/17 18:41
  121k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2003/11/17 18:41
  282k 2003/10/28 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-9.dll" v0.0 ts=2003/10/18 0:44
  373k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2003/11/17 18:39
  439k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2003/11/17 18:40
   74k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2003/11/17 18:30
    9k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2003/11/17 18:30
 1271k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2003/11/17 18:39
   20k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2003/11/17 18:42
   30k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2003/11/17 18:30
  864k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2003/11/17 18:30
  253k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-6.dll" v0.0 ts=2003/11/17 18:33
  355k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2003/11/17 18:34
   36k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2003/11/17 18:43
   49k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2003/11/17 18:30
   56k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-1.dll" v0.0 ts=2003/11/17 18:42
   74k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2003/11/17 18:42
   27k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2003/11/17 18:34
   76k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2003/11/17 18:32
   11k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2003/11/17 18:32
   26k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2003/11/17 18:35
   51k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2003/11/17 18:32
   14k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2003/11/17 18:43
   26k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2003/11/17 18:42
  282k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2003/11/17 18:31
   27k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2003/11/17 18:43
   17k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2003/11/17 18:34
   15k 2003/11/18 C:\cygwin\usr\X11R6\bin\cygXv-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXv-1.dll" v0.0 ts=2003/11/17 18:35

Cygwin Package Information
Last downloaded files to: C:\Downloads\cygnus
Last downloaded files from: ftp://mirrors.xmission.com/cygwin

Package                 Version            
_update-info-dir        00226-1            
ash                     20031007-1         
aspell                  0.50.3-1           
aspell-dev              0.50.3-1           
aspell-doc              0.50.3-1           
aspell-en               0.51.0-1           
base-files              2.6-1              
base-passwd             1.1-1              
bash                    2.05b-7            
bc                      1.06-1             
bzip2                   1.0.2-5            
clear                   1.0-1              
cron                    3.0.1-11           
crypt                   1.1-1              
cygipc                  2.02-1             
cygrunsrv               0.97-1             
cygutils                1.2.2-1            
cygwin                  1.5.6-1            
cygwin-doc              1.3-6              
diff                    1.0-1              
diffutils               2.8.4-1            
editrights              1.01-1             
expat                   1.95.7-1           
fileutils               4.1-2              
findutils               4.1.7-4            
fontconfig              2.2.0-1            
freetype2               2.1.5-1            
gawk                    3.1.3-4            
gdbm                    1.8.3-7            
gettext                 0.12.1-3           
grep                    2.5-1              
groff                   1.18.1-2           
gzip                    1.3.5-1            
inetutils               1.3.2-25           
less                    381-1              
libaspell15             0.50.3-1           
libbz2_1                1.0.2-5            
libdb3.1                3.1.17-2           
libdb4.1                4.1.25-1           
libfontconfig1          2.2.0-1            
libfreetype26           2.1.5-1            
libgdbm                 1.8.0-5            
libgdbm-devel           1.8.3-7            
libgdbm3                1.8.3-3            
libgdbm4                1.8.3-7            
libiconv2               1.9.1-3            
libintl                 0.10.38-3          
libintl1                0.10.40-1          
libintl2                0.12.1-3           
libncurses5             5.2-1              
libncurses6             5.2-8              
libncurses7             5.3-4              
libpcre                 4.1-1              
libpcre0                4.5-1              
libpopt0                1.6.4-4            
libreadline4            4.1-2              
libreadline5            4.3-5              
login                   1.9-7              
make                    3.80-1             
man                     1.5k-2             
mktemp                  1.5-3              
ncurses                 5.3-4              
newlib-man              20020801           
openssh                 3.7.1p2-2          
openssl                 0.9.7c-1           
openssl096              0.9.6j-1           
pcre                    4.5-1              
pcre-doc                4.5-1              
perl                    5.8.2-1            
perl_manpages           5.8.2-1            
postgresql              7.4.1-3            
rcs                     5.7-3              
readline                4.3-5              
sed                     4.0.8-1            
sh-utils                2.0.15-4           
tar                     1.13.25-5          
termcap                 20021106-2         
terminfo                5.3_20030726-1     
texinfo                 4.2-4              
textutils               2.0.21-1           
unzip                   5.50-5             
vim                     6.2.098-1          
which                   1.5-2              
XFree86-base            4.3.0-1            
XFree86-bin             4.3.0-8            
XFree86-etc             4.3.0-6            
XFree86-fenc            4.2.0-3            
XFree86-fnts            4.2.0-3            
XFree86-lib             4.3.0-1            
XFree86-lib-compat      4.3.0-2            
XFree86-man             4.3.0-2            
XFree86-startup-scripts 4.2.0-5            
XFree86-xserv           4.3.0-42           
zip                     2.3-5              
zlib                    1.1.4-4            
Use -h to see help about each section

--
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]