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


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

rm prints no errmsg if _unlink fails with errno 32


NTFS problems with _unlink
(latest cygwin release 1.5.10-3 and fileutils-4.1-2)
rm printed no errmsg if _unlink failed with errno 32.
The file was still there.

$ touch xx
$ chmod 400 xx
$ rm xx
# prints a (localized) warning and prompt without the rm -f parameter.
# which seems to be the expected behaviour.

Now to the problem:
I was not really able to reproduce this filesystem problem.
ERROR_SHARING_VIOLATION

This is the most relevant part, which should be enough IMHO.
Nothing was printed, even if _unlink failed with lasterr 32.

$ strace rm -f xx
...
  43   74997 [main] rm 2136 unlink: _unlink (v:\xx)
 213   75210 [main] rm 2136 unlink: couldn't delete file, err 32
  74   75284 [main] rm 2136 unlink: 0 = unlink (/www/xx)
...


$ grep ERROR /usr/include/w32api/win*.h|grep " 32" /usr/include/w32api/winbase.h:#define HINSTANCE_ERROR 32 /usr/include/w32api/winerror.h:#define ERROR_SHARING_VIOLATION 32L

cgf's changes to syscalls.cc rev.1.127 seem to check against this problem.
So the culprit seems to be phumblet's user_shared->delqueue stuff.
user_shared->delqueue.queue_file() at line 233.
/* Add file to the "to be deleted" queue. */
And delqueue.cc has a prominent FIXME.

        "this delqueue module is very flawed and should be rewritten.
	First, having an array of a fixed size for keeping track of the
	unlinked but not yet deleted files is bad. Second, someprograms
	will unlink files and then create a new one in the same location
	and this behavior is not supported in the current code.
        Probably
	we should find a move/rename function that will work on open
        files, and move delqueue files to some special location or some
        such hack..."

Please issue a warning if deletion from the "to be deleted" queue fails.

From the source I see that either "Still using %s" or
"Hmm, don't know what to do with '%s', %E" should have been printed.

Unfortunately I didn't save the strace dump, so I cannot say which message appeared in the strace. Anyway, nothing was printed to the console.


-- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/


Cygwin Configuration Diagnostics
Current System Time: Tue Jun 01 18:28:27 2004

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:	f:\cygnus\bin
	f:\cygnus\usr\sbin
	f:\cygnus\usr\local\sbin
	f:\cygnus\bin
	f:\cygnus\usr\local\bin
	f:\cygnus\usr\X11R6\bin
	c:\WINNT
	c:\WINNT\System32
	c:\bat
	p:\MSVS6\reskit

Output from f:\cygnus\bin\id.exe (nontsec)
UID: 1000(rurban) GID: 544(root)
=544(root)

Output from f:\cygnus\bin\id.exe (ntsec)
UID: 1000(rurban) GID: 544(root)
=0(root1)         513(phpwiki)      
513(phpwiki)      544(root)         545(Benutzer)

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

CYGWIN = `"ntsec tty server=1 ntea"'
HOME = `h:\'
MAKE_MODE = `unix'
PWD = `/www'
USER = `rurban'

Use `-r' to scan registry

c:  hd  NTFS    2047Mb  96% CP CS UN PA FC     C-SYS
d:  hd  NTFS   78159Mb  94% CP CS UN PA FC     PRIVAT
e:  hd  NTFS    6196Mb  78% CP CS UN PA FC     Progs
f:  hd  NTFS   24258Mb  91% CP CS UN PA FC     F-DATA
h:  hd  NTFS   24258Mb  91% CP CS UN PA FC     F-DATA
i:  hd  NTFS    1095Mb  78% CP CS UN PA FC     ex-Linux
j:  cd           N/A    N/A                    
k:  net NTFS   58635Mb  82% CP CS UN PA FC     atsneu-c
l:  hd  NTFS   24258Mb  91% CP CS UN PA FC     F-DATA
m:  hd  NTFS   78159Mb  94% CP CS UN PA FC     PRIVAT
n:  hd  NTFS   24258Mb  91% CP CS UN PA FC     F-DATA
p:  hd  NTFS    6196Mb  78% CP CS UN PA FC     Progs
q:  hd  NTFS   24258Mb  91% CP CS UN PA FC     F-DATA
r:  hd  NTFS   24258Mb  91% CP CS UN PA FC     F-DATA
s:  hd  NTFS   24258Mb  91% CP CS UN PA FC     F-DATA
u:  hd  NTFS    6196Mb  78% CP CS UN PA FC     Progs
v:  hd  NTFS   24258Mb  91% CP CS UN PA FC     F-DATA
w:  hd  NTFS   24258Mb  91% CP CS UN PA FC     F-DATA
x:  cd           N/A    N/A                    

f:\Users                           /home                     user    textmode
f:\cygnus\tmp                      /tmp                      user    binmode
.                                  /cygdrive                 user    binmode,cygdrive
f:\cygnus                          /                         system  binmode
a:                                 /a                        system  binmode
c:                                 /c                        system  binmode
d:                                 /d                        system  binmode
e:                                 /e                        system  binmode
f:                                 /f                        system  binmode
m:                                 /m                        system  binmode
f:\cygnus/bin                      /usr/bin                  system  binmode
f:\cygnus/lib                      /usr/lib                  system  binmode
f:\prog                            /usr/src                  system  binmode
f:\prog\gnu                        /usr/src/gnu              system  binmode
f:\cygnus\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
.                                  /cygdrive                 system  binmode,cygdrive

Found: f:\cygnus\bin\awk.exe
Found: f:\cygnus\bin\bash.exe
Found: f:\cygnus\bin\cat.exe
Found: f:\cygnus\bin\cp.exe
Found: f:\cygnus\bin\cpp.exe
Found: f:\cygnus\bin\find.exe
Found: f:\cygnus\bin\gcc.exe
Found: f:\cygnus\bin\gdb.exe
Found: f:\cygnus\bin\grep.exe
Found: f:\cygnus\bin\ld.exe
Found: f:\cygnus\bin\ls.exe
Found: f:\cygnus\bin\make.exe
Found: f:\cygnus\bin\mv.exe
Found: f:\cygnus\bin\rm.exe
Found: f:\cygnus\bin\sed.exe
Found: f:\cygnus\bin\sh.exe
Found: p:\MSVS6\reskit\sh.exe
Found: f:\cygnus\bin\tar.exe

  386k 1998/02/26 C:\WINNT\cygwinb19.dll
  802k 2003/09/15 f:\cygnus\bin\cygaspell-15.dll
   61k 2003/08/09 f:\cygnus\bin\cygbz2-1.dll
   54k 2002/01/27 f:\cygnus\bin\cygbz21.0.dll
   14k 2003/08/10 f:\cygnus\bin\cygcharset-1.dll
    7k 2003/10/19 f:\cygnus\bin\cygcrypt-0.dll
  841k 2004/03/17 f:\cygnus\bin\cygcrypto-0.9.7.dll
  645k 2003/04/11 f:\cygnus\bin\cygcrypto.dll
  617k 2004/03/22 f:\cygnus\bin\cygcurl-2.dll
   22k 2004/02/10 f:\cygnus\bin\cygcygipc-2.dll
  380k 2002/07/24 f:\cygnus\bin\cygdb-3.1.dll
  831k 2003/09/20 f:\cygnus\bin\cygdb-4.1.dll
  895k 2004/04/28 f:\cygnus\bin\cygdb-4.2.dll
  326k 2002/06/26 f:\cygnus\bin\cygdb2.dll
  365k 2001/10/12 f:\cygnus\bin\cygdb3.dll
  487k 2002/07/24 f:\cygnus\bin\cygdb_cxx-3.1.dll
 1080k 2003/09/20 f:\cygnus\bin\cygdb_cxx-4.1.dll
 1156k 2004/04/28 f:\cygnus\bin\cygdb_cxx-4.2.dll
  155k 2004/01/07 f:\cygnus\bin\cygexpat-0.dll
   71k 2004/01/13 f:\cygnus\bin\cygexslt-0.dll
  129k 2004/03/11 f:\cygnus\bin\cygfontconfig-1.dll
   35k 2002/01/09 f:\cygnus\bin\cygform6.dll
   48k 2003/08/09 f:\cygnus\bin\cygform7.dll
  361k 2003/10/25 f:\cygnus\bin\cygfreetype-6.dll
  213k 2004/02/05 f:\cygnus\bin\cyggd-2.dll
   28k 2003/07/20 f:\cygnus\bin\cyggdbm-3.dll
   30k 2003/08/11 f:\cygnus\bin\cyggdbm-4.dll
   19k 2003/03/22 f:\cygnus\bin\cyggdbm.dll
   15k 2003/07/20 f:\cygnus\bin\cyggdbm_compat-3.dll
   15k 2003/08/11 f:\cygnus\bin\cyggdbm_compat-4.dll
   69k 2003/08/10 f:\cygnus\bin\cyggettextlib-0-12-1.dll
   12k 2003/08/10 f:\cygnus\bin\cyggettextpo-0.dll
  134k 2003/08/10 f:\cygnus\bin\cyggettextsrc-0-12-1.dll
  167k 2003/09/09 f:\cygnus\bin\cyggmp-3.dll
  349k 2003/12/08 f:\cygnus\bin\cygGraphicsMagick++-0.dll
 2169k 2003/12/08 f:\cygnus\bin\cygGraphicsMagick-0.dll
 1506k 2003/11/05 f:\cygnus\bin\cyggsl-0.dll
  190k 2003/11/05 f:\cygnus\bin\cyggslcblas-0.dll
   17k 2001/06/28 f:\cygnus\bin\cyghistory4.dll
   29k 2003/08/10 f:\cygnus\bin\cyghistory5.dll
  330k 2004/02/09 f:\cygnus\bin\cyghttpd.dll
  958k 2003/08/10 f:\cygnus\bin\cygiconv-2.dll
   22k 2001/12/13 f:\cygnus\bin\cygintl-1.dll
   37k 2003/08/10 f:\cygnus\bin\cygintl-2.dll
   21k 2001/06/20 f:\cygnus\bin\cygintl.dll
   12k 2003/02/17 f:\cygnus\bin\cygioperm-0.dll
   48k 2003/08/10 f:\cygnus\bin\cygjbig1.dll
  132k 2003/08/11 f:\cygnus\bin\cygjpeg-62.dll
  119k 2002/02/09 f:\cygnus\bin\cygjpeg6b.dll
   40k 2004/01/02 f:\cygnus\bin\cyglber-2.dll
  194k 2004/01/02 f:\cygnus\bin\cygldap-2.dll
  202k 2004/01/02 f:\cygnus\bin\cygldap_r-2.dll
   32k 2003/08/18 f:\cygnus\bin\cygltdl-3.dll
  349k 2003/12/26 f:\cygnus\bin\cygMagick++-6.dll
 2354k 2003/12/26 f:\cygnus\bin\cygMagick-6.dll
  181k 2003/10/06 f:\cygnus\bin\cygmcrypt-4.dll
   20k 2002/01/09 f:\cygnus\bin\cygmenu6.dll
   29k 2003/08/09 f:\cygnus\bin\cygmenu7.dll
  271k 2003/10/06 f:\cygnus\bin\cygmhash-2.dll
   15k 2003/11/20 f:\cygnus\bin\cygminires.dll
  404k 2004/03/26 f:\cygnus\bin\cygnaim_core-0.dll
  175k 2002/01/09 f:\cygnus\bin\cygncurses++6.dll
  299k 2001/11/08 f:\cygnus\bin\cygncurses5.dll
  202k 2002/01/09 f:\cygnus\bin\cygncurses6.dll
  224k 2003/08/09 f:\cygnus\bin\cygncurses7.dll
   91k 2004/05/19 f:\cygnus\bin\cygneon-24.dll
   12k 2002/01/09 f:\cygnus\bin\cygpanel6.dll
   19k 2003/08/09 f:\cygnus\bin\cygpanel7.dll
   62k 2003/12/11 f:\cygnus\bin\cygpcre-0.dll
   63k 2003/04/11 f:\cygnus\bin\cygpcre.dll
    9k 2003/12/11 f:\cygnus\bin\cygpcreposix-0.dll
   61k 2003/04/11 f:\cygnus\bin\cygpcreposix.dll
 1049k 2003/11/07 f:\cygnus\bin\cygperl5_8_2.dll
  170k 2001/12/24 f:\cygnus\bin\cygpng.dll
  168k 2003/08/10 f:\cygnus\bin\cygpng10.dll
  173k 2003/08/10 f:\cygnus\bin\cygpng12.dll
  170k 2002/01/21 f:\cygnus\bin\cygpng2.dll
   22k 2002/06/09 f:\cygnus\bin\cygpopt-0.dll
  108k 2001/06/28 f:\cygnus\bin\cygreadline4.dll
  148k 2003/08/10 f:\cygnus\bin\cygreadline5.dll
   66k 2001/11/20 f:\cygnus\bin\cygregex.dll
  380k 2003/12/13 f:\cygnus\bin\cygsmi-2.dll
  171k 2004/03/17 f:\cygnus\bin\cygssl-0.9.7.dll
  165k 2003/04/11 f:\cygnus\bin\cygssl.dll
  254k 2003/09/18 f:\cygnus\bin\cygtidy-0-99-0.dll
  281k 2003/02/24 f:\cygnus\bin\cygtiff3.dll
  282k 2003/08/11 f:\cygnus\bin\cygtiff4.dll
   27k 2004/03/05 f:\cygnus\bin\cygungif-4.dll
 1083k 2004/01/31 f:\cygnus\bin\cygwin1-1.5.7.dll
  615k 2001/01/31 f:\cygnus\bin\cygwin1-20010131.dll
  684k 2001/04/17 f:\cygnus\bin\cygwin1-20010416.dll
  678k 2001/05/21 f:\cygnus\bin\cygwin1-20010521.dll
  720k 2001/12/08 f:\cygnus\bin\cygwin1-20011208.dll
 1085k 2004/01/19 f:\cygnus\bin\cygwin1-20040119.dll
 1085k 2004/01/25 f:\cygnus\bin\cygwin1-20040124.dll
 1084k 2004/01/28 f:\cygnus\bin\cygwin1-20040126.dll
 3416k 2004/02/21 f:\cygnus\bin\cygxerces-c25.dll
 1172k 2004/01/10 f:\cygnus\bin\cygxml2-2.dll
   50k 2003/08/09 f:\cygnus\bin\cygXpm-noX4.dll
   54k 2003/08/09 f:\cygnus\bin\cygXpm-X4.dll
  191k 2004/01/13 f:\cygnus\bin\cygxslt-1.dll
   61k 2003/12/04 f:\cygnus\bin\cygz.dll
 1126k 2004/05/26 f:\cygnus\bin\cygwin1.dll
    Cygwin DLL version info:
        DLL version: 1.5.10
        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: Tue May 25 22:07:00 EDT 2004
        CVS tag: cr-0x5e6
        Shared id: cygwin1S4

  237k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygdps-1.dll
   25k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygdpstk-1.dll
   28k 2004/01/16 f:\cygnus\usr\X11R6\bin\cygDtPrint-1.dll
   21k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygfontenc-1.dll
  282k 2003/10/28 f:\cygnus\usr\X11R6\bin\cygfreetype-9.dll
   36k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygFS-6.dll
  431k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygGL-1.dll
  437k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygGLU-1.dll
   74k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygICE-6.dll
   76k 2004/01/16 f:\cygnus\usr\X11R6\bin\cygMrm-2.dll
    9k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygoldX-6.dll
 1250k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygOSMesa-4.dll
   20k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygpsres-1.dll
   30k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygSM-6.dll
   66k 2004/01/16 f:\cygnus\usr\X11R6\bin\cygUil-2.dll
  869k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygX11-6.dll
  253k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXaw-6.dll
  355k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXaw-7.dll
  275k 2004/01/13 f:\cygnus\usr\X11R6\bin\cygXaw3d-7.dll
   30k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXcursor-1.dll
   49k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXext-6.dll
    7k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXfontcache-1.dll
   56k 2004/03/11 f:\cygnus\usr\X11R6\bin\cygXft-1.dll
   63k 2004/03/23 f:\cygnus\usr\X11R6\bin\cygXft-2.dll
   27k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXi-6.dll
  124k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygxkbfile-1.dll
   12k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygxkbui-1.dll
 1293k 2004/01/16 f:\cygnus\usr\X11R6\bin\cygXm-2.dll
   76k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXmu-6.dll
   11k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXmuu-1.dll
   26k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXp-6.dll
   51k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXpm-4.dll
   11k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXrandr-2.dll
   27k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXrender-1.dll
    8k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXRes-1.dll
  282k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXt-6.dll
   27k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXTrap-6.dll
   17k 2004/04/10 f:\cygnus\usr\X11R6\bin\cygXtst-6.dll

Cygwin Package Information
Package                 Version            
_update-info-dir        00227-1            
antiword                0.34-2             
apache                  1.3.29-2           
ash                     20040127-1         
aspell                  0.50.3-1           
aspell-de               0.50.2-1           
aspell-dev              0.50.3-1           
aspell-en               0.51.0-1           
astyle                  1.15.3-3           
autoconf                2.59-1             
autoconf-devel          2.59-1             
autoconf-stable         2.13-5             
automake                1.7.9-1            
automake-devel          1.7.9-1            
automake-stable         1.4p6-2            
base-files              2.6-1              
base-passwd             1.1-1              
bash                    2.05b-16           
binutils                20040312-1         
bison                   20030307-1         
byacc                   1.9-1              
bzip2                   1.0.2-5            
cabextract              0.6-2              
clear                   1.0-1              
clisp                   2.33-1             
cpio                    2.5-3              
cron                    3.0.1-11           
crypt                   1.1-1              
ctags                   5.5-4              
curl                    7.11.1-1           
curl-devel              7.11.1-1           
cvs                     1.11.6-3           
cygipc                  2.03-2             
cygrunsrv               1.0-1              
cygutils                1.2.5-1            
cygwin                  1.5.10-3           
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           
db4.2                   4.2.52-1           
dejagnu                 20021217-2         
diff                    1.0-1              
diffutils               2.8.7-1            
docbook-xml42           4.2-2              
docbook-xsl             1.65.1-1           
doxygen                 1.2.18-1           
dpkg                    1.10.4-2           
ed                      0.2-1              
editrights              1.01-1             
enscript                1.6.3-3            
expat                   1.95.7-1           
expect                  20030128-1         
file                    4.06-1             
fileutils               4.1-2              
findutils               4.1.7-4            
flex                    2.5.4a-3           
fontconfig              2.2.2-1            
fortune                 1.8-2              
freetype2               2.1.5-1            
fvwm                    2.4.7-3            
gawk                    3.1.3-4            
gcc                     3.3.1-3            
gcc-g++                 3.3.1-3            
gcc-mingw               20030911-4         
gcc-mingw-core          20031020-1         
gcc-mingw-g++           20031020-1         
gd                      2.0.21-1           
gdb                     20030919-1         
gdbm                    1.8.3-7            
gettext                 0.12.1-3           
gettext-devel           0.12.1-3           
ghostscript             7.05-2             
ghostscript-base        7.05-2             
ghostscript-x11         7.05-2             
gmp                     4.1.2-1            
gnupg                   1.2.4-1            
gperf                   2.7.2-1            
GraphicsMagick          1.0.4-1            
grep                    2.5-1              
groff                   1.18.1-2           
gsl                     1.4-2              
gzip                    1.3.5-1            
help2man                1.33.1-1           
ImageMagick             5.5.7-2            
indent                  2.2.9-1            
inetutils               1.3.2-28           
ioperm                  0.4-1              
irc                     20010101-3         
jbigkit                 1.5-3              
jpeg                    6b-11              
keychain                2.0.3-2            
less                    381-1              
lesstif                 0.93.91-6          
lftp                    2.6.10-2           
libaspell15             0.50.3-1           
libbz2_0                1.0.2-1            
libbz2_1                1.0.2-5            
libcharset1             1.9.1-3            
libdb2                  2.7.7-4            
libdb2-devel            2.7.7-4            
libdb3.1                3.1.17-2           
libdb3.1-devel          3.1.17-2           
libdb4.1                4.1.25-1           
libdb4.1-devel          4.1.25-1           
libdb4.2                4.2.52-1           
libdb4.2-devel          4.2.52-1           
libfontconfig-devel     2.2.2-1            
libfontconfig1          2.2.2-1            
libfreetype2-devel      2.1.5-1            
libfreetype26           2.1.5-1            
libgd-devel             2.0.21-1           
libgd2                  2.0.21-1           
libgdbm                 1.8.0-5            
libgdbm-devel           1.8.3-7            
libgdbm3                1.8.3-3            
libgdbm4                1.8.3-7            
libgettextpo0           0.12.1-3           
libGraphicsMagick-devel 1.0.4-1            
libGraphicsMagick0      1.0.4-1            
libiconv                1.9.1-3            
libiconv2               1.9.1-3            
libintl                 0.10.38-3          
libintl1                0.10.40-1          
libintl2                0.12.1-3           
libjpeg62               6b-11              
libjpeg6b               6b-8               
libltdl3                1.5-3              
libMagick6              5.5.7-2            
libmcrypt               2.5.7-2            
libmcrypt-devel         2.5.7-2            
libncurses-devel        5.3-4              
libncurses5             5.2-1              
libncurses6             5.2-8              
libncurses7             5.3-4              
libneon24               0.24.6-1           
libopenldap2            2.1.25-1           
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              
libsmi                  0.4.2-1            
libtiff-devel           3.6.0-5            
libtiff3                3.6.0-2            
libtiff4                3.6.0-5            
libtool                 1.5b-1             
libtool-devel           1.5-3              
libtool-stable          1.4.3-2            
libungif                4.1.0-3            
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.4-1            
libxslt                 1.1.2-1            
links                   0.99pre14-1        
login                   1.9-7              
lynx                    2.8.4-7            
m4                      1.4-1              
make                    3.80-1             
man                     1.5k-3             
mhash                   0.8.18-1           
mhash-devel             0.8.18-1           
mingw                   20010917-1         
mingw-runtime           3.3-1              
mingw-zlib              1.2.1-1            
minires                 0.97-1             
minires-devel           0.97-1             
mktemp                  1.5-3              
mt                      2.3-1              
mutt                    1.4.1-2            
naim                    0.11.6.7-1         
nano                    1.2.2-1            
nasm                    0.98.38-1          
ncftp                   3.1.4-1            
ncurses                 5.3-4              
neon                    0.24.6-1           
netcat                  1.10-2             
newlib-man              20001118-1         
opengl                  1.1.0-7            
openldap                2.1.25-1           
openldap-devel          2.1.25-1           
openssh                 3.8.1p1-1          
openssl                 0.9.7d-1           
openssl-devel           0.9.7d-1           
openssl096              0.9.6j-1           
par                     1.52-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.2-1            
perl-libwin32           0.191-1            
perl_manpages           5.8.2-1            
pine                    4.58-1             
pinfo                   0.6.8-1            
pkgconfig               0.15.0-4           
popt                    1.6.4-4            
postgresql              7.4.1-3            
procps                  010801-2           
python                  2.3.3-2            
rcs                     5.7-3              
readline                4.3-5              
rebase                  2.3-1              
regex                   4.4-2              
rpm                     4.1-1              
rpm-build               4.1-1              
rpm-doc                 4.1-1              
rsync                   2.6.0-1            
rxvt                    2.7.10-4           
sed                     4.0.9-2            
setsid                  0.0-3              
sh-utils                2.0.15-4           
sharutils               4.2.1-3            
shellutils              0.0                
shutdown                1.4-1              
splint                  3.1.1-1            
squid                   2.4.STABLE7-1      
ssmtp                   2.60.4-3           
stunnel                 4.04-3             
swig                    1.3.19-1           
tar                     1.13.25-5          
tcltk                   20030901-1         
tcp_wrappers            7.6-1              
tcsh                    6.13.00-1          
termcap                 20021106-2         
terminfo                5.3_20030726-1     
tetex-beta              20001218-4         
texinfo                 4.2-4              
textutils               2.0.21-1           
tidy                    030901-1           
tiff                    3.6.0-5            
time                    1.7-1              
transfig                3.2.4-2            
ttcp                    19980512-1         
tzcode                  2003e-1            
ucl                     1.01-1             
units                   1.77-1             
unzip                   5.50-5             
upx                     1.24-1             
vim                     6.2.098-1          
w32api                  2.5-1              
wget                    1.9.1-1            
which                   1.5-2              
whois                   4.6.14-1           
WordNet                 2.0-1              
X-startup-scripts       1.0.7-1            
Xaw3d                   1.5D-5             
xemacs                  21.4.15-1          
xemacs-emacs-common     21.4.15-1          
xemacs-mule-sumo        2004-02-02-1       
xemacs-sumo             2004-02-02-1       
xfig                    3.2.4-6            
xfig-lib                3.2.4-6            
XFree86-base            4.3.0-11           
XFree86-bin             4.3.0-21           
XFree86-lib-compat      4.3.0-2            
XFree86-prog            4.3.0-21           
XFree86-xserv           4.3.0-68           
xgraph                  12.1-1             
xmlto                   0.0.18-1           
xorg-x11-base           6.7.0.0-8          
xorg-x11-bin            6.7.0.0-4          
xorg-x11-bin-dlls       6.7.0.0-4          
xorg-x11-bin-lndir      6.7.0.0-2          
xorg-x11-devel          6.7.0.0-4          
xorg-x11-etc            6.7.0.0-3          
xorg-x11-f100           6.7.0.0-1          
xorg-x11-fenc           6.7.0.0-2          
xorg-x11-fnts           6.7.0.0-1          
xorg-x11-fscl           6.7.0.0-3          
xorg-x11-fsrv           6.7.0.0-1          
xorg-x11-libs-data      6.7.0.0-2          
xorg-x11-man-pages      6.7.0.0-2          
xorg-x11-nest           6.7.0.0-2          
xorg-x11-vfb            6.7.0.0-2          
xorg-x11-xwin           6.7.0.0-9          
xorg-x11-xwin-gl        6.7.0.0-9          
xpm                     4.0.0-2            
xpm-nox                 4.2.0-4            
xterm                   185-4              
xwinclip                1.2.0-1            
xwinwm                  0.0.5-1            
zip                     2.3-6              
zlib                    1.2.1-1            
zsh                     4.2.0-2            
Use -h to see help about each section

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

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