This is the mail archive of the cygwin@cygwin.com 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]

make is holding a directory open


I seem to be having a subtle issue with make under cygwin.  The
problem appears to be that make is "improperly" holding an open file
handle on a directory.  This prevents rm from deleting the directory
as part of a makefile action.  The actual problem occurs in a 4,700
line makefile which I've pared down (after many hours) to these 19
lines:

----- cut here -----
# make; make clean; make clean
# mkdir -p /tmp/a/b
# rm -rf /tmp/a
# rm: cannot remove directory `/tmp/a': Permission denied
# make: *** [clean] Error 1
# rm -rf /tmp/a

compile:
	mkdir -p /tmp/a/b

clean:
	rm -rf /tmp/a

define rule
c:
	$(wildcard /tmp/a/b)
endef

$(rule)
----- cut here -----

As the comment says, see the problem by executing it like this:

$ make
mkdir -p /tmp/a/b

$ make clean
rm -rf /tmp/a
rm: cannot remove directory `/tmp/a': Permission denied
make: *** [clean] Error 1

$ make clean
rm -rf /tmp/a

The "compile" rule simulates the essence of a java compile, the
following clean action deletes /tmp/a/b then fails because make is
holding a lock on /tmp/a.  A subsequent make clean succeeds because
/tmp/a/b no longer exists.

My theory is that when /tmp/a/b exists the $(wildcard /tmp/a/b) opens
/tmp/a and fails to close it.  When /tmp/a/b doesnot exist the file
/tmp/a is not held open.  I've used a utility called handle.exe from
sysinternals.com to verify that make has the /tmp/a handle open.

If I simplify the example in any of these ways the problem disappears:

1) Move the target c out of define rule to before $(rule)

2) Run "make compile clean" as a single invocation

3) Avoid define/endef by expanding the rule by hand

I've run strace on the "make clean" that fails.  Here is the actual rm
failure:

   30   19982 [main] rm 3596 normalize_posix_path: /c/work/bug = normalize_posix_path (/c/work/bug)
   29   20011 [main] rm 3596 chdir: 0 = chdir() cygheap->cwd.posix '/c/work/bug' native 'c:\work\bug'
   53   20064 [main] rm 3596 normalize_posix_path: src /tmp/a
   26   20090 [main] rm 3596 normalize_posix_path: /tmp/a = normalize_posix_path (/tmp/a)
   28   20118 [main] rm 3596 mount_info::conv_to_win32_path: conv_to_win32_path (/tmp/a)
   29   20147 [main] rm 3596 mount_info::cygdrive_win32_path: src '/tmp/a', dst ''
   31   20178 [main] rm 3596 set_flags: flags: binary (0x2)
   27   20205 [main] rm 3596 mount_info::conv_to_win32_path: src_path /tmp/a, dst C:\usr\cygwin\tmp\a, flags 0xA, rc 0
  106   20311 [main] rm 3596 symlink_info::check: not a symlink
   32   20343 [main] rm 3596 symlink_info::check: 0 = symlink.check (C:\usr\cygwin\tmp\a, 0x241F538) (0xA)
   30   20373 [main] rm 3596 path_conv::check: root_dir(C:\), this->path(C:\usr\cygwin\tmp\a), set_has_acls(8)
  103   20476 [main] rm 3596 seterrno_from_win_error: /netrel/src/cygwin-1.3.22-1/winsup/cygwin/dir.cc:332 windows error 32
   33   20509 [main] rm 3596 geterrno_from_win_error: windows error 32 == errno 13
   27   20536 [main] rm 3596 rmdir: -1 = rmdir (/tmp/a)

But I believe the actual problem is much farther "upstream" in make
and I couldn't determine where.  I've included the cygcheck output as
an attachment along with.  (I tried including the earlier strace
output but exceeded the 100k character limit.)

It turns out the message 

http://mail.gnu.org/archive/html/make-w32/2001-12/msg00000.html

indicates the bug occurred in 3.78.1 and 3.79.1 in the windows version
of make.  But the message is actually vague about whether this is a
win32 make or a cygwin make.  I have not yet found any follow-ups or
patches.

Comments or suggestions welcome.  
-- 
Robert
Cygwin Package Information
Last downloaded files to: //wolf/software/cygwin
Last downloaded files from: ftp://ftp.plig.net/pub/cygwin

Package                 Version
_update-info-dir        00170-1
a2ps                    4.12-1
agetty                  2.1-1
apache                  1.3.24-5
ash                     20020731-1
astyle                  1.15.3-3
autoconf                2.54-1
autoconf-devel          2.57-1
autoconf-stable         2.13-4
automake                1.7.1-1
automake-devel          1.7.5-1
automake-stable         1.4p5-5
base-files              1.3-1
base-passwd             1.1-1
bash                    2.05b-9
bc                      1.06-1
binutils                20030307-1
bison                   20030307-1
byacc                   1.9-1
bzip2                   1.0.2-2
ccache                  1.9-1
cgoban                  1.9.12-1
chkconfig               1.2.24h-1
clear                   1.0-1
cmake                   1.6.7-1
compface                1.4-5
cpio                    2.5-1
cron                    3.0.1-10
crypt                   1.0-1
ctags                   5.5-4
curl                    7.10.4-1
curl-devel              7.10.4-1
cvs                     1.11.5-1
cygrunsrv               0.96-1
cygutils                1.1.4-2
cygwin                  1.3.22-1
cygwin-doc              1.3-4
db2                     2.7.7-4
db3.1                   3.1.17-2
dejagnu                 20021217-2
diff                    1.0-1
diffutils               2.8.1-1
docbook-xml42           4.2-1
docbook-xsl             1.61.3-1
doxygen                 1.2.18-1
dpkg                    1.10.4-2
ed                      0.2-1
ELFIO                   1.0.0-1
emacs                   21.2-12
emacs-el                21.2-12
emacs-X11               21.2-12
enscript                1.6.3-3
exim                    4.20-1
expat                   1.95.5-1
expect                  20030128-1
fetchmail               6.2.2-1
figlet                  2.2-1
file                    4.02-1
fileutils               4.1-1
findutils               4.1.7-4
flex                    2.5.4-2
fortune                 1.8-2
fvwm                    2.4.7-2
gawk                    3.1.2-3
gcc                     3.2-3
gcc-mingw               20020817-5
gcc2                    2.95.3-10
gdb                     20030303-1
gdbm                    1.8.3-1
gettext                 0.11.5-1
gettext-devel           0.11.5-1
ghostscript             7.05-2
ghostscript-base        7.05-2
ghostscript-x11         7.05-2
gnugo                   3.2-1
gnupg                   1.2.2-1
gperf                   2.7.2-1
grace                   5.1.12-1
grep                    2.5-1
groff                   1.18.1-2
gsl                     1.3-1
guile                   1.6.0-1
guile-devel             1.6.0-1
guile-doc               1.6.0-1
gzip                    1.3.3-4
indent                  2.2.8-1
inetutils               1.3.2-22
initscripts             0.9-1
ioperm                  0.4-1
irc                     20010101-1
jbigkit                 1.4-1
jpeg                    6b-7
keychain                1.9-1
less                    378-1
lesstif                 0.93.41-1
libbz2_0                1.0.2-1
libbz2_1                1.0.2-2
libcharset1             1.8-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
libgdbm                 1.8.0-5
libgdbm-devel           1.8.3-1
libgdbm3                1.8.3-1
libguile12              1.6.0-1
libguile14              1.5.6-5
libiconv                1.8-3
libiconv2               1.8-3
libintl                 0.10.38-3
libintl1                0.10.40-1
libintl2                0.11.5-1
libkpathsea3            2.0.2-1
libltdl3                1.5-1
libncurses-devel        5.3-1
libncurses5             5.2-1
libncurses6             5.2-8
libncurses7             5.3-1
libpcre                 4.1-1
libpcre0                4.3-1
libpng                  1.2.5-1
libpng10                1.0.15-1
libpng10-devel          1.0.15-1
libpng12                1.2.5-1
libpng12-devel          1.2.5-1
libpng2                 1.0.12-1
libpopt0                1.6.4-4
libPropList             0.10.1-3
libreadline4            4.1-2
libreadline5            4.3-2
libtool                 20020705-1
libtool-devel           1.5-1
libtool-stable          1.4.3-1
libungif                4.1.0-2
libxerces-c21           2.1.0-1
libxerces-c22           2.2.0-1
libxerces-c23           2.3.0-2
libxml2                 2.5.7-1
libxslt                 1.0.30-2
lilypond                1.6.8-2
lilypond-doc            1.6.8-2
links                   0.96-1
login                   1.9-5
lynx                    2.8.4-5
m4                      1.4-1
make                    3.80-1
man                     1.5j-2
mc                      4.6.0-4
mingw-runtime           3.0-1
mktemp                  1.4-1
mod_auth_mysql          1.11-1
mod_auth_ntsec          1.7-1
mod_dav                 1.0.3-1.3.6-1
mod_php4                4.2.0-2
mod_ssl                 2.8.8-1.3.24-1
more                    2.11o-1
mt                      2.0.1-1
mutt                    1.4-1
nano                    1.2.0-1
nasm                    0.98.36-1
ncftp                   3.1.4-1
ncurses                 5.3-1
ncurses-demo            5.3-1
netcat                  1.10-1
newlib-man              20020801
openbox                 0.99.1-3
opengl                  1.1.0-6
openssh                 3.6.1p1-2
openssl                 0.9.7b-1
openssl-devel           0.9.7b-1
openssl096              0.9.6j-1
par                     1.52-1
patch                   2.5.8-3
patchutils              0.2.22-2
pcre                    4.3-1
pcre-devel              4.3-1
pcre-doc                4.3-1
pdksh                   5.2.14-2
perl                    5.8.0-3
perl_manpages           5.8.0-3
pine                    4.55-1
pinfo                   0.6.6p1-1
pkgconfig               0.15.0-1
popt                    1.6.4-4
postgresql              7.3.3-1
procmail                3.22-7
procps                  010801-2
proftpd                 1.2.9rc1-2
python                  2.2.3-2
rcs                     5.7-3
readline                4.3-2
rebase                  2.2-2
regex                   4.4-2
robots                  2.0-1
rpm                     4.1-1
rpm-build               4.1-1
rpm-doc                 4.1-1
rsync                   2.5.6-1
ruby                    1.6.8-2
rxvt                    2.7.10-3
sed                     4.0.7-1
sh-utils                2.0.15-3
sharutils               4.2.1-2
shutdown                1.3-1
splint                  3.1.1-1
squid                   2.4.STABLE7-1
ssmtp                   2.38.7-3
sunrpc                  4.0-1
swig                    1.3.19-1
sysvinit                2.84-3
tar                     1.13.25-1
tcltk                   20030214-1
tcp_wrappers            7.6-1
tcsh                    6.12.00-5
termcap                 20020930-1
terminfo                5.3-2
tetex                   2.0.2-1
tetex-base              2.0.2-1
tetex-beta              20020911-1
tetex-bin               2.0.2-1
tetex-devel             2.0.2-1
tetex-doc               2.0.2-1
tetex-extra             2.0.2-1
tetex-tiny              2.0.2-1
tetex-x11               2.0.2-1
texinfo                 4.2-4
texmf                   20020911-1
texmf-base              20020911-1
texmf-doc               20020911-1
texmf-extra             20020911-1
texmf-tiny              20020911-1
textutils               2.0.21-1
tidy                    030201-1
tiff                    3.6.0-1
time                    1.7-1
tin                     1.4.7-1
ttcp                    19980512-1
ucl                     1.01-1
units                   1.77-1
unzip                   5.50-2
upx                     1.24-1
uw-imap                 2002c1-1
uw-imap-imapd           2002c1-1
uw-imap-util            2002c1-1
vim                     6.2-1
w32api                  2.3-1
wget                    1.8.2-2
which                   1.5-1
whois                   4.6.2-1
WindowMaker             0.80.0-2
x2x                     1.27-2
Xaw3d                   1.5-1
xerces-c                2.3.0-2
xerces-c-devel          2.3.0-2
xerces-c-doc            2.3.0-2
XFree86-base            4.2.0-1
XFree86-bin             4.2.0-3
XFree86-doc             4.2.0-1
XFree86-etc             4.2.0-1
XFree86-f100            4.2.0-2
XFree86-fcyr            4.2.0-2
XFree86-fenc            4.2.0-2
XFree86-fnts            4.2.0-2
XFree86-fscl            4.2.0-2
XFree86-fsrv            4.2.0-1
XFree86-html            4.2.0-1
XFree86-jdoc            4.2.0-1
XFree86-lib             4.2.0-5
XFree86-man             4.2.0-1
XFree86-nest            4.2.0-1
XFree86-prog            4.2.0-1
XFree86-prt             4.2.0-1
XFree86-ps              4.2.0-1
XFree86-startup-scripts 4.2.0-4
XFree86-vfb             4.2.0-1
XFree86-xserv           4.2.0-42
XFree86-xwinclip        4.2.0-8
xinetd                  2.3.9-1
xmlto                   0.0.14-1
xpm-nox                 4.2.0-1
zip                     2.3-2
zlib                    1.1.4-1
zsh                     4.0.6-5


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Wed Jun 25 10:06:51 2003

Windows XP Professional Ver 5.1 Build 2600 Service Pack 1

Path:	~\bin
	c:\home\mecklen\bin
	r:\j2sdk1.4.1_02\bin
	r:\oracle-9.0.1.1\ora90\bin
	c:\usr\emacs-21.3\bin
	c:\usr\bin
	C:\usr\cygwin\bin
	C:\usr\cygwin\usr\X11R6\bin
	C:\usr\cygwin\usr\local\bin
	r:\JBuilder7\bin
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\Program Files\Common Files\Adaptec Shared\System
	c:\PROGRA~1\ATT\Graphviz\bin
	c:\PROGRA~1\ATT\Graphviz\bin\tools
	r:\WebSphere-4.0.1fp4\AppServer\bin
	.
	c:\Program Files\Affymetrix\GDACFiles
	r:\GDACFilesJava
	r:\GDACFilesJava-2.0
	.

C:\usr\cygwin\bin\id.exe output (nontsec)
UID: 11285(mecklen)  GID: 10513(mkgroup)
544(Administrators)  545(Users)           
10513(mkgroup)

C:\usr\cygwin\bin\id.exe output (ntsec)
UID: 11285(mecklen)  GID: 10513(mkgroup)
544(Administrators)  545(Users)           
10513(mkgroup)

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

CYGWIN = `tty'
HOME = `c:\home\mecklen'
PWD = `/c/work/bug'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\mecklen\Application Data'
CLASSPATH = `p:\classes;p:\classes\lib;r:\TopLink-2.5\Classes\JDK1.2\TOPLink.jar;r:\TopLink-2.5\Classes\JDK1.2\TOPLinkX.jar;r:\TopLink-2.5\Classes\JDK1.2\Tools.jar;r:\xerces-1_4_2\xerces.jar;r:\xalan-j_2_2_d11\bin\xalan.jar;r:\oracle-9.0.1.1\Ora90\jdbc\lib\classes12.jar;r:\jakarta-regexp-1.2\jakarta-regexp-1.2.jar;r:\jbcl-4.0\jbcl.jar;r:\junit-3.8.1\junit.jar;r:\jemmy-2.2.1\jemmy.jar;c:\home\mecklen\properties;r:\weblogic-5.1.0sp12\lib\weblogic510sp12.jar;r:\weblogic-5.1.0sp12\classes;r:\weblogic-5.1.0sp12\lib\weblogicaux.jar;r:\weblogic-5.1.0sp12\license;r:\mssqlserver4v70-5.1.0sp11\classes;r:\j2sdkee1.3.1\lib\j2ee.jar;r:\Tom Sawyer Software-3.1\Graph Editor Toolkit 3.1 for Java\lib\swingall.jar;r:\Tom Sawyer Software-3.1\Graph Editor Toolkit 3.1 for Java\lib\tsgetj31.jar;r:\Tom Sawyer Software-3.1\Graph Editor Toolkit 3.1 for Java\layout\lib\tslayout31.jar;r:\Tom Sawyer Software-3.1\Graph Layout Toolkit for Java\lib\tsgltj10.jar;r:\Tom Sawyer Software-3.1\Graph Editor Toolkit 3.1 for Java\lib\tsjdk11x.jar'
CLASS_PATH = `R:\GDACFilesJava;R:\GDACFilesJava-2.0'
CLIENTNAME = `LEGOLAS'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `OSAKA'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CVSROOT = `:pserver:mecklen@cvs.cimsoft.com:/source/Genome-Repository'
EDITOR = `gnuclient'
EMACS = `t'
EMACSDATA = `C:/usr/emacs-21.3/etc'
EMACSDOC = `C:/usr/emacs-21.3/etc'
EMACSLOADPATH = `C:/usr/emacs-21.3/site-lisp;C:/usr/emacs-21.3/../site-lisp;C:/usr/emacs-21.3/lisp;C:/usr/emacs-21.3/leim'
EMACSLOCKDIR = `C:/usr/emacs-21.3/lock'
EMACSPATH = `C:/usr/emacs-21.3/bin'
EMACS_DIR = `C:/usr/emacs-21.3'
EM_PARENT_PROCESS_ID = `5896'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\mecklen'
LANG = `ENU'
LOGONSERVER = `\\TAPPY'
MAGICK_HOME = `/usr/local'
MAILHOST = `wolf'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/c/work/trunk/code/com/cimsoft'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PRINTER = `HPLaserJet'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 4, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0204'
PROGRAMFILES = `C:\Program Files'
SESSIONNAME = `Console'
SHELL = `C:\usr\cygwin\bin\bash.exe'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\TEMP'
TERM = `emacs'
TERMCAP = `emacs:co#101:tc=unknown:'
TMP = `c:\TEMP'
TMPDIR = `c:\TEMP'
USERDOMAIN = `CIG'
USERNAME = `mecklen'
USERPROFILE = `C:\Documents and Settings\mecklen'
WAS_HOME = `R:\WebSphere-4.0.1fp4\AppServer'
WINDIR = `C:\WINDOWS'
_ = `/usr/bin/cygcheck'

Use `-r' to scan registry

a:  fd           N/A    N/A                    
c:  hd  NTFS   76285Mb  60% CP CS UN PA FC     
d:  cd           N/A    N/A                    
p:  hd  NTFS   76285Mb  60% CP CS UN PA FC     
r:  hd  NTFS   76285Mb  60% CP CS UN PA FC     

.                                      /                                 user    binmode,cygdrive
C:\usr\cygwin                          /                                 system  binmode
\\fido\code                            /repository                       system  binmode
\\wolf\software                        /software                         system  binmode
C:\usr\cygwin/bin                      /usr/bin                          system  binmode
C:\usr\cygwin/lib                      /usr/lib                          system  binmode
c:\usr\site-lisp                       /usr/share/emacs/site-lisp/local  system  binmode
C:\usr\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts          system  binmode
.                                      /                                 system  binmode,cygdrive

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

   58k 2002/05/07 C:\usr\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2002/5/7 0:33
   54k 2002/01/27 C:\usr\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2002/1/26 18:07
   13k 2003/06/18 C:\usr\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2003/6/17 21:07
  848k 2003/04/11 C:\usr\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/4/11 4:33
  645k 2003/04/11 C:\usr\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2003/4/11 4:37
  551k 2003/04/02 C:\usr\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-2.dll" v0.0 ts=2003/4/2 14:09
  380k 2002/07/24 C:\usr\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2002/7/24 10:24
  326k 2002/06/26 C:\usr\cygwin\bin\cygdb2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb2.dll" v0.0 ts=2002/6/26 11:48
  487k 2002/07/24 C:\usr\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 10:25
  136k 2002/10/17 C:\usr\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2002/10/17 9:21
   61k 2003/06/10 C:\usr\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2003/6/10 12:07
   45k 2001/04/25 C:\usr\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/24 23:28
   35k 2002/01/09 C:\usr\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/8 23:03
   76k 2003/03/09 C:\usr\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/3/9 13:51
   28k 2003/03/22 C:\usr\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/3/22 15:19
   19k 2003/03/22 C:\usr\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/19 20:05
   15k 2003/03/22 C:\usr\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/3/22 15:22
  490k 2002/09/21 C:\usr\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-12.dll" v0.0 ts=2002/9/21 4:01
  488k 2002/07/18 C:\usr\cygwin\bin\cygguile-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-14.dll" v0.0 ts=2002/7/18 4:35
   63k 2002/07/18 C:\usr\cygwin\bin\cygguile-srfi-srfi-13-14-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-1.dll" v0.0 ts=2002/7/18 4:35
   63k 2002/09/21 C:\usr\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=2002/9/21 4:01
   24k 2002/07/18 C:\usr\cygwin\bin\cygguile-srfi-srfi-4-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-1.dll" v0.0 ts=2002/7/18 4:35
   24k 2002/09/21 C:\usr\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=2002/9/21 4:01
   14k 2002/07/18 C:\usr\cygwin\bin\cygguilereadline-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-14.dll" v0.0 ts=2002/7/18 4:35
   14k 2002/09/21 C:\usr\cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-12-12.dll" v0.0 ts=2002/9/21 4:01
   17k 2001/06/28 C:\usr\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/6 21:34
   20k 2002/10/10 C:\usr\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2002/10/10 11:28
  306k 2002/04/27 C:\usr\cygwin\bin\cyghttpd.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd.dll" v0.0 ts=2002/4/27 7:23
  945k 2003/06/18 C:\usr\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/6/17 21:08
   22k 2001/12/13 C:\usr\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 2:28
   28k 2002/09/20 C:\usr\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2002/9/19 21:13
   21k 2001/06/20 C:\usr\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 11:09
   12k 2003/02/17 C:\usr\cygwin\bin\cygioperm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygioperm-0.dll" v0.0 ts=2003/2/17 12:58
   47k 2003/03/09 C:\usr\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2003/3/9 14:30
  119k 2002/02/09 C:\usr\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2002/2/8 22:19
   61k 2003/03/05 C:\usr\cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2003/3/5 13:09
   32k 2003/04/16 C:\usr\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2003/4/15 19:41
   26k 2001/04/25 C:\usr\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/24 23:27
   20k 2002/01/09 C:\usr\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/8 23:03
   48k 2003/03/09 C:\usr\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/3/9 13:51
  156k 2001/04/25 C:\usr\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/24 23:29
  175k 2002/01/09 C:\usr\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/8 23:03
  226k 2001/04/25 C:\usr\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/24 23:17
  202k 2002/01/09 C:\usr\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/8 23:03
  284k 2003/03/09 C:\usr\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/3/9 13:50
   15k 2001/04/25 C:\usr\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/24 23:27
   12k 2002/01/09 C:\usr\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/8 23:03
   31k 2003/03/09 C:\usr\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/3/9 13:50
   66k 2003/06/17 C:\usr\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/6/17 2:37
   63k 2003/04/11 C:\usr\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 2:31
   15k 2003/06/17 C:\usr\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/6/17 2:37
   61k 2003/04/11 C:\usr\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 2:31
 1069k 2003/06/02 C:\usr\cygwin\bin\cygperl5_8_0.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_0.dll" v0.0 ts=2003/6/2 6:01
  168k 2003/02/23 C:\usr\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng10.dll" v0.0 ts=2003/2/23 16:02
  173k 2003/02/23 C:\usr\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2003/2/23 15:02
  170k 2002/01/21 C:\usr\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng2.dll" v0.0 ts=2002/1/20 18:05
   22k 2002/06/09 C:\usr\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/8 23:45
  108k 2001/06/28 C:\usr\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/6 21:34
  127k 2002/10/10 C:\usr\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2002/10/10 11:28
   66k 2001/11/20 C:\usr\cygwin\bin\cygregex.dll - os=4.0 img=1.0 sys=4.0
                  "cygregex.dll" v0.0 ts=2001/11/20 7:44
  176k 2003/04/11 C:\usr\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2003/4/11 4:33
  165k 2003/04/11 C:\usr\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl.dll" v0.0 ts=2003/4/11 4:37
  281k 2003/02/24 C:\usr\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2003/2/23 21:58
   25k 2002/07/14 C:\usr\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygungif-4.dll" v0.0 ts=2002/7/14 8:58
  601k 2003/05/19 C:\usr\cygwin\bin\cygwin-ruby16.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin-ruby16.dll" v0.0 ts=2003/5/19 5:27
 2689k 2002/11/16 C:\usr\cygwin\bin\cygxerces-c21.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c21.dll" v0.0 ts=2002/11/15 21:07
 2984k 2003/02/07 C:\usr\cygwin\bin\cygxerces-c22.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c22.dll" v0.0 ts=2003/2/7 11:50
 3088k 2003/06/11 C:\usr\cygwin\bin\cygxerces-c23.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c23.dll" v0.0 ts=2003/6/11 17:40
  903k 2003/06/09 C:\usr\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2003/6/9 17:49
   41k 2002/01/20 C:\usr\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2002/1/20 11:49
   46k 2002/01/20 C:\usr\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-X4.dll" v0.0 ts=2002/1/20 11:50
  174k 2003/06/10 C:\usr\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2003/6/10 11:42
   13k 2003/06/10 C:\usr\cygwin\bin\cygxsltbreakpoint-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxsltbreakpoint-1.dll" v0.0 ts=2003/6/10 12:07
   50k 2002/03/12 C:\usr\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2002/3/11 21:38
  948k 2003/03/18 C:\usr\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/3/18 7:20
    Cygwin DLL version info:
        DLL version: 1.3.22
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 78
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Tue Mar 18 09:20:11 EST 2003
        CVS tag: dontuse-21
        Shared id: cygwin1S3

   41k 2002/05/14 C:\usr\cygwin\usr\X11R6\bin\cygPropList-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygPropList-0.dll" v0.0 ts=2002/5/13 21:13
 2087k 2003/03/10 C:\usr\cygwin\usr\local\bin\cygMagick-5-5-5-Q16-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick-5-5-5-Q16-0.dll" v0.0 ts=2003/2/21 19:50
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]