public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* setup.exe 2.427 problem with installation from rsync mirrors
@ 2004-12-17 14:36 Bernhard Sammer
  2004-12-17 14:55 ` Max Bowsher
  0 siblings, 1 reply; 13+ messages in thread
From: Bernhard Sammer @ 2004-12-17 14:36 UTC (permalink / raw)
  To: cygwin

*The following problem occurs when choosing to install from rsync mirror 
(I tried all official mirrors from http://cygwin.com/mirrors.txt with 
the same result everytime):

**2004/12/14 23:19:04 Starting cygwin install, version 2.427
2004/12/14 23:19:04 Current Directory: C:\cygwin\var\cache\setup
2004/12/14 23:19:04 Changing gid to Users
2004/12/14 23:19:04 Could not open service McShield for query, start and 
stop. McAfee may not be installed, or we don't have access.
2004/12/14 23:19:08 source: network install
2004/12/14 23:19:08 root: C:\cygwin binary system
2004/12/14 23:19:09 Selected local directory: C:\cygwin\var\cache\setup
2004/12/14 23:19:10 net: Direct
2004/12/14 23:19:12 site: rsync://ftp.inf.tu-dresden.de/cygwin
2004/12/14 23:19:12 mbox note: Can't open /cygwin/setup.bz2 for reading: 
No such file or directory
2004/12/14 23:31:34 Ending cygwin install
**
Is this a bug or missing feature? Any suggestions or solutions?
*

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: setup.exe 2.427 problem with installation from rsync mirrors
  2004-12-17 14:36 setup.exe 2.427 problem with installation from rsync mirrors Bernhard Sammer
@ 2004-12-17 14:55 ` Max Bowsher
  2004-12-17 15:45   ` Can't configure setup.exe from CVS [was RE: setup.exe 2.427 problem with installation from rsync mirrors] Dave Korn
       [not found]   ` <41C30D75.4030509@inode.at>
  0 siblings, 2 replies; 13+ messages in thread
From: Max Bowsher @ 2004-12-17 14:55 UTC (permalink / raw)
  To: Bernhard Sammer, cygwin

Bernhard Sammer wrote:
> *The following problem occurs when choosing to install from rsync mirror
...
> Is this a bug or missing feature?

It's not implemented (and never will be).

Max.


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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Can't configure setup.exe from CVS [was RE: setup.exe 2.427 problem with installation from rsync mirrors]
  2004-12-17 14:55 ` Max Bowsher
@ 2004-12-17 15:45   ` Dave Korn
  2004-12-17 15:56     ` Can't configure setup.exe from CVS (and a plea for setup.exe alternative) Christopher Faylor
  2004-12-29 12:52     ` Can't configure setup.exe from CVS [was RE: setup.exe 2.427 problem with installation from rsync mirrors] Max Bowsher
       [not found]   ` <41C30D75.4030509@inode.at>
  1 sibling, 2 replies; 13+ messages in thread
From: Dave Korn @ 2004-12-17 15:45 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 2947 bytes --]


> -----Original Message-----
> From: cygwin-owner On Behalf Of Max Bowsher
> Sent: 17 December 2004 14:55

> Bernhard Sammer wrote:
> > *The following problem occurs when choosing to install from 
> rsync mirror
> ...
> > Is this a bug or missing feature?
> 
> It's not implemented (and never will be).
> 
> Max.


  This calls for a little filtering of the mirrors.txt list in setup, doesn't
it?

  I was going to suggest this:

Index: site.cc
===================================================================
RCS file: /cvs/cygwin-apps/setup/site.cc,v
retrieving revision 2.34
diff -p -u -p -u -r2.34 site.cc
--- site.cc	25 Oct 2004 17:06:08 -0000	2.34
+++ site.cc	17 Dec 2004 15:34:37 -0000
@@ -216,7 +216,7 @@ get_site_list (HINSTANCE h, HWND owner)
       while (eol > bol && eol[-1] == '\r')
 	eol--;
       *eol = 0;
-      if (bol[0] != '#' && bol[0] > ' ')
+      if (bol[0] != '#' && bol[0] > ' ' && strnicmp (bol, "rsync", 5))
 	{
 	  char *semi = strchr (bol, ';');
 	  if (semi)


but something's borked in autotools-land, and after running aclocal, autoconf
and automake, my attempts to run configure using:

../apps/setup/configure -C --enable-dependencies --disable-shared
--host=i686-pc-mingw32 --build=i686-pc-cygwin 'CC=gcc -mno-cygwin' 'CXX=g++
-mno-cygwin' --enable-maintainer-mode 

end in failure:

checking for i686-pc-mingw32-efc... no
checking for i686-pc-mingw32-pgf95... no
checking for i686-pc-mingw32-lf95... no
checking for i686-pc-mingw32-gfortran... no
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... (cached) yes
checking whether g77 accepts -g... (cached) yes
../apps/setup/configure: line 1: test: =: unary operator expected
checking the maximum length of command line arguments... 8192
checking command to parse nm output from gcc -mno-cygwin object... dk@mace
/usr/build/obj-apps>


  Note that (despite whatever wrapping my mailer has done) that command prompt
appears on the same line as the "checking command to parse nm output" message
immediately after the dots; something has failed so badly it's crashed right out
of the configure script without so much as an error message.

  Diagnosing auto-* problems is a bit out of my field, but could this output
from aclocal perhaps be what's gone wrong?

dk@mace /usr/build/apps/setup> aclocal
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of
PKG_CHECK_MODULES
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of
AM_PATH_LIBSMI
/usr/share/aclocal/freetype2.m4:7: warning: underquoted definition of
AC_CHECK_FT2
/usr/share/aclocal/cppunit.m4:4: warning: underquoted definition of
AM_PATH_CPPUNIT



  Cygcheck output attached, because I can foresee questions being raised about
auto* package versions.

    cheers, 
      DaveK
-- 
Can't think of a witty .sigline today....

[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 58633 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Fri Dec 17 15:41:53 2004

Windows XP Professional Ver 5.1 Build 2600 Service Pack 1

Path:	C:\artimi.src\artimi\swtools\windows\bin
	C:\cygwin\lib\subversion\bin
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\X11R6\bin
	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\System32\Wbem
	C:\cygwin\bin
	C:\Program Files\Support Tools\
	C:\Modeltech_5.7a\win32
	C:\artimi.src\artimi\chips\lomond\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 11165(dk) GID: 10513(Domain Users)
10513(Domain Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 11165(dk) GID: 10513(Domain Users)
0(root)               544(Administrators)
545(Users)            1005(Debugger Users)
11113(Artimi)         10512(Domain Admins)
10513(Domain Users)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

CYGWIN = `ntsec smbntsec notty'
HOME = `C:\cygwin\home\dk'
MAKE_MODE = `unix'
PWD = `/usr/build/apps'
USER = `dk'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\dk\Application Data'
ARTIMI_ROOT = `/artimi'
ASIC = `/artimi/chips/lomond'
CLASSPATH = `"C:\Program Files\Java\j2re1.4.2_04\lib\ext\QTJava.zip"'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `MACE'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CVSROOT = `:pserver:dk@pepper:2401/cvsroot'
CVS_RSH = `/bin/ssh'
DDKROOT = `C:\WINDDK\NTDDK'
DEVMGR_SHOW_DETAILS = `1'
DEVMGR_SHOW_NONPRESENT_DEVICES = `1'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\dk'
HOSTNAME = `mace'
INCLUDE = `C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\include\'
INFOPATH = `/artimi/swtools/windows/info:/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LIB = `C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Lib\'
LM_LICENSE_FILE = `C:\Modeltech_5.7a\win32\license.dat'
LOGONSERVER = `\\NUTMEG'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man:/usr/X11R6/man'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/build/apps/setup'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PKG_CONFIG_PATH = `/usr/X11R6/lib/pkgconfig'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 9, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0209'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\u@\h \w> '
PYTHONPATH = `/artimi/tools/activedoc/:/artimi/models/pylab/library:/artimi/chips/lomond/bin:C:\artimi.src\artimi\tools\activedoc\'
QTJAVA = `"C:\Program Files\Java\j2re1.4.2_04\lib\ext\QTJava.zip"'
SESSIONNAME = `Console'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `C:\DOCUME~1\dk\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `C:\DOCUME~1\dk\LOCALS~1\Temp'
USERDNSDOMAIN = `CAM.ARTIMI.COM'
USERDOMAIN = `ARTIMI_CAM'
USERNAME = `dk'
USERPROFILE = `C:\Documents and Settings\dk'
VSCOMNTOOLS = `"C:\Program Files\Microsoft Visual Studio .NET\Common7\Tools\"'
WINDIR = `C:\WINDOWS'
_ = `/usr/bin/cygcheck'
_NT_SYMBOL_PATH = `srv*C:\symcache*http://msdl.microsoft.com/download/symbols'
POSIXLY_CORRECT = `1'

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\mounts v2\/home/dk/L
  (default) = `D:'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/win/t
  (default) = `T:'
  flags = 0x00000102
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 = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/artimi
  (default) = `C:\artimi.src\artimi'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/davek
  (default) = `C:\artimi.src\davek'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/repository
  (default) = `C:\artimi.src'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/test
  (default) = `C:\artimi.src\davek\test'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x0000000a
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\mounts v2\/win/c
  (default) = `C:'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/win/d
  (default) = `D:'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/win/o
  (default) = `O:'
  flags = 0x0000010a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/win/ProgramFiles
  (default) = `C:\Program Files'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/win/textmode/c
  (default) = `C:'
  flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  NTFS   117232Mb  39% CP CS UN PA FC     
d:  cd           N/A    N/A                    
t:  net NTFS   69858Mb  63% CP CS    PA        home

D:                                 /home/dk/L                user    binmode
T:                                 /win/t                    user    binmode
C:\cygwin                          /                         system  binmode
C:\artimi.src\artimi               /artimi                   system  binmode
C:\artimi.src\davek                /davek                    system  binmode
C:\artimi.src                      /repository               system  binmode
C:\artimi.src\davek\test           /test                     system  binmode
C:\cygwin/bin                      /usr/bin                  system  binmode
C:\cygwin/lib                      /usr/lib                  system  binmode
C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
C:                                 /win/c                    system  binmode
D:                                 /win/d                    system  binmode
O:                                 /win/o                    system  binmode
C:\Program Files                   /win/ProgramFiles         system  binmode
C:                                 /win/textmode/c           system  textmode
.                                  /cygdrive                 system  binmode,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
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
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

  120k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2004/10/26 14:28
   25k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2004/10/26 14:27
   22k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2004/10/26 14:27
   11k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2004/10/26 14:28
  108k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2004/10/26 14:23
   75k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2004/10/26 14:27
    7k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2004/10/26 14:28
   69k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_ra_dav-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_dav-1-0.dll" v0.0 ts=2004/10/26 14:24
   14k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2004/10/26 14:29
   49k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2004/10/26 14:28
   79k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2004/10/26 14:29
  123k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2004/10/26 14:15
  131k 2004/10/26 C:\cygwin\lib\subversion\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2004/10/26 14:28
  112k 2004/05/05 C:\cygwin\usr\local\bin\cygnetpbm10.dll - os=4.0 img=1.0 sys=4.0
                  "cygnetpbm10.dll" v0.0 ts=2004/5/5 11:10
   91k 2004/11/01 C:\cygwin\bin\cygapr-0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-0-0.dll" v0.0 ts=2004/11/1 16:45
   67k 2004/11/01 C:\cygwin\bin\cygaprutil-0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-0-0.dll" v0.0 ts=2004/11/1 16:48
  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 13:32
  123k 2004/09/29 C:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-1.0-0.dll" v0.0 ts=2004/9/30 0:16
   55k 2004/09/14 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2004/9/14 5:16
   18k 2004/07/06 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2004/7/6 19:09
  529k 2004/06/27 C:\cygwin\bin\cygcppunit-1-9-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygcppunit-1-9-14.dll" v0.0 ts=2004/6/27 2:29
  260k 2004/10/26 C:\cygwin\bin\cygcroco-0.6-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygcroco-0.6-3.dll" v0.0 ts=2004/10/26 23:09
    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 8:57
  839k 2004/09/27 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=2004/9/27 15:10
  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 11:37
  617k 2004/03/22 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-2.dll" v0.0 ts=2004/3/22 15:52
   22k 2004/02/10 C:\cygwin\bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcygipc-2.dll" v0.0 ts=2004/2/10 2:48
  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 17: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 22:51
  895k 2004/04/28 C:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.2.dll" v0.0 ts=2004/4/27 16:31
  326k 2002/06/26 C:\cygwin\bin\cygdb2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb2.dll" v0.0 ts=2002/6/26 18:48
  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 17: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 22:53
 1156k 2004/04/28 C:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.2.dll" v0.0 ts=2004/4/27 16:35
    9k 2004/10/24 C:\cygwin\bin\cygdlloader-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygdlloader-6.dll" v0.0 ts=2004/10/24 8:59
   94k 2004/06/07 C:\cygwin\bin\cygexif-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygexif-10.dll" v0.0 ts=2004/6/7 9:53
  174k 2004/10/14 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2004/10/14 9:34
   73k 2004/09/19 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2004/9/19 5:24
  654k 2003/11/04 C:\cygwin\bin\cygfltknox-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox-0.dll" v0.0 ts=2003/11/4 21:57
   65k 2003/11/04 C:\cygwin\bin\cygfltknox_forms-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox_forms-0.dll" v0.0 ts=2003/11/4 21:57
   81k 2003/11/04 C:\cygwin\bin\cygfltknox_gl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox_gl-0.dll" v0.0 ts=2003/11/4 21:58
  108k 2003/11/04 C:\cygwin\bin\cygfltknox_images-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox_images-0.dll" v0.0 ts=2003/11/4 21:58
  129k 2004/03/11 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2004/3/11 0:12
   40k 2004/10/10 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2004/10/10 9:33
   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/25 6: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/9 6: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 10:25
  907k 2004/06/09 C:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfpx-1.dll" v0.0 ts=2004/6/9 9:35
  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/22 5:18
  214k 2004/09/21 C:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-2.dll" v0.0 ts=2004/9/21 16:08
   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 8: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/11 3: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/20 3: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 9: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/11 3:13
  394k 2004/10/17 C:\cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2004/10/17 0:17
   79k 2004/10/17 C:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2004/10/16 23:57
   56k 2004/10/17 C:\cygwin\bin\cyggdk_pixbuf_xlib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf_xlib-2.0-0.dll" v0.0 ts=2004/10/17 1:46
  107k 2004/07/06 C:\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 18:56
   17k 2004/07/06 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2004/7/6 18:56
  190k 2004/07/06 C:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 18:56
   79k 2004/09/07 C:\cygwin\bin\cygglade-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglade-2.0-0.dll" v0.0 ts=2004/9/7 23:54
  564k 2004/10/16 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2004/10/16 22:06
   11k 2004/10/16 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2004/10/16 22:13
  158k 2004/10/16 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2004/10/16 8:40
  288k 2004/10/16 C:\cygwin\bin\cyggmpxx-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-3.dll" v0.0 ts=2004/10/16 8:40
  251k 2004/10/16 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2004/10/16 22:11
  351k 2004/07/17 C:\cygwin\bin\cygGraphicsMagick++-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygGraphicsMagick++-0.dll" v0.0 ts=2004/7/17 9:48
 2170k 2004/07/17 C:\cygwin\bin\cygGraphicsMagick-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygGraphicsMagick-0.dll" v0.0 ts=2004/7/17 9:46
 1378k 2004/08/22 C:\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsl-0.dll" v0.0 ts=2004/8/22 13:22
  184k 2004/08/22 C:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggslcblas-0.dll" v0.0 ts=2004/8/22 13:04
   15k 2004/10/16 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2004/10/16 22:13
 2705k 2004/10/17 C:\cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2004/10/17 1:08
  527k 2004/10/12 C:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-12.dll" v0.0 ts=2004/10/12 15:28
  640k 2004/10/12 C:\cygwin\bin\cygguile-16.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-16.dll" v0.0 ts=2004/10/12 15:42
   17k 2004/10/12 C:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-ltdl-1.dll" v0.0 ts=2004/10/12 12:22
    5k 2004/10/12 C:\cygwin\bin\cygguile-ltdl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-ltdl-2.dll" v0.0 ts=2004/10/12 12:02
   11k 2004/10/12 C:\cygwin\bin\cygguile-srfi-srfi-1-v-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-1-v-2-2.dll" v0.0 ts=2004/10/12 15:42
   68k 2004/10/12 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2004/10/12 15:28
    4k 2004/10/12 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-2-2.dll" v0.0 ts=2004/10/12 15:43
   31k 2004/10/12 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2004/10/12 15:28
   22k 2004/10/12 C:\cygwin\bin\cygguile-srfi-srfi-4-v-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-v-2-2.dll" v0.0 ts=2004/10/12 15:42
   12k 2004/10/12 C:\cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-12-12.dll" v0.0 ts=2004/10/12 15:28
   11k 2004/10/12 C:\cygwin\bin\cygguilereadline-v-16-16.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-16-16.dll" v0.0 ts=2004/10/12 15:42
   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/7 4: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/11 0:16
   25k 2004/10/12 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2004/10/12 7:51
  330k 2004/02/09 C:\cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd.dll" v0.0 ts=2004/2/9 18:14
  991k 2004/07/06 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2004/7/6 19:10
  147k 2004/08/31 C:\cygwin\bin\cygIDL-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygIDL-2-0.dll" v0.0 ts=2004/8/31 3:00
   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 9: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 22:50
   54k 2004/07/06 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2004/7/6 18:51
   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 18:09
   12k 2003/02/17 C:\cygwin\bin\cygioperm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygioperm-0.dll" v0.0 ts=2003/2/17 19:58
  241k 2004/08/06 C:\cygwin\bin\cygjasper-1-701-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1-701-1.dll" v0.0 ts=2004/8/6 16:17
   48k 2003/08/10 C:\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2003/8/11 0:58
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2003/8/11 1:37
  119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2002/2/9 5:19
   60k 2004/09/27 C:\cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2004/9/27 18:32
   60k 2003/07/27 C:\cygwin\bin\cygkpathsea-3abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3abi13.dll" v0.0 ts=2003/7/27 21:23
   41k 2004/10/14 C:\cygwin\bin\cyglber-2-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-2-7.dll" v0.0 ts=2004/10/14 9:28
  156k 2004/06/04 C:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms-1.dll" v0.0 ts=2004/6/4 15:00
  180k 2004/10/14 C:\cygwin\bin\cygldap-2-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-2-7.dll" v0.0 ts=2004/10/14 9:35
  191k 2004/10/14 C:\cygwin\bin\cygldap_r-2-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-2-7.dll" v0.0 ts=2004/10/14 9:35
   26k 2004/09/22 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2004/9/22 7:50
   26k 2004/10/24 C:\cygwin\bin\cygltdl-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-6.dll" v0.0 ts=2004/10/24 8:59
  144k 2004/08/29 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2004/8/29 21:25
  369k 2004/08/11 C:\cygwin\bin\cygMagick++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-6.dll" v0.0 ts=2004/8/11 7:04
 3214k 2004/08/11 C:\cygwin\bin\cygMagick-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick-6.dll" v0.0 ts=2004/8/11 6:37
   22k 2004/10/10 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2004/10/10 9:33
   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/25 6: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/9 6: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 10:25
   21k 2004/10/22 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.0 sys=4.0
                  "cygminires.dll" v0.0 ts=2004/10/22 21:28
   71k 2004/10/16 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2004/10/16 8:40
   95k 2004/10/16 C:\cygwin\bin\cygmpfr-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-0.dll" v0.0 ts=2004/10/16 8:47
  882k 2004/09/13 C:\cygwin\bin\cygnaim_core-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygnaim_core-0.dll" v0.0 ts=2004/9/13 19:04
   74k 2004/10/10 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2004/10/10 9:33
  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/25 6: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/9 6:03
  216k 2004/10/10 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2004/10/10 9:25
  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/25 6: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/9 6: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 10:24
   92k 2004/07/10 C:\cygwin\bin\cygneon-24.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-24.dll" v0.0 ts=2004/7/10 16:37
   49k 2004/08/02 C:\cygwin\bin\cygogrove-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygogrove-0.dll" v0.0 ts=2004/8/2 16:41
  304k 2004/10/11 C:\cygwin\bin\cygORBit-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygORBit-2-0.dll" v0.0 ts=2004/10/12 0:18
   39k 2004/10/11 C:\cygwin\bin\cygORBit-imodule-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygORBit-imodule-2-0.dll" v0.0 ts=2004/10/12 0:28
   18k 2004/10/11 C:\cygwin\bin\cygORBitCosNaming-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygORBitCosNaming-2-0.dll" v0.0 ts=2004/10/12 0:27
 1706k 2004/08/02 C:\cygwin\bin\cygosp-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygosp-4.dll" v0.0 ts=2004/8/2 15:51
  326k 2004/08/02 C:\cygwin\bin\cygospgrove-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygospgrove-0.dll" v0.0 ts=2004/8/2 17:07
 1922k 2004/08/02 C:\cygwin\bin\cygostyle-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygostyle-0.dll" v0.0 ts=2004/8/2 17:07
   13k 2004/10/10 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2004/10/10 9:32
   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/25 6: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/9 6: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 10:24
  200k 2004/09/20 C:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpango-1.0-0.dll" v0.0 ts=2004/9/20 11:33
  139k 2004/09/20 C:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2004/9/20 15:12
   35k 2004/09/20 C:\cygwin\bin\cygpangowin32-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangowin32-1.0-0.dll" v0.0 ts=2004/9/20 15:17
   39k 2004/09/20 C:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangox-1.0-0.dll" v0.0 ts=2004/9/20 15:11
   19k 2004/09/20 C:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2004/9/20 15:16
   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 17: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 9: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 17: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 9:31
 1061k 2004/08/19 C:\cygwin\bin\cygperl5_8_5.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_5.dll" v0.0 ts=2004/8/19 18:54
  168k 2003/08/10 C:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng10.dll" v0.0 ts=2003/8/10 23:31
  173k 2003/08/10 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2003/8/10 23:35
  170k 2002/01/21 C:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng2.dll" v0.0 ts=2002/1/21 1:05
   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/9 6: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/7 4: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/11 0:16
  144k 2004/10/12 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2004/10/12 7:51
   66k 2001/11/20 C:\cygwin\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0
                  "cygregex.dll" v0.0 ts=2001/11/20 14:44
  672k 2003/12/25 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2003/12/25 12:33
   78k 2004/10/13 C:\cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2004/10/13 23:50
  380k 2003/12/13 C:\cygwin\bin\cygsmi-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmi-2.dll" v0.0 ts=2003/12/13 0:57
  170k 2004/09/27 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=2004/9/27 15:10
  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 11:37
  254k 2003/09/18 C:\cygwin\bin\cygtidy-0-99-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygtidy-0-99-0.dll" v0.0 ts=2003/9/18 16:52
  299k 2004/10/10 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2004/10/10 22:55
  281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2003/2/24 4:58
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff4.dll" v0.0 ts=2003/8/11 3:32
   27k 2004/03/05 C:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygungif-4.dll" v0.0 ts=2004/3/5 20:13
  154k 2004/08/11 C:\cygwin\bin\cygWand-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygWand-6.dll" v0.0 ts=2004/8/11 7:04
 1111k 2004/10/13 C:\cygwin\bin\cygwin1-1.5.11.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2004/9/5 4:17
 1094k 2004/01/06 C:\cygwin\bin\cygwin1-20040103.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2004/1/3 18:20
 1112k 2004/07/20 C:\cygwin\bin\cygwin1-20040719.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2004/7/19 17:40
 3006k 2003/10/12 C:\cygwin\bin\cygxerces-c23.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c23.dll" v0.0 ts=2003/10/12 3:36
 3416k 2004/02/21 C:\cygwin\bin\cygxerces-c25.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c25.dll" v0.0 ts=2004/2/21 6:49
 1267k 2004/09/19 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2004/9/19 3:41
   50k 2003/08/09 C:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2003/8/9 8:21
   54k 2003/08/09 C:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-X4.dll" v0.0 ts=2003/8/9 8:22
  201k 2004/09/19 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2004/9/19 5:15
   62k 2004/10/10 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2004/10/10 5:09
 8033k 2004/12/01 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2004/12/1 10:15
    Cygwin DLL version info:
        DLL version: 1.5.13
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 116
        Shared data: 4
        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: Wed Dec 1 10:15:27 GMTST 2004
        Shared id: cygwin1S4

  243k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2004/9/17 10:48
   26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2004/9/17 10:48
   28k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygDtPrint-1.dll" v0.0 ts=2004/3/31 5:23
   21k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2004/9/17 10:53
  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 7:44
   36k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygFS-6.dll" v0.0 ts=2004/9/17 10:38
  417k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2004/9/17 10:45
  439k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2004/9/17 10:47
  140k 2004/08/06 C:\cygwin\usr\X11R6\bin\cygglut-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygglut-3.dll" v0.0 ts=2004/8/6 15:43
   75k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2004/9/17 10:30
   77k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2004/3/31 5:23
    9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2004/9/17 10:29
 1416k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2004/9/17 10:45
   20k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2004/9/17 10:49
   30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2004/9/17 10:30
   66k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2004/3/31 5:23
  876k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2004/9/17 10:29
  253k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-6.dll" v0.0 ts=2004/9/17 10:34
  356k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2004/9/17 10:36
  362k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-8.dll" v0.0 ts=2004/9/17 10:37
  275k 2004/01/13 C:\cygwin\usr\X11R6\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw3d-7.dll" v0.0 ts=2004/1/13 22:17
    9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2004/9/17 10:51
   30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2004/9/17 10:50
    9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2004/9/17 10:51
    7k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXevie-1.dll" v0.0 ts=2004/9/17 10:51
   49k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2004/9/17 10:30
   16k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2004/9/17 10:51
   56k 2004/03/11 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/18 1:42
   63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2004/3/23 22:20
   27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2004/9/17 10:37
  125k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2004/9/17 10:38
   12k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbui-1.dll" v0.0 ts=2004/9/17 10:38
 1294k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2004/3/31 5:20
  459k 2004/02/10 C:\cygwin\usr\X11R6\bin\cygXmHTML-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmHTML-0.dll" v0.0 ts=2004/2/10 20:14
   76k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2004/9/17 10:32
   11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2004/9/17 10:32
   26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2004/9/17 10:33
   51k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2004/9/17 10:33
   11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2004/9/17 10:50
   28k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2004/9/17 10:49
    8k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXRes-1.dll" v0.0 ts=2004/9/17 10:50
  282k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2004/9/17 10:32
   27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2004/9/17 10:50
   17k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2004/9/17 10:37

Cygwin Package Information
Last downloaded files to: C:\install-cyg
Last downloaded files from: http://pepper.cam.artimi.com/cygwin

Package                 Version              
_update-info-dir        00230-1              
a2ps                    4.13-1               
agetty                  2.1-1                
antiword                0.34-2               
apache                  1.3.29-2             
apr                     0.9.5_2.0.52-1       
apr-util                0.9.5_2.0.52-1       
ash                     20040127-1           
aspell                  0.50.3-1             
aspell-dev              0.50.3-1             
aspell-doc              0.50.3-1             
aspell-en               0.51.0-1             
astyle                  1.15.3-3             
atk                     1.8.0-1              
atk-devel               1.8.0-1              
atk-doc                 1.8.0-1              
atk-runtime             1.8.0-1              
autoconf                2.59-1               
autoconf-devel          2.59-1               
autoconf-stable         2.13-5               
automake                1.7.9-1              
automake-devel          1.9.2-1              
automake-stable         1.4p6-2              
base-files              3.0-3                
base-passwd             2.1-1                
bash                    2.05b-16             
bc                      1.06-1               
binutils                20040725-2           
bison                   20030307-1           
byacc                   1.9-1                
bzip2                   1.0.2-6              
c-client                2002e-3              
c3270                   3.2.20-1             
cabextract              0.6-2                
ccache                  2.2-1                
ccdoc                   0.8.41-2             
ccrypt                  1.7-1                
cgoban                  1.9.14-1             
check                   0.9.1-1              
chkconfig               1.2.24h-1            
clear                   1.0-1                
clisp                   2.33.1-1             
cmake                   2.0.5-1              
cocom                   0.995-1              
compface                1.4-5                
cpio                    2.5-3                
cppunit                 1.9.14-1             
cron                    3.0.1-13             
crypt                   1.1-1                
ctags                   5.5-4                
ctetris                 0.29-1               
curl                    7.11.1-1             
curl-devel              7.11.1-1             
cvs                     1.11.17-1            
cygipc                  2.03-2               
cygrunsrv               1.0-1                
cygutils                1.2.5-1              
cygwin                  1.5.11-1             
cygwin-doc              1.3-7                
cygwin-x-doc            1.0.4-1              
d                       1.2.0-1              
db2                     2.7.7-4              
db3.1                   3.1.17-2             
db4.1                   4.1.25-1             
ddd                     3.3.9-1              
dejagnu                 20021217-2           
diffutils               2.8.7-1              
distcc                  2.16-1               
docbook-xml42           4.2-3                
docbook-xsl             1.66.1-2             
doxygen                 1.2.18-1             
dpkg                    1.10.4-2             
e2fsimage               0.2.0-1              
e2fsprogs               1.35-2               
ed                      0.2-1                
editrights              1.01-1               
ELFIO                   1.0.0-1              
emacs                   21.2-13              
emacs-el                21.2-13              
emacs-X11               21.2-13              
enscript                1.6.3-3              
exif                    0.6.9-1              
exim                    4.43-1               
expat                   1.95.8-1             
expect                  20030128-1           
fetchmail               6.2.5-2              
figlet                  2.2-1                
file                    4.10-1               
fileutils               4.1-2                
findutils               4.1.7-4              
flex                    2.5.4a-3             
fltk                    1.1.4-2              
fontconfig              2.2.2-1              
fortune                 1.8-2                
freeglut                2.2.0-1              
freetype2               2.1.5-1              
fvwm                    2.4.7-3              
gawk                    3.1.4-3              
gcc                     3.3.3-3              
gcc-ada                 3.3.3-3              
gcc-core                3.3.3-3              
gcc-g++                 3.3.3-3              
gcc-g77                 3.3.3-3              
gcc-gdc                 3.3.3-3              
gcc-gpc                 3.3.3-3              
gcc-java                3.3.3-3              
gcc-mingw               20040810-1           
gcc-mingw-ada           20040810-1           
gcc-mingw-core          20040810-1           
gcc-mingw-g++           20040810-1           
gcc-mingw-g77           20040810-1           
gcc-mingw-gpc           20040810-1           
gcc-mingw-java          20040810-1           
gcc-mingw-objc          20040810-1           
gcc-objc                3.3.3-3              
gd                      2.0.28-1             
gdb                     20030919-1           
gdbm                    1.8.3-7              
gettext                 0.14.1-1             
gettext-devel           0.14.1-1             
ghostscript             7.05-2               
ghostscript-base        7.05-2               
ghostscript-x11         7.05-2               
glib-devel              1.2.10-2             
glib2                   2.4.7-1              
glib2-devel             2.4.7-1              
glib2-runtime           2.4.7-1              
gmp                     4.1.4-2              
gnugo                   3.4-1                
gnupg                   1.2.4-1              
gnuplot                 4.0.0-1              
gperf                   2.7.2-1              
grace                   5.1.17-1             
grep                    2.5-1                
groff                   1.18.1-2             
gsl                     1.5-1                
gtk+-devel              1.2.10-2             
gtk-doc                 1.2-1                
gtk2-x11                2.4.11-1             
gtk2-x11-devel          2.4.11-1             
gtk2-x11-doc            2.4.11-1             
gtk2-x11-runtime        2.4.11-1             
guile                   1.6.5-1              
guile-devel             1.6.5-1              
guile-doc               1.6.5-1              
gv                      3.5.8-2              
gzip                    1.3.5-1              
help2man                1.33.1-1             
ImageMagick             6.0.4-1              
indent                  2.2.9-1              
inetutils               1.3.2-28             
initscripts             0.9-1                
intltool                0.31.2-1             
ioperm                  0.4-1                
jasper                  1.701.0-1            
jbigkit                 1.5-3                
jgraph                  8.3-1                
jpeg                    6b-11                
keychain                2.0.3-2              
lcms                    1.13-1               
less                    381-1                
lesstif                 0.93.94-2            
lftp                    2.6.10-2             
libapr0                 0.9.5_2.0.52-1       
libaprutil0             0.9.5_2.0.52-1       
libaspell15             0.50.3-1             
libaudiofile-devel      0.2.6-2              
libbz2_1                1.0.2-6              
libcharset1             1.9.2-1              
libcroco                0.5.1-2              
libcroco06              0.6.0-1              
libdb2                  2.7.7-4              
libdb3.1                3.1.17-2             
libdb4.1                4.1.25-1             
libdb4.2                4.2.52-1             
libesound-devel         0.2.35-1             
libexif                 0.6.9-1              
libfontconfig-devel     2.2.2-1              
libfontconfig1          2.2.2-1              
libfpx                  1.2.0.9-1            
libfreetype2-devel      2.1.5-1              
libfreetype26           2.1.5-1              
libgd2                  2.0.28-1             
libgdbm                 1.8.0-5              
libgdbm-devel           1.8.3-7              
libgdbm3                1.8.3-3              
libgdbm4                1.8.3-7              
libgettextpo0           0.14.1-1             
libglade2               2.4.0-1              
libGraphicsMagick-devel 1.0.6-1              
libGraphicsMagick0      1.0.6-1              
libguile12              1.6.5-1              
libguile12abi13         1.6.4-3              
libguile16              1.7.1.20041006-1     
libiconv                1.9.2-1              
libiconv2               1.9.2-1              
libIDL                  0.8.3-2              
libintl                 0.10.38-3            
libintl1                0.10.40-1            
libintl2                0.12.1-3             
libintl3                0.14.1-1             
libjpeg62               6b-11                
libjpeg6b               6b-8                 
libkpathsea3            2.0.2-15             
libkpathsea3abi13       2.0.2-2              
libltdl3                1.5.10-1             
libltdl6                1.9f_20041024-1      
libMagick-devel         6.0.4-1              
libMagick6              6.0.4-1              
libncurses-devel        5.4-1                
libncurses5             5.2-1                
libncurses6             5.2-8                
libncurses7             5.3-4                
libncurses8             5.4-1                
libneon24               0.24.7-1             
libopenldap2_2_7        2.2.17-2             
libpcre                 4.1-1                
libpcre0                4.5-1                
libpng                  1.2.5-4              
libpng10                1.0.15-4             
libpng10-devel          1.0.15-4             
libpng12                1.2.5-4              
libpng12-devel          1.2.5-4              
libpng2                 1.0.12-1             
libpopt0                1.6.4-4              
libreadline4            4.1-2                
libreadline5            4.3-5                
libreadline6            5.0-1                
libsasl2                2.1.19-3             
libsmi                  0.4.2-1              
libtiff-devel           3.7.0beta2-1         
libtiff3                3.6.0-2              
libtiff4                3.6.0-5              
libtiff5                3.7.0beta2-1         
libtool                 1.5b-1               
libtool-devel           1.5.10-1             
libtool-stable          1.4.3-2              
libungif                4.1.0-3              
libxerces-c23           2.3.0-4              
libxerces-c25           2.5.0-1              
libXft                  2.1.6-1              
libXft-devel            2.1.6-1              
libXft1                 1.0.0-1              
libXft2                 2.1.6-1              
libxml2                 2.6.13-1             
libxslt                 1.1.10-1             
links                   0.99pre14-1          
login                   1.9-7                
lynx                    2.8.4-8              
m4                      1.4-1                
make                    3.80-1               
man                     1.5o-1               
mc                      4.6.0-4              
mingw-runtime           3.5-1                
mingw-zlib              1.2.2-1              
minires                 1.00-1               
minires-devel           1.00-1               
mktemp                  1.5-3                
naim                    0.11.7.2-1           
nasm                    0.98.38-1            
ncftp                   3.1.7-1              
ncurses                 5.4-1                
nedit                   5.5-1                
neon                    0.24.7-1             
netcat                  1.10-2               
nfs-server              2.2.47-2             
ocaml                   3.08.1-1             
openbox                 0.99.1-4             
opengl                  1.1.0-7              
openjade                1.3.3-1              
OpenSP                  1.5.1-1              
openssh                 3.9p1-2              
openssl                 0.9.7d-2             
openssl-devel           0.9.7d-2             
openssl096              0.9.6j-1             
ORBit2                  2.12.0-1             
ORBit2-devel            2.12.0-1             
pango                   1.6.0-1              
pango-devel             1.6.0-1              
pango-doc               1.6.0-1              
pango-runtime           1.6.0-1              
patch                   2.5.8-8              
patchutils              0.2.30pre1-1         
pcre                    4.5-1                
pcre-devel              4.5-1                
pcre-doc                4.5-1                
pdksh                   5.2.14-3             
perl                    5.8.5-3              
perl_manpages           5.8.5-3              
pinfo                   0.6.8-1              
pkgconfig               0.15.0-4             
popt                    1.6.4-4              
procps                  010801-2             
psutils                 1.17-1               
python                  2.3.4-2              
rcs                     5.7-3                
readline                5.0-1                
rebase                  2.3-1                
regex                   4.4-3                
robots                  2.0-4                
rpm                     4.1-1                
rpm-build               4.1-1                
rpm-doc                 4.1-1                
rsync                   2.6.3-1              
ruby                    1.8.1-1              
rxvt                    2.7.10-4             
sed                     4.1.2-1              
setsid                  0.0-3                
sh-utils                2.0.15-4             
sharutils               4.2.1-3              
shutdown                1.4-1                
splint                  3.1.1-1              
ssmtp                   2.60.9-3             
stunnel                 4.04-3               
subversion              1.1.1-1              
subversion-devel        1.1.1-1              
suite3270               3.2.20-1             
sunrpc                  4.0-2                
SWI-Prolog              5.2.6-1              
swig                    1.3.19-1             
sysvinit                2.84-4               
tar                     1.13.25-5            
tcltk                   20030901-1           
tcm                     2.20-1               
tcp_wrappers            7.6-1                
tcsh                    6.13.00-2            
termcap                 20021106-2           
terminfo                5.4_20041009-1       
tetex                   2.0.2-15             
tetex-base              2.0.2-15             
tetex-bin               2.0.2-15             
tetex-devel             2.0.2-15             
tetex-doc               2.0.2-15             
tetex-extra             2.0.2-15             
tetex-tiny              2.0.2-15             
tetex-x11               2.0.2-15             
texinfo                 4.2-4                
textutils               2.0.21-1             
tidy                    030901-1             
tiff                    3.7.0beta2-1         
time                    1.7-1                
tin                     1.6.2-3              
transfig                3.2.4-2              
ttcp                    19980512-1           
tzcode                  2004d-1              
ucl                     1.01-1               
units                   1.77-1               
unzip                   5.50-5               
upx                     1.24-1               
uw-imap                 2002e-3              
vim                     6.3-1                
w32api                  3.1-1                
wget                    1.9.1-1              
which                   1.5-2                
whois                   4.6.14-1             
WindowMaker             0.90.0-1             
wtf                     0.0.4-6              
X-start-menu-icons      1.0.3-2              
X-startup-scripts       1.0.10-2             
x2x                     1.30-2               
Xaw3d                   1.5D-5               
xerces-c                2.5.0-1              
xerces-c-devel          2.5.0-1              
xerces-c-doc            2.5.0-1              
xfig                    3.2.4-6              
xfig-bin                3.2.4-3              
xfig-doc                3.2.4-2              
xfig-etc                3.2.4-4              
xfig-lib                3.2.4-6              
xfig-man                3.2.4-2              
XFree86-base            4.3.0-11             
XFree86-bin             4.3.0-21             
XFree86-bin-icons       4.3.0-7              
XFree86-doc             4.3.0-2              
XFree86-etc             4.3.0-12             
XFree86-fenc            4.3.0-2              
XFree86-fnts            4.3.0-2              
XFree86-fsrv            4.3.0-9              
XFree86-html            4.3.0-10             
XFree86-lib             4.3.0-3              
XFree86-lib-compat      4.3.0-2              
XFree86-man             4.3.0-10             
XFree86-nest            4.3.0-8              
XFree86-prog            4.3.0-21             
XFree86-prt             4.3.0-6              
XFree86-startup-scripts 4.3.0-1              
XFree86-xserv           4.3.0-68             
XFree86-xwinclip        4.3.0-3              
xgraph                  12.1-1               
xinetd                  2.3.9-1              
XmHTML                  1.1.7-1              
xmlto                   0.0.18-1             
xorg-x11-base           6.8.1.0-1            
xorg-x11-bin            6.8.1.0-2            
xorg-x11-bin-dlls       6.8.1.0-1            
xorg-x11-bin-lndir      6.8.1.0-1            
xorg-x11-devel          6.8.1.0-1            
xorg-x11-etc            6.8.1.0-1            
xorg-x11-fenc           6.8.1.0-2            
xorg-x11-fnts           6.8.1.0-3            
xorg-x11-fsrv           6.8.1.0-1            
xorg-x11-libs-data      6.8.1.0-1            
xorg-x11-man-pages      6.8.1.0-1            
xorg-x11-man-pages-html 6.8.1.0-1            
xorg-x11-nest           6.8.1.0-1            
xorg-x11-xwin           6.8.1.0-5            
xpm-nox                 4.2.0-4              
xterm                   196-1                
zip                     2.3-6                
zlib                    1.2.2-1              
zsh                     4.2.0-2              
Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't configure setup.exe from CVS (and a plea for setup.exe alternative)
  2004-12-17 15:45   ` Can't configure setup.exe from CVS [was RE: setup.exe 2.427 problem with installation from rsync mirrors] Dave Korn
@ 2004-12-17 15:56     ` Christopher Faylor
  2004-12-17 16:17       ` Dave Korn
                         ` (3 more replies)
  2004-12-29 12:52     ` Can't configure setup.exe from CVS [was RE: setup.exe 2.427 problem with installation from rsync mirrors] Max Bowsher
  1 sibling, 4 replies; 13+ messages in thread
From: Christopher Faylor @ 2004-12-17 15:56 UTC (permalink / raw)
  To: cygwin

On Fri, Dec 17, 2004 at 03:43:11PM -0000, Dave Korn wrote:
>
>> -----Original Message-----
>> From: cygwin-owner On Behalf Of Max Bowsher
>> Sent: 17 December 2004 14:55
>
>> Bernhard Sammer wrote:
>> > *The following problem occurs when choosing to install from 
>> rsync mirror
>> ...
>> > Is this a bug or missing feature?
>> 
>> It's not implemented (and never will be).
>> 
>> Max.
>
>
>This calls for a little filtering of the mirrors.txt list in setup,
>doesn't it?

Thanks for attempting this.  Your problems building setup.exe are one of the
reasons I started the "setup.exe sucks" thread over in cygwin-apps.

It seems that setup sources are often broken and it takes a long time for
anyone to fix that fact due to typical free software scheduling problems.

So, I'd like to move to more off-the-shelf software that doesn't have to
be supported by the anemic community of cygwin users who actually know
how to program, have time to program, and are interested in helping out.

Anyone know of a suitable, free setup-like utility that could be pressed
into service for use with cygwin?

Oh, and I fixed this on the server side.  The process which creates the
"mirrors.list" file that setup.exe uses will no longer output "^rsync:"
lines to that file.

This should still be fixed in setup.exe for completeness but I won't
hold my breath waiting for that to happen.

cgf

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* RE: Can't configure setup.exe from CVS (and a plea for setup.exe alternative)
  2004-12-17 15:56     ` Can't configure setup.exe from CVS (and a plea for setup.exe alternative) Christopher Faylor
@ 2004-12-17 16:17       ` Dave Korn
  2004-12-17 16:30         ` Christopher Faylor
  2004-12-17 18:59       ` Patrick J. LoPresti
                         ` (2 subsequent siblings)
  3 siblings, 1 reply; 13+ messages in thread
From: Dave Korn @ 2004-12-17 16:17 UTC (permalink / raw)
  To: cygwin

> -----Original Message-----
> From: cygwin-owner On Behalf Of Christopher Faylor
> Sent: 17 December 2004 15:58

> Anyone know of a suitable, free setup-like utility that could 
> be pressed into service for use with cygwin?
> 

  Nullsis is the first thing that leaps to mind

http://nsis.sourceforge.net/

  I don't actually know if it has the requisite features, but it accepts
plug-ins and it's opensource.

  OTOH, I reckon that the wholesale scrapping of setup.exe would only lead to a
replacement with a new set of bugs and problems of its own.  ISTM that despite
the problems, setup.exe is 95% of the way there.  I'm not sure where the biggest
win lies.


    cheers, 
      DaveK
-- 
Can't think of a witty .sigline today....


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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't configure setup.exe from CVS (and a plea for setup.exe alternative)
  2004-12-17 16:17       ` Dave Korn
@ 2004-12-17 16:30         ` Christopher Faylor
  0 siblings, 0 replies; 13+ messages in thread
From: Christopher Faylor @ 2004-12-17 16:30 UTC (permalink / raw)
  To: cygwin

On Fri, Dec 17, 2004 at 04:15:38PM -0000, Dave Korn wrote:
>> -----Original Message-----
>> From: cygwin-owner On Behalf Of Christopher Faylor
>> Sent: 17 December 2004 15:58
>
>> Anyone know of a suitable, free setup-like utility that could 
>> be pressed into service for use with cygwin?
>> 
>
>  Nullsis is the first thing that leaps to mind
>
>http://nsis.sourceforge.net/
>
>  I don't actually know if it has the requisite features, but it accepts
>plug-ins and it's opensource.
>
>  OTOH, I reckon that the wholesale scrapping of setup.exe would only lead to a
>replacement with a new set of bugs and problems of its own.  ISTM that despite
>the problems, setup.exe is 95% of the way there.  I'm not sure where the biggest
>win lies.

I don't think that setup.exe is anywhere close to "there", actually,
unless you're volunteering on taking over the project and provide results.

setup.exe has suffered from long long *long* periods of time where there
was breakage, users were complaining, and no one had the time to do
anything about it.

At one point people would try to debug problems here but even that
activity has more or less dried up.

I'm tired of making apologies for this program.  If we can't get anyone
with the time to fully support it and fix terrible problems like "I
can't install the whole installation" (a problem which just hit me recently)
then it is time to move on.

I'd volunteer to maintain setup.exe myself, but I am not enamored of the
code and the UI obviously gives some people fits.  It's better to move on
to something more "standard".

nsis looks interesting.  I've looked at it before, the last time someone
mentioned it.  Maybe it will do what we need and we can let the problems
of windows installation be handled by a team which is devoted to this
type of thing.

cgf

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't configure setup.exe from CVS (and a plea for setup.exe alternative)
  2004-12-17 15:56     ` Can't configure setup.exe from CVS (and a plea for setup.exe alternative) Christopher Faylor
  2004-12-17 16:17       ` Dave Korn
@ 2004-12-17 18:59       ` Patrick J. LoPresti
  2004-12-18 23:13       ` Yadin Goldschmidt
  2004-12-29 12:42       ` Max Bowsher
  3 siblings, 0 replies; 13+ messages in thread
From: Patrick J. LoPresti @ 2004-12-17 18:59 UTC (permalink / raw)
  To: cygwin

Christopher Faylor writes:

> Anyone know of a suitable, free setup-like utility that could be
> pressed into service for use with cygwin?

NSIS has already been mentioned.

The other open-source utility I know of is Inno Setup
(http://www.jrsoftware.org/isinfo.php).

But if you really want to do yourself and your users a favor, you will
find some way to produce .msi packages (see
http://unattended.sourceforge.net/installers.html#msi).  MSI is
Microsoft's standard, and it provides several nice things
automatically, such as "Add/Remove Programs", unattended installation,
integration with SuS, and so on.

MSI also has a model for "components" which you might be able to
leverage.

The only problem is that the free tools for producing MSI packages are
fairly nascent.  See, for instance, <http://izfree.sourceforge.net/>
and <http://msi2xml.sourceforge.net/>.

 - Pat

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: setup.exe 2.427 problem with installation from rsync mirrors
       [not found]   ` <41C30D75.4030509@inode.at>
@ 2004-12-18 12:23     ` Max Bowsher
  2004-12-19 16:17       ` setup.exe 2.427 problem with installation from rsync mirrors & setup alternatives Bernhard Sammer
  2004-12-19 20:34       ` setup.exe 2.427 problem with installation from rsync mirrors Patrick J. LoPresti
  0 siblings, 2 replies; 13+ messages in thread
From: Max Bowsher @ 2004-12-18 12:23 UTC (permalink / raw)
  To: Bernhard Sammer, cygwin

PLEASE keep replies on the mailing list.

Bernhard Sammer wrote:
> Max Bowsher wrote:
>
>> Bernhard Sammer wrote:
>>
>>> *The following problem occurs when choosing to install from rsync mirror
>>
>> ...
>>
>>> Is this a bug or missing feature?
>>
>>
>> It's not implemented (and never will be).
>>
>> Max.
>>
>>
>>
> Sorry, but then why do the mirrors exist in
> http://cygwin.com/mirrors.txt ? And why does setup show them and you can
> select them if you cannot choose them as source? This makes no sense!

Many things about setup.exe make no sense. Since I took over maintainership 
of setup.exe a few months ago, I'm slowly working on making it more 
sensible.

> Is the only solution that I use rsync utility to synchronize with such a
> mirror and install from local directory ?

If you absolutely must use rsync, then yes.

Max.


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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't configure setup.exe from CVS (and a plea for setup.exe alternative)
  2004-12-17 15:56     ` Can't configure setup.exe from CVS (and a plea for setup.exe alternative) Christopher Faylor
  2004-12-17 16:17       ` Dave Korn
  2004-12-17 18:59       ` Patrick J. LoPresti
@ 2004-12-18 23:13       ` Yadin Goldschmidt
  2004-12-29 12:42       ` Max Bowsher
  3 siblings, 0 replies; 13+ messages in thread
From: Yadin Goldschmidt @ 2004-12-18 23:13 UTC (permalink / raw)
  To: cygwin

You may want to look at www.miktex.org. They have a setup program
and a windows update wizard that allows you to update from a bunch of 
mirrors.
It is open source and the source is available at their site. With some 
modifications it may work
for cygwin although I am not an expert on this. All I know is that it was 
easy to install miktex
and then update it later. It also allows for partial installations.
Yadin.
"Christopher Faylor" <cgf-no-personal-reply-please@cygwin.com> wrote in 
message news:20041217155747.GL26712@trixie.casa.cgf.cx...
> On Fri, Dec 17, 2004 at 03:43:11PM -0000, Dave Korn wrote:
>>
>>> -----Original Message-----
>>> From: cygwin-owner On Behalf Of Max Bowsher
>>> Sent: 17 December 2004 14:55
>>
>>> Bernhard Sammer wrote:
>>> > *The following problem occurs when choosing to install from
>>> rsync mirror
>>> ...
>>> > Is this a bug or missing feature?
>>>
>>> It's not implemented (and never will be).
>>>
>>> Max.
>>
>>
>>This calls for a little filtering of the mirrors.txt list in setup,
>>doesn't it?
>
> Thanks for attempting this.  Your problems building setup.exe are one of 
> the
> reasons I started the "setup.exe sucks" thread over in cygwin-apps.
>
> It seems that setup sources are often broken and it takes a long time for
> anyone to fix that fact due to typical free software scheduling problems.
>
> So, I'd like to move to more off-the-shelf software that doesn't have to
> be supported by the anemic community of cygwin users who actually know
> how to program, have time to program, and are interested in helping out.
>
> Anyone know of a suitable, free setup-like utility that could be pressed
> into service for use with cygwin?
>
> Oh, and I fixed this on the server side.  The process which creates the
> "mirrors.list" file that setup.exe uses will no longer output "^rsync:"
> lines to that file.
>
> This should still be fixed in setup.exe for completeness but I won't
> hold my breath waiting for that to happen.
>
> cgf
> 




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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: setup.exe 2.427 problem with installation from rsync mirrors & setup alternatives
  2004-12-18 12:23     ` setup.exe 2.427 problem with installation from rsync mirrors Max Bowsher
@ 2004-12-19 16:17       ` Bernhard Sammer
  2004-12-19 20:34       ` setup.exe 2.427 problem with installation from rsync mirrors Patrick J. LoPresti
  1 sibling, 0 replies; 13+ messages in thread
From: Bernhard Sammer @ 2004-12-19 16:17 UTC (permalink / raw)
  To: cygwin


> PLEASE keep replies on the mailing list.

Sorry, I only replied to your mail.

>> Sorry, but then why do the mirrors exist in
>> http://cygwin.com/mirrors.txt ? And why does setup show them and you can
>> select them if you cannot choose them as source? This makes no sense!
>
>
> Many things about setup.exe make no sense. Since I took over 
> maintainership of setup.exe a few months ago, I'm slowly working on 
> making it more sensible.
>
>> Is the only solution that I use rsync utility to synchronize with such a
>> mirror and install from local directory ?
>
>
> If you absolutely must use rsync, then yes.
>
Ok, thanks.

Because some people here talk about setup alternatives:
a real interesting alternative to utilities like setup.exe and other 
installers or install wizards would be an "install" like _0INSTALL_, see

http://zero-install.sourceforge.net/

Sadly this is in early development state and is focused on Unix  
platforms. Also a "installer" like this requires a lot of work to 
maintain a high quality in packaging of software, but in the end it 
would be worth all the difficulties.

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: setup.exe 2.427 problem with installation from rsync mirrors
  2004-12-18 12:23     ` setup.exe 2.427 problem with installation from rsync mirrors Max Bowsher
  2004-12-19 16:17       ` setup.exe 2.427 problem with installation from rsync mirrors & setup alternatives Bernhard Sammer
@ 2004-12-19 20:34       ` Patrick J. LoPresti
  1 sibling, 0 replies; 13+ messages in thread
From: Patrick J. LoPresti @ 2004-12-19 20:34 UTC (permalink / raw)
  To: cygwin

"Max Bowsher" <maxb@ukf.net> writes:

> Many things about setup.exe make no sense. Since I took over
> maintainership of setup.exe a few months ago, I'm slowly working on
> making it more sensible.

Any chance you might add the "-a" switch to make unattended
installation possible without simulating mouse clicks?

    http://www.cygwin.com/ml/cygwin/2004-02/msg00261.html

 - Pat

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't configure setup.exe from CVS (and a plea for setup.exe alternative)
  2004-12-17 15:56     ` Can't configure setup.exe from CVS (and a plea for setup.exe alternative) Christopher Faylor
                         ` (2 preceding siblings ...)
  2004-12-18 23:13       ` Yadin Goldschmidt
@ 2004-12-29 12:42       ` Max Bowsher
  3 siblings, 0 replies; 13+ messages in thread
From: Max Bowsher @ 2004-12-29 12:42 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
> Oh, and I fixed this on the server side.  The process which creates the
> "mirrors.list" file that setup.exe uses will no longer output "^rsync:"
> lines to that file.

Thanks, that's a good idea anyway, for bandwidth/download time, given every 
(non-local) run of every copy of setup.exe is downloading that file.

> This should still be fixed in setup.exe for completeness but I won't
> hold my breath waiting for that to happen.

No, don't hold your breath, I don't work quite that fast, and it would be a 
sad loss for Cygwin if you were to die of senseless asphyxiation :-).

But, it's fixed now. CVS trunk setup will now restrict itself to ftp:// and 
http:// URL schemes.

Max.


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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Can't configure setup.exe from CVS [was RE: setup.exe 2.427 problem with installation from rsync mirrors]
  2004-12-17 15:45   ` Can't configure setup.exe from CVS [was RE: setup.exe 2.427 problem with installation from rsync mirrors] Dave Korn
  2004-12-17 15:56     ` Can't configure setup.exe from CVS (and a plea for setup.exe alternative) Christopher Faylor
@ 2004-12-29 12:52     ` Max Bowsher
  1 sibling, 0 replies; 13+ messages in thread
From: Max Bowsher @ 2004-12-29 12:52 UTC (permalink / raw)
  To: Dave Korn, cygwin

Dave Korn wrote:
>  This calls for a little filtering of the mirrors.txt list in setup, 
> doesn't
> it?
>
>  I was going to suggest this:
>
> Index: site.cc
> ===================================================================
> RCS file: /cvs/cygwin-apps/setup/site.cc,v
> retrieving revision 2.34
> diff -p -u -p -u -r2.34 site.cc
> --- site.cc 25 Oct 2004 17:06:08 -0000 2.34
> +++ site.cc 17 Dec 2004 15:34:37 -0000
> @@ -216,7 +216,7 @@ get_site_list (HINSTANCE h, HWND owner)
>       while (eol > bol && eol[-1] == '\r')
>  eol--;
>       *eol = 0;
> -      if (bol[0] != '#' && bol[0] > ' ')
> +      if (bol[0] != '#' && bol[0] > ' ' && strnicmp (bol, "rsync", 5))
>  {
>    char *semi = strchr (bol, ';');
>    if (semi)

Thanks, I applied something base on it.

> but something's borked in autotools-land, and after running aclocal, 
> autoconf
> and automake, my attempts to run configure using:
>
> ../apps/setup/configure -C --enable-dependencies --disable-shared
> --host=i686-pc-mingw32 --build=i686-pc-cygwin 'CC=gcc -mno-cygwin' 
> 'CXX=g++
> -mno-cygwin' --enable-maintainer-mode
>
> end in failure:
>
> checking for i686-pc-mingw32-efc... no
> checking for i686-pc-mingw32-pgf95... no
> checking for i686-pc-mingw32-lf95... no
> checking for i686-pc-mingw32-gfortran... no
> checking for g77... g77
> checking whether we are using the GNU Fortran 77 compiler... (cached) yes
> checking whether g77 accepts -g... (cached) yes
> ../apps/setup/configure: line 1: test: =: unary operator expected
> checking the maximum length of command line arguments... 8192
> checking command to parse nm output from gcc -mno-cygwin object... dk@mace
> /usr/build/obj-apps>
>
>
>  Note that (despite whatever wrapping my mailer has done) that command 
> prompt
> appears on the same line as the "checking command to parse nm output" 
> message
> immediately after the dots; something has failed so badly it's crashed 
> right out
> of the configure script without so much as an error message.

That's extremely bizarre.

What if you use the ./bootstrap.sh script in setup's directory?

Because I've been using that successfully on a perfectly standard cygwin 
install since I can remember.

Is there really an invocation of test on line 1 of the configure script?

Is it possible that test is somehow running some non-cygwin command?

>  Diagnosing auto-* problems is a bit out of my field, but could this 
> output
> from aclocal perhaps be what's gone wrong?
>
> dk@mace /usr/build/apps/setup> aclocal
> /usr/share/aclocal/pkg.m4:5: warning: underquoted definition of
> PKG_CHECK_MODULES
>  run info '(automake)Extending aclocal'
>  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
> /usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of
> AM_PATH_LIBSMI
> /usr/share/aclocal/freetype2.m4:7: warning: underquoted definition of
> AC_CHECK_FT2
> /usr/share/aclocal/cppunit.m4:4: warning: underquoted definition of
> AM_PATH_CPPUNIT

No, those are harmless (though annoying - I've asked the pkgconfig and 
freetype maintainers to fix but got no reply -  I guess the cppunit and 
libsmi maintainers need a message too).

Max.


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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-12-29 12:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-17 14:36 setup.exe 2.427 problem with installation from rsync mirrors Bernhard Sammer
2004-12-17 14:55 ` Max Bowsher
2004-12-17 15:45   ` Can't configure setup.exe from CVS [was RE: setup.exe 2.427 problem with installation from rsync mirrors] Dave Korn
2004-12-17 15:56     ` Can't configure setup.exe from CVS (and a plea for setup.exe alternative) Christopher Faylor
2004-12-17 16:17       ` Dave Korn
2004-12-17 16:30         ` Christopher Faylor
2004-12-17 18:59       ` Patrick J. LoPresti
2004-12-18 23:13       ` Yadin Goldschmidt
2004-12-29 12:42       ` Max Bowsher
2004-12-29 12:52     ` Can't configure setup.exe from CVS [was RE: setup.exe 2.427 problem with installation from rsync mirrors] Max Bowsher
     [not found]   ` <41C30D75.4030509@inode.at>
2004-12-18 12:23     ` setup.exe 2.427 problem with installation from rsync mirrors Max Bowsher
2004-12-19 16:17       ` setup.exe 2.427 problem with installation from rsync mirrors & setup alternatives Bernhard Sammer
2004-12-19 20:34       ` setup.exe 2.427 problem with installation from rsync mirrors Patrick J. LoPresti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).