I checked the FAQs, searched the list archives as best I could, and Googled several combinations of the messages I received and could not find anything. I did find references to some of the symptoms I describe, but could not find any resolution to the issues.

This is a clean install of Cygwin on a Windows XP box using a Samba share as the destination. I performed a minimal install using the installer, tweaked the /etc/passwd file (due to Samba), added emacs, then added the packages recommended in the Cygwin/X User's Guide (http://x.cygwin.com/docs/ug/cygwin-x-ug.pdf): xorg-server, xinit, xorg-docs, and X-start-menu-icons. I also explicitly selected xcalc (to test the install), and xterm (dunno, just in case it wasn't automagically done with the dependencies check). During the installation, X-start-menu-icons.sh failed (from the setup.log file):

    2011/12/20 23:43:53 running: X:\cygwin\bin\bash.exe --norc
      --noprofile /etc/postinstall/font-misc-misc.sh
    2011/12/20 23:44:17 running: X:\cygwin\bin\bash.exe --norc
      --noprofile /etc/postinstall/font-alias.sh
    2011/12/20 23:45:48 running: X:\cygwin\bin\bash.exe --norc
      --noprofile /etc/postinstall/font-adobe-dpi75.sh
    2011/12/20 23:46:45 running: X:\cygwin\bin\bash.exe --norc
      --noprofile /etc/postinstall/X-start-menu-icons.sh
    2011/12/20 23:46:47 abnormal exit: exit code=126

However, when I looked at the setup.log.full, it was obvious that there were other problems that didn't cause the postintall scripts to fail:

    2011/12/20 23:43:53 running: X:\cygwin\bin\bash.exe --norc
      --noprofile /etc/postinstall/font-misc-misc.sh
    /etc/postinstall/font-misc-misc.sh: line 3:
      /usr/bin/mkfontdir: Permission denied
    2011/12/20 23:44:17 running: X:\cygwin\bin\bash.exe --norc
      --noprofile /etc/postinstall/font-alias.sh
    /etc/postinstall/font-alias.sh: line 3:
      /usr/bin/mkfontdir: Permission denied
    /etc/postinstall/font-alias.sh: line 8:
      /usr/bin/mkfontdir: Permission denied
    /etc/postinstall/font-alias.sh: line 13:
      /usr/bin/mkfontdir: Permission denied
    /etc/postinstall/font-alias.sh: line 18:
      /usr/bin/mkfontdir: Permission denied
    2011/12/20 23:45:48 running: X:\cygwin\bin\bash.exe --norc
      --noprofile /etc/postinstall/font-adobe-dpi75.sh
    /etc/postinstall/font-adobe-dpi75.sh: line 3:
      /usr/bin/mkfontdir: Permission denied
    2011/12/20 23:46:45 running: X:\cygwin\bin\bash.exe --norc
      --noprofile /etc/postinstall/X-start-menu-icons.sh
    /etc/postinstall/X-start-menu-icons.sh: line 7:
      /usr/X11R6/bin/X-start-menu-icons.sh: Permission denied
    2011/12/20 23:46:47 abnormal exit: exit code=126

The result is that when I tried to perform a startxwin, I got the following (relevant excerpt from terminal output in case anyone else is seeing this problem and searches):

    [dix] Could not init font path element
      /usr/share/fonts/TTF/, removing from list!
    [dix] Could not init font path element
      /usr/share/fonts/OTF/, removing from list!
    [dix] Could not init font path element
      /usr/share/fonts/Type1/, removing from list!
    ...
    Warning: Cannot convert string
      "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-*"
      to type FontStruct
    Warning: Unable to load any usable ISO8859 font
    Warning: Unable to load any usable ISO8859 font
    Error: Aborting: no font found

I tried to run font-misc-misc.sh manually (well, /etc/postinstall/font-misc-misc.sh.done by this point as the installer thought it completed okay):

    #zippy@blammo /etc/postinstall
    $ ./font-misc-misc.sh.done
    ./font-misc-misc.sh.done: line 3:
      /usr/bin/mkfontdir: Permission denied
    $ chmod +x /usr/bin/mkfontdir
    $ ./font-misc-misc.sh.done

Once I changed the permissions, it did not complain anymore. I then re-ran the remaining relevant postinstall scripts for the fonts: /etc/postinstall/font-alias.sh.done and /etc/postinstall/font-adobe-dpi75.sh.done. Neither complained.

I then figured I had to change the permissions on /usr/X11R6/bin/X-start-menu-icons.sh, which I did, but I also had to change the permissions on /etc/postinstall/X-start-menu-icons.sh for it to work. Once that was successful, I moved /etc/postinstall/X-start-menu-icons.sh to /etc/postinstall/X-start-menu-icons.sh.done.

   #zippy@blammo /etc/postinstall
   $ chmod +x /usr/X11R6/bin/X-start-menu-icons.sh
   $ ./X-start-menu-icons.sh
   -bash: ./X-start-menu-icons.sh: Permission denied
   $ chmod +x X-start-menu-icons.sh
   $ ./X-start-menu-icons.sh
   $ mv X-start-menu-icons.sh X-start-menu-icons.sh.done

Sadly, I'm a noob for all intents and purposes at Cygwin (haven't installed it since the 90s, eep), so I am not in a position to submit a patch, but hopefully my report is detailed enough to make it easy for someone that knows what they are doing.

Cygwin Configuration Diagnostics

Current System Time: Wed Dec 21 00:41:36 2011



Windows XP Professional Ver 5.1 Build 2600 Service Pack 3



Path:   X:\cygwin\usr\local\bin

        X:\cygwin\bin

        C:\WINDOWS\system32

        C:\WINDOWS

        C:\WINDOWS\System32\Wbem

        C:\WINDOWS\system32\WindowsPowerShell\v1.0



Output from X:\cygwin\bin\id.exe

UID: 1003(#zippy)  GID: 513(None)

513(None)           0(root)             544(Administrators) 545(#Users)



SysDir: C:\WINDOWS\system32

WinDir: C:\WINDOWS



USER = '#zippy'

PWD = '/var/log'

HOME = '/home/zippy'



HOMEPATH = '\Documents and Settings\zippy'

MANPATH = '/usr/local/man:/usr/share/man:/usr/man:'

APPDATA = 'C:\Documents and Settings\zippy\Application Data'

HOSTNAME = 'lepton'

TERM = 'xterm'

PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 31 Stepping 0, AuthenticAMD'

WINDIR = 'C:\WINDOWS'

OLDPWD = '/usr/X11R6/bin'

USERDOMAIN = 'BLAMMO'

OS = 'Windows_NT'

ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'

!:: = '::\'

TEMP = '/tmp'

COMMONPROGRAMFILES = 'C:\Program Files\Common Files'

USERNAME = 'zippy'

PROCESSOR_LEVEL = '15'

FP_NO_HOST_CHECK = 'NO'

SYSTEMDRIVE = 'C:'

LANG = 'C.UTF-8'

USERPROFILE = 'C:\Documents and Settings\zippy'

PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '

LOGONSERVER = '\\BLAMMO'

PROCESSOR_ARCHITECTURE = 'x86'

SHLVL = '1'

PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1'

HOMEDRIVE = 'C:'

COMSPEC = 'C:\WINDOWS\system32\cmd.exe'

TMP = '/tmp'

SYSTEMROOT = 'C:\WINDOWS'

PROCESSOR_REVISION = '1f00'

INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'

PROGRAMFILES = 'C:\Program Files'

NUMBER_OF_PROCESSORS = '1'

SESSIONNAME = 'Console'

COMPUTERNAME = 'BLAMMO'

_ = '/usr/bin/cygcheck'



HKEY_CURRENT_USER\Software\Cygwin

HKEY_CURRENT_USER\Software\Cygwin\Program Options

HKEY_CURRENT_USER\Software\Cygwin\setup

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start
 Menu2\Programs\Cygwin

  (default) = (unsupported type)

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start
 Menu2\Programs\Cygwin-X

  (default) = (unsupported type)

HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin

HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations

  (default) = '\??\X:\cygwin'

HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options

HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup

  (default) = 'X:\cygwin'



obcaseinsensitive set to 1



Cygwin installations found in the registry:

  System: Key: 6fe64ca380747d10 Path: X:\cygwin



a:  fd             N/A    N/A                    

c:  hd  NTFS     38154Mb  42% CP CS UN PA FC     

u:  net NTFS     40317Mb  68% CP CS UN PA        zippy

x:  net NTFS     40317Mb   7% CP CS UN PA        devel



X:\cygwin        /          system  binary,auto

X:\cygwin\bin    /usr/bin   system  binary,auto

X:\cygwin\lib    /usr/lib   system  binary,auto

cygdrive prefix  /cygdrive  user    binary,auto



Found: X:\cygwin\bin\awk

 -> X:\cygwin\bin\gawk.exe

Found: X:\cygwin\bin\bash.exe

Found: X:\cygwin\bin\cat.exe

Found: X:\cygwin\bin\cp.exe

Not Found: cpp (good!)

Not Found: crontab

Found: X:\cygwin\bin\find.exe

Found: C:\WINDOWS\system32\find.exe

Warning: X:\cygwin\bin\find.exe hides C:\WINDOWS\system32\find.exe

Not Found: gcc

Not Found: gdb

Found: X:\cygwin\bin\grep.exe

Found: X:\cygwin\bin\kill.exe

Not Found: ld

Found: X:\cygwin\bin\ls.exe

Not Found: make

Found: X:\cygwin\bin\mv.exe

Not Found: patch

Found: X:\cygwin\bin\perl.exe

Found: X:\cygwin\bin\rm.exe

Found: X:\cygwin\bin\sed.exe

Found: X:\cygwin\bin\ssh.exe

Found: X:\cygwin\bin\sh.exe

Found: X:\cygwin\bin\tar.exe

Found: X:\cygwin\bin\test.exe

Not Found: vi

Not Found: vim



  244k 2010/01/02 X:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0

                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 12:28

   75k 2010/12/21 X:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygxcb-1.dll" v0.0 ts=2010/12/20 20:36

   25k 2011/01/26 X:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0

                  "cyghistory7.dll" v0.0 ts=2011/1/25 22:25

   66k 2010/11/01 X:\cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygXft-2.dll" v0.0 ts=2010/10/31 21:10

   19k 2009/02/26 X:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0

                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 2:58

  257k 2011/09/27 X:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpcre-0.dll" v0.0 ts=2011/9/27 1:41

    5k 2011/03/29 X:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0

                  "cyglsa.dll" v0.0 ts=2011/3/28 17:14

   15k 2009/12/27 X:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygattr-1.dll" v0.0 ts=2009/11/18 7:52

   32k 2010/08/03 X:\cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygXrender-1.dll" v0.0 ts=2010/8/3 0:48

    8k 2011/10/26 X:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygssp-0.dll" v0.0 ts=2011/10/23 9:33

   76k 2010/08/01 X:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0

                  "cygz.dll" v0.0 ts=2010/8/1 17:04

 1296k 2007/12/17 X:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0

                  "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 8:12

   16k 2010/06/24 X:\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0

                  "cyguuid-1.dll" v0.0 ts=2010/6/24 15:19

 1627k 2010/08/29 X:\cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0

                  "cygperl5_10.dll" v0.0 ts=2010/8/28 14:17

  358k 2011/04/29 X:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0

                  "cygicons-0.dll" v0.0 ts=2011/4/29 0:37

   47k 2010/01/02 X:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0

                  "cygformw-10.dll" v0.0 ts=2010/1/2 12:31

   51k 2010/12/21 X:\cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygxcb-glx-0.dll" v0.0 ts=2010/12/20 20:36

  377k 2011/07/20 X:\cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygGL-1.dll" v0.0 ts=2011/7/19 21:19

  985k 2011/10/16 X:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygiconv-2.dll" v0.0 ts=2011/10/16 13:01

   14k 2011/05/20 X:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0

                  "cyggpg-error-0.dll" v0.0 ts=2011/5/19 22:04

   99k 2011/11/02 X:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygmagic-1.dll" v0.0 ts=2011/11/2 18:05

  195k 2010/01/02 X:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses-10.dll" v0.0 ts=2010/1/2 9:45

   63k 2010/01/02 X:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses++w-10.dll" v0.0 ts=2010/1/2 12:41

   11k 2010/08/03 X:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXau-6.dll" v0.0 ts=2010/8/2 20:32

   75k 2010/11/01 X:\cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXmu-6.dll" v0.0 ts=2010/10/31 21:19

   79k 2011/10/26 X:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0

                  "cyggcc_s-1.dll" v0.0 ts=2011/10/23 9:15

  118k 2008/05/09 X:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygexpat-1.dll" v0.0 ts=2008/5/9 0:03

  511k 2010/06/17 X:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygedit-0.dll" v0.0 ts=2010/6/17 7:42

 1045k 2011/08/22 X:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygX11-6.dll" v0.0 ts=2011/8/22 4:25

   13k 2010/01/02 X:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0

                  "cygpanel-10.dll" v0.0 ts=2010/1/2 9:47

  449k 2011/05/20 X:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0

                  "cyggcrypt-11.dll" v0.0 ts=2011/5/19 22:29

  780k 2011/10/26 X:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygstdc++-6.dll" v0.0 ts=2011/10/23 9:58

   63k 2010/01/02 X:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 10:00

  119k 2010/11/01 X:\cygwin\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygxkbfile-1.dll" v0.0 ts=2010/10/31 21:33

   28k 2010/03/28 X:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygwrap-0.dll" v0.0 ts=2010/3/28 5:02

    7k 2003/10/19 X:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 3:57

    9k 2011/03/29 X:\cygwin\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2

   95k 2010/06/24 X:\cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygblkid-1.dll" v0.0 ts=2010/6/24 15:20

   53k 2010/11/01 X:\cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0

                  "cygXpm-4.dll" v0.0 ts=2010/10/31 21:19

   11k 2010/11/01 X:\cygwin\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygXmuu-1.dll" v0.0 ts=2010/10/31 21:19

   48k 2010/01/02 X:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0

                  "cygtic-10.dll" v0.0 ts=2010/1/2 9:45

  176k 2010/01/29 X:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygfontconfig-1.dll" v0.0 ts=2010/1/28 17:12

  123k 2011/05/19 X:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0

                  "cyglzma-5.dll" v0.0 ts=2011/5/18 22:41

    8k 2011/05/05 X:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygsigsegv-2.dll" v0.0 ts=2011/5/5 3:33

  278k 2011/06/07 X:\cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXt-6.dll" v0.0 ts=2011/6/6 23:40

  317k 2011/07/31 X:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0

                  "cyggmp-3.dll" v0.0 ts=2011/7/31 1:14

  428k 2011/08/22 X:\cygwin\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpixman-1-0.dll" v0.0 ts=2011/8/22 4:39

  943k 2007/12/17 X:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0

                  "cygdb-4.5.dll" v0.0 ts=2007/12/17 8:12

   13k 2010/01/02 X:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0

                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 11:30

  263k 2011/03/16 X:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0

                  "cygssl-0.9.8.dll" v0.0 ts=2011/3/16 16:54

   43k 2010/01/02 X:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0

                  "cygform-10.dll" v0.0 ts=2010/1/2 9:49

    6k 2011/08/22 X:\cygwin\bin\cygX11-xcb-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygX11-xcb-1.dll" v0.0 ts=2011/8/22 4:26

  219k 2011/10/03 X:\cygwin\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0

                  "cygdbus-1-3.dll" v0.0 ts=2011/10/3 1:10

    8k 2009/02/26 X:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0

                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 2:58

   35k 2011/10/16 X:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0

                  "cygintl-8.dll" v0.0 ts=2011/10/16 1:38

   25k 2010/01/02 X:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0

                  "cygmenu-10.dll" v0.0 ts=2010/1/2 9:48

   22k 2002/06/09 X:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpopt-0.dll" v0.0 ts=2002/6/9 1:45

   62k 2011/05/21 X:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygbz2-1.dll" v0.0 ts=2011/5/21 15:16

  500k 2011/10/19 X:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygfreetype-6.dll" v0.0 ts=2011/10/19 0:40

   17k 2010/10/31 X:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXdmcp-6.dll" v0.0 ts=2010/10/31 15:29

   25k 2010/01/02 X:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0

                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 12:30

  213k 2011/07/31 X:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0

                  "cygmp-3.dll" v0.0 ts=2011/7/31 1:12

  164k 2011/01/26 X:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0

                  "cygreadline7.dll" v0.0 ts=2011/1/25 22:25

   48k 2010/01/02 X:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0

                  "cygticw-10.dll" v0.0 ts=2010/1/2 12:28

   20k 2010/10/31 X:\cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygfontenc-1.dll" v0.0 ts=2010/10/31 15:19

  337k 2011/02/04 X:\cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0

                  "cygXaw-7.dll" v0.0 ts=2011/2/4 2:02

    8k 2011/09/27 X:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpcreposix-0.dll" v0.0 ts=2011/9/27 1:41

   74k 2010/10/31 X:\cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygICE-6.dll" v0.0 ts=2010/10/31 15:18

   25k 2010/10/31 X:\cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygSM-6.dll" v0.0 ts=2010/10/31 15:24

   52k 2011/05/23 X:\cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXext-6.dll" v0.0 ts=2011/5/23 4:32

 1147k 2011/03/16 X:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0

                  "cygcrypto-0.9.8.dll" v0.0 ts=2011/3/16 16:54

 2604k 2011/03/29 X:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0

                  "cygwin1.dll" v0.0 ts=2011/3/29 4:10

    Cygwin DLL version info:

        DLL version: 1.7.9

        DLL epoch: 19

        DLL old termios: 5

        DLL malloc env: 28

        Cygwin conv: 181

        API major: 0

        API minor: 237

        Shared data: 5

        DLL identifier: cygwin1

        Mount registry: 3

        Cygwin registry name: Cygwin

        Program options name: Program Options

        Installations name: Installations

        Cygdrive default prefix: 

        Build date: 

        Shared id: cygwin1S5





No Cygwin services found.





Cygwin Package Information

Last downloaded files to: W:\Downloads\cygwin

Last downloaded files from: http://mirror.csclub.uwaterloo.ca/cygwin/



Package              Version              Status

_update-info-dir     01007-1              OK

alternatives         1.3.30c-10           OK

base-cygwin          3.0-1                OK

base-files           4.0-6                OK

bash                 4.1.10-4             OK

bzip2                1.0.6-2              OK

coreutils            8.14-1               OK

crypt                1.1-1                OK

csih                 0.9.4-1              OK

cygrunsrv            1.34-1               OK

cygutils             1.4.6-1              OK

cygwin               1.7.9-1              OK

cygwin-doc           1.7-1                OK

dash                 0.5.7-1              OK

diffutils            2.9-1                OK

dos2unix             5.3.1-1              OK

editrights           1.01-2               OK

emacs                23.3-3               OK

file                 5.09-1               OK

findutils            4.5.9-2              OK

font-adobe-dpi75     1.0.2-1              OK

font-alias           1.0.3-1              OK

font-encodings       1.0.4-1              OK

font-misc-misc       1.1.1-1              OK

fontconfig           2.8.0-1              OK

gawk                 4.0.0-1              OK

gettext              0.18.1.1-2           OK

grep                 2.6.3-1              OK

groff                1.20.1-2             OK

gzip                 1.4-1                OK

ipc-utils            1.0-1                OK

less                 444-1                OK

libattr1             2.4.43-1             OK

libblkid1            2.17.2-1             OK

libbz2_1             1.0.6-2              OK

libdb4.5             4.5.20.2-2           OK

libdbus1_3           1.4.16-1             OK

libedit0             20090923-1           OK

libexpat1            2.0.1-1              OK

libfontconfig1       2.8.0-1              OK

libfontenc1          1.1.0-1              OK

libfreetype6         2.4.7-1              OK

libgcc1              4.5.3-3              OK

libgcrypt11          1.4.6-1              OK

libgdbm4             1.8.3-20             OK

libGL1               7.10.3-1             OK

libgmp3              4.3.2-1              OK

libgpg-error0        1.10-1               OK

libICE6              1.0.7-1              OK

libiconv2            1.14-2               OK

libintl8             0.18.1.1-2           OK

liblzma5             5.0.2_20110517-1     OK

libncurses10         5.7-18               OK

libncursesw10        5.7-18               OK

libopenssl098        0.9.8r-2             OK

libpcre0             8.13-1               OK

libpixman1_0         0.22.2-1             OK

libpopt0             1.6.4-4              OK

libreadline7         6.1.2-2              OK

libsigsegv2          2.10-1               OK

libSM6               1.2.0-1              OK

libssp0              4.5.3-3              OK

libstdc++6           4.5.3-3              OK

libuuid1             2.17.2-1             OK

libwrap0             7.6-21               OK

libX11-xcb1          1.4.4-1              OK

libX11_6             1.4.4-1              OK

libXau6              1.0.6-1              OK

libXaw7              1.0.9-1              OK

libxcb-glx0          1.7-2                OK

libxcb1              1.7-2                OK

libXdmcp6            1.1.0-1              OK

libXext6             1.3.0-1              OK

libXft2              2.2.0-1              OK

libxkbfile1          1.0.7-1              OK

libXmu6              1.1.0-1              OK

libXmuu1             1.1.0-1              OK

libXpm4              3.5.9-1              OK

libXrender1          0.9.6-1              OK

libXt6               1.1.1-1              OK

login                1.10-10              OK

luit                 1.1.0-1              OK

man                  1.6g-1               OK

mintty               1.0.2-1              OK

mkfontdir            1.0.6-1              OK

mkfontscale          1.0.9-1              OK

openssh              5.9p1-1              OK

perl                 5.10.1-5             OK

rebase               4.0.1-1              OK

run                  1.1.13-1             OK

sed                  4.2.1-1              OK

tar                  1.25-1               OK

terminfo             5.7_20091114-14      OK

texinfo              4.13-4               OK

tzcode               2010j-1              OK

util-linux           2.17.2-1             OK

which                2.20-2               OK

X-start-menu-icons   1.0.4-1              OK

xauth                1.0.6-1              OK

xcalc                1.0.4.1-1            OK

xcursor-themes       1.0.3-1              OK

xemacs-emacs-common  21.4.22-1            OK

xinit                1.3.1-1              OK

xkbcomp              1.2.3-1              OK

xkeyboard-config     2.4.1-1              OK

xmodmap              1.0.5-1              OK

xorg-docs            1.6-1                OK

xorg-server          1.11.2-1             OK

xrdb                 1.0.9-1              OK

xterm                276-1                OK

xz                   5.0.2_20110517-1     OK

zlib                 1.2.5-1              OK

zlib-devel           1.2.5-1              OK

zlib0                1.2.5-1              OK

Use -h to see help about each section

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to