public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Problem with execution of binary file
@ 2011-11-08 11:22 Edvardsen Kåre
  0 siblings, 0 replies; 20+ messages in thread
From: Edvardsen Kåre @ 2011-11-08 11:22 UTC (permalink / raw)
  To: cygwin


> Mark Geisert (that's me) wrote:
> > I haven't yet diff'd the two cygchecks
> > you sent but maybe that'll lead somewhere.
> 
> I've now done that.  The 'good' cygcheck shows many more packages installed than
> the 'bad' cygcheck.  But the only package version differences I found were for
> bzr, find and mercurial; the 'good' cygcheck paradoxically shows earlier
> versions for those three packages.  Hard to see how those package differences
> could matter though.
> 
> About the only thing I can think of, and it's a crazy idea, is that the 'good'
> environment, with more packages installed, is somehow supplying something that's
> emulated badly in the 'bad' environment.  Figuring out if that's the case would
> involve building your executable with every possible "verbose" switch turned on
> so you can identify exactly where every item going into the executable is coming
> from.  Repeated in both 'good' and 'bad' environments.
> 
> Or, you could take heart that you've got a good build you can work with now and
> just run with that.  Maybe somebody else has another approach to try.
> HTH,
> 
> ..mark
>  

Yes, the 'good' installation was done Oct. 3 with many more packages
than the bad one. Just a week ago I wanted to install cygwin and run my
software on other machines, and then I ran into this problem. It's not a
paradox that the good installation has earlier package versions since it
was installed a month earlier than the bad one :)
So, my problem is now to isolate what has changed since then, which is
affecting the build of my fortran binary.

There is one thing I remember that is different now when I install a
required library (grib-api, see post
http://cygwin.com/ml/cygwin/2011-10/msg00037.html) 

I did not experience this hang back one month ago, but I've upgraded gcc
since then, and I wonder if the grib_api, and then my software, is
affected by this.

I will try to rebuild everything with gcc 4.3.4 too se if it helps, and
report the result to the list.

Cheers



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

* Re: Problem with execution of binary file
  2011-11-08 10:02   ` Mark Geisert
@ 2011-11-08 10:08     ` Mark Geisert
  0 siblings, 0 replies; 20+ messages in thread
From: Mark Geisert @ 2011-11-08 10:08 UTC (permalink / raw)
  To: cygwin

> bzr, find and mercurial; the 'good' cygcheck paradoxically shows earlier
       ^
  bzr, file and mercurial

..mark


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

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

* Re: Problem with execution of binary file
  2011-11-07 19:26 ` Mark Geisert
@ 2011-11-08 10:02   ` Mark Geisert
  2011-11-08 10:08     ` Mark Geisert
  0 siblings, 1 reply; 20+ messages in thread
From: Mark Geisert @ 2011-11-08 10:02 UTC (permalink / raw)
  To: cygwin

Mark Geisert (that's me) wrote:
> I haven't yet diff'd the two cygchecks
> you sent but maybe that'll lead somewhere.

I've now done that.  The 'good' cygcheck shows many more packages installed than
the 'bad' cygcheck.  But the only package version differences I found were for
bzr, find and mercurial; the 'good' cygcheck paradoxically shows earlier
versions for those three packages.  Hard to see how those package differences
could matter though.

About the only thing I can think of, and it's a crazy idea, is that the 'good'
environment, with more packages installed, is somehow supplying something that's
emulated badly in the 'bad' environment.  Figuring out if that's the case would
involve building your executable with every possible "verbose" switch turned on
so you can identify exactly where every item going into the executable is coming
from.  Repeated in both 'good' and 'bad' environments.

Or, you could take heart that you've got a good build you can work with now and
just run with that.  Maybe somebody else has another approach to try.
HTH,

..mark


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

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

* Re: Problem with execution of binary file
  2011-11-07  9:55 Edvardsen Kåre
@ 2011-11-07 19:26 ` Mark Geisert
  2011-11-08 10:02   ` Mark Geisert
  0 siblings, 1 reply; 20+ messages in thread
From: Mark Geisert @ 2011-11-07 19:26 UTC (permalink / raw)
  To: cygwin

Edvardsen KÃ¥re writes:
> The well working installation was kept on the HD in it's own renamed (C:
> \cygwin.good) folder when I installed the latest version. The
> installation went through like it was the first time I installed cygwin,
> I hope this is ok?

First, kindly <http://cygwin.com/acronyms/#PPIOSPE> keep this on the mailing
list and out of private email.  Thanks.

I've done similar in the past, and it seems to work OK as long as you stop *all*
Cygwin processes before switching directories like that.  Can't have a
background sshd running, for instance.

> Then, I installed my "problem software" on the latest
> version - which failed. I even rebuilt the "problem software" on the
> well working installation and it works perfectly. My experience is that
> I can swich between these two versions just by renaming the cygwin
> folder so I only have one C:\cygwin folder at the time (I rename the
> other to C:\cygwin.bad or good, depending on which one I run).
> 
> I've attached the objdump and cygcheck output from both the good and bad
> installations. Clearly, the bad objdump returns stuff that tells me the
> compilation of my binary did not turn out right in one case. Maybe one
> of you can see what's going wrong at some stage?

The first thing that jumps out is SizeOfUninitializedData is 949MB in the good
image but 3227MB (!) in the bad image.  Even on Windows 7 that you're running I
wonder if there's an OS or linker issue building an image with over 3GB of
uninitialized data.

The flip side of that is, why is that different in the two images if you're
using the same commands to build them?  I haven't yet diff'd the two cygchecks
you sent but maybe that'll lead somewhere.

..mark


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

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

* Re: Problem with execution of binary file
@ 2011-11-07  9:55 Edvardsen Kåre
  2011-11-07 19:26 ` Mark Geisert
  0 siblings, 1 reply; 20+ messages in thread
From: Edvardsen Kåre @ 2011-11-07  9:55 UTC (permalink / raw)
  To: mark, moss, d.sastre.medina; +Cc: cygwin

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


>         > Anyway, I've installed two versions of cygwin on the same
>         machine - the
>         > first was installed around Oct. 3 and the second one from a
>         few days
>         > ago. Compiling exactly the same software on both versions
>         gives success
>         > on the older installation and failure on the newer one.
>         Could it be that
>         [...]
>         > Do you have any immediate idea of what could be the
>         potential problem?
>         
>         Only immediate suggestions :).  Run 'objdump -fp' on the two
>         executables. 
>         Perhaps there's a difference between outputs that stands out
>         or is meaningful
>         to somebody on the list when you report it.
>         
>         Another thing you might try is 'cygcheck -svr' on the two
>         Cygwin versions and
>         compare output.  That may show meaningful differences between
>         the two versions.
>          That will have a lot of output to sift through but any
>         differences listed may
>         point to something.
>         
>         ..mark
>         

>         I would add that having more than one cygwin installation
>         on the same system can be tricky, since you need to insure
>         that each program gets the right dlls, etc.
>         
>         Regards -- Eliot Moss

The well working installation was kept on the HD in it's own renamed (C:
\cygwin.good) folder when I installed the latest version. The
installation went through like it was the first time I installed cygwin,
I hope this is ok? Then, I installed my "problem software" on the latest
version - which failed. I even rebuilt the "problem software" on the
well working installation and it works perfectly. My experience is that
I can swich between these two versions just by renaming the cygwin
folder so I only have one C:\cygwin folder at the time (I rename the
other to C:\cygwin.bad or good, depending on which one I run).

I've attached the objdump and cygcheck output from both the good and bad
installations. Clearly, the bad objdump returns stuff that tells me the
compilation of my binary did not turn out right in one case. Maybe one
of you can see what's going wrong at some stage?

Cheers,
Kåre



[-- Attachment #2: objdump.bad.txt --]
[-- Type: text/plain, Size: 6559 bytes --]


./FLEXPART_GFORTRAN:     file format pei-i386
architecture: i386, flags 0x0000013a:
EXEC_P, HAS_DEBUG, HAS_SYMS, HAS_LOCALS, D_PAGED
start address 0x00401000

Characteristics 0x127
	relocations stripped
	executable
	line numbers stripped
	large address aware
	32 bit words

Time/Date		Fri Nov  4 13:13:25 2011
Magic			010b	(PE32)
MajorLinkerVersion	2
MinorLinkerVersion	22
SizeOfCode		000dd200
SizeOfInitializedData	00127600
SizeOfUninitializedData	c9bbec00
AddressOfEntryPoint	00001000
BaseOfCode		00001000
BaseOfData		000df000
ImageBase		00400000
SectionAlignment	00001000
FileAlignment		00000200
MajorOSystemVersion	4
MinorOSystemVersion	0
MajorImageVersion	1
MinorImageVersion	0
MajorSubsystemVersion	4
MinorSubsystemVersion	0
Win32Version		00000000
SizeOfImage		ca31c000
SizeOfHeaders		00000400
CheckSum		007b7e92
Subsystem		00000003	(Windows CUI)
DllCharacteristics	00008000
SizeOfStackReserve	00200000
SizeOfStackCommit	00001000
SizeOfHeapReserve	00100000
SizeOfHeapCommit	00001000
LoaderFlags		00000000
NumberOfRvaAndSizes	00000010

The Data Directory
Entry 0 00000000 00000000 Export Directory [.edata (or where ever we found it)]
Entry 1 c9ce9000 00000e0c Import Directory [parts of .idata]
Entry 2 00000000 00000000 Resource Directory [.rsrc]
Entry 3 00000000 00000000 Exception Directory [.pdata]
Entry 4 00000000 00000000 Security Directory
Entry 5 00000000 00000000 Base Relocation Directory [.reloc]
Entry 6 00000000 00000000 Debug Directory
Entry 7 00000000 00000000 Description Directory
Entry 8 00000000 00000000 Special Directory
Entry 9 00000000 00000000 Thread Storage Directory [.tls]
Entry a 00000000 00000000 Load Configuration Directory
Entry b 00000000 00000000 Bound Import Directory
Entry c c9ce927c 00000218 Import Address Table Directory
Entry d 00000000 00000000 Delay Import Directory
Entry e 00000000 00000000 CLR Runtime Header
Entry f 00000000 00000000 Reserved

There is an import table in .idata at 0xca0e9000

The Import Tables (interpreted .idata section contents)
 vma:            Hint    Time      Forward  DLL       First
                 Table   Stamp     Chain    Name      Thunk
 c9ce9000	c9ce9064 00000000 00000000 c9ce9d5c c9ce927c

	DLL Name: cygwin1.dll
	vma:  Hint/Ord Member-Name Bound-To
	c9ce9494	 1238275220  <none>
	c9ce94a4	 1238275236  <none>
	c9ce94b4	 1238275252  <none>
	c9ce94c0	 1238275264  <none>
	c9ce94d0	 1238275280  <none>
	c9ce94dc	 1238275292  <none>
	c9ce94ec	 1238275308  <none>
	c9ce94f8	 1238275320  <none>
	c9ce9504	 1238275332  <none>
	c9ce9510	 1238275344  <none>
	c9ce9520	 1238275360  <none>
	c9ce952c	 1238275372  <none>
	c9ce9538	 1238275384  <none>
	c9ce9540	 1238275392  <none>
	c9ce954c	 1238275404  <none>
	c9ce9554	 1238275412  <none>
	c9ce955c	 1238275420  <none>
	c9ce9564	 1238275428  <none>
	c9ce956c	 1238275436  <none>
	c9ce9578	 1238275448  <none>
	c9ce9580	 1238275456  <none>
	c9ce9588	 1238275464  <none>
	c9ce9590	 1238275472  <none>
	c9ce9598	 1238275480  <none>
	c9ce95a4	 1238275492  <none>
	c9ce95ac	 1238275500  <none>
	c9ce95b4	 1238275508  <none>
	c9ce95bc	 1238275516  <none>
	c9ce95c4	 1238275524  <none>
	c9ce95d8	 1238275544  <none>
	c9ce95ec	 1238275564  <none>
	c9ce95fc	 1238275580  <none>
	c9ce9604	 1238275588  <none>
	c9ce960c	 1238275596  <none>
	c9ce9614	 1238275604  <none>
	c9ce961c	 1238275612  <none>
	c9ce9628	 1238275624  <none>
	c9ce9630	 1238275632  <none>
	c9ce963c	 1238275644  <none>
	c9ce9644	 1238275652  <none>
	c9ce9650	 1238275664  <none>
	c9ce9658	 1238275672  <none>
	c9ce9660	 1238275680  <none>
	c9ce9668	 1238275688  <none>
	c9ce9670	 1238275696  <none>
	c9ce967c	 1238275708  <none>
	c9ce9684	 1238275716  <none>
	c9ce9690	 1238275728  <none>
	c9ce9698	 1238275736  <none>
	c9ce96a4	 1238275748  <none>
	c9ce96b0	 1238275760  <none>
	c9ce96bc	 1238275772  <none>
	c9ce96c4	 1238275780  <none>
	c9ce96d0	 1238275792  <none>
	c9ce96d8	 1238275800  <none>
	c9ce96e4	 1238275812  <none>
	c9ce96f0	 1238275824  <none>
	c9ce96fc	 1238275836  <none>
	c9ce9708	 1238275848  <none>
	c9ce9714	 1238275860  <none>
	c9ce9720	 1238275872  <none>
	c9ce972c	 1238275884  <none>
	c9ce9740	 1238275904  <none>
	c9ce9748	 1238275912  <none>
	c9ce9750	 1238275920  <none>
	c9ce975c	 1238275932  <none>
	c9ce9768	 1238275944  <none>
	c9ce9770	 1238275952  <none>
	c9ce9778	 1238275960  <none>
	c9ce9780	 1238275968  <none>
	c9ce978c	 1238275980  <none>
	c9ce9798	 1238275992  <none>
	c9ce97a0	 1238276000  <none>
	c9ce97ac	 1238276012  <none>
	c9ce97b4	 1238276020  <none>
	c9ce97bc	 1238276028  <none>
	c9ce97c8	 1238276040  <none>
	c9ce97d4	 1238276052  <none>
	c9ce97dc	 1238276060  <none>
	c9ce97e8	 1238276072  <none>
	c9ce97f8	 1238276088  <none>
	c9ce9804	 1238276100  <none>
	c9ce9810	 1238276112  <none>
	c9ce981c	 1238276124  <none>
	c9ce9828	 1238276136  <none>
	c9ce9834	 1238276148  <none>
	c9ce9840	 1238276160  <none>
	c9ce984c	 1238276172  <none>
	c9ce9858	 1238276184  <none>
	c9ce9864	 1238276196  <none>
	c9ce9870	 1238276208  <none>
	c9ce987c	 1238276220  <none>
	c9ce9888	 1238276232  <none>
	c9ce9894	 1238276244  <none>
	c9ce989c	 1238276252  <none>
	c9ce98a4	 1238276260  <none>
	c9ce98b0	 1238276272  <none>
	c9ce98bc	 1238276284  <none>
	c9ce98c8	 1238276296  <none>
	c9ce98d4	 1238276308  <none>
	c9ce98e0	 1238276320  <none>
	c9ce98ec	 1238276332  <none>

 c9ce9014	c9ce9200 00000000 00000000 c9ce9d6c c9ce9418

	DLL Name: cyggcc_s-1.dll
	vma:  Hint/Ord Member-Name Bound-To
	c9ce98f4	 1238276340  <none>

 c9ce9028	c9ce9208 00000000 00000000 c9ce9de0 c9ce9420

	DLL Name: cyggfortran-3.dll
	vma:  Hint/Ord Member-Name Bound-To
	c9ce9900	 1238276352  <none>
	c9ce991c	 1238276380  <none>
	c9ce9938	 1238276408  <none>
	c9ce9954	 1238276436  <none>
	c9ce9970	 1238276464  <none>
	c9ce998c	 1238276492  <none>
	c9ce99ac	 1238276524  <none>
	c9ce99c4	 1238276548  <none>
	c9ce99dc	 1238276572  <none>
	c9ce99f4	 1238276596  <none>
	c9ce9a14	 1238276628  <none>
	c9ce9a2c	 1238276652  <none>
	c9ce9a40	 1238276672  <none>
	c9ce9a54	 1238276692  <none>
	c9ce9a70	 1238276720  <none>
	c9ce9a88	 1238276744  <none>
	c9ce9aa0	 1238276768  <none>
	c9ce9abc	 1238276796  <none>
	c9ce9ad8	 1238276824  <none>
	c9ce9af0	 1238276848  <none>
	c9ce9b0c	 1238276876  <none>
	c9ce9b24	 1238276900  <none>
	c9ce9b40	 1238276928  <none>
	c9ce9b60	 1238276960  <none>
	c9ce9b80	 1238276992  <none>

 c9ce903c	c9ce9270 00000000 00000000 c9ce9dfc c9ce9488

	DLL Name: KERNEL32.dll
	vma:  Hint/Ord Member-Name Bound-To
	c9ce9b9c	 1238277020  <none>
	c9ce9bb0	 1238277040  <none>

 c9ce9050	00000000 00000000 00000000 00000000 00000000


[-- Attachment #3: cygcheck.bad.txt --]
[-- Type: text/plain, Size: 128759 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Mon Nov 07 09:59:02 2011

Windows 7 Professional N Ver 6.1 Build 7601 Service Pack 1

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\Program Files\Common Files\Microsoft Shared\Windows Live
	C:\windows\system32
	C:\windows
	C:\windows\System32\Wbem
	C:\windows\System32\WindowsPowerShell\v1.0
	C:\Program Files\Hewlett-Packard\Drive Encryption
	C:\Program Files\WIDCOMM\Bluetooth Software
	C:\cygwin\lib\lapack

Output from C:\cygwin\bin\id.exe
UID: 1000(kare)      GID: 513(None)
513(None)            0(root)              544(Administratorer)
545(Brukere)         1001(HomeUsers)

SysDir: C:\windows\system32
WinDir: C:\windows

USER = 'kare'
PWD = '/home/kare'
HOME = '/home/kare'

HOMEPATH = '\Users\kare'
APPDATA = 'C:\Users\kare\AppData\Roaming'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
HOSTNAME = 'kare-laptop'
OnlineServices = 'Online Services'
SHELL = '/bin/bash'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 37 Stepping 5, GenuineIntel'
TERM = 'xterm'
WINDIR = 'C:\windows'
Platform = 'BNB'
TEXDOCVIEW_txt = 'cygstart %s'
TEXDOCVIEW_dvi = 'cygstart %s'
WINDOWID = '2097187'
PUBLIC = 'C:\Users\Public'
USERDOMAIN = 'kare-laptop'
ALLUSERSPROFILE = 'C:\ProgramData'
OS = 'Windows_NT'
XTERM_SHELL = '/bin/bash'
!:: = '::\'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
TEMP = '/tmp'
PCBRAND = 'p'
USERNAME = 'kare'
PROCESSOR_LEVEL = '6'
TEXDOCVIEW_pdf = 'cygstart %s'
PSModulePath = 'C:\windows\system32\WindowsPowerShell\v1.0\Modules\'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Users\kare'
LANG = 'C.UTF-8'
TEXDOCVIEW_html = 'cygstart %s'
QMAKESPEC = 'cygwin-g++'
LOGONSERVER = '\\KARE-LAPTOP'
LOCALAPPDATA = 'C:\Users\kare\AppData\Local'
PROCESSOR_ARCHITECTURE = 'x86'
XTERM_LOCALE = 'C.UTF-8'
XTERM_VERSION = 'XTerm(276)'
ProgramData = 'C:\ProgramData'
SHLVL = '2'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
HOMEDRIVE = 'C:'
COMSPEC = 'C:\windows\system32\cmd.exe'
PTSM_install_path = 'c:\Program Files\Hewlett-Packard\HP ProtectTools Security Manager\Bin'
LOGNAME = 'kare'
SYSTEMROOT = 'C:\windows'
TMP = '/tmp'
PROCESSOR_REVISION = '2505'
PRINTER = 'Send To OneNote 2010'
TEXDOCVIEW_ps = 'cygstart %s'
PROGRAMFILES = 'C:\Program Files'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
DISPLAY = ':0'
NUMBER_OF_PROCESSORS = '4'
SESSIONNAME = 'Console'
COMPUTERNAME = 'KARE-LAPTOP'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: c5e39b7a9d22bafb Path: C:\cygwin

c:  hd  NTFS    134915Mb  62% CP CS UN PA FC     
f:  hd  FAT32     2035Mb  26% CP    UN           HP_TOOLS
g:  cd             N/A    N/A                    

C:\cygwin        /          system  binary,auto
C:\cygwin\bin    /usr/bin   system  binary,auto
C:\cygwin\lib    /usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  user    binary,auto

Found: C:\cygwin\bin\awk
 -> C:\cygwin\bin\gawk.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
 -> C:\cygwin\etc\alternatives\cpp
 -> C:\cygwin\bin\cpp-4.exe
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Found: C:\windows\system32\find.exe
Warning: C:\cygwin\bin\find.exe hides C:\windows\system32\find.exe
Found: C:\cygwin\bin\gcc.exe
 -> C:\cygwin\etc\alternatives\gcc
 -> C:\cygwin\bin\gcc-4.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.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\patch.exe
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Not Found: ssh
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Found: C:\cygwin\bin\vi
 -> C:\cygwin\bin\vim-nox.exe
Found: C:\cygwin\bin\vim
 -> C:\cygwin\etc\alternatives\vim
 -> C:\cygwin\bin\gvim.exe

   80k 2009/09/15 C:\cygwin\bin\cygaa-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygaa-1.dll" v0.0 ts=2009/9/15 12:05
   38k 2011/04/13 C:\cygwin\bin\cygao-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygao-4.dll" v0.0 ts=2011/4/13 23:07
  118k 2011/09/10 C:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2011/9/10 23:56
   87k 2011/09/10 C:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2011/9/10 23:46
   33k 2011/09/23 C:\cygwin\bin\cygargp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygargp-0.dll" v0.0 ts=2011/9/23 2:54
   80k 2010/05/13 C:\cygwin\bin\cygart_lgpl_2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygart_lgpl_2-2.dll" v0.0 ts=2010/5/13 2:46
  704k 2007/12/18 C:\cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygaspell-15.dll" v0.0 ts=2007/12/18 12:39
   93k 2010/06/15 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=2010/6/15 8:06
   15k 2009/12/27 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2009/11/18 13:52
   71k 2011/06/30 C:\cygwin\bin\cygaudio-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygaudio-2.dll" v0.0 ts=2011/6/30 12:19
  131k 2011/09/25 C:\cygwin\bin\cygaudiofile-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaudiofile-0.dll" v0.0 ts=2011/9/25 4:30
  172k 2010/05/30 C:\cygwin\bin\cygautotrace-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygautotrace-3.dll" v0.0 ts=2010/5/30 14:07
   95k 2010/06/24 C:\cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2010/6/24 21:20
  351k 2008/01/14 C:\cygwin\bin\cygboost_date_time-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_date_time-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:36
   64k 2011/06/10 C:\cygwin\bin\cygboost_date_time-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_date_time-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:00
  120k 2008/01/14 C:\cygwin\bin\cygboost_filesystem-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_filesystem-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:36
  126k 2011/06/10 C:\cygwin\bin\cygboost_filesystem-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_filesystem-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:19
  277k 2011/06/10 C:\cygwin\bin\cygboost_graph-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_graph-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:36
   79k 2008/01/14 C:\cygwin\bin\cygboost_iostreams-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_iostreams-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:37
  118k 2011/06/10 C:\cygwin\bin\cygboost_iostreams-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_iostreams-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:36
  113k 2011/06/10 C:\cygwin\bin\cygboost_math_c99-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_math_c99-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:03
  112k 2011/06/10 C:\cygwin\bin\cygboost_math_c99f-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_math_c99f-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:03
  298k 2011/06/10 C:\cygwin\bin\cygboost_math_tr1-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_math_tr1-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:01
  299k 2011/06/10 C:\cygwin\bin\cygboost_math_tr1f-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_math_tr1f-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:02
   55k 2011/06/10 C:\cygwin\bin\cygboost_prg_exec_monitor-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_prg_exec_monitor-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:37
  526k 2008/01/14 C:\cygwin\bin\cygboost_program_options-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_program_options-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:38
  374k 2011/06/10 C:\cygwin\bin\cygboost_program_options-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_program_options-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:37
  564k 2008/01/14 C:\cygwin\bin\cygboost_python-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_python-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:39
  269k 2010/05/17 C:\cygwin\bin\cygboost_python-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_python-mt-1_43.dll" v0.0 ts=2010/5/17 3:58
  264k 2011/06/10 C:\cygwin\bin\cygboost_python-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_python-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:37
   14k 2011/06/10 C:\cygwin\bin\cygboost_random-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_random-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:36
  678k 2008/01/14 C:\cygwin\bin\cygboost_regex-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_regex-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:41
  896k 2011/06/10 C:\cygwin\bin\cygboost_regex-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_regex-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:36
  621k 2008/01/14 C:\cygwin\bin\cygboost_serialization-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_serialization-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:44
  417k 2011/06/10 C:\cygwin\bin\cygboost_serialization-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_serialization-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:38
  118k 2008/01/14 C:\cygwin\bin\cygboost_signals-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_signals-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:44
   73k 2011/06/10 C:\cygwin\bin\cygboost_signals-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_signals-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:37
   21k 2011/06/10 C:\cygwin\bin\cygboost_system-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_system-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:19
   91k 2008/01/14 C:\cygwin\bin\cygboost_thread-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_thread-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:47
   88k 2011/06/10 C:\cygwin\bin\cygboost_thread-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_thread-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:38
  581k 2011/06/10 C:\cygwin\bin\cygboost_unit_test_framework-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_unit_test_framework-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:37
 1156k 2011/06/10 C:\cygwin\bin\cygboost_wave-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_wave-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:19
  294k 2011/06/10 C:\cygwin\bin\cygboost_wserialization-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_wserialization-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:38
   33k 2010/05/28 C:\cygwin\bin\cygbrlapi-0.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygbrlapi-0.5.dll" v0.0 ts=2010/5/28 13:12
   62k 2011/05/21 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011/5/21 21:16
  678k 2010/12/29 C:\cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2010/12/29 7:16
   20k 2010/12/29 C:\cygwin\bin\cygcairo-gobject-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-gobject-2.dll" v0.0 ts=2010/12/29 7:17
   98k 2010/12/29 C:\cygwin\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2010/12/29 7:17
  117k 2010/10/14 C:\cygwin\bin\cygcamlrun_shared.dll - os=4.0 img=1.0 sys=4.0
                  "cygcamlrun_shared.dll" v0.0 ts=2010/10/14 19:46
   10k 2011/01/25 C:\cygwin\bin\cygcatgets1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcatgets1.dll" v0.0 ts=2011/1/25 11:55
    8k 2011/10/16 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2011/10/16 19:00
   25k 2009/11/19 C:\cygwin\bin\cygcheck-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcheck-0.dll" v0.0 ts=2009/11/19 0:46
 1845k 2008/10/09 C:\cygwin\bin\cygchicken-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygchicken-0.dll" v0.0 ts=2008/10/9 21:22
  108k 2010/01/05 C:\cygwin\bin\cygcloog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-0.dll" v0.0 ts=2010/1/5 1:45
   20k 2010/05/25 C:\cygwin\bin\cygcompface-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcompface-0.dll" v0.0 ts=2010/5/25 9:42
    9k 2011/01/07 C:\cygwin\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2011/1/7 2:26
  208k 2011/10/17 C:\cygwin\bin\cygcppunit-1-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcppunit-1-12-1.dll" v0.0 ts=2011/10/17 21:50
  189k 2009/03/17 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=2009/3/17 6:56
    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 9:57
 1147k 2011/03/16 C:\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 21:54
  314k 2011/11/02 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2011/11/2 0:38
  943k 2007/12/17 C:\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 14:12
  219k 2011/10/03 C:\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 7:10
  107k 2010/05/12 C:\cygwin\bin\cygdbus-glib-1-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdbus-glib-1-2.dll" v0.0 ts=2010/5/12 12:53
 1296k 2007/12/17 C:\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 14:12
   14k 2010/11/01 C:\cygwin\bin\cygdmx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdmx-1.dll" v0.0 ts=2010/11/1 2:31
  243k 2005/02/23 C:\cygwin\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2005/2/23 15:42
   26k 2005/02/23 C:\cygwin\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2005/2/23 15:42
   12k 2009/01/07 C:\cygwin\bin\cygecpg_compat.dll - os=4.0 img=1.0 sys=4.0
                  "cygecpg_compat.dll" v0.0 ts=2009/1/7 17:46
  511k 2010/06/17 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2010/6/17 13:42
   56k 2008/07/12 C:\cygwin\bin\cygedsio-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedsio-0.dll" v0.0 ts=2008/7/12 21:41
   66k 2010/06/02 C:\cygwin\bin\cygelf-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygelf-0.dll" v0.8 ts=2010/6/2 15:08
  163k 2010/05/19 C:\cygwin\bin\cygEMF-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygEMF-1.dll" v0.0 ts=2010/5/19 21:51
   29k 2009/03/23 C:\cygwin\bin\cygesd-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygesd-0.dll" v0.0 ts=2009/3/23 3:46
   57k 2010/12/06 C:\cygwin\bin\cygevtlog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygevtlog-0.dll" v0.0 ts=2010/12/6 16:59
  118k 2007/04/06 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2007/4/6 22:43
  118k 2008/05/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/9 6:03
   71k 2010/05/12 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2010/5/12 11:59
  139k 2011/01/07 C:\cygwin\bin\cygext2fs-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygext2fs-2.dll" v0.0 ts=2011/1/7 2:27
   29k 2010/05/12 C:\cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2010/5/12 12:26
  286k 2006/08/06 C:\cygwin\bin\cygfcgi++-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfcgi++-0.dll" v0.0 ts=2006/8/6 22:09
   30k 2006/08/06 C:\cygwin\bin\cygfcgi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfcgi-0.dll" v0.0 ts=2006/8/6 22:09
   21k 2011/10/26 C:\cygwin\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-4.dll" v0.0 ts=2011/10/23 15:33
   69k 2009/08/27 C:\cygwin\bin\cygFLAC++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygFLAC++-6.dll" v0.0 ts=2009/8/27 21:45
  297k 2009/08/27 C:\cygwin\bin\cygFLAC-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygFLAC-8.dll" v0.0 ts=2009/8/27 21:44
  508k 2010/06/30 C:\cygwin\bin\cygfltk-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltk-1.1.dll" v0.0 ts=2010/5/7 23:37
  507k 2010/06/30 C:\cygwin\bin\cygfltknox-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox-1.1.dll" v0.0 ts=2010/5/9 0:23
   21k 2010/06/30 C:\cygwin\bin\cygfltknox_forms-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox_forms-1.1.dll" v0.0 ts=2010/5/9 0:23
   82k 2010/06/30 C:\cygwin\bin\cygfltknox_gl-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox_gl-1.1.dll" v0.0 ts=2010/5/9 0:23
   58k 2010/06/30 C:\cygwin\bin\cygfltknox_images-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox_images-1.1.dll" v0.0 ts=2010/5/9 0:23
   21k 2010/06/30 C:\cygwin\bin\cygfltk_forms-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltk_forms-1.1.dll" v0.0 ts=2010/5/7 23:37
   81k 2010/06/30 C:\cygwin\bin\cygfltk_gl-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltk_gl-1.1.dll" v0.0 ts=2010/5/7 23:37
   58k 2010/06/30 C:\cygwin\bin\cygfltk_images-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltk_images-1.1.dll" v0.0 ts=2010/5/7 23:38
  176k 2010/01/29 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2010/1/28 23:12
   20k 2010/10/31 C:\cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2010/10/31 20:19
   43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 15:49
   40k 2009/03/01 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/3/1 7:32
   43k 2009/11/20 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/11/20 20:14
   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 11:25
   47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 18:31
  860k 2008/03/23 C:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfpx-1.dll" v0.0 ts=2008/3/23 21:12
  500k 2011/10/19 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2011/10/19 6:40
   26k 2010/06/15 C:\cygwin\bin\cyggailutil-18.dll - os=4.0 img=1.0 sys=4.0
                  "cyggailutil-18.dll" v0.0 ts=2010/6/15 9:25
   29k 2010/05/12 C:\cygwin\bin\cyggamin-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggamin-1-0.dll" v0.0 ts=2010/5/12 12:26
   79k 2011/10/26 C:\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 15:15
18965k 2011/10/26 C:\cygwin\bin\cyggcj-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-11.dll" v0.0 ts=2011/10/23 16:59
20594k 2011/03/22 C:\cygwin\bin\cyggcj-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-9.dll" v0.0 ts=2011/3/22 6:57
13158k 2011/10/26 C:\cygwin\bin\cyggcj-noncore-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-noncore-11.dll" v0.0 ts=2011/10/23 17:02
 8468k 2011/03/22 C:\cygwin\bin\cyggcj-noncore-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-noncore-9.dll" v0.0 ts=2011/3/22 6:58
 3752k 2011/10/26 C:\cygwin\bin\cyggcj-tools-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-tools-11.dll" v0.0 ts=2011/10/23 17:04
 2051k 2011/03/22 C:\cygwin\bin\cyggcj-tools-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-tools-9.dll" v0.0 ts=2011/3/22 6:59
  181k 2010/06/14 C:\cygwin\bin\cyggconf-2-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggconf-2-4.dll" v0.0 ts=2010/6/15 1:37
  449k 2011/05/20 C:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=2011/5/20 4:29
  230k 2010/05/14 C:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-2.dll" v0.0 ts=2010/5/14 12:43
   19k 2009/02/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 8:58
    8k 2009/02/26 C:\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 8:58
  193k 2009/03/23 C:\cygwin\bin\cyggdk-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-1-2-0.dll" v0.0 ts=2009/3/23 15:24
  546k 2010/06/15 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=2010/6/15 9:14
   94k 2010/06/15 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=2010/6/15 9:05
 1006k 2011/10/16 C:\cygwin\bin\cyggettextlib-0-18-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-18-1.dll" v0.0 ts=2011/10/16 7:51
  245k 2011/10/16 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2011/10/16 8:12
  213k 2011/10/16 C:\cygwin\bin\cyggettextsrc-0-18-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-18-1.dll" v0.0 ts=2011/10/16 7:57
  713k 2011/10/26 C:\cygwin\bin\cyggfortran-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggfortran-3.dll" v0.0 ts=2011/10/23 16:15
   32k 2008/12/08 C:\cygwin\bin\cyggg-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggg-1.dll" v0.0 ts=2008/12/8 0:59
   45k 2008/12/08 C:\cygwin\bin\cygggi-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygggi-2.dll" v0.0 ts=2008/12/8 2:09
    9k 2008/12/08 C:\cygwin\bin\cygggiwmh-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygggiwmh-0.dll" v0.0 ts=2008/12/8 2:31
   29k 2009/03/23 C:\cygwin\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggif-4.dll" v0.0 ts=2009/3/23 19:55
   23k 2008/12/08 C:\cygwin\bin\cyggii-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggii-1.dll" v0.0 ts=2008/12/8 1:00
   11k 2011/10/26 C:\cygwin\bin\cyggij-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggij-11.dll" v0.0 ts=2011/10/23 17:04
   11k 2011/03/22 C:\cygwin\bin\cyggij-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggij-9.dll" v0.0 ts=2011/3/22 6:59
  552k 2010/06/15 C:\cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2010/6/15 5:25
   70k 2010/06/15 C:\cygwin\bin\cyggirepository-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggirepository-1.0-0.dll" v0.0 ts=2010/6/15 6:34
  377k 2011/07/20 C:\cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2011/7/20 3:19
   76k 2009/03/26 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=2009/3/25 23:23
  133k 2009/03/25 C:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-1-2-0.dll" v0.0 ts=2009/3/23 15:12
  764k 2010/06/15 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=2010/6/15 5:22
  141k 2009/03/30 C:\cygwin\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygglitz-1.dll" v0.0 ts=2009/3/30 18:22
   21k 2009/03/30 C:\cygwin\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 18:23
  434k 2011/07/20 C:\cygwin\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2011/7/20 3:20
  187k 2010/05/17 C:\cygwin\bin\cygglut-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygglut-3.dll" v0.0 ts=2010/5/18 0:01
   18k 2011/07/20 C:\cygwin\bin\cygGLw-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLw-1.dll" v0.0 ts=2011/7/20 3:20
   12k 2009/03/25 C:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-1-2-0.dll" v0.0 ts=2009/3/23 15:12
   14k 2010/06/15 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=2010/6/15 5:23
  317k 2011/07/31 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011/7/31 7:14
   14k 2011/07/31 C:\cygwin\bin\cyggmpxx-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-4.dll" v0.0 ts=2011/7/31 12:31
  159k 2011/03/22 C:\cygwin\bin\cyggnarl-4.3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnarl-4.3.dll" v0.0 ts=2011/3/22 6:25
  166k 2011/10/26 C:\cygwin\bin\cyggnarl-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnarl-4.5.dll" v0.0 ts=2011/10/23 15:43
 2318k 2011/03/22 C:\cygwin\bin\cyggnat-4.3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnat-4.3.dll" v0.0 ts=2011/3/22 6:25
 2488k 2011/10/26 C:\cygwin\bin\cyggnat-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnat-4.5.dll" v0.0 ts=2011/10/23 15:43
  176k 2010/06/15 C:\cygwin\bin\cyggnomecanvas-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnomecanvas-2-0.dll" v0.0 ts=2010/6/15 2:24
  614k 2011/10/19 C:\cygwin\bin\cyggnutls-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-26.dll" v0.0 ts=2011/10/19 12:04
   21k 2011/10/19 C:\cygwin\bin\cyggnutls-extra-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-extra-26.dll" v0.0 ts=2011/10/19 12:05
   24k 2011/10/19 C:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2011/10/19 12:05
   52k 2011/10/19 C:\cygwin\bin\cyggnutlsxx-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-27.dll" v0.0 ts=2011/10/19 12:05
  233k 2010/06/15 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=2010/6/15 5:23
   42k 2011/10/26 C:\cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2011/10/23 15:21
   14k 2011/05/20 C:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2011/5/20 4:04
 5491k 2008/11/27 C:\cygwin\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-8.dll" v0.0 ts=2008/11/27 14:24
  191k 2010/05/12 C:\cygwin\bin\cyggsf-1-114.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsf-1-114.dll" v0.0 ts=2010/5/12 12:34
    9k 2009/03/25 C:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-1-2-0.dll" v0.0 ts=2009/3/23 15:13
   17k 2010/06/15 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=2010/6/15 5:23
 1258k 2009/03/23 C:\cygwin\bin\cyggtk-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-1-2-0.dll" v0.0 ts=2009/3/23 15:29
 3659k 2010/06/15 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=2010/6/15 9:18
  528k 2005/10/09 C:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-12.dll" v0.0 ts=2005/10/9 15:25
  665k 2010/11/25 C:\cygwin\bin\cygguile-17.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-17.dll" v0.0 ts=2010/11/25 10:10
   18k 2005/10/09 C:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-ltdl-1.dll" v0.0 ts=2005/10/9 15:24
   24k 2010/11/25 C:\cygwin\bin\cygguile-srfi-srfi-1-v-3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-1-v-3-3.dll" v0.0 ts=2010/11/25 10:10
   68k 2005/10/09 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=2005/10/9 15:25
    5k 2010/11/25 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-3-3.dll" v0.0 ts=2010/11/25 10:10
   31k 2005/10/09 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=2005/10/9 15:25
    5k 2010/11/25 C:\cygwin\bin\cygguile-srfi-srfi-4-v-3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-v-3-3.dll" v0.0 ts=2010/11/25 10:10
    9k 2010/11/25 C:\cygwin\bin\cygguile-srfi-srfi-60-v-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-60-v-2-2.dll" v0.0 ts=2010/11/25 10:10
   12k 2005/10/09 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=2005/10/9 15:25
    5k 2010/11/25 C:\cygwin\bin\cygguilereadline-v-17-17.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-17-17.dll" v0.0 ts=2010/11/25 10:10
 2047k 2009/09/17 C:\cygwin\bin\cyghdf5-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyghdf5-0.dll" v0.0 ts=2009/9/17 9:58
 7771k 2011/02/18 C:\cygwin\bin\cyghdf5-6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghdf5-6.dll" v0.0 ts=2011/2/18 21:21
   90k 2009/09/17 C:\cygwin\bin\cyghdf5_hl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyghdf5_hl-0.dll" v0.0 ts=2009/9/17 9:59
  292k 2011/02/18 C:\cygwin\bin\cyghdf5_hl-6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghdf5_hl-6.dll" v0.0 ts=2011/2/18 21:24
   24k 2009/06/23 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2009/6/23 14:20
   25k 2011/01/26 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2011/1/26 4:25
  337k 2007/09/16 C:\cygwin\bin\cyghttpd2core.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd2core.dll" v0.0 ts=2007/9/16 22:58
   74k 2010/10/31 C:\cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2010/10/31 20:18
  358k 2011/04/29 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2011/4/29 6:37
  985k 2011/10/16 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2011/10/16 19:01
    0k 2011/11/04 C:\cygwin\bin\cygicudata.dll - os=268.0 img=46.0 sys=26060.34
10921k 2009/12/27 C:\cygwin\bin\cygicudata38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata38.dll" v0.0 ts=2009/12/27 12:06
14696k 2010/09/16 C:\cygwin\bin\cygicudata45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata45.dll" v0.0 ts=2010/9/16 13:29
17852k 2011/07/26 C:\cygwin\bin\cygicudata48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata48.dll" v0.0 ts=2011/7/26 13:36
    0k 2011/11/04 C:\cygwin\bin\cygicui18n.dll - os=268.0 img=46.0 sys=26060.34
 1218k 2009/12/27 C:\cygwin\bin\cygicui18n38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n38.dll" v0.0 ts=2009/12/27 12:02
 1731k 2010/09/16 C:\cygwin\bin\cygicui18n45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n45.dll" v0.0 ts=2010/9/16 13:14
 1809k 2011/07/26 C:\cygwin\bin\cygicui18n48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n48.dll" v0.0 ts=2011/7/26 12:53
    0k 2011/11/04 C:\cygwin\bin\cygicuio.dll - os=268.0 img=44.0 sys=26060.34
   35k 2009/12/27 C:\cygwin\bin\cygicuio38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio38.dll" v0.0 ts=2009/12/27 12:06
   34k 2010/09/16 C:\cygwin\bin\cygicuio45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio45.dll" v0.0 ts=2010/9/16 13:16
   35k 2011/07/26 C:\cygwin\bin\cygicuio48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio48.dll" v0.0 ts=2011/7/26 12:56
    0k 2011/11/04 C:\cygwin\bin\cygicule.dll - os=268.0 img=44.0 sys=26060.34
  230k 2009/12/27 C:\cygwin\bin\cygicule38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule38.dll" v0.0 ts=2009/12/27 12:03
  227k 2010/09/16 C:\cygwin\bin\cygicule45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule45.dll" v0.0 ts=2010/9/16 13:15
  233k 2011/07/26 C:\cygwin\bin\cygicule48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule48.dll" v0.0 ts=2011/7/26 12:53
    0k 2011/11/04 C:\cygwin\bin\cygiculx.dll - os=268.0 img=44.0 sys=26060.34
   42k 2009/12/27 C:\cygwin\bin\cygiculx38.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx38.dll" v0.0 ts=2009/12/27 12:04
   36k 2010/09/16 C:\cygwin\bin\cygiculx45.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx45.dll" v0.0 ts=2010/9/16 13:15
   42k 2011/07/26 C:\cygwin\bin\cygiculx48.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx48.dll" v0.0 ts=2011/7/26 12:54
    0k 2011/11/04 C:\cygwin\bin\cygicutest.dll - os=268.0 img=46.0 sys=26060.34
   51k 2011/07/26 C:\cygwin\bin\cygicutest48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutest48.dll" v0.0 ts=2011/7/26 12:54
    0k 2011/11/04 C:\cygwin\bin\cygicutu.dll - os=268.0 img=44.0 sys=26060.34
  123k 2011/07/26 C:\cygwin\bin\cygicutu48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutu48.dll" v0.0 ts=2011/7/26 12:54
    0k 2011/11/04 C:\cygwin\bin\cygicuuc.dll - os=268.0 img=44.0 sys=26060.34
 1038k 2009/12/27 C:\cygwin\bin\cygicuuc38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc38.dll" v0.0 ts=2009/12/27 11:59
 1096k 2010/09/16 C:\cygwin\bin\cygicuuc45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc45.dll" v0.0 ts=2010/9/16 13:13
 1238k 2011/07/26 C:\cygwin\bin\cygicuuc48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc48.dll" v0.0 ts=2011/7/26 12:50
  147k 2010/06/14 C:\cygwin\bin\cygIDL-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygIDL-2-0.dll" v0.0 ts=2010/6/14 21:00
  193k 2010/05/16 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2010/5/16 15:37
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/20 3:04
   35k 2011/10/16 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2011/10/16 7:38
   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 20:58
  246k 2010/05/20 C:\cygwin\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1.dll" v0.0 ts=2010/5/20 7:04
   47k 2009/12/23 C:\cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig-2.dll" v0.0 ts=2009/12/23 17:59
  125k 2009/08/08 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2009/8/8 22:48
  193k 2009/08/08 C:\cygwin\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-7.dll" v0.0 ts=2009/8/8 21:39
  200k 2010/08/09 C:\cygwin\bin\cygjpeg-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-8.dll" v0.0 ts=2010/8/9 9:02
    7k 2011/10/26 C:\cygwin\bin\cygjvm.dll - os=4.0 img=1.0 sys=4.0
                  "cygjvm.dll" v0.0 ts=2011/10/23 17:04
   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 19:32
   65k 2005/05/05 C:\cygwin\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-4.dll" v0.0 ts=2005/5/5 16:33
  166k 2009/10/19 C:\cygwin\bin\cygksba-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygksba-8.dll" v0.0 ts=2009/10/19 6:25
   39k 2008/09/07 C:\cygwin\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-3-0.dll" v0.0 ts=2008/9/7 14:28
  173k 2010/06/25 C:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms-1.dll" v0.0 ts=2010/6/25 11:50
  189k 2008/09/07 C:\cygwin\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-3-0.dll" v0.0 ts=2008/9/7 14:29
  201k 2008/09/07 C:\cygwin\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 14:31
    5k 2011/03/29 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2011/3/28 23:14
    9k 2011/03/29 C:\cygwin\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
   24k 2008/04/14 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2008/4/14 7:40
   30k 2010/09/23 C:\cygwin\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-7.dll" v0.0 ts=2010/9/23 21:45
  133k 2009/06/10 C:\cygwin\bin\cyglua-5.1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglua-5.1.dll" v0.0 ts=2009/6/10 19:29
  123k 2011/05/19 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2011/5/19 4:41
   12k 2009/03/15 C:\cygwin\bin\cyglzmadec-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzmadec-0.dll" v0.0 ts=2009/3/15 7:16
  111k 2009/09/15 C:\cygwin\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2009/9/15 14:10
   99k 2011/11/02 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2011/11/2 23:05
  314k 2010/01/19 C:\cygwin\bin\cygMagick++-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-1.dll" v0.0 ts=2010/1/19 13:53
 1801k 2010/01/19 C:\cygwin\bin\cygMagickCore-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickCore-1.dll" v0.0 ts=2010/1/19 13:27
  789k 2010/01/19 C:\cygwin\bin\cygMagickWand-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickWand-1.dll" v0.0 ts=2010/1/19 13:48
  146k 2010/05/19 C:\cygwin\bin\cygmcrypt-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmcrypt-4.dll" v0.0 ts=2010/5/20 0:28
   25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 15:48
   21k 2009/03/01 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/3/1 7:31
   25k 2009/11/20 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/11/20 20:13
   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 11:25
   25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 18:30
  317k 2010/06/25 C:\cygwin\bin\cygming-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygming-1.dll" v0.0 ts=2010/6/25 12:25
   24k 2008/10/30 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0
                  "cygminires.dll" v0.0 ts=2008/10/31 0:53
  331k 2008/03/31 C:\cygwin\bin\cygmng-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmng-1.dll" v0.0 ts=2008/3/31 16:43
   30k 2010/11/10 C:\cygwin\bin\cygmodman-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmodman-1.dll" v0.0 ts=2010/11/10 20:33
  213k 2011/07/31 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011/7/31 7:12
   64k 2009/11/09 C:\cygwin\bin\cygmpc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-1.dll" v0.0 ts=2009/11/9 2:21
  269k 2009/06/07 C:\cygwin\bin\cygmpfr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-1.dll" v0.0 ts=2009/6/7 23:10
 1102k 2011/08/07 C:\cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2011/8/7 3:47
   77k 2010/01/21 C:\cygwin\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2010/1/21 8:33
   63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 16:00
   66k 2009/03/01 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/3/1 7:39
   63k 2009/11/20 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/11/20 20:25
   63k 2010/01/02 C:\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 18:41
  195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 15:45
  237k 2009/03/01 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/3/1 7:28
  198k 2009/11/20 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/11/20 20:10
  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 11:24
  244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 18:28
  119k 2010/05/18 C:\cygwin\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-27.dll" v0.0 ts=2010/5/18 14:05
  196k 2011/06/19 C:\cygwin\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygnetpbm-10.dll" v0.0 ts=2011/6/20 0:10
   83k 2011/10/26 C:\cygwin\bin\cygobjc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygobjc-2.dll" v0.0 ts=2011/10/23 16:05
   15k 2010/02/02 C:\cygwin\bin\cygobparser-21.dll - os=4.0 img=1.0 sys=4.0
                  "cygobparser-21.dll" v0.0 ts=2010/2/2 22:22
   81k 2010/02/02 C:\cygwin\bin\cygobrender-21.dll - os=4.0 img=1.0 sys=4.0
                  "cygobrender-21.dll" v0.0 ts=2010/2/2 22:23
   17k 2011/09/18 C:\cygwin\bin\cygogg-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygogg-0.dll" v0.0 ts=2011/9/18 19:13
   51k 2009/10/27 C:\cygwin\bin\cygogrove-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygogrove-1.dll" v0.0 ts=2009/10/27 5:24
  120k 2010/05/20 C:\cygwin\bin\cygopencdk-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygopencdk-10.dll" v0.0 ts=2010/5/20 7:19
  131k 2005/08/21 C:\cygwin\bin\cygopencdk-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygopencdk-8.dll" v0.0 ts=2005/8/21 17:35
  280k 2010/06/14 C:\cygwin\bin\cygORBit-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygORBit-2-0.dll" v0.0 ts=2010/6/14 21:36
   37k 2010/06/14 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=2010/6/14 21:37
   19k 2010/06/14 C:\cygwin\bin\cygORBitCosNaming-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygORBitCosNaming-2-0.dll" v0.0 ts=2010/6/14 21:36
   41k 2010/02/10 C:\cygwin\bin\cygOSMesa-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-7.dll" v0.0 ts=2010/2/10 2:40
 1559k 2009/10/27 C:\cygwin\bin\cygosp-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygosp-5.dll" v0.0 ts=2009/10/26 21:12
  303k 2009/10/27 C:\cygwin\bin\cygospgrove-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygospgrove-1.dll" v0.0 ts=2009/10/27 5:25
 1757k 2009/10/27 C:\cygwin\bin\cygostyle-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygostyle-1.dll" v0.0 ts=2009/10/27 5:25
   13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 15:47
   11k 2009/03/01 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/3/1 7:30
   13k 2009/11/20 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/11/20 20:12
   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 11:24
   13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 17:30
  235k 2010/06/28 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=2010/6/28 7:37
   38k 2010/06/28 C:\cygwin\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2010/6/28 7:38
  131k 2010/06/28 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=2010/6/28 7:38
   40k 2010/06/28 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=2010/6/28 7:38
   26k 2010/06/28 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=2010/6/28 7:38
  257k 2011/09/27 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2011/9/27 7:41
    8k 2011/09/27 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2011/9/27 7:41
 1627k 2010/08/29 C:\cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_10.dll" v0.0 ts=2010/8/28 20:17
  428k 2011/08/22 C:\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 10:39
 1035k 2010/01/22 C:\cygwin\bin\cygplot-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygplot-2.dll" v0.0 ts=2010/1/22 22:53
  988k 2010/01/22 C:\cygwin\bin\cygplotter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygplotter-2.dll" v0.0 ts=2010/1/22 23:01
  249k 2011/07/28 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2011/7/28 7:20
  129k 2011/07/28 C:\cygwin\bin\cygpng14-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng14-14.dll" v0.0 ts=2011/7/28 7:55
   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 7:45
  695k 2009/04/18 C:\cygwin\bin\cygppl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl-7.dll" v0.0 ts=2009/4/18 14:44
 2481k 2009/04/18 C:\cygwin\bin\cygppl_c-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl_c-2.dll" v0.0 ts=2009/4/18 14:47
  103k 2009/01/07 C:\cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq.dll" v0.0 ts=2009/1/7 17:46
   27k 2009/09/07 C:\cygwin\bin\cygproxy-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-0.dll" v0.0 ts=2009/9/7 2:56
  103k 2010/11/10 C:\cygwin\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-1.dll" v0.0 ts=2010/11/10 20:33
    4k 2007/12/18 C:\cygwin\bin\cygpspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygpspell-15.dll" v0.0 ts=2007/12/18 12:40
  322k 2010/05/29 C:\cygwin\bin\cygpstoedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpstoedit-0.dll" v0.0 ts=2010/5/29 11:19
   52k 2009/10/19 C:\cygwin\bin\cygpth-20.dll - os=4.0 img=1.0 sys=4.0
                  "cygpth-20.dll" v0.0 ts=2009/10/19 7:57
   18k 2009/04/18 C:\cygwin\bin\cygpwl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygpwl-4.dll" v0.0 ts=2009/4/18 14:44
   15k 2010/05/12 C:\cygwin\bin\cygpyglib-2.0-python2.6-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpyglib-2.0-python2.6-0.dll" v0.0 ts=2010/5/12 11:14
  331k 2010/09/14 C:\cygwin\bin\cygqhull-6.dll - os=4.0 img=6.0 sys=4.0
                  "cygqhull-6.dll" v0.0 ts=2010/9/14 10:26
 7002k 2009/06/08 C:\cygwin\bin\cygqt-mt-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygqt-mt-3.dll" v0.0 ts=2009/6/7 9:47
 1038k 2009/12/10 C:\cygwin\bin\cygQtCLucene-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtCLucene-4.dll" v0.0 ts=2009/11/27 3:04
 2047k 2009/12/10 C:\cygwin\bin\cygQtCore-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtCore-4.dll" v0.0 ts=2009/11/27 2:14
  440k 2009/12/10 C:\cygwin\bin\cygQtDBus-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtDBus-4.dll" v0.0 ts=2009/11/27 2:23
 4109k 2009/12/10 C:\cygwin\bin\cygQtDesigner-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtDesigner-4.dll" v0.0 ts=2009/11/27 3:10
 2975k 2009/12/10 C:\cygwin\bin\cygQtDesignerComponents-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtDesignerComponents-4.dll" v0.0 ts=2009/11/27 3:13
 9142k 2009/12/10 C:\cygwin\bin\cygQtGui-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtGui-4.dll" v0.0 ts=2009/11/27 2:20
  500k 2009/12/10 C:\cygwin\bin\cygQtHelp-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtHelp-4.dll" v0.0 ts=2009/11/27 3:04
 1093k 2009/12/10 C:\cygwin\bin\cygQtNetwork-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtNetwork-4.dll" v0.0 ts=2009/11/27 2:15
 1199k 2009/12/10 C:\cygwin\bin\cygQtScript-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtScript-4.dll" v0.0 ts=2009/11/27 2:21
  226k 2009/12/10 C:\cygwin\bin\cygQtSql-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtSql-4.dll" v0.0 ts=2009/11/27 2:21
16372k 2009/12/10 C:\cygwin\bin\cygQtWebKit-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtWebKit-4.dll" v0.0 ts=2009/11/27 3:01
  260k 2009/12/10 C:\cygwin\bin\cygQtXml-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtXml-4.dll" v0.0 ts=2009/11/27 2:14
 3206k 2009/12/10 C:\cygwin\bin\cygQtXmlPatterns-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtXmlPatterns-4.dll" v0.0 ts=2009/11/27 2:27
  230k 2009/06/08 C:\cygwin\bin\cygqui-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygqui-1.dll" v0.0 ts=2009/6/7 9:47
  155k 2009/06/23 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2009/6/23 14:20
  164k 2011/01/26 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2011/1/26 4:25
  185k 2010/06/15 C:\cygwin\bin\cygrsvg-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygrsvg-2-2.dll" v0.0 ts=2010/6/16 1:30
  761k 2008/09/30 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2008/9/30 15:10
   84k 2010/07/02 C:\cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2010/7/2 5:19
   54k 2011/03/04 C:\cygwin\bin\cygserf-0-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-0-1.dll" v0.0 ts=2011/3/4 18:45
   58k 2011/09/11 C:\cygwin\bin\cygserf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-1-0.dll" v0.0 ts=2011/9/11 21:56
    8k 2011/05/05 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011/5/5 9:33
   25k 2010/10/31 C:\cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2010/10/31 20:24
  318k 2008/05/14 C:\cygwin\bin\cygsmi-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmi-2.dll" v0.0 ts=2008/5/14 12:31
  845k 2011/09/27 C:\cygwin\bin\cygsource-highlight-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygsource-highlight-4.dll" v0.0 ts=2011/9/27 8:56
   82k 2008/08/02 C:\cygwin\bin\cygspeex-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygspeex-1.dll" v0.0 ts=2008/8/2 18:36
   58k 2008/08/02 C:\cygwin\bin\cygspeexdsp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygspeexdsp-1.dll" v0.0 ts=2008/8/2 18:37
 1613k 2010/12/01 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2010/12/1 13:20
  122k 2010/11/03 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2010/11/3 7:44
  263k 2011/03/16 C:\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 21:54
    8k 2011/10/26 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2011/10/23 15:33
   25k 2011/05/23 C:\cygwin\bin\cygstartup-notification-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygstartup-notification-1-0.dll" v0.0 ts=2011/5/23 10:07
  780k 2011/10/26 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2011/10/23 15:58
  290k 2011/10/21 C:\cygwin\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2011/10/21 2:50
   39k 2011/10/21 C:\cygwin\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2011/10/21 2:41
   56k 2011/10/21 C:\cygwin\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2011/10/21 2:41
   20k 2011/10/21 C:\cygwin\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2011/10/21 2:43
  143k 2011/10/21 C:\cygwin\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=2011/10/21 2:42
  133k 2011/10/21 C:\cygwin\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=2011/10/21 2:42
    7k 2011/10/21 C:\cygwin\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2011/10/21 2:41
   35k 2011/10/21 C:\cygwin\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2011/10/21 2:46
   23k 2011/10/21 C:\cygwin\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=2011/10/21 2:45
  118k 2011/10/21 C:\cygwin\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_neon-1-0.dll" v0.0 ts=2011/10/21 2:42
  131k 2011/10/21 C:\cygwin\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2011/10/21 2:43
   70k 2011/10/21 C:\cygwin\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=2011/10/21 2:42
  146k 2011/10/21 C:\cygwin\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2011/10/21 2:44
  289k 2011/10/21 C:\cygwin\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2011/10/21 2:41
   30k 2011/10/21 C:\cygwin\bin\cygsvn_swig_perl-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_perl-1-0.dll" v0.0 ts=2011/10/21 3:04
   48k 2011/10/21 C:\cygwin\bin\cygsvn_swig_py-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_py-1-0.dll" v0.0 ts=2011/10/21 3:08
   49k 2011/10/21 C:\cygwin\bin\cygsvn_swig_ruby-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_ruby-1-0.dll" v0.0 ts=2011/10/21 2:53
  470k 2011/10/21 C:\cygwin\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2011/10/21 2:42
  231k 2009/09/15 C:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygt1-5.dll" v0.0 ts=2009/9/15 11:59
   18k 2009/09/15 C:\cygwin\bin\cygt1x-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygt1x-5.dll" v0.0 ts=2009/9/15 11:59
   58k 2011/10/18 C:\cygwin\bin\cygtasn1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-3.dll" v0.0 ts=2011/10/18 16:24
   14k 2007/08/13 C:\cygwin\bin\cygtextcat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygtextcat-0.dll" v0.0 ts=2007/8/13 18:31
   48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 15:45
   48k 2009/11/20 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/11/20 20:10
   48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 18:28
  347k 2011/04/08 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2011/4/8 3:27
  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 4:32
    9k 2011/04/08 C:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-5.dll" v0.0 ts=2011/4/8 3:27
   88k 2010/08/19 C:\cygwin\bin\cygtirpc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygtirpc-1.dll" v0.0 ts=2010/8/19 4:17
 1618k 2008/10/09 C:\cygwin\bin\cyguchicken-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyguchicken-0.dll" v0.0 ts=2008/10/9 21:23
   68k 2010/01/21 C:\cygwin\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2010/1/21 8:33
 1144k 2011/10/07 C:\cygwin\bin\cygunistring-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygunistring-0.dll" v0.0 ts=2011/10/7 18:45
   73k 2011/08/16 C:\cygwin\bin\cygusb-1.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygusb-1.0.dll" v0.0 ts=2011/8/16 22:45
   41k 2011/08/16 C:\cygwin\bin\cygusb0.dll - os=4.0 img=1.0 sys=4.0
                  "cygusb0.dll" v0.0 ts=2011/8/16 20:28
  137k 2009/11/16 C:\cygwin\bin\cygustr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygustr-1.dll" v0.0 ts=2009/11/16 8:46
  590k 2009/11/16 C:\cygwin\bin\cygustr-debug-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygustr-debug-1.dll" v0.0 ts=2009/11/16 8:46
   16k 2010/06/24 C:\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2010/6/24 21:19
  151k 2010/11/24 C:\cygwin\bin\cygvorbis-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygvorbis-0.dll" v0.0 ts=2010/11/24 5:44
 1478k 2010/11/24 C:\cygwin\bin\cygvorbisenc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygvorbisenc-2.dll" v0.0 ts=2010/11/24 5:44
   27k 2010/11/24 C:\cygwin\bin\cygvorbisfile-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygvorbisfile-3.dll" v0.0 ts=2010/11/24 5:44
    9k 2009/10/14 C:\cygwin\bin\cygWindowsWM-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygWindowsWM-7.dll" v0.0 ts=2009/10/14 19:48
  289k 2009/09/15 C:\cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygwmf-0-2-7.dll" v0.0 ts=2009/9/15 14:16
   93k 2009/09/15 C:\cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygwmflite-0-2-7.dll" v0.0 ts=2009/9/15 14:15
   28k 2010/03/28 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010/3/28 11:02
   74k 2010/11/01 C:\cygwin\bin\cygwraster-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygwraster-3.dll" v0.0 ts=2010/11/1 20:29
 1045k 2011/08/22 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2011/8/22 10:25
    6k 2011/08/22 C:\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 10:26
   11k 2010/08/03 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2010/8/3 2:32
  251k 2009/10/19 C:\cygwin\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-6.dll" v0.0 ts=2009/10/18 23:55
  337k 2011/02/04 C:\cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2011/2/4 8:02
  360k 2005/10/27 C:\cygwin\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-8.dll" v0.0 ts=2005/10/26 19:45
  254k 2010/05/18 C:\cygwin\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw3d-7.dll" v0.0 ts=2010/5/19 0:11
   75k 2010/12/21 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=2010/12/21 2:36
    8k 2010/12/21 C:\cygwin\bin\cygxcb-composite-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-composite-0.dll" v0.0 ts=2010/12/21 2:36
    7k 2010/12/21 C:\cygwin\bin\cygxcb-damage-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-damage-0.dll" v0.0 ts=2010/12/21 2:36
    7k 2010/12/21 C:\cygwin\bin\cygxcb-dpms-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-dpms-0.dll" v0.0 ts=2010/12/21 2:36
   35k 2011/05/23 C:\cygwin\bin\cygxcb-ewmh-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-ewmh-1.dll" v0.0 ts=2011/5/23 10:16
   51k 2010/12/21 C:\cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-glx-0.dll" v0.0 ts=2010/12/21 2:36
   15k 2011/05/23 C:\cygwin\bin\cygxcb-icccm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-icccm-4.dll" v0.0 ts=2011/5/23 10:16
   14k 2011/05/23 C:\cygwin\bin\cygxcb-image-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-image-0.dll" v0.0 ts=2011/5/23 10:00
    9k 2011/05/23 C:\cygwin\bin\cygxcb-keysyms-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-keysyms-1.dll" v0.0 ts=2011/5/23 10:11
   24k 2010/12/21 C:\cygwin\bin\cygxcb-randr-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-randr-0.dll" v0.0 ts=2010/12/21 2:36
   10k 2010/12/21 C:\cygwin\bin\cygxcb-record-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-record-0.dll" v0.0 ts=2010/12/21 2:36
   22k 2010/12/21 C:\cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-0.dll" v0.0 ts=2010/12/21 2:36
   11k 2011/05/23 C:\cygwin\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-util-0.dll" v0.0 ts=2011/5/23 10:25
    7k 2010/12/21 C:\cygwin\bin\cygxcb-res-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-res-0.dll" v0.0 ts=2010/12/21 2:36
    8k 2010/12/21 C:\cygwin\bin\cygxcb-screensaver-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-screensaver-0.dll" v0.0 ts=2010/12/21 2:36
    9k 2010/12/21 C:\cygwin\bin\cygxcb-shape-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-shape-0.dll" v0.0 ts=2010/12/21 2:36
    8k 2010/12/21 C:\cygwin\bin\cygxcb-shm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-shm-0.dll" v0.0 ts=2010/12/21 2:36
   11k 2010/12/21 C:\cygwin\bin\cygxcb-sync-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-sync-0.dll" v0.0 ts=2010/12/21 2:36
   18k 2011/05/23 C:\cygwin\bin\cygxcb-util-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-util-0.dll" v0.0 ts=2011/5/23 7:25
   16k 2010/12/21 C:\cygwin\bin\cygxcb-xfixes-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-xfixes-0.dll" v0.0 ts=2010/12/21 2:36
    8k 2010/12/21 C:\cygwin\bin\cygxcb-xinerama-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-xinerama-0.dll" v0.0 ts=2010/12/21 2:36
   28k 2010/12/21 C:\cygwin\bin\cygxcb-xinput-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-xinput-0.dll" v0.0 ts=2010/12/21 2:36
    6k 2010/12/21 C:\cygwin\bin\cygxcb-xtest-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-xtest-0.dll" v0.0 ts=2010/12/21 2:36
   10k 2010/11/01 C:\cygwin\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2010/11/1 1:59
   30k 2011/08/22 C:\cygwin\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2011/8/22 19:26
   11k 2010/08/03 C:\cygwin\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2010/8/3 6:25
   34k 2008/07/12 C:\cygwin\bin\cygxdelta-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxdelta-2.dll" v0.0 ts=2008/7/12 21:41
   17k 2010/10/31 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2010/10/31 20:29
 3300k 2009/05/23 C:\cygwin\bin\cygxerces-c-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c-3-0.dll" v0.0 ts=2009/5/23 9:05
   52k 2011/05/23 C:\cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2011/5/23 10:32
   17k 2011/03/17 C:\cygwin\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2011/3/17 2:50
  192k 2009/10/15 C:\cygwin\bin\cygXfont-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfont-1.dll" v0.0 ts=2009/10/14 3:26
   66k 2010/11/01 C:\cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2010/11/1 2:10
   46k 2011/06/07 C:\cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2011/6/7 6:48
    8k 2010/11/01 C:\cygwin\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXinerama-1.dll" v0.0 ts=2010/11/1 2:11
  119k 2010/11/01 C:\cygwin\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2010/11/1 2:33
 1173k 2010/01/21 C:\cygwin\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2010/1/21 8:32
  458k 2010/05/20 C:\cygwin\bin\cygXmHTML-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmHTML-0.dll" v0.0 ts=2010/5/20 7:10
 1071k 2011/06/07 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2011/6/7 1:12
   75k 2010/11/01 C:\cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2010/11/1 2:19
   11k 2010/11/01 C:\cygwin\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2010/11/1 2:19
   26k 2005/10/27 C:\cygwin\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2005/10/26 19:27
   53k 2010/11/01 C:\cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2010/11/1 2:19
   25k 2011/08/22 C:\cygwin\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2011/8/22 18:55
   32k 2010/08/03 C:\cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2010/8/3 6:48
    8k 2010/11/01 C:\cygwin\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXRes-1.dll" v0.0 ts=2010/11/1 2:28
  200k 2010/05/12 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2010/5/12 11:59
   10k 2009/10/14 C:\cygwin\bin\cygXss-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXss-1.dll" v0.0 ts=2009/10/14 18:43
  278k 2011/06/07 C:\cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2011/6/7 5:40
   17k 2010/11/01 C:\cygwin\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2010/11/1 2:29
   76k 2010/08/01 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2010/8/1 23:04
 2604k 2011/03/29 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/3/29 10: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

  392k 2011/03/29 C:\cygwin\lib\lapack\cygblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygblas-0.dll" v0.0 ts=2011/3/23 20:30
 4095k 2011/03/29 C:\cygwin\lib\lapack\cyglapack-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglapack-0.dll" v0.0 ts=2011/3/30 0:02

Can't find the cygrunsrv utility, skipping services check.


Cygwin Package Information
Last downloaded files to: C:\Users\kare\Downloads
Last downloaded files from: ftp://cygwin.uib.no/pub/cygwin/

Package                         Version                    Status
_update-info-dir                00994-1                    OK
aalib-devel                     1.4rc5-10                  OK
aewm++                          1.1.2-1                    OK
aewm++-goodies                  1.0-1                      OK
alternatives                    1.3.30c-10                 OK
apache2                         2.2.6-1                    OK
appres                          1.0.3-1                    OK
archivemail                     0.7.2-1                    OK
asciidoc                        8.6.3-1                    OK
aspell                          0.60.5-1                   OK
aspell-en                       6.0.0-1                    OK
astyle                          2.02-1                     OK
Empty package atk
atk                             1.26.0-1                   OK
autobuild                       5.3-1                      OK
autoconf                        10-1                       OK
autoconf2.1                     2.13-10                    OK
autoconf2.5                     2.68-1                     OK
automake                        4-10                       OK
automake1.10                    1.10.3-1                   OK
automake1.11                    1.11.1-1                   OK
automake1.4                     1.4p6-10                   OK
automake1.5                     1.5-10                     OK
automake1.6                     1.6.3-11                   OK
automake1.7                     1.7.9-10                   OK
automake1.8                     1.8.5-10                   OK
automake1.9                     1.9.6-10                   OK
aview                           1.3.0rc1-1                 OK
base-cygwin                     3.0-1                      OK
base-files                      4.0-6                      OK
bash                            4.1.10-4                   OK
bash-completion                 1.3-1                      OK
bashdb                          3.1_0.09-1                 OK
bc                              1.06-2                     OK
bdftopcf                        1.0.3-2                    OK
beforelight                     1.0.4-1                    OK
bigreqsproto                    1.1.1-1                    OK
binutils                        2.22.51-1                  OK
bison                           2.4.2-1                    OK
bitmap                          1.0.5-1                    OK
Empty package boost-devel
boost-devel                     1.43.0-1                   OK
botan                           1.8.13-1                   OK
build-docbook-catalog           1.5-2                      OK
bvi                             1.3.2-1                    OK
byacc                           1.9-1                      OK
bzip2                           1.0.6-2                    OK
bzr                             2.4.2-1                    OK
c-client                        2007-2                     OK
ca-certificates                 1.78-1                     OK
catgets                         1.1-1                      OK
ccache                          2.4-1                      OK
ccdoc                           0.8.41-2                   OK
cgoban                          1.9.14-6                   OK
check                           0.9.8-1                    OK
chicken                         3.4.0-1                    OK
clisp                           2.48-3                     OK
cloog-ppl                       0.15.7-1                   OK
cmake                           2.8.4-1                    OK
cocom                           0.996-1                    OK
codeville                       0.8.0-3                    OK
colorgcc                        1.3.2-2                    OK
compositeproto                  0.4.2-1                    OK
coreutils                       8.14-1                     OK
cpio                            2.11-1                     OK
cppcheck                        1.51-1                     OK
cppi                            1.15-1                     OK
cppunit                         1.12.1-2                   OK
cramfs                          1.1-1                      OK
crypt                           1.1-1                      OK
ctags                           5.8-1                      OK
Empty package curl-devel
curl-devel                      7.19.4-1                   OK
cvs                             1.12.13-10                 OK
cvs2svn                         2.3.0-1                    OK
cvsps                           2.2b1-1                    OK
cvsutils                        0.2.5-1                    OK
cygport                         0.10.6-1                   OK
cygutils                        1.4.6-1                    OK
cygwin                          1.7.9-1                    OK
cygwin-doc                      1.7-1                      OK
cygwin-x-doc                    1.1.1-1                    OK
damageproto                     1.2.1-1                    OK
dash                            0.5.6.1-2                  OK
ddd                             3.3.9-1                    OK
dejagnu                         20021217-2                 OK
desktop-file-utils              0.17-1                     OK
diffstat                        1.54-1                     OK
diffutils                       2.9-1                      OK
distcc                          2.18.3-1                   OK
dmalloc                         5.4.2-2                    OK
dmxproto                        2.3.1-1                    OK
docbook-dsssl                   1.79-2                     OK
docbook-xml43                   4.3-2                      OK
docbook-xsl                     1.76.1-1                   OK
dos2unix                        5.3.1-1                    OK
doxygen                         1.7.4-1                    OK
dpatch                          2.0.26-2                   OK
ed                              1.0-1                      OK
editres                         1.0.5-1                    OK
editrights                      1.01-2                     OK
ELFIO                           1.0.2-1                    OK
emacs                           23.3-3                     OK
emacs-el                        23.3-3                     OK
emacs-ocaml                     3.12.0-4                   OK
emacs-X11                       23.3-3                     OK
expat                           2.0.1-1                    OK
expect                          20030128-1                 OK
file                            5.09-1                     OK
findutils                       4.5.9-2                    OK
fixesproto                      5.0-1                      OK
flac-devel                      1.2.1-2                    OK
flex                            2.5.35-1                   OK
flexdll                         0.26-1                     OK
Empty package fltk
fltk                            1.1.10-1                   OK
font-adobe-dpi100               1.0.2-1                    OK
font-adobe-dpi75                1.0.2-1                    OK
font-adobe-utopia-dpi100        1.0.3-1                    OK
font-adobe-utopia-dpi75         1.0.3-1                    OK
font-adobe-utopia-type1         1.0.3-1                    OK
font-alias                      1.0.3-1                    OK
font-arabic-misc                1.0.2-1                    OK
font-bh-dpi100                  1.0.2-1                    OK
font-bh-dpi75                   1.0.2-1                    OK
font-bh-lucidatypewriter-dpi100 1.0.2-1                    OK
font-bh-lucidatypewriter-dpi75  1.0.2-1                    OK
font-bh-ttf                     1.0.3-1                    OK
font-bh-type1                   1.0.2-1                    OK
font-bitstream-dpi100           1.0.2-1                    OK
font-bitstream-dpi75            1.0.2-1                    OK
font-bitstream-speedo           1.0.1-1                    OK
font-bitstream-type1            1.0.2-1                    OK
font-bitstream-vera-ttf         1.10-1                     OK
font-cronyx-cyrillic            1.0.2-1                    OK
font-cursor-misc                1.0.2-1                    OK
font-daewoo-misc                1.0.2-1                    OK
font-dec-misc                   1.0.2-1                    OK
font-encodings                  1.0.4-1                    OK
font-ibm-type1                  1.0.2-1                    OK
font-isas-misc                  1.0.2-1                    OK
font-jis-misc                   1.0.2-1                    OK
font-micro-misc                 1.0.2-1                    OK
font-misc-cyrillic              1.0.2-1                    OK
font-misc-ethiopic              1.0.2-1                    OK
font-misc-meltho                1.0.2-1                    OK
font-misc-misc                  1.1.1-1                    OK
font-mutt-misc                  1.0.2-1                    OK
font-schumacher-misc            1.1.1-1                    OK
font-screen-cyrillic            1.0.3-1                    OK
font-sony-misc                  1.0.2-1                    OK
font-sun-misc                   1.0.2-1                    OK
font-tektronix-misc             2.6-2                      OK
font-util                       1.2.0-1                    OK
font-winitzki-cyrillic          1.0.2-1                    OK
font-xfree86-type1              1.0.3-1                    OK
fontconfig                      2.8.0-1                    OK
fontsproto                      2.1.1-1                    OK
fonttosfnt                      1.0.4-1                    OK
freetype2-demos                 2.4.7-1                    OK
fvwm                            2.5.21-1                   OK
gamin                           0.1.10-11                  OK
gawk                            4.0.0-1                    OK
Empty package gcc
gcc                             3.4.4-999                  OK
gcc-ada                         3.4.4-999                  OK
gcc-core                        3.4.4-999                  OK
gcc-g++                         3.4.4-999                  OK
gcc-g77                         3.4.4-999                  OK
gcc-gdc                         3.4.4-999                  OK
gcc-gpc                         3.4.4-999                  OK
gcc-java                        3.4.4-999                  OK
Empty package gcc-mingw
gcc-mingw                       20040810-1                 OK
gcc-mingw-ada                   20050522-3                 OK
gcc-mingw-core                  20050522-3                 OK
gcc-mingw-g++                   20050522-3                 OK
gcc-mingw-g77                   20050522-3                 OK
gcc-mingw-gdc                   20050522-3                 OK
Empty package gcc-mingw-gpc
gcc-mingw-gpc                   20040810-3                 OK
gcc-mingw-java                  20050522-3                 OK
gcc-mingw-objc                  20050522-3                 OK
gcc-objc                        3.4.4-999                  OK
gcc-tools-epoch1-autoconf       2.59-1                     OK
gcc-tools-epoch1-automake       1.9.6-1                    OK
gcc-tools-epoch2-autoconf       2.64-1                     OK
gcc-tools-epoch2-automake       1.11.1-1                   OK
Empty package gcc4
gcc4                            4.5.3-3                    OK
gcc4-ada                        4.5.3-3                    OK
gcc4-core                       4.5.3-3                    OK
gcc4-fortran                    4.5.3-3                    OK
gcc4-g++                        4.5.3-3                    OK
gcc4-java                       4.5.3-3                    OK
gcc4-objc                       4.5.3-3                    OK
gccmakedep                      1.0.2-1                    OK
GConf2                          2.28.1-1                   OK
gdb                             7.3.50-2                   OK
gdk-pixbuf2-wmf                 0.2.8.4-10                 OK
gendef                          1.0-svn2931-1              OK
getmail                         4.7.7-2                    OK
gettext                         0.18.1.1-2                 OK
gettext-devel                   0.18.1.1-2                 OK
ghostscript                     8.63-2                     OK
ghostscript-fonts-other         6.0-1                      OK
ghostscript-fonts-std           8.11-1                     OK
git                             1.7.5.1-1                  OK
git-completion                  1.7.5.1-1                  OK
git-gui                         1.7.5.1-1                  OK
git-svn                         1.7.5.1-1                  OK
gitk                            1.7.5.1-1                  OK
Empty package glib
glib                            1.2.10-10                  OK
Empty package glib-devel
glib-devel                      1.2.10-10                  OK
Empty package glib2
glib2                           2.20.4-1                   OK
glproto                         1.4.14-1                   OK
gmp                             4.3.2-1                    OK
gnome-common                    2.28.0-2                   OK
gnome-icon-theme                2.30.3-1                   OK
gnugo                           3.8-2                      OK
gnutls-devel                    2.12.11-1                  OK
gperf                           3.0.3-1                    OK
grace                           5.1.19-1                   OK
grandr                          0.1-1                      OK
grep                            2.6.3-1                    OK
groff                           1.20.1-2                   OK
Empty package gtk+
gtk+                            1.2.10-10                  OK
gtk-doc                         1.15-1                     OK
gtk-engines                     0.12-3                     OK
Empty package gtk2-x11
gtk2-x11                        2.16.5-1                   OK
Empty package gtk2-x11-runtime
gtk2-x11-runtime                2.16.5-1                   OK
gtk2.0-demo                     2.20.1-1                   OK
gtk2.0-engines-pixmap           2.20.1-1                   OK
guile                           1.8.7-2                    OK
guile-devel                     1.8.7-2                    OK
guile-doc                       1.8.7-2                    OK
guilt                           0.34-1                     OK
gv                              3.6.5-1                    OK
gvim                            7.3.003-1                  OK
gzip                            1.4-1                      OK
help2man                        1.39.3-1                   OK
hexedit                         1.2.12-2                   OK
hicolor-icon-theme              0.12-1                     OK
iceauth                         1.0.5-1                    OK
ico                             1.0.3-1                    OK
icon-naming-utils               0.8.90-1                   OK
icu                             4.8.1-1                    OK
icu-doc                         4.8.1-1                    OK
idle                            2.6.5-2                    OK
ImageMagick                     6.4.0.6-2                  OK
imake                           1.0.4-1                    OK
indent                          2.2.11-1                   OK
inputproto                      2.0.2-1                    OK
intltool                        0.41.1-1                   OK
ioperm                          0.4-1                      OK
ipc-utils                       1.0-1                      OK
java-brlapi                     4.2-2                      OK
jikes                           1.22-2                     OK
jlint                           3.1-1                      OK
joe                             3.7-1                      OK
kbproto                         1.0.5-1                    OK
khronos-opengl-registry         20110406-1                 OK
lablgtk2                        20060908-1                 OK
less                            444-1                      OK
lesstif                         0.95.2-2                   OK
libaa1                          1.4rc5-10                  OK
libAfterImage-devel             1.18-1                     OK
libao-devel                     1.1.0-1                    OK
libao4                          1.1.0-1                    OK
libapr1                         1.4.5-1                    OK
libapr1-devel                   1.4.5-1                    OK
libaprutil1                     1.3.12-1                   OK
libaprutil1-devel               1.3.12-1                   OK
libargp                         20110921-1                 OK
libart_lgpl_2-devel             2.3.21-1                   OK
libart_lgpl_2_2                 2.3.21-1                   OK
libaspell15                     0.60.5-1                   OK
libassuan-devel                 1.0.5-2                    OK
libatk1.0-devel                 1.30.0-1                   OK
libatk1.0_0                     1.30.0-1                   OK
libattr-devel                   2.4.43-1                   OK
libattr1                        2.4.43-1                   OK
libaudio-devel                  1.9.3-1                    OK
libaudio2                       1.9.3-1                    OK
libaudiofile0                   0.3.1-1                    OK
libautotrace-devel              0.31.1-10                  OK
libautotrace3                   0.31.1-10                  OK
libblkid1                       2.17.2-1                   OK
libboost                        1.33.1-4                   OK
libboost-devel                  1.46.1-1                   OK
libboost1.46.1                  1.46.1-1                   OK
libboost_python1.43             1.43.0-1                   OK
libboost_python1.46.1           1.46.1-1                   OK
libbrlapi                       4.2-2                      OK
libbrlapi-devel                 4.2-2                      OK
libbz2-devel                    1.0.6-2                    OK
libbz2_1                        1.0.6-2                    OK
libcairo-devel                  1.10.2-1                   OK
libcairo2                       1.10.2-1                   OK
libcatgets-devel                1.1-1                      OK
libcatgets1                     1.1-1                      OK
libcharset1                     1.14-2                     OK
libcloog-devel                  0.15.7-1                   OK
libcloog0                       0.15.7-1                   OK
libcom_err2                     1.41.14-1                  OK
libcompface-devel               1.5.2-11                   OK
libcompface0                    1.5.2-11                   OK
libcroco0.6_3                   0.6.2-10                   OK
libcurl-devel                   7.22.0-2                   OK
libcurl4                        7.22.0-2                   OK
libdb4.5                        4.5.20.2-2                 OK
libdb4.5-devel                  4.5.20.2-2                 OK
libdbus-glib_1_2                0.86-1                     OK
libdbus1_3                      1.4.16-1                   OK
libdmx-devel                    1.1.1-1                    OK
libdmx1                         1.1.1-1                    OK
libdpstk1                       6.8.2.0-1                  OK
libecpg-compat2                 8.2.11-1                   OK
libecpg-devel                   8.2.11-1                   OK
libedit-devel                   20090923-1                 OK
libedit0                        20090923-1                 OK
libelf0                         0.8.13-2                   OK
libelf0-devel                   0.8.13-2                   OK
libEMF-devel                    1.0.4-1                    OK
libEMF1                         1.0.4-1                    OK
libesd0                         0.2.41-10                  OK
libevtlog-devel                 0.2.12-1                   OK
libevtlog0                      0.2.12-1                   OK
libexpat0                       1.95.8-2                   OK
libexpat1                       2.0.1-1                    OK
libexpat1-devel                 2.0.1-1                    OK
libext2fs2                      1.41.14-1                  OK
libfam0                         0.1.10-11                  OK
libfcgi-devel                   2.4.0-2                    OK
libfcgi0                        2.4.0-2                    OK
libffi4                         4.5.3-3                    OK
libFLAC++6                      1.2.1-2                    OK
libFLAC8                        1.2.1-2                    OK
libfltk-devel                   1.1.10-1                   OK
libfltk-doc                     1.1.10-1                   OK
libfltk1.1                      1.1.10-1                   OK
libfltk1.1-gdi                  1.1.10-1                   OK
libfontconfig-devel             2.8.0-1                    OK
libfontconfig1                  2.8.0-1                    OK
libfontenc-devel                1.1.0-1                    OK
libfontenc1                     1.1.0-1                    OK
libfpx                          1.2.0.13-1                 OK
libfpx-devel                    1.2.0.13-1                 OK
libfpx1                         1.2.0.13-1                 OK
libfreetype-devel               2.4.7-1                    OK
libfreetype6                    2.4.7-1                    OK
libgailutil-devel               2.20.1-1                   OK
libgailutil18                   2.20.1-1                   OK
libgamin1_0                     0.1.10-11                  OK
libgcc1                         4.5.3-3                    OK
libgcj-common                   4.5.3-3                    OK
libgcj11                        4.5.3-3                    OK
libgcj9                         4.3.4-4                    OK
libgconf2_4                     2.28.1-1                   OK
libgcrypt                       1.4.6-1                    OK
libgcrypt-devel                 1.4.6-1                    OK
libgcrypt11                     1.4.6-1                    OK
libgd-devel                     2.0.36RC1-11               OK
libgd2                          2.0.36RC1-11               OK
libgdbm-devel                   1.8.3-20                   OK
libgdbm4                        1.8.3-20                   OK
libgdk_pixbuf2.0-devel          2.20.1-1                   OK
libgdk_pixbuf2.0_0              2.20.1-1                   OK
libgettextpo0                   0.18.1.1-2                 OK
libgfortran3                    4.5.3-3                    OK
libggi2                         2.2.2-2                    OK
libggi2-devel                   2.2.2-2                    OK
libggi2-display-x               2.2.2-2                    OK
libggimisc2-devel               2.2.2-2                    OK
libggiwmh0                      0.3.2-2                    OK
libggiwmh0-devel                0.3.2-2                    OK
libggiwmh0-display-x            0.3.2-2                    OK
libgif-devel                    4.1.6-10                   OK
libgif4                         4.1.6-10                   OK
libgii1                         1.0.2-2                    OK
libgii1-devel                   1.0.2-2                    OK
libgii1-input-x                 1.0.2-2                    OK
libgirepository1.0_0            0.6.14-1                   OK
libGL-devel                     7.10.3-1                   OK
libGL1                          7.10.3-1                   OK
libglade2.0-devel               2.6.4-1                    OK
libglade2.0_0                   2.6.4-1                    OK
libglib1.2-devel                1.2.10-10                  OK
libglib1.2_0                    1.2.10-10                  OK
libglib2.0-devel                2.24.1-1                   OK
libglib2.0_0                    2.24.1-1                   OK
libglitz-devel                  0.5.6-10                   OK
libglitz1                       0.5.6-10                   OK
libGLU-devel                    7.10.3-1                   OK
libGLU1                         7.10.3-1                   OK
libglut-devel                   2.6.0-1                    OK
libglut3                        2.6.0-1                    OK
libGLw-devel                    7.10.3-1                   OK
libGLw1                         7.10.3-1                   OK
libgmp3                         4.3.2-1                    OK
libgmpxx4                       4.3.2-1                    OK
libgnat4.3                      4.3.4-4                    OK
libgnat4.5                      4.5.3-3                    OK
libgnomecanvas2-devel           2.30.1-1                   OK
libgnomecanvas2_0               2.30.1-1                   OK
libgnutls26                     2.12.11-1                  OK
libgomp1                        4.5.3-3                    OK
libgpg-error                    1.10-1                     OK
libgpg-error-devel              1.10-1                     OK
libgpg-error0                   1.10-1                     OK
libgs8                          8.63-2                     OK
libgsf1_114                     1.14.18-1                  OK
libgtk1.2-devel                 1.2.10-10                  OK
libgtk1.2_0                     1.2.10-10                  OK
libgtk2.0-devel                 2.20.1-1                   OK
libgtk2.0_0                     2.20.1-1                   OK
libguile12                      1.6.7-4                    OK
libguile17                      1.8.7-2                    OK
libhdf5-devel                   1.8.6-1                    OK
libhdf5_0                       1.6.9-2                    OK
libhdf5_6                       1.8.6-1                    OK
libICE-devel                    1.0.7-1                    OK
libICE6                         1.0.7-1                    OK
libiconv                        1.14-2                     OK
libiconv2                       1.14-2                     OK
libicu-devel                    4.8.1-1                    OK
libicu38                        3.8-7                      OK
libicu45                        4.5.1-1                    OK
libicu48                        4.8.1-1                    OK
libIDL2_0                       0.8.14-1                   OK
libidn-devel                    1.18-1                     OK
libidn11                        1.18-1                     OK
libImageMagick1                 6.4.0.6-2                  OK
libintl3                        0.14.5-1                   OK
libintl8                        0.18.1.1-2                 OK
libjasper-devel                 1.900.1-11                 OK
libjasper1                      1.900.1-11                 OK
libjbig-devel                   2.0-11                     OK
libjbig2                        2.0-11                     OK
libjpeg-devel                   8b-1                       OK
libjpeg62                       6b-21                      OK
libjpeg7                        7-10                       OK
libjpeg8                        8b-1                       OK
libkpathsea3                    2.0.2-15                   OK
libkpathsea4                    3.0.0-3                    OK
libksba-devel                   1.0.7-1                    OK
libksba8                        1.0.7-1                    OK
liblapack-devel                 3.2.2-2                    OK
liblapack0                      3.2.2-2                    OK
liblcms-devel                   1.19-2                     OK
liblcms1                        1.19-2                     OK
libltdl3                        1.5.27a-1                  OK
libltdl7                        2.4-1                      OK
liblzma5                        5.0.2_20110517-1           OK
liblzmadec-devel                4.32.7-10                  OK
liblzmadec0                     4.32.7-10                  OK
liblzo2-devel                   2.03-10                    OK
liblzo2_2                       2.03-10                    OK
libMagick-devel                 6.4.0.6-2                  OK
libmangle                       1.0-svn2930-1              OK
libmcrypt-devel                 2.5.8-10                   OK
libmcrypt4                      2.5.8-10                   OK
libming-devel                   0.4.3-2                    OK
libming1                        0.4.3-2                    OK
libmng-devel                    1.0.10-1                   OK
libmng1                         1.0.10-1                   OK
libmpc1                         0.8-1                      OK
libmpfr1                        2.4.1-4                    OK
libmpfr4                        3.0.1-1                    OK
libncurses-devel                5.7-18                     OK
libncurses10                    5.7-18                     OK
libncurses7                     5.3-4                      OK
libncurses8                     5.5-10                     OK
libncurses9                     5.7-16                     OK
libncursesw-devel               5.7-18                     OK
libncursesw10                   5.7-18                     OK
libneon-devel                   0.29.3-1                   OK
libneon27                       0.29.3-1                   OK
libnetpbm10                     10.54.4-1                  OK
libobjc2                        4.5.3-3                    OK
libogg-devel                    1.3.0-1                    OK
libogg0                         1.3.0-1                    OK
libopencdk-devel                0.6.6-10                   OK
libopencdk10                    0.6.6-10                   OK
libopencdk8                     0.5.7-1                    OK
libopenldap2_3_0                2.3.43-1                   OK
libopenssl098                   0.9.8r-2                   OK
libORBit2_0                     2.14.18-1                  OK
libOSMesa-devel                 7.6.1-1                    OK
libOSMesa7                      7.6.1-1                    OK
libosp5                         1.5.2-2                    OK
libostyle1                      1.4devel1-2                OK
libpango1.0-devel               1.28.1-1                   OK
libpango1.0_0                   1.28.1-1                   OK
libpcre-devel                   8.13-1                     OK
libpcre0                        8.13-1                     OK
libpixman1-devel                0.22.2-1                   OK
libpixman1_0                    0.22.2-1                   OK
libplot-devel                   2.6-2                      OK
libplot2                        2.6-2                      OK
libplotter2                     2.6-2                      OK
libpng12                        1.2.46-1                   OK
libpng12-devel                  1.2.46-1                   OK
libpng14                        1.4.8-1                    OK
libpng14-devel                  1.4.8-1                    OK
libpopt0                        1.6.4-4                    OK
libppl                          0.10.2-1                   OK
libpq-devel                     8.2.11-1                   OK
libpq5                          8.2.11-1                   OK
libproxy-devel                  0.4.6-1                    OK
libproxy0                       0.2.3-2                    OK
libproxy1                       0.4.6-1                    OK
libpstoedit0                    3.50-1                     OK
libpth-devel                    2.0.7-2                    OK
libpth20                        2.0.7-2                    OK
libpthread-stubs                0.2-1                      OK
libqhull-devel                  2010.1-2                   OK
libqhull_6                      2010.1-2                   OK
libqt3                          3.3.8b-11                  OK
libqt3-devel                    3.3.8b-11                  OK
libQtCore4                      4.5.3-1                    OK
libQtDBus4                      4.5.3-1                    OK
libQtDesigner4                  4.5.3-1                    OK
libQtGui4                       4.5.3-1                    OK
libQtHelp4                      4.5.3-1                    OK
libQtNetwork4                   4.5.3-1                    OK
libQtScript4                    4.5.3-1                    OK
libQtSql4                       4.5.3-1                    OK
libQtWebKit4                    4.5.3-1                    OK
libQtXml4                       4.5.3-1                    OK
libQtXmlPatterns4               4.5.3-1                    OK
libreadline6                    5.2.14-12                  OK
libreadline7                    6.1.2-2                    OK
librsvg2_2                      2.26.3-1                   OK
librsync-devel                  0.9.7-3                    OK
libsasl2                        2.1.23-1                   OK
libsasl2-devel                  2.1.23-1                   OK
libserf0-devel                  0.7.1-1                    OK
libserf0_1                      0.7.1-1                    OK
libserf1-devel                  1.0.0-1                    OK
libserf1_0                      1.0.0-1                    OK
libsigsegv2                     2.10-1                     OK
libSM-devel                     1.2.0-1                    OK
libSM6                          1.2.0-1                    OK
libsmi-devel                    0.4.8-1                    OK
libsmi2                         0.4.8-1                    OK
libsource-highlight-common      3.1.5-1                    OK
libsource-highlight4            3.1.5-1                    OK
libspeex1                       1.2rc1-1                   OK
libsqlite3-devel                3.7.3-1                    OK
libsqlite3_0                    3.7.3-1                    OK
libssh2-devel                   1.2.7-1                    OK
libssh2_1                       1.2.7-1                    OK
libssp0                         4.5.3-3                    OK
libstartup-notification1-devel  0.12-1                     OK
libstartup-notification1_0      0.12-1                     OK
libstdc++6                      4.5.3-3                    OK
libstdc++6-devel                4.5.3-3                    OK
libSuiteSparse-devel            3.6.1-1                    OK
libtasn1-devel                  2.9-1                      OK
libtasn1_3                      2.9-1                      OK
libtextcat                      2.2-2                      OK
libtextcat-devel                2.2-2                      OK
libtextcat0                     2.2-2                      OK
libtiff-devel                   3.9.4-1                    OK
libtiff4                        3.6.0-5                    OK
libtiff5                        3.9.4-1                    OK
libtirpc                        0.2.1-1                    OK
libtirpc-devel                  0.2.1-1                    OK
libtirpc1                       0.2.1-1                    OK
libtool                         2.4-1                      OK
libunistring-devel              0.9.3-2                    OK
libunistring0                   0.9.3-2                    OK
libusb-win32                    1.2.5.0-1                  OK
libusb1.0                       1.0.8+git20110720-1        OK
libusb1.0-devel                 1.0.8+git20110720-1        OK
libustr-devel                   1.0.4-11                   OK
libustr1                        1.0.4-11                   OK
libuuid-devel                   2.17.2-1                   OK
libuuid1                        2.17.2-1                   OK
libvorbis                       1.3.2-1                    OK
libvorbis-devel                 1.3.2-1                    OK
libvorbis0                      1.3.2-1                    OK
libvorbisenc2                   1.3.2-1                    OK
libvorbisfile3                  1.3.2-1                    OK
libWindowsWM-devel              1.0.1-1                    OK
libWindowsWM7                   1.0.1-1                    OK
libWINGs-devel                  0.92.1pre2-2               OK
libWMaker-devel                 0.92.1pre2-2               OK
libwmf-devel                    0.2.8.4-10                 OK
libwmf-doc                      0.2.8.4-10                 OK
libwmf027                       0.2.8.4-10                 OK
libwrap-devel                   7.6-21                     OK
libwrap0                        7.6-21                     OK
libwraster-devel                0.92.1pre2-2               OK
libwraster3                     0.92.1pre2-2               OK
libX11-devel                    1.4.4-1                    OK
libX11-xcb-devel                1.4.4-1                    OK
libX11-xcb1                     1.4.4-1                    OK
libX11_6                        1.4.4-1                    OK
libXau-devel                    1.0.6-1                    OK
libXau6                         1.0.6-1                    OK
libXaw-devel                    1.0.9-1                    OK
libXaw3d-devel                  1.5D-10                    OK
libXaw3d7                       1.5D-10                    OK
libXaw6                         1.0.7-1                    OK
libXaw7                         1.0.9-1                    OK
libXaw8                         6.8.99.901-1               OK
libxcb-composite-devel          1.7-2                      OK
libxcb-composite0               1.7-2                      OK
libxcb-damage-devel             1.7-2                      OK
libxcb-damage0                  1.7-2                      OK
libxcb-devel                    1.7-2                      OK
libxcb-doc                      1.7-2                      OK
libxcb-dpms-devel               1.7-2                      OK
libxcb-dpms0                    1.7-2                      OK
libxcb-ewmh-devel               0.3.8-1                    OK
libxcb-ewmh1                    0.3.8-1                    OK
libxcb-glx-devel                1.7-2                      OK
libxcb-glx0                     1.7-2                      OK
libxcb-icccm-devel              0.3.8-1                    OK
libxcb-icccm4                   0.3.8-1                    OK
libxcb-image-devel              0.3.8-1                    OK
libxcb-image0                   0.3.8-1                    OK
libxcb-keysyms-devel            0.3.8-1                    OK
libxcb-keysyms1                 0.3.8-1                    OK
libxcb-randr-devel              1.7-2                      OK
libxcb-randr0                   1.7-2                      OK
libxcb-record-devel             1.7-2                      OK
libxcb-record0                  1.7-2                      OK
libxcb-render-devel             1.7-2                      OK
libxcb-render-util-devel        0.3.8-1                    OK
libxcb-render-util0             0.3.8-1                    OK
libxcb-render0                  1.7-2                      OK
libxcb-res-devel                1.7-2                      OK
libxcb-res0                     1.7-2                      OK
libxcb-screensaver-devel        1.7-2                      OK
libxcb-screensaver0             1.7-2                      OK
libxcb-shape-devel              1.7-2                      OK
libxcb-shape0                   1.7-2                      OK
libxcb-shm-devel                1.7-2                      OK
libxcb-shm0                     1.7-2                      OK
libxcb-sync-devel               1.7-2                      OK
libxcb-sync0                    1.7-2                      OK
libxcb-util-devel               0.3.8-1                    OK
libxcb-util0                    0.3.8-1                    OK
libxcb-xfixes-devel             1.7-2                      OK
libxcb-xfixes0                  1.7-2                      OK
libxcb-xinerama-devel           1.7-2                      OK
libxcb-xinerama0                1.7-2                      OK
libxcb-xinput-devel             1.7-2                      OK
libxcb-xinput0                  1.7-2                      OK
libxcb-xtest-devel              1.7-2                      OK
libxcb-xtest0                   1.7-2                      OK
libxcb1                         1.7-2                      OK
libXcomposite-devel             0.4.3-1                    OK
libXcomposite1                  0.4.3-1                    OK
libXcursor-devel                1.1.12-1                   OK
libXcursor1                     1.1.12-1                   OK
libXdamage-devel                1.1.3-1                    OK
libXdamage1                     1.1.3-1                    OK
libxdelta2                      1.1.4-1                    OK
libXdmcp-devel                  1.1.0-1                    OK
libXdmcp6                       1.1.0-1                    OK
libxerces-c-devel               3.0.1-10                   OK
libxerces-c30                   3.0.1-10                   OK
libXext-devel                   1.3.0-1                    OK
libXext6                        1.3.0-1                    OK
libXfixes-devel                 5.0-1                      OK
libXfixes3                      5.0-1                      OK
libXfont-devel                  1.4.4-1                    OK
libXfont1                       1.4.1-1                    OK
libXft-devel                    2.2.0-1                    OK
libXft1                         1.0.0-1                    OK
libXft2                         2.2.0-1                    OK
libXi-devel                     1.4.3-1                    OK
libXi6                          1.4.3-1                    OK
libXinerama-devel               1.1.1-1                    OK
libXinerama1                    1.1.1-1                    OK
libxkbfile-devel                1.0.7-1                    OK
libxkbfile1                     1.0.7-1                    OK
libXm-devel                     0.95.2-2                   OK
libXm2                          0.95.2-2                   OK
libXmHTML0                      1.1.7-10                   OK
libxml2                         2.7.8-2                    OK
libxml2-devel                   2.7.8-2                    OK
libXmu-devel                    1.1.0-1                    OK
libXmu6                         1.1.0-1                    OK
libXmuu1                        1.1.0-1                    OK
libXp6                          6.8.99.901-1               OK
libXpm-devel                    3.5.9-1                    OK
libXpm4                         3.5.9-1                    OK
libXrandr-devel                 1.3.2-1                    OK
libXrandr2                      1.3.2-1                    OK
libXrender-devel                0.9.6-1                    OK
libXrender1                     0.9.6-1                    OK
libXRes-devel                   1.0.5-1                    OK
libXRes1                        1.0.5-1                    OK
libxslt                         1.1.26-2                   OK
libXss-devel                    1.2.0-1                    OK
libXss1                         1.2.0-1                    OK
libXt-devel                     1.1.1-1                    OK
libXt6                          1.1.1-1                    OK
libXtst-devel                   1.2.0-1                    OK
libXtst6                        1.2.0-1                    OK
listres                         1.0.2-1                    OK
lndir                           1.0.2-1                    OK
login                           1.10-10                    OK
logiweb                         0.2.11-1                   OK
lua                             5.1.4-11                   OK
luit                            1.1.0-1                    OK
lyx                             1.6.6-1                    OK
m4                              1.4.16-1                   OK
make                            3.81-2                     OK
makedepend                      1.0.3-1                    OK
man                             1.6f-1                     OK
mc                              4.7.5.4-1                  OK
mercurial                       1.9.3-1                    OK
Empty package mesa
mesa                            7.10.3-1                   OK
mesa-demos                      8.0.1-1                    OK
mined                           2011.17-0                  OK
mingw-binutils                  2.21-1                     OK
mingw-gcc-core                  4.5.2-1                    OK
mingw-gcc-fortran               4.5.2-1                    OK
mingw-gcc-g++                   4.5.2-1                    OK
mingw-gcc-objc                  4.5.2-1                    OK
mingw-pthreads                  20110507-1                 OK
mingw-runtime                   3.20-1                     OK
mingw-w32api                    3.17-2                     OK
mingw64-i686-binutils           2.21.53-1                  OK
Empty package mingw64-i686-gcc
mingw64-i686-gcc                4.5.3-3                    OK
mingw64-i686-gcc-ada            4.5.3-3                    OK
mingw64-i686-gcc-core           4.5.3-3                    OK
mingw64-i686-gcc-fortran        4.5.3-3                    OK
mingw64-i686-gcc-g++            4.5.3-3                    OK
mingw64-i686-gcc-objc           4.5.3-3                    OK
mingw64-i686-headers            3.0b_svn4430-1             OK
mingw64-i686-pthreads           20100619-4                 OK
mingw64-i686-runtime            3.0b_svn4430-1             OK
mingw64-x86_64-binutils         2.21.53-1                  OK
Empty package mingw64-x86_64-gcc
mingw64-x86_64-gcc              4.5.3-3                    OK
mingw64-x86_64-gcc-ada          4.5.3-3                    OK
mingw64-x86_64-gcc-core         4.5.3-3                    OK
mingw64-x86_64-gcc-fortran      4.5.3-3                    OK
mingw64-x86_64-gcc-g++          4.5.3-3                    OK
mingw64-x86_64-gcc-objc         4.5.3-3                    OK
mingw64-x86_64-headers          3.0b_svn4430-1             OK
mingw64-x86_64-pthreads         20100619-4                 OK
mingw64-x86_64-runtime          3.0b_svn4430-1             OK
minires                         1.02-1                     OK
mkcfm                           1.0.1-1                    OK
mkcomposecache                  1.2.1-1                    OK
mkfontdir                       1.0.6-1                    OK
mkfontscale                     1.0.9-1                    OK
mlcscope                        14.1.8-2                   OK
mm-common                       0.9.2-1                    OK
monotone                        1.0-2                      OK
mtd                             20050419-1                 OK
nano                            2.2.5-1                    OK
nas                             1.9.3-1                    OK
nasm                            2.08.02-1                  OK
nedit                           5.5-4                      OK
netpbm                          10.54.4-1                  OK
obconf                          2.0.3-10                   OK
Empty package ocaml
ocaml                           3.12.0-4                   OK
ocaml-base                      3.12.0-4                   OK
ocaml-camlp4                    3.12.0-4                   OK
ocaml-compiler-libs             3.12.0-4                   OK
oclock                          1.0.2-1                    OK
offlineimap                     6.2.0.2-1                  OK
openbox                         3.4.10-1                   OK
openjade                        1.4devel1-2                OK
openldap-devel                  2.3.43-1                   OK
OpenSP                          1.5.2-2                    OK
openssl                         0.9.8r-2                   OK
openssl-devel                   0.9.8r-2                   OK
patch                           2.5.8-9                    OK
patchutils                      0.3.2-1                    OK
perl                            5.10.1-5                   OK
perl-Error                      0.17016-1                  OK
perl-ExtUtils-Depends           0.302-1                    OK
perl-ExtUtils-PkgConfig         1.12-1                     OK
perl-Locale-gettext             1.05-11                    OK
perl-Tk                         804.029-2                  OK
perl-XML-Simple                 2.18-10                    OK
pkg-config                      0.23b-10                   OK
planet                          2.0-2                      OK
popt                            1.6.4-4                    OK
postgresql-devel                8.2.11-1                   OK
printproto                      1.0.4-1                    OK
pstoedit-devel                  3.50-1                     OK
python                          2.6.5-2                    OK
python-brlapi                   4.2-2                      OK
python-cairo                    1.8.10-1                   OK
python-crypto                   2.0.1-2                    OK
python-doc                      2.6.5-2                    OK
python-feedparser               5.0.1-1                    OK
python-gamin                    0.1.10-11                  OK
python-gdata                    2.0.15-1                   OK
python-gobject2.0               2.20.0-2                   OK
python-gobject2.0-devel         2.20.0-2                   OK
python-gsf                      1.14.18-1                  OK
python-gtk2.0                   2.16.0-2                   OK
python-gtk2.0-demo              2.16.0-2                   OK
python-gtk2.0-devel             2.16.0-2                   OK
python-lcms                     1.19-2                     OK
python-libproxy                 0.4.6-1                    OK
python-libxml2                  2.7.8-2                    OK
python-libxslt                  1.1.26-2                   OK
python-ming                     0.4.3-2                    OK
python-numpy                    1.5.1-1                    OK
python-paramiko                 1.7.6-2                    OK
python-pygtk                    2.20.0-2                   OK
python-pyrex                    0.9.9-2                    OK
python-test                     2.6.5-2                    OK
python-tkinter                  2.6.5-2                    OK
python-xdg                      0.19-1                     OK
Empty package qt3
qt3                             3.3.8b-11                  OK
qt3-devel-tools                 3.3.8b-11                  OK
qt3-doc                         3.3.8b-11                  OK
qt3-qtconfig                    3.3.8b-11                  OK
qt4-devel-tools                 4.5.3-1                    OK
quilt                           0.48-4                     OK
randrproto                      1.3.2-1                    OK
rats                            2.3-1                      OK
rcs                             5.7-11                     OK
readline                        6.1.2-2                    OK
rebase                          4.0.1-1                    OK
recordproto                     1.14.1-1                   OK
rendercheck                     1.4-1                      OK
renderproto                     0.11.1-1                   OK
resourceproto                   1.2.0-1                    OK
rgb                             1.0.4-1                    OK
robodoc                         4.99.36-1                  OK
rpcgen                          2.11.90_20100818-1         OK
rstart                          1.0.4-1                    OK
rsync                           3.0.9-1                    OK
ruby                            1.8.7-p72-2                OK
run                             1.1.13-1                   OK
scrnsaverproto                  1.2.1-1                    OK
sed                             4.2.1-1                    OK
sessreg                         1.0.7-1                    OK
setxkbmap                       1.2.0-1                    OK
sgml-common                     0.6.3-3                    OK
shared-mime-info                0.90-1                     OK
smproxy                         1.0.5-1                    OK
source-highlight                3.1.5-1                    OK
spambayes                       1.0.4-2                    OK
speex-devel                     1.2rc1-1                   OK
splint                          3.1.1-2                    OK
Empty package startup-notification
startup-notification            0.12-1                     OK
stgit                           0.15-2                     OK
subversion                      1.7.1-1                    OK
subversion-apache2              1.7.1-1                    OK
subversion-devel                1.7.1-1                    OK
subversion-perl                 1.7.1-1                    OK
subversion-python               1.7.1-1                    OK
subversion-ruby                 1.7.1-1                    OK
subversion-tools                1.7.1-1                    OK
SWI-Prolog                      5.6.36-1                   OK
swig                            1.3.40-1                   OK
sxpm                            3.5.9-1                    OK
t1lib                           5.1.2-10                   OK
t1lib-devel                     5.1.2-10                   OK
t1lib5                          5.1.2-10                   OK
t1libx-devel                    5.1.2-10                   OK
t1libx5                         5.1.2-10                   OK
tailor                          0.9.35+darcs20090615-1     OK
tar                             1.25-1                     OK
tcl-brlapi                      4.2-2                      OK
tcltk                           20080420-1                 OK
tcm                             2.20-1                     OK
ted                             2.17-1                     OK
termcap                         5.7_20091114-14            OK
terminfo                        5.7_20091114-14            OK
terminfo0                       5.5_20061104-12            OK
tesseract-ocr                   2.04-1                     OK
tesseract-ocr-devel             2.04-1                     OK
tesseract-ocr-eng               2.04-1                     OK
Empty package tetex
tetex                           3.0.0-3                    OK
tetex-base                      3.0.0-3                    OK
Missing file: /usr/bin/latex.exe from package tetex-bin
tetex-bin                       3.0.0-3                    Incomplete
tetex-devel                     3.0.0-3                    OK
tetex-extra                     3.0.0-3                    OK
tetex-tiny                      3.0.0-3                    OK
texinfo                         4.13-4                     OK
TeXmacs                         1.0.6-1                    OK
transfig                        3.2.5c-1                   OK
twm                             1.0.7-1                    OK
tzcode                          2010j-1                    OK
unifdef                         1.0+20030701-1             OK
unzip                           6.0-10                     OK
urlgrabber                      3.1.0-2                    OK
util-linux                      2.17.2-1                   OK
uw-imap                         2007-2                     OK
viewres                         1.0.3-1                    OK
vim                             7.3.003-1                  OK
w32api                          3.17-2                     OK
wget                            1.13.4-1                   OK
which                           2.20-2                     OK
WindowMaker                     0.92.1pre2-2               OK
windowswmproto                  1.0.4-1                    OK
X-start-menu-icons              1.0.4-1                    OK
x11perf                         1.5.4-1                    OK
x2x                             1.30-2                     OK
xauth                           1.0.6-1                    OK
xbiff                           1.0.3-1                    OK
xbitmaps                        1.1.1-1                    OK
xbrlapi                         4.2-2                      OK
xcalc                           1.0.4.1-1                  OK
xcb-proto                       1.6-3                      OK
xclip                           0.12-1                     OK
xclipboard                      1.1.1-1                    OK
xclock                          1.0.5-2                    OK
xcmiscproto                     1.2.1-1                    OK
xcmsdb                          1.0.3-1                    OK
xcompmgr                        1.1.5-1                    OK
xconsole                        1.0.4-1                    OK
xcursor-themes                  1.0.3-1                    OK
xcursorgen                      1.0.4-1                    OK
xdbedizzy                       1.1.0-1                    OK
xdelta                          1.1.4-1                    OK
xdelta-devel                    1.1.4-1                    OK
xditview                        1.0.2-1                    OK
xdpyinfo                        1.3.0-1                    OK
xedit                           1.2.0-1                    OK
xemacs                          21.4.22-1                  OK
xemacs-emacs-common             21.4.22-1                  OK
xemacs-mule-sumo                2007-04-27-1               OK
xemacs-sumo                     2007-04-27-1               OK
xemacs-tags                     21.4.22-1                  OK
xev                             1.1.0-1                    OK
xextproto                       7.2.0-1                    OK
xeyes                           1.1.1-1                    OK
xf86bigfontproto                1.2.0-1                    OK
xfd                             1.1.0-1                    OK
xfig                            3.2.5b-2                   OK
xfig-lib                        3.2.5b-2                   OK
xfindproxy                      1.0.2-1                    OK
xfontsel                        1.0.3-1                    OK
xfwp                            1.0.2-1                    OK
xgc                             1.0.3-1                    OK
xgraph                          12.1-2                     OK
xhost                           1.0.4-1                    OK
xineramaproto                   1.2.1-1                    OK
xinit                           1.3.1-1                    OK
xinput                          1.5.3-1                    OK
xkbcomp                         1.2.3-1                    OK
xkbevd                          1.1.2-1                    OK
xkbprint                        1.0.3-1                    OK
xkbutils                        1.0.3-1                    OK
xkeyboard-config                2.4.1-1                    OK
xkill                           1.0.3-1                    OK
xload                           1.1.0-1                    OK
xlogo                           1.0.3-1                    OK
xlsatoms                        1.1.0-1                    OK
xlsclients                      1.1.2-1                    OK
xlsfonts                        1.0.3-1                    OK
xmag                            1.0.4-1                    OK
xman                            1.1.2-1                    OK
xmessage                        1.0.3-1                    OK
xmh                             1.0.2-1                    OK
XmHTML                          1.1.7-10                   OK
XmHTML-devel                    1.1.7-10                   OK
xmodmap                         1.0.5-1                    OK
xmon                            1.5.6-2                    OK
xmore                           1.0.2-1                    OK
xorg-cf-files                   1.0.4-1                    OK
xorg-docs                       1.6-1                      OK
xorg-scripts                    1.0.1-1                    OK
xorg-server                     1.11.1-1                   OK
xorg-server-dmx                 1.11.1-1                   OK
xorg-sgml-doctools              1.10-1                     OK
xorg-util-macros                1.15.0-1                   OK
Empty package xorg-x11-bin-dlls
xorg-x11-bin-dlls               7.4-1                      OK
xpdf                            3.02-10                    OK
xpr                             1.0.2-1                    OK
xprop                           1.2.1-1                    OK
xproto                          7.0.22-1                   OK
xproxymanagementprotocol        1.0.3-1                    OK
xrandr                          1.3.5-1                    OK
xrdb                            1.0.9-1                    OK
xrefresh                        1.0.4-1                    OK
xrx                             1.0.4-1                    OK
xscope                          1.3-1                      OK
xset                            1.2.2-1                    OK
xsetmode                        1.0.0-1                    OK
xsetroot                        1.1.0-1                    OK
xsm                             1.0.2-1                    OK
xsri                            2.1.0-10                   OK
xstdcmap                        1.0.2-1                    OK
xterm                           276-1                      OK
xtrans                          1.2.6-1                    OK
xwd                             1.0.4-1                    OK
xwininfo                        1.1.2-1                    OK
xwinwm                          0.0.5-2                    OK
xwud                            1.0.3-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

[-- Attachment #4: objdump.good.txt --]
[-- Type: text/plain, Size: 6226 bytes --]


./FLEXPART_GFORTRAN:     file format pei-i386
architecture: i386, flags 0x0000013a:
EXEC_P, HAS_DEBUG, HAS_SYMS, HAS_LOCALS, D_PAGED
start address 0x00401000

Characteristics 0x127
	relocations stripped
	executable
	line numbers stripped
	large address aware
	32 bit words

Time/Date		Fri Nov  4 13:17:48 2011
Magic			010b	(PE32)
MajorLinkerVersion	2
MinorLinkerVersion	22
SizeOfCode		000dec00
SizeOfInitializedData	00129000
SizeOfUninitializedData	3b57d200
AddressOfEntryPoint	00001000
BaseOfCode		00001000
BaseOfData		000e0000
ImageBase		00400000
SectionAlignment	00001000
FileAlignment		00000200
MajorOSystemVersion	4
MinorOSystemVersion	0
MajorImageVersion	1
MinorImageVersion	0
MajorSubsystemVersion	4
MinorSubsystemVersion	0
Win32Version		00000000
SizeOfImage		3bcdc000
SizeOfHeaders		00000400
CheckSum		007b2ff6
Subsystem		00000003	(Windows CUI)
DllCharacteristics	00008000
SizeOfStackReserve	00200000
SizeOfStackCommit	00001000
SizeOfHeapReserve	00100000
SizeOfHeapCommit	00001000
LoaderFlags		00000000
NumberOfRvaAndSizes	00000010

The Data Directory
Entry 0 00000000 00000000 Export Directory [.edata (or where ever we found it)]
Entry 1 3b6a9000 00000e0c Import Directory [parts of .idata]
Entry 2 00000000 00000000 Resource Directory [.rsrc]
Entry 3 00000000 00000000 Exception Directory [.pdata]
Entry 4 00000000 00000000 Security Directory
Entry 5 00000000 00000000 Base Relocation Directory [.reloc]
Entry 6 00000000 00000000 Debug Directory
Entry 7 00000000 00000000 Description Directory
Entry 8 00000000 00000000 Special Directory
Entry 9 00000000 00000000 Thread Storage Directory [.tls]
Entry a 00000000 00000000 Load Configuration Directory
Entry b 00000000 00000000 Bound Import Directory
Entry c 3b6a927c 00000218 Import Address Table Directory
Entry d 00000000 00000000 Delay Import Directory
Entry e 00000000 00000000 CLR Runtime Header
Entry f 00000000 00000000 Reserved

There is an import table in .idata at 0x3baa9000

The Import Tables (interpreted .idata section contents)
 vma:            Hint    Time      Forward  DLL       First
                 Table   Stamp     Chain    Name      Thunk
 3b6a9000	3b6a9064 00000000 00000000 3b6a9d5c 3b6a927c

	DLL Name: cygwin1.dll
	vma:  Hint/Ord Member-Name Bound-To
	3b6a9494	   15  __assert_func
	3b6a94a4	   18  __ctype_ptr__
	3b6a94b4	   31  __errno
	3b6a94c0	   52  __getreent
	3b6a94d0	   59  __main
	3b6a94dc	  182  _dll_crt0@0
	3b6a94ec	  275  _fopen64
	3b6a94f8	  290  _fseeko64
	3b6a9504	  299  _ftello64
	3b6a9510	  367  _impure_ptr
	3b6a9520	  426  _lseek64
	3b6a952c	  461  _open64
	3b6a9538	  673  abort
	3b6a9540	  677  access
	3b6a954c	  687  acos
	3b6a9554	  707  asin
	3b6a955c	  708  asinf
	3b6a9564	  715  atan2
	3b6a956c	  716  atan2f
	3b6a9578	  717  atanf
	3b6a9580	  721  atof
	3b6a9588	  723  atoi
	3b6a9590	  724  atol
	3b6a9598	  741  calloc
	3b6a95a4	  759  ceil
	3b6a95ac	  782  close
	3b6a95b4	  791  cos
	3b6a95bc	  792  cosf
	3b6a95c4	  839  cygwin_detach_dll
	3b6a95d8	  841  cygwin_internal
	3b6a95ec	  862  dll_dllcrt0
	3b6a95fc	  900  erff
	3b6a9604	  911  exit
	3b6a960c	  912  exp
	3b6a9614	  917  expf
	3b6a961c	  929  fclose
	3b6a9628	  964  fgets
	3b6a9630	  968  fileno
	3b6a963c	  975  floor
	3b6a9644	  992  fprintf
	3b6a9650	  994  fputc
	3b6a9658	  995  fputs
	3b6a9660	  998  fread
	3b6a9668	  999  free
	3b6a9670	 1006  fscanf
	3b6a967c	 1008  fseek
	3b6a9684	 1039  fwrite
	3b6a9690	 1054  getc
	3b6a9698	 1063  getenv
	3b6a96a4	 1094  getpid
	3b6a96b0	 1181  isatty
	3b6a96bc	 1248  log
	3b6a96c4	 1250  log10f
	3b6a96d0	 1257  logf
	3b6a96d8	 1268  lround
	3b6a96e4	 1269  lroundf
	3b6a96f0	 1277  malloc
	3b6a96fc	 1295  memcpy
	3b6a9708	 1297  memmove
	3b6a9714	 1299  memset
	3b6a9720	 1366  perror
	3b6a972c	 1374  posix_memalign
	3b6a9740	 1380  pow
	3b6a9748	 1383  powf
	3b6a9750	 1385  printf
	3b6a975c	 1470  putchar
	3b6a9768	 1473  puts
	3b6a9770	 1480  qsort
	3b6a9778	 1487  read
	3b6a9780	 1493  realloc
	3b6a978c	 1528  rewind
	3b6a9798	 1532  rint
	3b6a97a0	 1616  setvbuf
	3b6a97ac	 1654  sin
	3b6a97b4	 1657  sinf
	3b6a97bc	 1662  snprintf
	3b6a97c8	 1673  sprintf
	3b6a97d4	 1674  sqrt
	3b6a97dc	 1679  sscanf
	3b6a97e8	 1686  strcasecmp
	3b6a97f8	 1688  strcat
	3b6a9804	 1689  strchr
	3b6a9810	 1691  strcmp
	3b6a981c	 1693  strcpy
	3b6a9828	 1695  strdup
	3b6a9834	 1696  strerror
	3b6a9840	 1702  strlen
	3b6a984c	 1707  strncpy
	3b6a9858	 1712  strrchr
	3b6a9864	 1717  strtod
	3b6a9870	 1721  strtok
	3b6a987c	 1723  strtol
	3b6a9888	 1740  sysconf
	3b6a9894	 1743  tan
	3b6a989c	 1744  tanf
	3b6a98a4	 1772  tmpnam
	3b6a98b0	 1774  tolower
	3b6a98bc	 1775  toupper
	3b6a98c8	 1794  unlink
	3b6a98d4	 1815  vfprintf
	3b6a98e0	 1825  vsprintf
	3b6a98ec	 1892  write

 3b6a9014	3b6a9200 00000000 00000000 3b6a9d6c 3b6a9418

	DLL Name: cyggcc_s-1.dll
	vma:  Hint/Ord Member-Name Bound-To
	3b6a98f4	   37  __divdi3

 3b6a9028	3b6a9208 00000000 00000000 3b6a9de0 3b6a9420

	DLL Name: cyggfortran-3.dll
	vma:  Hint/Ord Member-Name Bound-To
	3b6a9900	   47  _gfortran_compare_string
	3b6a991c	   49  _gfortran_concat_string
	3b6a9938	  232  _gfortran_internal_pack
	3b6a9954	  233  _gfortran_internal_unpack
	3b6a9970	  447  _gfortran_pause_string
	3b6a998c	  496  _gfortran_runtime_error_at
	3b6a99ac	  506  _gfortran_set_args
	3b6a99c4	  507  _gfortran_set_convert
	3b6a99dc	  512  _gfortran_set_options
	3b6a99f4	  513  _gfortran_set_record_marker
	3b6a9a14	  714  _gfortran_st_close
	3b6a9a2c	  720  _gfortran_st_open
	3b6a9a40	  721  _gfortran_st_read
	3b6a9a54	  722  _gfortran_st_read_done
	3b6a9a70	  723  _gfortran_st_rewind
	3b6a9a88	  727  _gfortran_st_write
	3b6a9aa0	  728  _gfortran_st_write_done
	3b6a9abc	  733  _gfortran_stop_numeric
	3b6a9ad8	  734  _gfortran_stop_string
	3b6a9af0	  736  _gfortran_string_index
	3b6a9b0c	  744  _gfortran_string_trim
	3b6a9b24	  768  _gfortran_transfer_array
	3b6a9b40	  769  _gfortran_transfer_character
	3b6a9b60	  772  _gfortran_transfer_integer
	3b6a9b80	  774  _gfortran_transfer_real

 3b6a903c	3b6a9270 00000000 00000000 3b6a9dfc 3b6a9488

	DLL Name: KERNEL32.dll
	vma:  Hint/Ord Member-Name Bound-To
	3b6a9b9c	  529  GetModuleHandleA
	3b6a9bb0	  577  GetProcAddress

 3b6a9050	00000000 00000000 00000000 00000000 00000000


[-- Attachment #5: cygcheck.good.txt --]
[-- Type: text/plain, Size: 248345 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Mon Nov 07 09:40:52 2011

Windows 7 Professional N Ver 6.1 Build 7601 Service Pack 1

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\Program Files\Common Files\Microsoft Shared\Windows Live
	C:\windows\system32
	C:\windows
	C:\windows\System32\Wbem
	C:\windows\System32\WindowsPowerShell\v1.0
	C:\Program Files\Hewlett-Packard\Drive Encryption
	C:\Program Files\WIDCOMM\Bluetooth Software
	C:\cygwin\lib\lapack

Output from C:\cygwin\bin\id.exe
UID: 1000(kare)      GID: 513(None)
513(None)            0(root)              544(Administratorer)
545(Brukere)         1001(HomeUsers)

SysDir: C:\windows\system32
WinDir: C:\windows

USER = 'kare'
PWD = '/home/kare'
HOME = '/home/kare'

HOMEPATH = '\Users\kare'
APPDATA = 'C:\Users\kare\AppData\Roaming'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
HOSTNAME = 'kare-laptop'
OnlineServices = 'Online Services'
SHELL = '/bin/bash'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 37 Stepping 5, GenuineIntel'
TERM = 'xterm'
WINDIR = 'C:\windows'
Platform = 'BNB'
TEXDOCVIEW_txt = 'cygstart %s'
TEXDOCVIEW_dvi = 'cygstart %s'
WINDOWID = '2097187'
PUBLIC = 'C:\Users\Public'
USERDOMAIN = 'kare-laptop'
ALLUSERSPROFILE = 'C:\ProgramData'
OS = 'Windows_NT'
XTERM_SHELL = '/bin/bash'
!:: = '::\'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
TEMP = '/tmp'
PCBRAND = 'p'
USERNAME = 'kare'
PROCESSOR_LEVEL = '6'
TEXDOCVIEW_pdf = 'cygstart %s'
PSModulePath = 'C:\windows\system32\WindowsPowerShell\v1.0\Modules\'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Users\kare'
LANG = 'C.UTF-8'
TEXDOCVIEW_html = 'cygstart %s'
QMAKESPEC = 'cygwin-g++'
LOGONSERVER = '\\KARE-LAPTOP'
LOCALAPPDATA = 'C:\Users\kare\AppData\Local'
PROCESSOR_ARCHITECTURE = 'x86'
XTERM_LOCALE = 'C.UTF-8'
XTERM_VERSION = 'XTerm(276)'
ProgramData = 'C:\ProgramData'
SHLVL = '2'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
HOMEDRIVE = 'C:'
COMSPEC = 'C:\windows\system32\cmd.exe'
PTSM_install_path = 'c:\Program Files\Hewlett-Packard\HP ProtectTools Security Manager\Bin'
LOGNAME = 'kare'
SYSTEMROOT = 'C:\windows'
TMP = '/tmp'
PROCESSOR_REVISION = '2505'
PRINTER = 'Send To OneNote 2010'
TEXDOCVIEW_ps = 'cygstart %s'
PROGRAMFILES = 'C:\Program Files'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
DISPLAY = ':0'
NUMBER_OF_PROCESSORS = '4'
SESSIONNAME = 'Console'
COMPUTERNAME = 'KARE-LAPTOP'
WCDHOME = '/home/kare/.wcd'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: c5e39b7a9d22bafb Path: C:\cygwin

c:  hd  NTFS    134915Mb  62% CP CS UN PA FC     
f:  hd  FAT32     2035Mb  26% CP    UN           HP_TOOLS
g:  cd             N/A    N/A                    

C:\cygwin        /          system  binary,auto
C:\cygwin\bin    /usr/bin   system  binary,auto
C:\cygwin\lib    /usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  user    binary,auto

Found: C:\cygwin\bin\awk
 -> C:\cygwin\bin\gawk.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
 -> C:\cygwin\etc\alternatives\cpp
 -> C:\cygwin\bin\cpp-4.exe
Found: C:\cygwin\bin\crontab.exe
Found: C:\cygwin\bin\find.exe
Found: C:\windows\system32\find.exe
Warning: C:\cygwin\bin\find.exe hides C:\windows\system32\find.exe
Found: C:\cygwin\bin\gcc.exe
 -> C:\cygwin\etc\alternatives\gcc
 -> C:\cygwin\bin\gcc-4.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.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\patch.exe
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\ssh.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Found: C:\cygwin\bin\vi
 -> C:\cygwin\bin\vim-nox.exe
Found: C:\cygwin\bin\vim
 -> C:\cygwin\etc\alternatives\vim
 -> C:\cygwin\bin\gvim.exe

20451k 2011/10/07 C:\cygwin\usr\local\bin\cyggeos-3-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggeos-3-2-0.dll" v0.0 ts=2011/10/7 14:58
  670k 2011/10/07 C:\cygwin\usr\local\bin\cyggeos_c-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggeos_c-1.dll" v0.0 ts=2011/10/7 14:59
   80k 2009/09/15 C:\cygwin\bin\cygaa-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygaa-1.dll" v0.0 ts=2009/9/15 12:05
  382k 2010/01/05 C:\cygwin\bin\cygAfterImage-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygAfterImage-0.dll" v0.0 ts=2010/1/5 22:08
   38k 2011/04/13 C:\cygwin\bin\cygao-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygao-4.dll" v0.0 ts=2011/4/13 23:07
  118k 2011/09/10 C:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2011/9/10 23:56
   87k 2011/09/10 C:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2011/9/10 23:46
  221k 2010/04/13 C:\cygwin\bin\cygarchive-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygarchive-2.dll" v0.0 ts=2010/4/13 3:47
   33k 2011/09/23 C:\cygwin\bin\cygargp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygargp-0.dll" v0.0 ts=2011/9/23 2:54
  273k 2009/12/22 C:\cygwin\bin\cygarpack-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygarpack-0.dll" v0.0 ts=2009/12/22 20:28
   80k 2010/05/13 C:\cygwin\bin\cygart_lgpl_2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygart_lgpl_2-2.dll" v0.0 ts=2010/5/13 2:46
  704k 2007/12/18 C:\cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygaspell-15.dll" v0.0 ts=2007/12/18 12:39
    7k 2011/10/16 C:\cygwin\bin\cygasprintf-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygasprintf-0.dll" v0.0 ts=2011/10/16 7:35
   93k 2010/06/15 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=2010/6/15 8:06
   15k 2009/12/27 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2009/11/18 13:52
   71k 2011/06/30 C:\cygwin\bin\cygaudio-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygaudio-2.dll" v0.0 ts=2011/6/30 12:19
  131k 2011/09/25 C:\cygwin\bin\cygaudiofile-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaudiofile-0.dll" v0.0 ts=2011/9/25 4:30
  172k 2010/05/30 C:\cygwin\bin\cygautotrace-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygautotrace-3.dll" v0.0 ts=2010/5/30 14:07
   61k 2009/06/16 C:\cygwin\bin\cygbind9-50.dll - os=4.0 img=1.0 sys=4.0
                  "cygbind9-50.dll" v0.0 ts=2009/6/16 6:25
   42k 2010/07/01 C:\cygwin\bin\cygbind9-60.dll - os=4.0 img=1.0 sys=4.0
                  "cygbind9-60.dll" v0.0 ts=2010/7/1 23:26
   43k 2011/11/02 C:\cygwin\bin\cygbind9-80.dll - os=4.0 img=1.0 sys=4.0
                  "cygbind9-80.dll" v0.0 ts=2011/11/2 1:45
   95k 2010/06/24 C:\cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2010/6/24 21:20
  323k 2010/06/14 C:\cygwin\bin\cygbonobo-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbonobo-2-0.dll" v0.0 ts=2010/6/14 23:00
   73k 2010/06/14 C:\cygwin\bin\cygbonobo-activation-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygbonobo-activation-4.dll" v0.0 ts=2010/6/14 22:59
  331k 2010/06/15 C:\cygwin\bin\cygbonoboui-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbonoboui-2-0.dll" v0.0 ts=2010/6/15 3:42
  351k 2008/01/14 C:\cygwin\bin\cygboost_date_time-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_date_time-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:36
   64k 2010/05/17 C:\cygwin\bin\cygboost_date_time-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_date_time-mt-1_43.dll" v0.0 ts=2010/5/17 4:04
   64k 2011/06/10 C:\cygwin\bin\cygboost_date_time-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_date_time-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:00
  120k 2008/01/14 C:\cygwin\bin\cygboost_filesystem-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_filesystem-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:36
   76k 2010/05/17 C:\cygwin\bin\cygboost_filesystem-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_filesystem-mt-1_43.dll" v0.0 ts=2010/5/17 4:04
  126k 2011/06/10 C:\cygwin\bin\cygboost_filesystem-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_filesystem-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:19
  346k 2010/05/17 C:\cygwin\bin\cygboost_graph-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_graph-mt-1_43.dll" v0.0 ts=2010/5/17 4:04
  277k 2011/06/10 C:\cygwin\bin\cygboost_graph-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_graph-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:36
   79k 2008/01/14 C:\cygwin\bin\cygboost_iostreams-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_iostreams-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:37
   92k 2010/05/17 C:\cygwin\bin\cygboost_iostreams-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_iostreams-mt-1_43.dll" v0.0 ts=2010/5/17 4:04
  118k 2011/06/10 C:\cygwin\bin\cygboost_iostreams-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_iostreams-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:36
  122k 2010/05/17 C:\cygwin\bin\cygboost_math_c99-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_math_c99-mt-1_43.dll" v0.0 ts=2010/5/17 4:00
  113k 2011/06/10 C:\cygwin\bin\cygboost_math_c99-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_math_c99-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:03
  122k 2010/05/17 C:\cygwin\bin\cygboost_math_c99f-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_math_c99f-mt-1_43.dll" v0.0 ts=2010/5/17 4:01
  112k 2011/06/10 C:\cygwin\bin\cygboost_math_c99f-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_math_c99f-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:03
  270k 2010/05/17 C:\cygwin\bin\cygboost_math_tr1-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_math_tr1-mt-1_43.dll" v0.0 ts=2010/5/17 3:59
  298k 2011/06/10 C:\cygwin\bin\cygboost_math_tr1-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_math_tr1-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:01
  272k 2010/05/17 C:\cygwin\bin\cygboost_math_tr1f-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_math_tr1f-mt-1_43.dll" v0.0 ts=2010/5/17 3:59
  299k 2011/06/10 C:\cygwin\bin\cygboost_math_tr1f-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_math_tr1f-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:02
   56k 2010/05/17 C:\cygwin\bin\cygboost_prg_exec_monitor-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_prg_exec_monitor-mt-1_43.dll" v0.0 ts=2010/5/17 4:03
   55k 2011/06/10 C:\cygwin\bin\cygboost_prg_exec_monitor-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_prg_exec_monitor-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:37
  526k 2008/01/14 C:\cygwin\bin\cygboost_program_options-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_program_options-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:38
  297k 2010/05/17 C:\cygwin\bin\cygboost_program_options-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_program_options-mt-1_43.dll" v0.0 ts=2010/5/17 4:01
  374k 2011/06/10 C:\cygwin\bin\cygboost_program_options-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_program_options-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:37
  564k 2008/01/14 C:\cygwin\bin\cygboost_python-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_python-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:39
  269k 2010/05/17 C:\cygwin\bin\cygboost_python-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_python-mt-1_43.dll" v0.0 ts=2010/5/17 3:58
  264k 2011/06/10 C:\cygwin\bin\cygboost_python-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_python-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:37
   17k 2010/05/17 C:\cygwin\bin\cygboost_random-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_random-mt-1_43.dll" v0.0 ts=2010/5/17 3:58
   14k 2011/06/10 C:\cygwin\bin\cygboost_random-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_random-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:36
  678k 2008/01/14 C:\cygwin\bin\cygboost_regex-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_regex-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:41
  627k 2010/05/17 C:\cygwin\bin\cygboost_regex-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_regex-mt-1_43.dll" v0.0 ts=2010/5/17 4:04
  896k 2011/06/10 C:\cygwin\bin\cygboost_regex-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_regex-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:36
  621k 2008/01/14 C:\cygwin\bin\cygboost_serialization-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_serialization-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:44
  435k 2010/05/17 C:\cygwin\bin\cygboost_serialization-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_serialization-mt-1_43.dll" v0.0 ts=2010/5/17 4:02
  417k 2011/06/10 C:\cygwin\bin\cygboost_serialization-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_serialization-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:38
  118k 2008/01/14 C:\cygwin\bin\cygboost_signals-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_signals-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:44
   72k 2010/05/17 C:\cygwin\bin\cygboost_signals-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_signals-mt-1_43.dll" v0.0 ts=2010/5/17 4:03
   73k 2011/06/10 C:\cygwin\bin\cygboost_signals-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_signals-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:37
   15k 2010/05/17 C:\cygwin\bin\cygboost_system-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_system-mt-1_43.dll" v0.0 ts=2010/5/17 4:04
   21k 2011/06/10 C:\cygwin\bin\cygboost_system-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_system-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:19
   91k 2008/01/14 C:\cygwin\bin\cygboost_thread-gcc-mt-1_33_1.dll - os=4.0 img=1.33 sys=4.0
                  "cygboost_thread-gcc-mt-1_33_1.dll" v0.0 ts=2008/1/14 9:47
   74k 2010/05/17 C:\cygwin\bin\cygboost_thread-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_thread-mt-1_43.dll" v0.0 ts=2010/5/17 4:03
   88k 2011/06/10 C:\cygwin\bin\cygboost_thread-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_thread-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:38
  574k 2010/05/17 C:\cygwin\bin\cygboost_unit_test_framework-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_unit_test_framework-mt-1_43.dll" v0.0 ts=2010/5/17 4:03
  581k 2011/06/10 C:\cygwin\bin\cygboost_unit_test_framework-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_unit_test_framework-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:37
  994k 2010/05/17 C:\cygwin\bin\cygboost_wave-mt-1_43.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_wave-mt-1_43.dll" v0.0 ts=2010/5/17 4:04
 1156k 2011/06/10 C:\cygwin\bin\cygboost_wave-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_wave-mt-1_46_1.dll" v0.0 ts=2011/6/10 9:19
  294k 2011/06/10 C:\cygwin\bin\cygboost_wserialization-mt-1_46_1.dll - os=4.0 img=1.0 sys=4.0
                  "cygboost_wserialization-mt-1_46_1.dll" v0.0 ts=2011/6/10 8:38
   33k 2010/05/28 C:\cygwin\bin\cygbrlapi-0.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygbrlapi-0.5.dll" v0.0 ts=2010/5/28 13:12
   62k 2011/05/21 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011/5/21 21:16
   54k 2002/01/27 C:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2002/1/27 2:07
  678k 2010/12/29 C:\cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2010/12/29 7:16
   20k 2010/12/29 C:\cygwin\bin\cygcairo-gobject-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-gobject-2.dll" v0.0 ts=2010/12/29 7:17
   98k 2010/12/29 C:\cygwin\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2010/12/29 7:17
  117k 2010/10/14 C:\cygwin\bin\cygcamlrun_shared.dll - os=4.0 img=1.0 sys=4.0
                  "cygcamlrun_shared.dll" v0.0 ts=2010/10/14 19:46
   10k 2011/01/25 C:\cygwin\bin\cygcatgets1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcatgets1.dll" v0.0 ts=2011/1/25 11:55
    8k 2011/10/16 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2011/10/16 19:00
   25k 2009/11/19 C:\cygwin\bin\cygcheck-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcheck-0.dll" v0.0 ts=2009/11/19 0:46
 1845k 2008/10/09 C:\cygwin\bin\cygchicken-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygchicken-0.dll" v0.0 ts=2008/10/9 21:22
122159k 2011/09/16 C:\cygwin\bin\cygclamav-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygclamav-6.dll" v0.0 ts=2011/9/16 11:31
  178k 2011/09/16 C:\cygwin\bin\cygclamunrar-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygclamunrar-6.dll" v0.0 ts=2011/9/16 11:28
   43k 2011/09/16 C:\cygwin\bin\cygclamunrar_iface-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygclamunrar_iface-6.dll" v0.0 ts=2011/9/16 11:28
  108k 2010/01/05 C:\cygwin\bin\cygcloog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-0.dll" v0.0 ts=2010/1/5 1:45
   20k 2010/05/25 C:\cygwin\bin\cygcompface-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcompface-0.dll" v0.0 ts=2010/5/25 9:42
    9k 2011/01/07 C:\cygwin\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2011/1/7 2:26
   29k 2010/10/11 C:\cygwin\bin\cygcord-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcord-1.dll" v0.0 ts=2010/10/11 19:03
  208k 2011/10/17 C:\cygwin\bin\cygcppunit-1-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcppunit-1-12-1.dll" v0.0 ts=2011/10/17 21:50
  189k 2009/03/17 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=2009/3/17 6:56
  765k 2011/09/23 C:\cygwin\bin\cygcruft-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcruft-0.dll" v0.0 ts=2011/9/23 0:06
    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 9:57
 1147k 2011/03/16 C:\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 21:54
   48k 2011/03/05 C:\cygwin\bin\cygcunit-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcunit-1.dll" v0.0 ts=2011/3/4 19:44
  194k 2007/06/30 C:\cygwin\bin\cygcurl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-3.dll" v0.0 ts=2007/6/30 3:13
  314k 2011/11/02 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2011/11/2 0:38
  424k 2007/12/16 C:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2007/12/16 15:09
  512k 2007/12/16 C:\cygwin\bin\cygdb-3.3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.3.dll" v0.0 ts=2007/12/16 14:47
  547k 2007/12/18 C:\cygwin\bin\cygdb-4.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.0.dll" v0.0 ts=2007/12/18 14:35
  647k 2007/12/17 C:\cygwin\bin\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.1.dll" v0.0 ts=2007/12/16 19:35
  703k 2007/12/17 C:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.2.dll" v0.0 ts=2007/12/17 12:58
  764k 2007/12/17 C:\cygwin\bin\cygdb-4.3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.3.dll" v0.0 ts=2007/12/17 13:29
  866k 2007/12/17 C:\cygwin\bin\cygdb-4.4.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.4.dll" v0.0 ts=2007/12/17 13:55
  943k 2007/12/17 C:\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 14:12
  329k 2007/12/16 C:\cygwin\bin\cygdb2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb2.dll" v0.0 ts=2007/12/16 14:19
  219k 2011/10/03 C:\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 7:10
  107k 2010/05/12 C:\cygwin\bin\cygdbus-glib-1-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdbus-glib-1-2.dll" v0.0 ts=2010/5/12 12:53
  725k 2007/12/16 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=2007/12/16 15:09
  818k 2007/12/16 C:\cygwin\bin\cygdb_cxx-3.3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.3.dll" v0.0 ts=2007/12/16 14:47
  857k 2007/12/18 C:\cygwin\bin\cygdb_cxx-4.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.0.dll" v0.0 ts=2007/12/18 14:35
  967k 2007/12/17 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=2007/12/16 19:35
 1036k 2007/12/17 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=2007/12/17 12:58
 1106k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.3.dll" v0.0 ts=2007/12/17 13:29
 1217k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.4.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.4.dll" v0.0 ts=2007/12/17 13:55
 1296k 2007/12/17 C:\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 14:12
   14k 2010/11/01 C:\cygwin\bin\cygdmx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdmx-1.dll" v0.0 ts=2010/11/1 2:31
 1840k 2009/06/16 C:\cygwin\bin\cygdns-50.dll - os=4.0 img=1.0 sys=4.0
                  "cygdns-50.dll" v0.0 ts=2009/6/16 6:25
 1354k 2010/07/01 C:\cygwin\bin\cygdns-66.dll - os=4.0 img=1.0 sys=4.0
                  "cygdns-66.dll" v0.0 ts=2010/7/1 23:26
 1396k 2011/11/02 C:\cygwin\bin\cygdns-81.dll - os=4.0 img=1.0 sys=4.0
                  "cygdns-81.dll" v0.0 ts=2011/11/2 1:45
  243k 2005/02/23 C:\cygwin\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2005/2/23 15:42
   26k 2005/02/23 C:\cygwin\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2005/2/23 15:42
   20k 2011/01/07 C:\cygwin\bin\cyge2p-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyge2p-2.dll" v0.0 ts=2011/1/7 2:27
   46k 2009/01/07 C:\cygwin\bin\cygecpg.dll - os=4.0 img=1.0 sys=4.0
                  "cygecpg.dll" v0.0 ts=2009/1/7 17:46
   12k 2009/01/07 C:\cygwin\bin\cygecpg_compat.dll - os=4.0 img=1.0 sys=4.0
                  "cygecpg_compat.dll" v0.0 ts=2009/1/7 17:46
  511k 2010/06/17 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2010/6/17 13:42
   56k 2008/07/12 C:\cygwin\bin\cygedsio-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedsio-0.dll" v0.0 ts=2008/7/12 21:41
   66k 2010/06/02 C:\cygwin\bin\cygelf-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygelf-0.dll" v0.8 ts=2010/6/2 15:08
  163k 2010/05/19 C:\cygwin\bin\cygEMF-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygEMF-1.dll" v0.0 ts=2010/5/19 21:51
   36k 2010/05/17 C:\cygwin\bin\cygenchant-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygenchant-1.dll" v0.0 ts=2010/5/17 5:41
   29k 2009/03/23 C:\cygwin\bin\cygesd-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygesd-0.dll" v0.0 ts=2009/3/23 3:46
   57k 2010/12/06 C:\cygwin\bin\cygevtlog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygevtlog-0.dll" v0.0 ts=2010/12/6 16:59
  187k 2011/01/24 C:\cygwin\bin\cygexif-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygexif-12.dll" v0.0 ts=2011/1/24 5:27
  118k 2007/04/06 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2007/4/6 22:43
  118k 2008/05/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/9 6:03
   71k 2010/05/12 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2010/5/12 11:59
  139k 2011/01/07 C:\cygwin\bin\cygext2fs-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygext2fs-2.dll" v0.0 ts=2011/1/7 2:27
   29k 2010/05/12 C:\cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2010/5/12 12:26
  286k 2006/08/06 C:\cygwin\bin\cygfcgi++-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfcgi++-0.dll" v0.0 ts=2006/8/6 22:09
   30k 2006/08/06 C:\cygwin\bin\cygfcgi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfcgi-0.dll" v0.0 ts=2006/8/6 22:09
   21k 2011/10/26 C:\cygwin\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-4.dll" v0.0 ts=2011/10/23 15:33
  785k 2011/08/23 C:\cygwin\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3-3.dll" v0.0 ts=2011/8/21 23:53
  759k 2011/08/23 C:\cygwin\bin\cygfftw3f-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f-3.dll" v0.0 ts=2011/8/21 23:47
   20k 2011/08/23 C:\cygwin\bin\cygfftw3f_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f_threads-3.dll" v0.0 ts=2011/8/21 23:47
   20k 2011/08/23 C:\cygwin\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3_threads-3.dll" v0.0 ts=2011/8/21 23:53
   69k 2009/08/27 C:\cygwin\bin\cygFLAC++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygFLAC++-6.dll" v0.0 ts=2009/8/27 21:45
  297k 2009/08/27 C:\cygwin\bin\cygFLAC-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygFLAC-8.dll" v0.0 ts=2009/8/27 21:44
  508k 2010/06/30 C:\cygwin\bin\cygfltk-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltk-1.1.dll" v0.0 ts=2010/5/7 23:37
  507k 2010/06/30 C:\cygwin\bin\cygfltknox-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox-1.1.dll" v0.0 ts=2010/5/9 0:23
   21k 2010/06/30 C:\cygwin\bin\cygfltknox_forms-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox_forms-1.1.dll" v0.0 ts=2010/5/9 0:23
   82k 2010/06/30 C:\cygwin\bin\cygfltknox_gl-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox_gl-1.1.dll" v0.0 ts=2010/5/9 0:23
   58k 2010/06/30 C:\cygwin\bin\cygfltknox_images-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltknox_images-1.1.dll" v0.0 ts=2010/5/9 0:23
   21k 2010/06/30 C:\cygwin\bin\cygfltk_forms-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltk_forms-1.1.dll" v0.0 ts=2010/5/7 23:37
   81k 2010/06/30 C:\cygwin\bin\cygfltk_gl-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltk_gl-1.1.dll" v0.0 ts=2010/5/7 23:37
   58k 2010/06/30 C:\cygwin\bin\cygfltk_images-1.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfltk_images-1.1.dll" v0.0 ts=2010/5/7 23:38
  176k 2010/01/29 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2010/1/28 23:12
   20k 2010/10/31 C:\cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2010/10/31 20:19
   43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 15:49
   40k 2009/03/01 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/3/1 7:32
   43k 2009/11/20 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/11/20 20:14
   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 11:25
   47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 18:31
  860k 2008/03/23 C:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfpx-1.dll" v0.0 ts=2008/3/23 21:12
  500k 2011/10/19 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2011/10/19 6:40
   26k 2010/06/15 C:\cygwin\bin\cyggailutil-18.dll - os=4.0 img=1.0 sys=4.0
                  "cyggailutil-18.dll" v0.0 ts=2010/6/15 9:25
   29k 2010/05/12 C:\cygwin\bin\cyggamin-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggamin-1-0.dll" v0.0 ts=2010/5/12 12:26
   97k 2010/10/11 C:\cygwin\bin\cyggc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggc-1.dll" v0.0 ts=2010/10/11 19:03
   79k 2011/10/26 C:\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 15:15
18965k 2011/10/26 C:\cygwin\bin\cyggcj-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-11.dll" v0.0 ts=2011/10/23 16:59
20594k 2011/03/22 C:\cygwin\bin\cyggcj-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-9.dll" v0.0 ts=2011/3/22 6:57
13158k 2011/10/26 C:\cygwin\bin\cyggcj-noncore-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-noncore-11.dll" v0.0 ts=2011/10/23 17:02
 8468k 2011/03/22 C:\cygwin\bin\cyggcj-noncore-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-noncore-9.dll" v0.0 ts=2011/3/22 6:58
 3752k 2011/10/26 C:\cygwin\bin\cyggcj-tools-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-tools-11.dll" v0.0 ts=2011/10/23 17:04
 2051k 2011/03/22 C:\cygwin\bin\cyggcj-tools-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcj-tools-9.dll" v0.0 ts=2011/3/22 6:59
  181k 2010/06/14 C:\cygwin\bin\cyggconf-2-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggconf-2-4.dll" v0.0 ts=2010/6/15 1:37
  176k 2010/06/28 C:\cygwin\bin\cyggcr-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcr-0.dll" v0.0 ts=2010/6/28 7:59
  449k 2011/05/20 C:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=2011/5/20 4:29
  230k 2010/05/14 C:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-2.dll" v0.0 ts=2010/5/14 12:43
   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 9:58
   19k 2009/02/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 8:58
   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 4: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 10:00
    8k 2009/02/26 C:\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 8:58
  193k 2009/03/23 C:\cygwin\bin\cyggdk-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-1-2-0.dll" v0.0 ts=2009/3/23 15:24
  546k 2010/06/15 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=2010/6/15 9:14
  128k 2009/03/23 C:\cygwin\bin\cyggdk_imlib-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_imlib-1.dll" v0.0 ts=2009/3/23 20:52
   94k 2010/06/15 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=2010/6/15 9:05
   59k 2010/06/15 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=2010/6/15 9:34
   23k 2006/02/14 C:\cygwin\bin\cygGeoIP-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGeoIP-1.dll" v0.0 ts=2006/2/6 22:13
   21k 2006/02/14 C:\cygwin\bin\cygGeoIPUpdate-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygGeoIPUpdate-0.dll" v0.0 ts=2006/2/14 8:27
  124k 2009/03/13 C:\cygwin\bin\cyggeotiff-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggeotiff-1.dll" v0.0 ts=2009/3/13 19:49
 1006k 2011/10/16 C:\cygwin\bin\cyggettextlib-0-18-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-18-1.dll" v0.0 ts=2011/10/16 7:51
  245k 2011/10/16 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2011/10/16 8:12
  213k 2011/10/16 C:\cygwin\bin\cyggettextsrc-0-18-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-18-1.dll" v0.0 ts=2011/10/16 7:57
  713k 2011/10/26 C:\cygwin\bin\cyggfortran-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggfortran-3.dll" v0.0 ts=2011/10/23 16:15
   32k 2008/12/08 C:\cygwin\bin\cyggg-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggg-1.dll" v0.0 ts=2008/12/8 0:59
   45k 2008/12/08 C:\cygwin\bin\cygggi-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygggi-2.dll" v0.0 ts=2008/12/8 2:09
    9k 2008/12/08 C:\cygwin\bin\cygggimisc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygggimisc-2.dll" v0.0 ts=2008/12/8 2:26
    9k 2008/12/08 C:\cygwin\bin\cygggiwmh-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygggiwmh-0.dll" v0.0 ts=2008/12/8 2:31
   29k 2009/03/23 C:\cygwin\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggif-4.dll" v0.0 ts=2009/3/23 19:55
   23k 2008/12/08 C:\cygwin\bin\cyggii-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggii-1.dll" v0.0 ts=2008/12/8 1:00
   11k 2011/10/26 C:\cygwin\bin\cyggij-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggij-11.dll" v0.0 ts=2011/10/23 17:04
   11k 2011/03/22 C:\cygwin\bin\cyggij-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggij-9.dll" v0.0 ts=2011/3/22 6:59
  552k 2010/06/15 C:\cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2010/6/15 5:25
   70k 2010/06/15 C:\cygwin\bin\cyggirepository-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggirepository-1.0-0.dll" v0.0 ts=2010/6/15 6:34
   32k 2010/06/15 C:\cygwin\bin\cyggirepository-everything-1.0-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggirepository-everything-1.0-1.dll" v0.0 ts=2010/6/15 6:41
   72k 2010/06/15 C:\cygwin\bin\cyggirepository-gimarshallingtests-1.0-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggirepository-gimarshallingtests-1.0-1.dll" v0.0 ts=2010/6/15 6:41
  377k 2011/07/20 C:\cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2011/7/20 3:19
   76k 2009/03/26 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=2009/3/25 23:23
  133k 2009/03/25 C:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-1-2-0.dll" v0.0 ts=2009/3/23 15:12
  764k 2010/06/15 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=2010/6/15 5:22
  141k 2009/03/30 C:\cygwin\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygglitz-1.dll" v0.0 ts=2009/3/30 18:22
   21k 2009/03/30 C:\cygwin\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 18:23
  810k 2011/09/13 C:\cygwin\bin\cygglpk-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglpk-0.dll" v0.0 ts=2011/9/14 0:00
  434k 2011/07/20 C:\cygwin\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2011/7/20 3:20
  187k 2010/05/17 C:\cygwin\bin\cygglut-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygglut-3.dll" v0.0 ts=2010/5/18 0:01
   18k 2011/07/20 C:\cygwin\bin\cygGLw-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLw-1.dll" v0.0 ts=2011/7/20 3:20
   12k 2009/03/25 C:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-1-2-0.dll" v0.0 ts=2009/3/23 15:12
   14k 2010/06/15 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=2010/6/15 5:23
  317k 2011/07/31 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011/7/31 7:14
   14k 2011/07/31 C:\cygwin\bin\cyggmpxx-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-4.dll" v0.0 ts=2011/7/31 12:31
  159k 2011/03/22 C:\cygwin\bin\cyggnarl-4.3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnarl-4.3.dll" v0.0 ts=2011/3/22 6:25
  166k 2011/10/26 C:\cygwin\bin\cyggnarl-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnarl-4.5.dll" v0.0 ts=2011/10/23 15:43
 2318k 2011/03/22 C:\cygwin\bin\cyggnat-4.3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnat-4.3.dll" v0.0 ts=2011/3/22 6:25
 2488k 2011/10/26 C:\cygwin\bin\cyggnat-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnat-4.5.dll" v0.0 ts=2011/10/23 15:43
   74k 2010/06/15 C:\cygwin\bin\cyggnome-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnome-2-0.dll" v0.0 ts=2010/6/15 3:25
   99k 2010/06/15 C:\cygwin\bin\cyggnome-keyring-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnome-keyring-0.dll" v0.0 ts=2010/6/15 10:53
  176k 2010/06/15 C:\cygwin\bin\cyggnomecanvas-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnomecanvas-2-0.dll" v0.0 ts=2010/6/15 2:24
  392k 2010/06/15 C:\cygwin\bin\cyggnomeprint-2-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnomeprint-2-2-0.dll" v0.0 ts=2010/6/16 1:09
  233k 2010/06/15 C:\cygwin\bin\cyggnomeprintui-2-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnomeprintui-2-2-0.dll" v0.0 ts=2010/6/16 1:28
  511k 2010/06/15 C:\cygwin\bin\cyggnomeui-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnomeui-2-0.dll" v0.0 ts=2010/6/15 4:06
  313k 2010/06/15 C:\cygwin\bin\cyggnomevfs-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnomevfs-2-0.dll" v0.0 ts=2010/6/15 2:25
  382k 2005/08/21 C:\cygwin\bin\cyggnutls-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-11.dll" v0.0 ts=2005/8/21 13:40
  614k 2011/10/19 C:\cygwin\bin\cyggnutls-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-26.dll" v0.0 ts=2011/10/19 12:04
   71k 2005/08/21 C:\cygwin\bin\cyggnutls-extra-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-extra-11.dll" v0.0 ts=2005/8/21 13:42
   21k 2011/10/19 C:\cygwin\bin\cyggnutls-extra-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-extra-26.dll" v0.0 ts=2011/10/19 12:05
   21k 2005/08/21 C:\cygwin\bin\cyggnutls-openssl-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-11.dll" v0.0 ts=2005/8/21 13:42
   24k 2011/10/19 C:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2011/10/19 12:05
   52k 2011/10/19 C:\cygwin\bin\cyggnutlsxx-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-27.dll" v0.0 ts=2011/10/19 12:05
  233k 2010/06/15 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=2010/6/15 5:23
   42k 2011/10/26 C:\cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2011/10/23 15:21
   99k 2010/06/28 C:\cygwin\bin\cyggp11-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggp11-0.dll" v0.0 ts=2010/6/28 7:44
   14k 2011/05/20 C:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2011/5/20 4:04
  311k 2010/09/27 C:\cygwin\bin\cygGraphicsMagick++-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygGraphicsMagick++-3.dll" v0.0 ts=2010/9/27 10:05
 2846k 2010/09/27 C:\cygwin\bin\cygGraphicsMagick-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygGraphicsMagick-3.dll" v0.0 ts=2010/9/27 10:05
  136k 2010/09/27 C:\cygwin\bin\cygGraphicsMagickWand-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygGraphicsMagickWand-2.dll" v0.0 ts=2010/9/27 10:05
 5491k 2008/11/27 C:\cygwin\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-8.dll" v0.0 ts=2008/11/27 14:24
  191k 2010/05/12 C:\cygwin\bin\cyggsf-1-114.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsf-1-114.dll" v0.0 ts=2010/5/12 12:34
 1724k 2011/06/26 C:\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsl-0.dll" v0.0 ts=2011/6/26 23:14
  199k 2011/06/26 C:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggslcblas-0.dll" v0.0 ts=2011/6/26 22:59
    9k 2009/03/25 C:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-1-2-0.dll" v0.0 ts=2009/3/23 15:13
   17k 2010/06/15 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=2010/6/15 5:23
 1258k 2009/03/23 C:\cygwin\bin\cyggtk-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-1-2-0.dll" v0.0 ts=2009/3/23 15:29
 3659k 2010/06/15 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=2010/6/15 9:18
  343k 2009/04/21 C:\cygwin\bin\cyggtkhtml-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtkhtml-2-0.dll" v0.0 ts=2009/4/21 20:03
  528k 2005/10/09 C:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-12.dll" v0.0 ts=2005/10/9 15:25
  665k 2010/11/25 C:\cygwin\bin\cygguile-17.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-17.dll" v0.0 ts=2010/11/25 10:10
   18k 2005/10/09 C:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-ltdl-1.dll" v0.0 ts=2005/10/9 15:24
   24k 2010/11/25 C:\cygwin\bin\cygguile-srfi-srfi-1-v-3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-1-v-3-3.dll" v0.0 ts=2010/11/25 10:10
   68k 2005/10/09 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=2005/10/9 15:25
    5k 2010/11/25 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-3-3.dll" v0.0 ts=2010/11/25 10:10
   31k 2005/10/09 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=2005/10/9 15:25
    5k 2010/11/25 C:\cygwin\bin\cygguile-srfi-srfi-4-v-3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-v-3-3.dll" v0.0 ts=2010/11/25 10:10
    9k 2010/11/25 C:\cygwin\bin\cygguile-srfi-srfi-60-v-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-60-v-2-2.dll" v0.0 ts=2010/11/25 10:10
   12k 2005/10/09 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=2005/10/9 15:25
    5k 2010/11/25 C:\cygwin\bin\cygguilereadline-v-17-17.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-17-17.dll" v0.0 ts=2010/11/25 10:10
 2047k 2009/09/17 C:\cygwin\bin\cyghdf5-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyghdf5-0.dll" v0.0 ts=2009/9/17 9:58
 7771k 2011/02/18 C:\cygwin\bin\cyghdf5-6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghdf5-6.dll" v0.0 ts=2011/2/18 21:21
   90k 2009/09/17 C:\cygwin\bin\cyghdf5_hl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyghdf5_hl-0.dll" v0.0 ts=2009/9/17 9:59
  292k 2011/02/18 C:\cygwin\bin\cyghdf5_hl-6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghdf5_hl-6.dll" v0.0 ts=2011/2/18 21:24
   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 1:16
   24k 2009/06/23 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2009/6/23 14:20
   25k 2011/01/26 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2011/1/26 4:25
  337k 2007/09/16 C:\cygwin\bin\cyghttpd2core.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd2core.dll" v0.0 ts=2007/9/16 22:58
   74k 2010/10/31 C:\cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2010/10/31 20:18
  358k 2011/04/29 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2011/4/29 6:37
  985k 2011/10/16 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2011/10/16 19:01
    0k 2011/10/03 C:\cygwin\bin\cygicudata.dll - os=268.0 img=46.0 sys=26060.34
10921k 2009/12/27 C:\cygwin\bin\cygicudata38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata38.dll" v0.0 ts=2009/12/27 12:06
14696k 2010/09/16 C:\cygwin\bin\cygicudata45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata45.dll" v0.0 ts=2010/9/16 13:29
17852k 2011/07/26 C:\cygwin\bin\cygicudata48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata48.dll" v0.0 ts=2011/7/26 13:36
    0k 2011/10/03 C:\cygwin\bin\cygicui18n.dll - os=268.0 img=46.0 sys=26060.34
 1218k 2009/12/27 C:\cygwin\bin\cygicui18n38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n38.dll" v0.0 ts=2009/12/27 12:02
 1731k 2010/09/16 C:\cygwin\bin\cygicui18n45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n45.dll" v0.0 ts=2010/9/16 13:14
 1809k 2011/07/26 C:\cygwin\bin\cygicui18n48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n48.dll" v0.0 ts=2011/7/26 12:53
    0k 2011/10/03 C:\cygwin\bin\cygicuio.dll - os=268.0 img=44.0 sys=26060.34
   35k 2009/12/27 C:\cygwin\bin\cygicuio38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio38.dll" v0.0 ts=2009/12/27 12:06
   34k 2010/09/16 C:\cygwin\bin\cygicuio45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio45.dll" v0.0 ts=2010/9/16 13:16
   35k 2011/07/26 C:\cygwin\bin\cygicuio48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio48.dll" v0.0 ts=2011/7/26 12:56
    0k 2011/10/03 C:\cygwin\bin\cygicule.dll - os=268.0 img=44.0 sys=26060.34
  230k 2009/12/27 C:\cygwin\bin\cygicule38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule38.dll" v0.0 ts=2009/12/27 12:03
  227k 2010/09/16 C:\cygwin\bin\cygicule45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule45.dll" v0.0 ts=2010/9/16 13:15
  233k 2011/07/26 C:\cygwin\bin\cygicule48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule48.dll" v0.0 ts=2011/7/26 12:53
    0k 2011/10/03 C:\cygwin\bin\cygiculx.dll - os=268.0 img=44.0 sys=26060.34
   42k 2009/12/27 C:\cygwin\bin\cygiculx38.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx38.dll" v0.0 ts=2009/12/27 12:04
   36k 2010/09/16 C:\cygwin\bin\cygiculx45.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx45.dll" v0.0 ts=2010/9/16 13:15
   42k 2011/07/26 C:\cygwin\bin\cygiculx48.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx48.dll" v0.0 ts=2011/7/26 12:54
    0k 2011/10/03 C:\cygwin\bin\cygicutest.dll - os=268.0 img=46.0 sys=26060.34
   51k 2011/07/26 C:\cygwin\bin\cygicutest48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutest48.dll" v0.0 ts=2011/7/26 12:54
    0k 2011/10/03 C:\cygwin\bin\cygicutu.dll - os=268.0 img=44.0 sys=26060.34
  123k 2011/07/26 C:\cygwin\bin\cygicutu48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutu48.dll" v0.0 ts=2011/7/26 12:54
    0k 2011/10/03 C:\cygwin\bin\cygicuuc.dll - os=268.0 img=44.0 sys=26060.34
 1038k 2009/12/27 C:\cygwin\bin\cygicuuc38.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc38.dll" v0.0 ts=2009/12/27 11:59
 1096k 2010/09/16 C:\cygwin\bin\cygicuuc45.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc45.dll" v0.0 ts=2010/9/16 13:13
 1238k 2011/07/26 C:\cygwin\bin\cygicuuc48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc48.dll" v0.0 ts=2011/7/26 12:50
  147k 2010/06/14 C:\cygwin\bin\cygIDL-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygIDL-2-0.dll" v0.0 ts=2010/6/14 21:00
  193k 2010/05/16 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2010/5/16 15:37
  156k 2010/02/22 C:\cygwin\bin\cygImlib-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygImlib-1.dll" v0.0 ts=2010/2/22 6:46
   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 10: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 23:50
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/20 3:04
   35k 2011/10/16 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2011/10/16 7:38
   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 20:58
  335k 2009/06/16 C:\cygwin\bin\cygisc-50.dll - os=4.0 img=1.0 sys=4.0
                  "cygisc-50.dll" v0.0 ts=2009/6/16 6:22
  273k 2010/07/01 C:\cygwin\bin\cygisc-60.dll - os=4.0 img=1.0 sys=4.0
                  "cygisc-60.dll" v0.0 ts=2010/7/1 23:25
  271k 2011/11/02 C:\cygwin\bin\cygisc-83.dll - os=4.0 img=1.0 sys=4.0
                  "cygisc-83.dll" v0.0 ts=2011/11/2 1:43
   48k 2009/06/16 C:\cygwin\bin\cygisccc-50.dll - os=4.0 img=1.0 sys=4.0
                  "cygisccc-50.dll" v0.0 ts=2009/6/16 6:22
   26k 2010/07/01 C:\cygwin\bin\cygisccc-60.dll - os=4.0 img=1.0 sys=4.0
                  "cygisccc-60.dll" v0.0 ts=2010/7/1 23:25
   24k 2011/11/02 C:\cygwin\bin\cygisccc-80.dll - os=4.0 img=1.0 sys=4.0
                  "cygisccc-80.dll" v0.0 ts=2011/11/2 1:43
   99k 2009/06/16 C:\cygwin\bin\cygisccfg-50.dll - os=4.0 img=1.0 sys=4.0
                  "cygisccfg-50.dll" v0.0 ts=2009/6/16 6:25
   63k 2010/07/01 C:\cygwin\bin\cygisccfg-60.dll - os=4.0 img=1.0 sys=4.0
                  "cygisccfg-60.dll" v0.0 ts=2010/7/1 23:26
   66k 2011/11/02 C:\cygwin\bin\cygisccfg-82.dll - os=4.0 img=1.0 sys=4.0
                  "cygisccfg-82.dll" v0.0 ts=2011/11/2 1:45
  241k 2008/04/02 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=2008/4/2 17:19
  246k 2010/05/20 C:\cygwin\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1.dll" v0.0 ts=2010/5/20 7:04
   47k 2009/12/23 C:\cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig-2.dll" v0.0 ts=2009/12/23 17:59
   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 1:58
  125k 2009/08/08 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2009/8/8 22:48
  193k 2009/08/08 C:\cygwin\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-7.dll" v0.0 ts=2009/8/8 21:39
  200k 2010/08/09 C:\cygwin\bin\cygjpeg-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-8.dll" v0.0 ts=2010/8/9 9:02
  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 6:19
    7k 2011/10/26 C:\cygwin\bin\cygjvm.dll - os=4.0 img=1.0 sys=4.0
                  "cygjvm.dll" v0.0 ts=2011/10/23 17:04
   64k 2010/07/07 C:\cygwin\bin\cygkate-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygkate-1.dll" v0.0 ts=2010/7/7 17:28
   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 19:32
   65k 2005/05/05 C:\cygwin\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-4.dll" v0.0 ts=2005/5/5 16:33
  166k 2009/10/19 C:\cygwin\bin\cygksba-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygksba-8.dll" v0.0 ts=2009/10/19 6:25
   41k 2005/08/29 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=2005/8/14 19:48
   39k 2008/09/07 C:\cygwin\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-3-0.dll" v0.0 ts=2008/9/7 14:28
   40k 2004/01/02 C:\cygwin\bin\cyglber-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2.dll" v0.0 ts=2004/1/2 12:11
  173k 2010/06/25 C:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms-1.dll" v0.0 ts=2010/6/25 11:50
  176k 2005/08/29 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=2005/8/29 13:14
  189k 2008/09/07 C:\cygwin\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-3-0.dll" v0.0 ts=2008/9/7 14:29
  194k 2004/01/02 C:\cygwin\bin\cygldap-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2.dll" v0.0 ts=2004/1/2 12:27
  188k 2005/08/29 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=2005/8/29 13:14
  201k 2008/09/07 C:\cygwin\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-3-0.dll" v0.0 ts=2008/9/7 14:31
  202k 2004/01/02 C:\cygwin\bin\cygldap_r-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2.dll" v0.0 ts=2004/1/2 12:27
   72k 2008/10/19 C:\cygwin\bin\cyglightcomp.dll - os=4.0 img=1.0 sys=4.0
                  "cyglightcomp.dll" v0.0 ts=2008/10/19 14:04
    5k 2011/03/29 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2011/3/28 23:14
    9k 2011/03/29 C:\cygwin\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
   24k 2008/04/14 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2008/4/14 7:40
   30k 2010/09/23 C:\cygwin\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-7.dll" v0.0 ts=2010/9/23 21:45
  133k 2009/06/10 C:\cygwin\bin\cyglua-5.1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglua-5.1.dll" v0.0 ts=2009/6/10 19:29
   88k 2009/06/16 C:\cygwin\bin\cyglwres-50.dll - os=4.0 img=1.0 sys=4.0
                  "cyglwres-50.dll" v0.0 ts=2009/6/16 6:26
   65k 2010/07/01 C:\cygwin\bin\cyglwres-60.dll - os=4.0 img=1.0 sys=4.0
                  "cyglwres-60.dll" v0.0 ts=2010/7/1 23:26
   63k 2011/11/02 C:\cygwin\bin\cyglwres-80.dll - os=4.0 img=1.0 sys=4.0
                  "cyglwres-80.dll" v0.0 ts=2011/11/2 1:45
  125k 2010/04/09 C:\cygwin\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-1.dll" v0.0 ts=2010/4/9 17:54
  123k 2011/05/19 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2011/5/19 4:41
   12k 2009/03/15 C:\cygwin\bin\cyglzmadec-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzmadec-0.dll" v0.0 ts=2009/3/15 7:16
  111k 2009/09/15 C:\cygwin\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2009/9/15 14:10
  103k 2011/02/03 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2011/2/3 10:47
  314k 2010/01/19 C:\cygwin\bin\cygMagick++-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-1.dll" v0.0 ts=2010/1/19 13:53
  391k 2006/11/05 C:\cygwin\bin\cygMagick++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-10.dll" v0.0 ts=2006/11/5 15:43
 1709k 2006/11/05 C:\cygwin\bin\cygMagick-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick-10.dll" v0.0 ts=2006/11/5 15:32
 1801k 2010/01/19 C:\cygwin\bin\cygMagickCore-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickCore-1.dll" v0.0 ts=2010/1/19 13:27
  789k 2010/01/19 C:\cygwin\bin\cygMagickWand-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickWand-1.dll" v0.0 ts=2010/1/19 13:48
  146k 2010/05/19 C:\cygwin\bin\cygmcrypt-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmcrypt-4.dll" v0.0 ts=2010/5/20 0:28
   25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 15:48
   21k 2009/03/01 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/3/1 7:31
   25k 2009/11/20 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/11/20 20:13
   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 11:25
   25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 18:30
  222k 2005/05/28 C:\cygwin\bin\cygmhash-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygmhash-2.dll" v0.0 ts=2005/5/28 11:40
  278k 2008/03/23 C:\cygwin\bin\cygming-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygming-0.dll" v0.0 ts=2008/3/23 2:25
  317k 2010/06/25 C:\cygwin\bin\cygming-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygming-1.dll" v0.0 ts=2010/6/25 12:25
   24k 2008/10/30 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0
                  "cygminires.dll" v0.0 ts=2008/10/31 0:53
  331k 2008/03/31 C:\cygwin\bin\cygmng-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmng-1.dll" v0.0 ts=2008/3/31 16:43
   30k 2010/11/10 C:\cygwin\bin\cygmodman-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmodman-1.dll" v0.0 ts=2010/11/10 20:33
  213k 2011/07/31 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011/7/31 7:12
   64k 2009/11/09 C:\cygwin\bin\cygmpc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-1.dll" v0.0 ts=2009/11/9 2:21
  269k 2009/06/07 C:\cygwin\bin\cygmpfr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-1.dll" v0.0 ts=2009/6/7 23:10
 1102k 2011/08/07 C:\cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2011/8/7 3:47
   77k 2010/01/21 C:\cygwin\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2010/1/21 8:33
  409k 2007/04/30 C:\cygwin\bin\cygnaim_core-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygnaim_core-0.dll" v0.0 ts=2007/4/30 22:23
   63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 16:00
   66k 2009/03/01 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/3/1 7:39
   63k 2009/11/20 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/11/20 20:25
   63k 2010/01/02 C:\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 18:41
  195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 15:45
  237k 2009/03/01 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/3/1 7:28
  198k 2009/11/20 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/11/20 20:10
  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 11:24
  244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 18:28
   97k 2007/09/16 C:\cygwin\bin\cygneon-26.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-26.dll" v0.0 ts=2007/9/16 19:41
  119k 2010/05/18 C:\cygwin\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-27.dll" v0.0 ts=2010/5/18 14:05
  942k 2011/03/25 C:\cygwin\bin\cygnetcdf-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygnetcdf-6.dll" v0.0 ts=2011/3/23 23:15
  340k 2011/03/25 C:\cygwin\bin\cygnetcdff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygnetcdff-5.dll" v0.0 ts=2011/3/23 23:16
   89k 2011/03/25 C:\cygwin\bin\cygnetcdf_c++-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygnetcdf_c++-5.dll" v0.0 ts=2011/3/23 23:17
  262k 2011/03/25 C:\cygwin\bin\cygnetcdf_c++4-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygnetcdf_c++4-1.dll" v0.0 ts=2011/3/23 23:17
  196k 2011/06/19 C:\cygwin\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygnetpbm-10.dll" v0.0 ts=2011/6/20 0:10
   83k 2011/10/26 C:\cygwin\bin\cygobjc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygobjc-2.dll" v0.0 ts=2011/10/23 16:05
   15k 2010/02/02 C:\cygwin\bin\cygobparser-21.dll - os=4.0 img=1.0 sys=4.0
                  "cygobparser-21.dll" v0.0 ts=2010/2/2 22:22
   81k 2010/02/02 C:\cygwin\bin\cygobrender-21.dll - os=4.0 img=1.0 sys=4.0
                  "cygobrender-21.dll" v0.0 ts=2010/2/2 22:23
13919k 2011/09/23 C:\cygwin\bin\cygoctave-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygoctave-0.dll" v0.0 ts=2011/9/23 0:17
12785k 2011/09/23 C:\cygwin\bin\cygoctinterp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygoctinterp-0.dll" v0.0 ts=2011/9/23 0:34
   17k 2011/09/18 C:\cygwin\bin\cygogg-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygogg-0.dll" v0.0 ts=2011/9/18 19:13
    9k 2010/07/07 C:\cygwin\bin\cygoggkate-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygoggkate-1.dll" v0.0 ts=2010/7/7 17:28
   51k 2009/10/27 C:\cygwin\bin\cygogrove-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygogrove-1.dll" v0.0 ts=2009/10/27 5:24
  264k 2010/09/16 C:\cygwin\bin\cygonig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygonig-2.dll" v0.0 ts=2010/9/16 11:12
  120k 2010/05/20 C:\cygwin\bin\cygopencdk-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygopencdk-10.dll" v0.0 ts=2010/5/20 7:19
  131k 2005/08/21 C:\cygwin\bin\cygopencdk-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygopencdk-8.dll" v0.0 ts=2005/8/21 17:35
  280k 2010/06/14 C:\cygwin\bin\cygORBit-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygORBit-2-0.dll" v0.0 ts=2010/6/14 21:36
   37k 2010/06/14 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=2010/6/14 21:37
   19k 2010/06/14 C:\cygwin\bin\cygORBitCosNaming-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygORBitCosNaming-2-0.dll" v0.0 ts=2010/6/14 21:36
   41k 2010/02/10 C:\cygwin\bin\cygOSMesa-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-7.dll" v0.0 ts=2010/2/10 2:40
 1559k 2009/10/27 C:\cygwin\bin\cygosp-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygosp-5.dll" v0.0 ts=2009/10/26 21:12
  303k 2009/10/27 C:\cygwin\bin\cygospgrove-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygospgrove-1.dll" v0.0 ts=2009/10/27 5:25
 1757k 2009/10/27 C:\cygwin\bin\cygostyle-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygostyle-1.dll" v0.0 ts=2009/10/27 5:25
   13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 15:47
   11k 2009/03/01 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/3/1 7:30
   13k 2009/11/20 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/11/20 20:12
   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 11:24
   13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 17:30
  235k 2010/06/28 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=2010/6/28 7:37
   38k 2010/06/28 C:\cygwin\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2010/6/28 7:38
  131k 2010/06/28 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=2010/6/28 7:38
   40k 2010/06/28 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=2010/6/28 7:38
   26k 2010/06/28 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=2010/6/28 7:38
 1770k 2011/09/16 C:\cygwin\bin\cygparrot3_6_0.dll - os=4.0 img=1.0 sys=4.0
                  "cygparrot3_6_0.dll" v0.0 ts=2011/9/16 18:11
  257k 2011/09/27 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2011/9/27 7:41
   29k 2011/09/27 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcrecpp-0.dll" v0.0 ts=2011/9/27 7:41
    8k 2011/09/27 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2011/9/27 7:41
 1627k 2010/08/29 C:\cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_10.dll" v0.0 ts=2010/8/28 20:17
   52k 2009/01/07 C:\cygwin\bin\cygpgtypes.dll - os=4.0 img=1.0 sys=4.0
                  "cygpgtypes.dll" v0.0 ts=2009/1/7 17:46
  428k 2011/08/22 C:\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 10:39
 1035k 2010/01/22 C:\cygwin\bin\cygplot-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygplot-2.dll" v0.0 ts=2010/1/22 22:53
  988k 2010/01/22 C:\cygwin\bin\cygplotter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygplotter-2.dll" v0.0 ts=2010/1/22 23:01
  249k 2011/07/28 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2011/7/28 7:20
  129k 2011/07/28 C:\cygwin\bin\cygpng14-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng14-14.dll" v0.0 ts=2011/7/28 7:55
   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 7:45
  695k 2009/04/18 C:\cygwin\bin\cygppl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl-7.dll" v0.0 ts=2009/4/18 14:44
 2481k 2009/04/18 C:\cygwin\bin\cygppl_c-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl_c-2.dll" v0.0 ts=2009/4/18 14:47
  103k 2009/01/07 C:\cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq.dll" v0.0 ts=2009/1/7 17:46
  199k 2007/02/19 C:\cygwin\bin\cygproj-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygproj-0.dll" v0.0 ts=2007/2/19 2:24
  195k 2009/03/13 C:\cygwin\bin\cygproj-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygproj-1.dll" v0.0 ts=2009/3/13 2:57
   27k 2009/09/07 C:\cygwin\bin\cygproxy-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-0.dll" v0.0 ts=2009/9/7 2:56
  103k 2010/11/10 C:\cygwin\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-1.dll" v0.0 ts=2010/11/10 20:33
    4k 2007/12/18 C:\cygwin\bin\cygpspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygpspell-15.dll" v0.0 ts=2007/12/18 12:40
  322k 2010/05/29 C:\cygwin\bin\cygpstoedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpstoedit-0.dll" v0.0 ts=2010/5/29 11:19
   52k 2009/10/19 C:\cygwin\bin\cygpth-20.dll - os=4.0 img=1.0 sys=4.0
                  "cygpth-20.dll" v0.0 ts=2009/10/19 7:57
   18k 2009/04/18 C:\cygwin\bin\cygpwl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygpwl-4.dll" v0.0 ts=2009/4/18 14:44
   15k 2010/05/12 C:\cygwin\bin\cygpyglib-2.0-python2.6-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpyglib-2.0-python2.6-0.dll" v0.0 ts=2010/5/12 11:14
  278k 2010/06/09 C:\cygwin\bin\cygqhull-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygqhull-5.dll" v0.0 ts=2010/6/9 18:26
  331k 2010/09/14 C:\cygwin\bin\cygqhull-6.dll - os=4.0 img=6.0 sys=4.0
                  "cygqhull-6.dll" v0.0 ts=2010/9/14 10:26
   72k 2011/03/29 C:\cygwin\bin\cygqrupdate-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygqrupdate-0.dll" v0.0 ts=2011/3/26 6:19
 7002k 2009/06/08 C:\cygwin\bin\cygqt-mt-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygqt-mt-3.dll" v0.0 ts=2009/6/7 9:47
 2674k 2009/12/10 C:\cygwin\bin\cygQt3Support-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQt3Support-4.dll" v0.0 ts=2009/11/27 2:23
   28k 2009/12/10 C:\cygwin\bin\cygQtAssistantClient-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtAssistantClient-4.dll" v0.0 ts=2009/11/27 3:06
 1038k 2009/12/10 C:\cygwin\bin\cygQtCLucene-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtCLucene-4.dll" v0.0 ts=2009/11/27 3:04
 2047k 2009/12/10 C:\cygwin\bin\cygQtCore-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtCore-4.dll" v0.0 ts=2009/11/27 2:14
  440k 2009/12/10 C:\cygwin\bin\cygQtDBus-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtDBus-4.dll" v0.0 ts=2009/11/27 2:23
 4109k 2009/12/10 C:\cygwin\bin\cygQtDesigner-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtDesigner-4.dll" v0.0 ts=2009/11/27 3:10
 2975k 2009/12/10 C:\cygwin\bin\cygQtDesignerComponents-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtDesignerComponents-4.dll" v0.0 ts=2009/11/27 3:13
 9142k 2009/12/10 C:\cygwin\bin\cygQtGui-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtGui-4.dll" v0.0 ts=2009/11/27 2:20
  500k 2009/12/10 C:\cygwin\bin\cygQtHelp-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtHelp-4.dll" v0.0 ts=2009/11/27 3:04
 1093k 2009/12/10 C:\cygwin\bin\cygQtNetwork-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtNetwork-4.dll" v0.0 ts=2009/11/27 2:15
  539k 2009/12/10 C:\cygwin\bin\cygQtOpenGL-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtOpenGL-4.dll" v0.0 ts=2009/11/27 2:24
 1199k 2009/12/10 C:\cygwin\bin\cygQtScript-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtScript-4.dll" v0.0 ts=2009/11/27 2:21
  801k 2009/12/10 C:\cygwin\bin\cygQtScriptTools-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtScriptTools-4.dll" v0.0 ts=2009/11/27 3:02
  226k 2009/12/10 C:\cygwin\bin\cygQtSql-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtSql-4.dll" v0.0 ts=2009/11/27 2:21
  329k 2009/12/10 C:\cygwin\bin\cygQtSvg-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtSvg-4.dll" v0.0 ts=2009/11/27 2:27
   92k 2009/12/10 C:\cygwin\bin\cygQtTest-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtTest-4.dll" v0.0 ts=2009/11/27 2:21
16372k 2009/12/10 C:\cygwin\bin\cygQtWebKit-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtWebKit-4.dll" v0.0 ts=2009/11/27 3:01
  260k 2009/12/10 C:\cygwin\bin\cygQtXml-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtXml-4.dll" v0.0 ts=2009/11/27 2:14
 3206k 2009/12/10 C:\cygwin\bin\cygQtXmlPatterns-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtXmlPatterns-4.dll" v0.0 ts=2009/11/27 2:27
  230k 2009/06/08 C:\cygwin\bin\cygqui-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygqui-1.dll" v0.0 ts=2009/6/7 9:47
   85k 2009/11/12 C:\cygwin\bin\cygrarian-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygrarian-0.dll" v0.0 ts=2009/11/12 8:43
  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 1:16
  155k 2009/06/23 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2009/6/23 14:20
  164k 2011/01/26 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2011/1/26 4:25
  185k 2010/06/15 C:\cygwin\bin\cygrsvg-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygrsvg-2-2.dll" v0.0 ts=2010/6/16 1:30
   39k 2009/03/17 C:\cygwin\bin\cygrsync-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygrsync-1.dll" v0.0 ts=2009/3/17 23:06
  761k 2008/09/30 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2008/9/30 15:10
   84k 2010/07/02 C:\cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2010/7/2 5:19
   45k 2010/02/15 C:\cygwin\bin\cygserf-0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-0-0.dll" v0.0 ts=2010/2/15 22:13
   54k 2011/03/04 C:\cygwin\bin\cygserf-0-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-0-1.dll" v0.0 ts=2011/3/4 18:45
   58k 2011/09/11 C:\cygwin\bin\cygserf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-1-0.dll" v0.0 ts=2011/9/11 21:56
   15k 2011/09/03 C:\cygwin\bin\cygsigc-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigc-2.0-0.dll" v0.0 ts=2011/9/3 4:27
    7k 2009/07/22 C:\cygwin\bin\cygsigsegv-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-0.dll" v0.0 ts=2009/7/22 10:57
    9k 2009/07/24 C:\cygwin\bin\cygsigsegv-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-1.dll" v0.0 ts=2009/7/24 22:04
    8k 2011/05/05 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011/5/5 9:33
  685k 2011/07/28 C:\cygwin\bin\cygslang-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygslang-2.dll" v0.0 ts=2011/7/28 9:42
   25k 2010/10/31 C:\cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2010/10/31 20:24
  318k 2008/05/14 C:\cygwin\bin\cygsmi-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmi-2.dll" v0.0 ts=2008/5/14 12:31
  259k 2010/06/28 C:\cygwin\bin\cygsoup-2.4-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsoup-2.4-1.dll" v0.0 ts=2010/6/28 22:12
   21k 2010/06/28 C:\cygwin\bin\cygsoup-gnome-2.4-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsoup-gnome-2.4-1.dll" v0.0 ts=2010/6/28 22:12
   82k 2008/08/02 C:\cygwin\bin\cygspeex-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygspeex-1.dll" v0.0 ts=2008/8/2 18:36
   58k 2008/08/02 C:\cygwin\bin\cygspeexdsp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygspeexdsp-1.dll" v0.0 ts=2008/8/2 18:37
 1613k 2010/12/01 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2010/12/1 13:20
   17k 2011/01/07 C:\cygwin\bin\cygss-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygss-2.dll" v0.0 ts=2011/1/7 2:27
  122k 2010/11/03 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2010/11/3 7:44
  263k 2011/03/16 C:\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 21:54
    8k 2011/10/26 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2011/10/23 15:33
   25k 2011/05/23 C:\cygwin\bin\cygstartup-notification-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygstartup-notification-1-0.dll" v0.0 ts=2011/5/23 10:07
  780k 2011/10/26 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2011/10/23 15:58
    6k 2011/10/19 C:\cygwin\bin\cygstunnel.dll - os=4.0 img=1.0 sys=4.0
                  "cygstunnel.dll" v0.0 ts=2011/10/19 19:34
  290k 2011/10/21 C:\cygwin\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2011/10/21 2:50
   39k 2011/10/21 C:\cygwin\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2011/10/21 2:41
   56k 2011/10/21 C:\cygwin\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2011/10/21 2:41
   20k 2011/10/21 C:\cygwin\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2011/10/21 2:43
  143k 2011/10/21 C:\cygwin\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=2011/10/21 2:42
  133k 2011/10/21 C:\cygwin\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=2011/10/21 2:42
    7k 2011/10/21 C:\cygwin\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2011/10/21 2:41
   35k 2011/10/21 C:\cygwin\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2011/10/21 2:46
   23k 2011/10/21 C:\cygwin\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=2011/10/21 2:45
  118k 2011/10/21 C:\cygwin\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_neon-1-0.dll" v0.0 ts=2011/10/21 2:42
  131k 2011/10/21 C:\cygwin\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2011/10/21 2:43
   70k 2011/10/21 C:\cygwin\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=2011/10/21 2:42
  146k 2011/10/21 C:\cygwin\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2011/10/21 2:44
  289k 2011/10/21 C:\cygwin\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2011/10/21 2:41
   30k 2011/10/21 C:\cygwin\bin\cygsvn_swig_perl-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_perl-1-0.dll" v0.0 ts=2011/10/21 3:04
   48k 2011/10/21 C:\cygwin\bin\cygsvn_swig_py-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_py-1-0.dll" v0.0 ts=2011/10/21 3:08
   49k 2011/10/21 C:\cygwin\bin\cygsvn_swig_ruby-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_swig_ruby-1-0.dll" v0.0 ts=2011/10/21 2:53
  470k 2011/10/21 C:\cygwin\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2011/10/21 2:42
  330k 2010/12/09 C:\cygwin\bin\cygsyslog-ng-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsyslog-ng-0.dll" v0.0 ts=2010/12/9 14:33
  231k 2009/09/15 C:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygt1-5.dll" v0.0 ts=2009/9/15 11:59
   18k 2009/09/15 C:\cygwin\bin\cygt1x-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygt1x-5.dll" v0.0 ts=2009/9/15 11:59
   58k 2011/10/18 C:\cygwin\bin\cygtasn1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-3.dll" v0.0 ts=2011/10/18 16:24
   14k 2007/08/13 C:\cygwin\bin\cygtextcat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygtextcat-0.dll" v0.0 ts=2007/8/13 18:31
  326k 2010/07/06 C:\cygwin\bin\cygtheora-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygtheora-0.dll" v0.0 ts=2010/7/7 1:38
   99k 2010/07/06 C:\cygwin\bin\cygtheoradec-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygtheoradec-1.dll" v0.0 ts=2010/7/7 1:38
  267k 2010/07/06 C:\cygwin\bin\cygtheoraenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygtheoraenc-1.dll" v0.0 ts=2010/7/7 1:38
   48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 15:45
   48k 2009/11/20 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/11/20 20:10
   48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 18:28
  247k 2004/12/07 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=2004/12/7 15:34
  347k 2011/04/08 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2011/4/8 3:27
  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 5: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 4:32
    9k 2011/04/08 C:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-5.dll" v0.0 ts=2011/4/8 3:27
   88k 2010/08/19 C:\cygwin\bin\cygtirpc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygtirpc-1.dll" v0.0 ts=2010/8/19 4:17
  708k 2010/08/12 C:\cygwin\bin\cygtorrent-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygtorrent-11.dll" v0.0 ts=2010/8/6 14:04
  868k 2011/09/03 C:\cygwin\bin\cygtorrent-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygtorrent-14.dll" v0.0 ts=2011/9/3 4:49
 1618k 2008/10/09 C:\cygwin\bin\cyguchicken-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyguchicken-0.dll" v0.0 ts=2008/10/9 21:23
   85k 2011/03/05 C:\cygwin\bin\cygudunits2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygudunits2-0.dll" v0.0 ts=2011/3/5 5:10
   68k 2010/01/21 C:\cygwin\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2010/1/21 8:33
   27k 2006/12/06 C:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygungif-4.dll" v0.0 ts=2006/12/6 4:41
   73k 2011/08/16 C:\cygwin\bin\cygusb-1.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygusb-1.0.dll" v0.0 ts=2011/8/16 22:45
   41k 2011/08/16 C:\cygwin\bin\cygusb0.dll - os=4.0 img=1.0 sys=4.0
                  "cygusb0.dll" v0.0 ts=2011/8/16 20:28
  137k 2009/11/16 C:\cygwin\bin\cygustr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygustr-1.dll" v0.0 ts=2009/11/16 8:46
  590k 2009/11/16 C:\cygwin\bin\cygustr-debug-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygustr-debug-1.dll" v0.0 ts=2009/11/16 8:46
   16k 2010/06/24 C:\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2010/6/24 21:19
   62k 2011/03/03 C:\cygwin\bin\cygvarnish-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygvarnish-1.dll" v0.0 ts=2011/3/3 22:11
   16k 2011/03/03 C:\cygwin\bin\cygvarnishapi-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygvarnishapi-1.dll" v0.0 ts=2011/3/3 22:12
    5k 2011/03/03 C:\cygwin\bin\cygvarnishcompat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygvarnishcompat-1.dll" v0.0 ts=2011/3/3 22:10
   96k 2011/03/03 C:\cygwin\bin\cygvcl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygvcl-1.dll" v0.0 ts=2011/3/3 22:13
  151k 2010/11/24 C:\cygwin\bin\cygvorbis-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygvorbis-0.dll" v0.0 ts=2010/11/24 5:44
 1478k 2010/11/24 C:\cygwin\bin\cygvorbisenc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygvorbisenc-2.dll" v0.0 ts=2010/11/24 5:44
   27k 2010/11/24 C:\cygwin\bin\cygvorbisfile-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygvorbisfile-3.dll" v0.0 ts=2010/11/24 5:44
  697k 2006/11/05 C:\cygwin\bin\cygWand-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygWand-10.dll" v0.0 ts=2006/11/5 15:41
    9k 2009/10/14 C:\cygwin\bin\cygWindowsWM-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygWindowsWM-7.dll" v0.0 ts=2009/10/14 19:48
  289k 2009/09/15 C:\cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygwmf-0-2-7.dll" v0.0 ts=2009/9/15 14:16
   93k 2009/09/15 C:\cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygwmflite-0-2-7.dll" v0.0 ts=2009/9/15 14:15
  197k 2010/06/28 C:\cygwin\bin\cygwnck-1-22.dll - os=4.0 img=1.0 sys=4.0
                  "cygwnck-1-22.dll" v0.0 ts=2010/6/28 8:53
   28k 2010/03/28 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010/3/28 11:02
   74k 2010/11/01 C:\cygwin\bin\cygwraster-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygwraster-3.dll" v0.0 ts=2010/11/1 20:29
 1045k 2011/08/22 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2011/8/22 10:25
    6k 2011/08/22 C:\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 10:26
   11k 2010/08/03 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2010/8/3 2:32
  251k 2009/10/19 C:\cygwin\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-6.dll" v0.0 ts=2009/10/18 23:55
  337k 2011/02/04 C:\cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2011/2/4 8:02
  360k 2005/10/27 C:\cygwin\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-8.dll" v0.0 ts=2005/10/26 19:45
  254k 2010/05/18 C:\cygwin\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw3d-7.dll" v0.0 ts=2010/5/19 0:11
   75k 2010/12/21 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=2010/12/21 2:36
   12k 2009/09/03 C:\cygwin\bin\cygxcb-atom-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-atom-1.dll" v0.0 ts=2009/9/3 7:23
   10k 2009/09/03 C:\cygwin\bin\cygxcb-aux-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-aux-0.dll" v0.0 ts=2009/9/3 7:23
    8k 2010/12/21 C:\cygwin\bin\cygxcb-composite-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-composite-0.dll" v0.0 ts=2010/12/21 2:36
    7k 2010/12/21 C:\cygwin\bin\cygxcb-damage-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-damage-0.dll" v0.0 ts=2010/12/21 2:36
    7k 2010/12/21 C:\cygwin\bin\cygxcb-dpms-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-dpms-0.dll" v0.0 ts=2010/12/21 2:36
   10k 2009/09/03 C:\cygwin\bin\cygxcb-event-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-event-1.dll" v0.0 ts=2009/9/3 7:23
   35k 2011/05/23 C:\cygwin\bin\cygxcb-ewmh-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-ewmh-1.dll" v0.0 ts=2011/5/23 10:16
   51k 2010/12/21 C:\cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-glx-0.dll" v0.0 ts=2010/12/21 2:36
   15k 2009/09/03 C:\cygwin\bin\cygxcb-icccm-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-icccm-1.dll" v0.0 ts=2009/9/3 7:23
   15k 2011/05/23 C:\cygwin\bin\cygxcb-icccm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-icccm-4.dll" v0.0 ts=2011/5/23 10:16
   14k 2011/05/23 C:\cygwin\bin\cygxcb-image-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-image-0.dll" v0.0 ts=2011/5/23 10:00
    9k 2011/05/23 C:\cygwin\bin\cygxcb-keysyms-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-keysyms-1.dll" v0.0 ts=2011/5/23 10:11
    7k 2009/09/03 C:\cygwin\bin\cygxcb-property-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-property-1.dll" v0.0 ts=2009/9/3 7:23
   24k 2010/12/21 C:\cygwin\bin\cygxcb-randr-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-randr-0.dll" v0.0 ts=2010/12/21 2:36
   10k 2010/12/21 C:\cygwin\bin\cygxcb-record-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-record-0.dll" v0.0 ts=2010/12/21 2:36
   22k 2010/12/21 C:\cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-0.dll" v0.0 ts=2010/12/21 2:36
   11k 2011/05/23 C:\cygwin\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-util-0.dll" v0.0 ts=2011/5/23 10:25
    7k 2009/09/03 C:\cygwin\bin\cygxcb-reply-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-reply-1.dll" v0.0 ts=2009/9/3 7:24
    7k 2010/12/21 C:\cygwin\bin\cygxcb-res-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-res-0.dll" v0.0 ts=2010/12/21 2:36
    8k 2010/12/21 C:\cygwin\bin\cygxcb-screensaver-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-screensaver-0.dll" v0.0 ts=2010/12/21 2:36
    9k 2010/12/21 C:\cygwin\bin\cygxcb-shape-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-shape-0.dll" v0.0 ts=2010/12/21 2:36
    8k 2010/12/21 C:\cygwin\bin\cygxcb-shm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-shm-0.dll" v0.0 ts=2010/12/21 2:36
   11k 2010/12/21 C:\cygwin\bin\cygxcb-sync-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-sync-0.dll" v0.0 ts=2010/12/21 2:36
   18k 2011/05/23 C:\cygwin\bin\cygxcb-util-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-util-0.dll" v0.0 ts=2011/5/23 7:25
   16k 2010/12/21 C:\cygwin\bin\cygxcb-xfixes-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-xfixes-0.dll" v0.0 ts=2010/12/21 2:36
    8k 2010/12/21 C:\cygwin\bin\cygxcb-xinerama-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-xinerama-0.dll" v0.0 ts=2010/12/21 2:36
   28k 2010/12/21 C:\cygwin\bin\cygxcb-xinput-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-xinput-0.dll" v0.0 ts=2010/12/21 2:36
    6k 2010/12/21 C:\cygwin\bin\cygxcb-xtest-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-xtest-0.dll" v0.0 ts=2010/12/21 2:36
   10k 2010/11/01 C:\cygwin\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2010/11/1 1:59
   30k 2011/08/22 C:\cygwin\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2011/8/22 19:26
   11k 2010/08/03 C:\cygwin\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2010/8/3 6:25
   34k 2008/07/12 C:\cygwin\bin\cygxdelta-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxdelta-2.dll" v0.0 ts=2008/7/12 21:41
   17k 2010/10/31 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2010/10/31 20:29
 3300k 2009/05/23 C:\cygwin\bin\cygxerces-c-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c-3-0.dll" v0.0 ts=2009/5/23 9:05
 3821k 2008/07/19 C:\cygwin\bin\cygxerces-c28.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c28.dll" v0.0 ts=2008/7/19 22:36
  409k 2008/07/19 C:\cygwin\bin\cygxerces-depdom28.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-depdom28.dll" v0.0 ts=2008/7/19 22:36
   52k 2011/05/23 C:\cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2011/5/23 10:32
   17k 2011/03/17 C:\cygwin\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2011/3/17 2:50
  192k 2009/10/15 C:\cygwin\bin\cygXfont-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfont-1.dll" v0.0 ts=2009/10/14 3:26
   66k 2010/11/01 C:\cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2010/11/1 2:10
   46k 2011/06/07 C:\cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2011/6/7 6:48
    8k 2010/11/01 C:\cygwin\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXinerama-1.dll" v0.0 ts=2010/11/1 2:11
  119k 2010/11/01 C:\cygwin\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2010/11/1 2:33
 1173k 2010/01/21 C:\cygwin\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2010/1/21 8:32
  458k 2010/05/20 C:\cygwin\bin\cygXmHTML-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmHTML-0.dll" v0.0 ts=2010/5/20 7:10
   98k 2010/01/22 C:\cygwin\bin\cygxmi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxmi-0.dll" v0.0 ts=2010/1/22 22:53
 1071k 2011/06/07 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2011/6/7 1:12
   75k 2010/11/01 C:\cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2010/11/1 2:19
   11k 2010/11/01 C:\cygwin\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2010/11/1 2:19
   26k 2005/10/27 C:\cygwin\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2005/10/26 19:27
   53k 2010/11/01 C:\cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2010/11/1 2:19
   47k 2009/03/23 C:\cygwin\bin\cygXpm-noX-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX-4.dll" v0.0 ts=2009/3/24 0:40
   25k 2011/08/22 C:\cygwin\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2011/8/22 18:55
   32k 2010/08/03 C:\cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2010/8/3 6:48
    8k 2010/11/01 C:\cygwin\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXRes-1.dll" v0.0 ts=2010/11/1 2:28
  200k 2010/05/12 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2010/5/12 11:59
   10k 2009/10/14 C:\cygwin\bin\cygXss-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXss-1.dll" v0.0 ts=2009/10/14 18:43
  278k 2011/06/07 C:\cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2011/6/7 5:40
   17k 2010/11/01 C:\cygwin\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2010/11/1 2:29
   76k 2010/08/01 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2010/8/1 23:04
 2604k 2011/03/29 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/3/29 10: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

  392k 2011/03/29 C:\cygwin\lib\lapack\cygblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygblas-0.dll" v0.0 ts=2011/3/23 20:30
 4095k 2011/03/29 C:\cygwin\lib\lapack\cyglapack-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglapack-0.dll" v0.0 ts=2011/3/30 0:02

Service             : BrlAPI
Description         : Braille API (BrlAPI)
Current State       : Stopped
Command             : /bin/brltty.exe -P /var/run/brltty.pid
stdin path          : /dev/null
stdout path         : /var/log/BrlAPI.log
stderr path         : /var/log/BrlAPI.log
pidfile path        : /var/run/brltty.pid
Special flags       : --interactive 
Process Type        : Own Process, Interactive
Startup             : Manual
Account             : LocalSystem


Cygwin Package Information
Last downloaded files to: C:\Users\kare\Downloads
Last downloaded files from: ftp://cygwin.uib.no/pub/cygwin/

Package                            Version                    Status
_update-info-dir                   00993-1                    OK
a2ps                               4.13-1                     OK
aalib                              1.4rc5-10                  OK
aalib-devel                        1.4rc5-10                  OK
abook                              0.5.6-1                    OK
aewm++                             1.1.2-1                    OK
aewm++-goodies                     1.0-1                      OK
afio                               2.5-1                      OK
alternatives                       1.3.30c-10                 OK
annoyance-filter                   1.0d-1                     OK
antiword                           0.37-1                     OK
Missing directory: /etc/apache.new/ from package apache
Missing file: /etc/apache.new/access.conf from package apache
Missing file: /etc/apache.new/access.conf.default from package apache
Missing file: /etc/apache.new/httpd.conf from package apache
Missing file: /etc/apache.new/httpd.conf.default from package apache
Missing file: /etc/apache.new/magic from package apache
Missing file: /etc/apache.new/magic.default from package apache
Missing file: /etc/apache.new/mime.types from package apache
Missing file: /etc/apache.new/mime.types.default from package apache
Missing file: /etc/apache.new/srm.conf from package apache
Missing file: /etc/apache.new/srm.conf.default from package apache
Missing directory: /var/www.new/ from package apache
Missing directory: /var/www.new/cgi-bin/ from package apache
Missing file: /var/www.new/cgi-bin/printenv from package apache
Missing file: /var/www.new/cgi-bin/test-cgi from package apache
Missing directory: /var/www.new/htdocs/ from package apache
Missing file: /var/www.new/htdocs/apache_pb.gif from package apache
Missing file: /var/www.new/htdocs/index.html.ca from package apache
Missing file: /var/www.new/htdocs/index.html.cz from package apache
Missing file: /var/www.new/htdocs/index.html.de from package apache
Missing file: /var/www.new/htdocs/index.html.dk from package apache
Missing file: /var/www.new/htdocs/index.html.ee from package apache
Missing file: /var/www.new/htdocs/index.html.el from package apache
Missing file: /var/www.new/htdocs/index.html.en from package apache
Missing file: /var/www.new/htdocs/index.html.es from package apache
Missing file: /var/www.new/htdocs/index.html.fr from package apache
Missing file: /var/www.new/htdocs/index.html.he.iso8859-8 from package apache
Missing file: /var/www.new/htdocs/index.html.hu from package apache
Missing file: /var/www.new/htdocs/index.html.it from package apache
Missing file: /var/www.new/htdocs/index.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/index.html.kr.iso-kr from package apache
Missing file: /var/www.new/htdocs/index.html.lb.utf8 from package apache
Missing file: /var/www.new/htdocs/index.html.nl from package apache
Missing file: /var/www.new/htdocs/index.html.nn from package apache
Missing file: /var/www.new/htdocs/index.html.no from package apache
Missing file: /var/www.new/htdocs/index.html.po.iso-pl from package apache
Missing file: /var/www.new/htdocs/index.html.pt from package apache
Missing file: /var/www.new/htdocs/index.html.pt-br from package apache
Missing file: /var/www.new/htdocs/index.html.ru.cp-1251 from package apache
Missing file: /var/www.new/htdocs/index.html.ru.cp866 from package apache
Missing file: /var/www.new/htdocs/index.html.ru.iso-ru from package apache
Missing file: /var/www.new/htdocs/index.html.ru.koi8-r from package apache
Missing file: /var/www.new/htdocs/index.html.ru.ucs2 from package apache
Missing file: /var/www.new/htdocs/index.html.ru.ucs4 from package apache
Missing file: /var/www.new/htdocs/index.html.ru.utf8 from package apache
Missing file: /var/www.new/htdocs/index.html.se from package apache
Missing file: /var/www.new/htdocs/index.html.zh-tw.big5 from package apache
Missing directory: /var/www.new/htdocs/manual/ from package apache
Missing file: /var/www.new/htdocs/manual/bind.html.en from package apache
Missing file: /var/www.new/htdocs/manual/bind.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/bind.html.html from package apache
Missing file: /var/www.new/htdocs/manual/bind.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/configuring.html.en from package apache
Missing file: /var/www.new/htdocs/manual/configuring.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/configuring.html.html from package apache
Missing file: /var/www.new/htdocs/manual/configuring.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/content-negotiation.html.en from package apache
Missing file: /var/www.new/htdocs/manual/content-negotiation.html.html from package apache
Missing file: /var/www.new/htdocs/manual/content-negotiation.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/custom-error.html.en from package apache
Missing file: /var/www.new/htdocs/manual/custom-error.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/custom-error.html.html from package apache
Missing file: /var/www.new/htdocs/manual/custom-error.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/cygwin.html from package apache
Missing file: /var/www.new/htdocs/manual/dns-caveats.html.en from package apache
Missing file: /var/www.new/htdocs/manual/dns-caveats.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/dns-caveats.html.html from package apache
Missing file: /var/www.new/htdocs/manual/dns-caveats.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/dso.html from package apache
Missing file: /var/www.new/htdocs/manual/ebcdic.html from package apache
Missing file: /var/www.new/htdocs/manual/env.html.en from package apache
Missing file: /var/www.new/htdocs/manual/env.html.html from package apache
Missing file: /var/www.new/htdocs/manual/env.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/footer.html from package apache
Missing file: /var/www.new/htdocs/manual/handler.html.en from package apache
Missing file: /var/www.new/htdocs/manual/handler.html.html from package apache
Missing file: /var/www.new/htdocs/manual/handler.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/header.html from package apache
Missing directory: /var/www.new/htdocs/manual/howto/ from package apache
Missing file: /var/www.new/htdocs/manual/howto/auth.html from package apache
Missing file: /var/www.new/htdocs/manual/howto/cgi.html.en from package apache
Missing file: /var/www.new/htdocs/manual/howto/cgi.html.html from package apache
Missing file: /var/www.new/htdocs/manual/howto/cgi.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/howto/footer.html from package apache
Missing file: /var/www.new/htdocs/manual/howto/header.html from package apache
Missing file: /var/www.new/htdocs/manual/howto/htaccess.html from package apache
Missing file: /var/www.new/htdocs/manual/howto/ssi.html.en from package apache
Missing file: /var/www.new/htdocs/manual/howto/ssi.html.html from package apache
Missing file: /var/www.new/htdocs/manual/howto/ssi.html.ja.jis from package apache
Missing directory: /var/www.new/htdocs/manual/images/ from package apache
Missing file: /var/www.new/htdocs/manual/images/apache_header.gif from package apache
Missing file: /var/www.new/htdocs/manual/images/custom_errordocs.gif from package apache
Missing file: /var/www.new/htdocs/manual/images/home.gif from package apache
Missing file: /var/www.new/htdocs/manual/images/index.gif from package apache
Missing file: /var/www.new/htdocs/manual/images/mod_rewrite_fig1.fig from package apache
Missing file: /var/www.new/htdocs/manual/images/mod_rewrite_fig1.gif from package apache
Missing file: /var/www.new/htdocs/manual/images/mod_rewrite_fig2.fig from package apache
Missing file: /var/www.new/htdocs/manual/images/mod_rewrite_fig2.gif from package apache
Missing file: /var/www.new/htdocs/manual/images/pixel.gif from package apache
Missing file: /var/www.new/htdocs/manual/images/sub.gif from package apache
Missing file: /var/www.new/htdocs/manual/index.html.en from package apache
Missing file: /var/www.new/htdocs/manual/index.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/index.html.html from package apache
Missing file: /var/www.new/htdocs/manual/index.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/install-tpf.html from package apache
Missing file: /var/www.new/htdocs/manual/install.html.en from package apache
Missing file: /var/www.new/htdocs/manual/install.html.es from package apache
Missing file: /var/www.new/htdocs/manual/install.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/install.html.html from package apache
Missing file: /var/www.new/htdocs/manual/install.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/invoking.html.en from package apache
Missing file: /var/www.new/htdocs/manual/invoking.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/invoking.html.html from package apache
Missing file: /var/www.new/htdocs/manual/invoking.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/keepalive.html.en from package apache
Missing file: /var/www.new/htdocs/manual/keepalive.html.html from package apache
Missing file: /var/www.new/htdocs/manual/keepalive.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/LICENSE from package apache
Missing file: /var/www.new/htdocs/manual/location.html.en from package apache
Missing file: /var/www.new/htdocs/manual/location.html.html from package apache
Missing file: /var/www.new/htdocs/manual/location.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/logs.html from package apache
Missing file: /var/www.new/htdocs/manual/man-template.html from package apache
Missing directory: /var/www.new/htdocs/manual/misc/ from package apache
Missing file: /var/www.new/htdocs/manual/misc/API.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/client_block_api.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/compat_notes.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/custom_errordocs.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/descriptors.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/FAQ.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/fin_wait_2.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/footer.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/header.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/howto.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/HTTP_Features.tsv from package apache
Missing file: /var/www.new/htdocs/manual/misc/index.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/known_client_problems.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/nopgp.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/perf-bsd44.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/perf-dec.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/perf-hp.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/perf-tuning.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/perf.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/rewriteguide.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/security_tips.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/tutorials.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/vif-info.html from package apache
Missing file: /var/www.new/htdocs/manual/misc/windoz_keepalive.html from package apache
Missing directory: /var/www.new/htdocs/manual/mod/ from package apache
Missing file: /var/www.new/htdocs/manual/mod/core.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/core.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/mod/core.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/core.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/directive-dict.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/directive-dict.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/mod/directive-dict.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/directive-dict.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/directives.html.de from package apache
Missing file: /var/www.new/htdocs/manual/mod/directives.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/directives.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/mod/directives.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/directives.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/footer.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/header.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/index-bytype.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/index-bytype.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/mod/index-bytype.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/index-bytype.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/index.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/index.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/mod/index.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/index.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/module-dict.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/module-dict.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/module-dict.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_access.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_access.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_access.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_actions.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_actions.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_actions.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_alias.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_alias.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_alias.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_asis.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_asis.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_asis.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_auth.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_auth.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_auth.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_auth_anon.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_auth_db.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_auth_dbm.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_auth_digest.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_autoindex.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_autoindex.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_autoindex.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_browser.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_cern_meta.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_cgi.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_cgi.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_cgi.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_cookies.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_digest.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_dir.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_dir.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_dir.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_dld.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_env.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_env.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_env.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_example.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_expires.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_headers.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_imap.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_include.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_info.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_info.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_info.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_isapi.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_log_agent.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_log_common.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_log_config.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_log_config.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_log_config.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_log_forensic.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_log_forensic.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_log_referer.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_mime.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_mime.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_mime.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_mime_magic.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_mmap_static.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_negotiation.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_negotiation.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_negotiation.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_proxy.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_rewrite.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_rewrite.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_rewrite.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_setenvif.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_setenvif.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_setenvif.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_so.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_so.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_so.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_speling.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_speling.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_speling.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_status.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_unique_id.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_unique_id.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_unique_id.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_userdir.html.en from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_userdir.html.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_userdir.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_usertrack.html from package apache
Missing file: /var/www.new/htdocs/manual/mod/mod_vhost_alias.html from package apache
Missing file: /var/www.new/htdocs/manual/mpeix.html from package apache
Missing file: /var/www.new/htdocs/manual/multilogs.html from package apache
Missing file: /var/www.new/htdocs/manual/netware.html from package apache
Missing file: /var/www.new/htdocs/manual/new_features_1_0.html from package apache
Missing file: /var/www.new/htdocs/manual/new_features_1_1.html from package apache
Missing file: /var/www.new/htdocs/manual/new_features_1_2.html from package apache
Missing file: /var/www.new/htdocs/manual/new_features_1_3.html.en from package apache
Missing file: /var/www.new/htdocs/manual/new_features_1_3.html.html from package apache
Missing file: /var/www.new/htdocs/manual/new_features_1_3.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/process-model.html.en from package apache
Missing file: /var/www.new/htdocs/manual/process-model.html.html from package apache
Missing file: /var/www.new/htdocs/manual/process-model.html.ja.jis from package apache
Missing directory: /var/www.new/htdocs/manual/programs/ from package apache
Missing file: /var/www.new/htdocs/manual/programs/ab.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/apachectl.html.en from package apache
Missing file: /var/www.new/htdocs/manual/programs/apachectl.html.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/apachectl.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/programs/apxs.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/dbmmanage.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/footer.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/header.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/htdigest.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/htpasswd.html.en from package apache
Missing file: /var/www.new/htdocs/manual/programs/htpasswd.html.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/htpasswd.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/programs/httpd.html.en from package apache
Missing file: /var/www.new/htdocs/manual/programs/httpd.html.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/httpd.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/programs/index.html.en from package apache
Missing file: /var/www.new/htdocs/manual/programs/index.html.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/index.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/programs/logresolve.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/other.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/rotatelogs.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/suexec.html.en from package apache
Missing file: /var/www.new/htdocs/manual/programs/suexec.html.html from package apache
Missing file: /var/www.new/htdocs/manual/programs/suexec.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/readme-tpf.html from package apache
Missing file: /var/www.new/htdocs/manual/sections.html.en from package apache
Missing file: /var/www.new/htdocs/manual/sections.html.html from package apache
Missing file: /var/www.new/htdocs/manual/sections.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/server-wide.html.en from package apache
Missing file: /var/www.new/htdocs/manual/server-wide.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/server-wide.html.html from package apache
Missing file: /var/www.new/htdocs/manual/server-wide.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/sitemap.html from package apache
Missing file: /var/www.new/htdocs/manual/sourcereorg.html from package apache
Missing file: /var/www.new/htdocs/manual/stopping.html.en from package apache
Missing file: /var/www.new/htdocs/manual/stopping.html.fr from package apache
Missing file: /var/www.new/htdocs/manual/stopping.html.html from package apache
Missing file: /var/www.new/htdocs/manual/suexec.html.en from package apache
Missing file: /var/www.new/htdocs/manual/suexec.html.html from package apache
Missing file: /var/www.new/htdocs/manual/suexec.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/suexec_1_2.html from package apache
Missing file: /var/www.new/htdocs/manual/unixware.html from package apache
Missing file: /var/www.new/htdocs/manual/upgrading_to_1_3.html from package apache
Missing file: /var/www.new/htdocs/manual/urlmapping.html from package apache
Missing directory: /var/www.new/htdocs/manual/vhosts/ from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/details.html from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/details_1_2.html from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/examples.html from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/fd-limits.html.en from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/fd-limits.html.html from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/fd-limits.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/footer.html from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/header.html from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/host.html from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/index.html.en from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/index.html.html from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/index.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/ip-based.html from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/mass.html from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/name-based.html.en from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/name-based.html.html from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/name-based.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/vhosts-in-depth.html from package apache
Missing file: /var/www.new/htdocs/manual/vhosts/virtual-host.html from package apache
Missing file: /var/www.new/htdocs/manual/windows.html.en from package apache
Missing file: /var/www.new/htdocs/manual/windows.html.html from package apache
Missing file: /var/www.new/htdocs/manual/windows.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/win_compiling.html.en from package apache
Missing file: /var/www.new/htdocs/manual/win_compiling.html.html from package apache
Missing file: /var/www.new/htdocs/manual/win_compiling.html.ja.jis from package apache
Missing file: /var/www.new/htdocs/manual/win_service.html.en from package apache
Missing file: /var/www.new/htdocs/manual/win_service.html.html from package apache
Missing file: /var/www.new/htdocs/manual/win_service.html.ja.jis from package apache
Missing directory: /var/www.new/icons/ from package apache
Missing file: /var/www.new/icons/a.gif from package apache
Missing file: /var/www.new/icons/a.png from package apache
Missing file: /var/www.new/icons/alert.black.gif from package apache
Missing file: /var/www.new/icons/alert.black.png from package apache
Missing file: /var/www.new/icons/alert.red.gif from package apache
Missing file: /var/www.new/icons/alert.red.png from package apache
Missing file: /var/www.new/icons/apache_pb.gif from package apache
Missing file: /var/www.new/icons/apache_pb.png from package apache
Missing file: /var/www.new/icons/back.gif from package apache
Missing file: /var/www.new/icons/back.png from package apache
Missing file: /var/www.new/icons/ball.gray.gif from package apache
Missing file: /var/www.new/icons/ball.gray.png from package apache
Missing file: /var/www.new/icons/ball.red.gif from package apache
Missing file: /var/www.new/icons/ball.red.png from package apache
Missing file: /var/www.new/icons/binary.gif from package apache
Missing file: /var/www.new/icons/binary.png from package apache
Missing file: /var/www.new/icons/binhex.gif from package apache
Missing file: /var/www.new/icons/binhex.png from package apache
Missing file: /var/www.new/icons/blank.gif from package apache
Missing file: /var/www.new/icons/blank.png from package apache
Missing file: /var/www.new/icons/bomb.gif from package apache
Missing file: /var/www.new/icons/bomb.png from package apache
Missing file: /var/www.new/icons/box1.gif from package apache
Missing file: /var/www.new/icons/box1.png from package apache
Missing file: /var/www.new/icons/box2.gif from package apache
Missing file: /var/www.new/icons/box2.png from package apache
Missing file: /var/www.new/icons/broken.gif from package apache
Missing file: /var/www.new/icons/broken.png from package apache
Missing file: /var/www.new/icons/burst.gif from package apache
Missing file: /var/www.new/icons/burst.png from package apache
Missing file: /var/www.new/icons/c.gif from package apache
Missing file: /var/www.new/icons/c.png from package apache
Missing file: /var/www.new/icons/comp.blue.gif from package apache
Missing file: /var/www.new/icons/comp.blue.png from package apache
Missing file: /var/www.new/icons/comp.gray.gif from package apache
Missing file: /var/www.new/icons/comp.gray.png from package apache
Missing file: /var/www.new/icons/compressed.gif from package apache
Missing file: /var/www.new/icons/compressed.png from package apache
Missing file: /var/www.new/icons/continued.gif from package apache
Missing file: /var/www.new/icons/continued.png from package apache
Missing file: /var/www.new/icons/dir.gif from package apache
Missing file: /var/www.new/icons/dir.png from package apache
Missing file: /var/www.new/icons/diskimg.gif from package apache
Missing file: /var/www.new/icons/diskimg.png from package apache
Missing file: /var/www.new/icons/down.gif from package apache
Missing file: /var/www.new/icons/down.png from package apache
Missing file: /var/www.new/icons/dvi.gif from package apache
Missing file: /var/www.new/icons/dvi.png from package apache
Missing file: /var/www.new/icons/f.gif from package apache
Missing file: /var/www.new/icons/f.png from package apache
Missing file: /var/www.new/icons/folder.gif from package apache
Missing file: /var/www.new/icons/folder.open.gif from package apache
Missing file: /var/www.new/icons/folder.open.png from package apache
Missing file: /var/www.new/icons/folder.png from package apache
Missing file: /var/www.new/icons/folder.sec.gif from package apache
Missing file: /var/www.new/icons/folder.sec.png from package apache
Missing file: /var/www.new/icons/forward.gif from package apache
Missing file: /var/www.new/icons/forward.png from package apache
Missing file: /var/www.new/icons/generic.gif from package apache
Missing file: /var/www.new/icons/generic.png from package apache
Missing file: /var/www.new/icons/generic.red.gif from package apache
Missing file: /var/www.new/icons/generic.red.png from package apache
Missing file: /var/www.new/icons/generic.sec.gif from package apache
Missing file: /var/www.new/icons/generic.sec.png from package apache
Missing file: /var/www.new/icons/hand.right.gif from package apache
Missing file: /var/www.new/icons/hand.right.png from package apache
Missing file: /var/www.new/icons/hand.up.gif from package apache
Missing file: /var/www.new/icons/hand.up.png from package apache
Missing file: /var/www.new/icons/icon.sheet.gif from package apache
Missing file: /var/www.new/icons/icon.sheet.png from package apache
Missing file: /var/www.new/icons/image1.gif from package apache
Missing file: /var/www.new/icons/image1.png from package apache
Missing file: /var/www.new/icons/image2.gif from package apache
Missing file: /var/www.new/icons/image2.png from package apache
Missing file: /var/www.new/icons/image3.gif from package apache
Missing file: /var/www.new/icons/image3.png from package apache
Missing file: /var/www.new/icons/index.gif from package apache
Missing file: /var/www.new/icons/index.png from package apache
Missing file: /var/www.new/icons/layout.gif from package apache
Missing file: /var/www.new/icons/layout.png from package apache
Missing file: /var/www.new/icons/left.gif from package apache
Missing file: /var/www.new/icons/left.png from package apache
Missing file: /var/www.new/icons/link.gif from package apache
Missing file: /var/www.new/icons/link.png from package apache
Missing file: /var/www.new/icons/movie.gif from package apache
Missing file: /var/www.new/icons/movie.png from package apache
Missing file: /var/www.new/icons/p.gif from package apache
Missing file: /var/www.new/icons/p.png from package apache
Missing file: /var/www.new/icons/patch.gif from package apache
Missing file: /var/www.new/icons/patch.png from package apache
Missing file: /var/www.new/icons/pdf.gif from package apache
Missing file: /var/www.new/icons/pdf.png from package apache
Missing file: /var/www.new/icons/pie0.gif from package apache
Missing file: /var/www.new/icons/pie0.png from package apache
Missing file: /var/www.new/icons/pie1.gif from package apache
Missing file: /var/www.new/icons/pie1.png from package apache
Missing file: /var/www.new/icons/pie2.gif from package apache
Missing file: /var/www.new/icons/pie2.png from package apache
Missing file: /var/www.new/icons/pie3.gif from package apache
Missing file: /var/www.new/icons/pie3.png from package apache
Missing file: /var/www.new/icons/pie4.gif from package apache
Missing file: /var/www.new/icons/pie4.png from package apache
Missing file: /var/www.new/icons/pie5.gif from package apache
Missing file: /var/www.new/icons/pie5.png from package apache
Missing file: /var/www.new/icons/pie6.gif from package apache
Missing file: /var/www.new/icons/pie6.png from package apache
Missing file: /var/www.new/icons/pie7.gif from package apache
Missing file: /var/www.new/icons/pie7.png from package apache
Missing file: /var/www.new/icons/pie8.gif from package apache
Missing file: /var/www.new/icons/pie8.png from package apache
Missing file: /var/www.new/icons/portal.gif from package apache
Missing file: /var/www.new/icons/portal.png from package apache
Missing file: /var/www.new/icons/ps.gif from package apache
Missing file: /var/www.new/icons/ps.png from package apache
Missing file: /var/www.new/icons/quill.gif from package apache
Missing file: /var/www.new/icons/quill.png from package apache
Missing file: /var/www.new/icons/README from package apache
Missing file: /var/www.new/icons/right.gif from package apache
Missing file: /var/www.new/icons/right.png from package apache
Missing file: /var/www.new/icons/screw1.gif from package apache
Missing file: /var/www.new/icons/screw1.png from package apache
Missing file: /var/www.new/icons/screw2.gif from package apache
Missing file: /var/www.new/icons/screw2.png from package apache
Missing file: /var/www.new/icons/script.gif from package apache
Missing file: /var/www.new/icons/script.png from package apache
Missing directory: /var/www.new/icons/small/ from package apache
Missing file: /var/www.new/icons/small/back.gif from package apache
Missing file: /var/www.new/icons/small/back.png from package apache
Missing file: /var/www.new/icons/small/binary.gif from package apache
Missing file: /var/www.new/icons/small/binary.png from package apache
Missing file: /var/www.new/icons/small/binhex.gif from package apache
Missing file: /var/www.new/icons/small/binhex.png from package apache
Missing file: /var/www.new/icons/small/blank.gif from package apache
Missing file: /var/www.new/icons/small/blank.png from package apache
Missing file: /var/www.new/icons/small/broken.gif from package apache
Missing file: /var/www.new/icons/small/broken.png from package apache
Missing file: /var/www.new/icons/small/burst.gif from package apache
Missing file: /var/www.new/icons/small/burst.png from package apache
Missing file: /var/www.new/icons/small/comp1.gif from package apache
Missing file: /var/www.new/icons/small/comp1.png from package apache
Missing file: /var/www.new/icons/small/comp2.gif from package apache
Missing file: /var/www.new/icons/small/comp2.png from package apache
Missing file: /var/www.new/icons/small/compressed.gif from package apache
Missing file: /var/www.new/icons/small/compressed.png from package apache
Missing file: /var/www.new/icons/small/continued.gif from package apache
Missing file: /var/www.new/icons/small/continued.png from package apache
Missing file: /var/www.new/icons/small/dir.gif from package apache
Missing file: /var/www.new/icons/small/dir.png from package apache
Missing file: /var/www.new/icons/small/dir2.gif from package apache
Missing file: /var/www.new/icons/small/dir2.png from package apache
Missing file: /var/www.new/icons/small/doc.gif from package apache
Missing file: /var/www.new/icons/small/doc.png from package apache
Missing file: /var/www.new/icons/small/forward.gif from package apache
Missing file: /var/www.new/icons/small/forward.png from package apache
Missing file: /var/www.new/icons/small/generic.gif from package apache
Missing file: /var/www.new/icons/small/generic.png from package apache
Missing file: /var/www.new/icons/small/generic2.gif from package apache
Missing file: /var/www.new/icons/small/generic2.png from package apache
Missing file: /var/www.new/icons/small/generic3.gif from package apache
Missing file: /var/www.new/icons/small/generic3.png from package apache
Missing file: /var/www.new/icons/small/image.gif from package apache
Missing file: /var/www.new/icons/small/image.png from package apache
Missing file: /var/www.new/icons/small/image2.gif from package apache
Missing file: /var/www.new/icons/small/image2.png from package apache
Missing file: /var/www.new/icons/small/index.gif from package apache
Missing file: /var/www.new/icons/small/index.png from package apache
Missing file: /var/www.new/icons/small/key.gif from package apache
Missing file: /var/www.new/icons/small/key.png from package apache
Missing file: /var/www.new/icons/small/movie.gif from package apache
Missing file: /var/www.new/icons/small/movie.png from package apache
Missing file: /var/www.new/icons/small/patch.gif from package apache
Missing file: /var/www.new/icons/small/patch.png from package apache
Missing file: /var/www.new/icons/small/ps.gif from package apache
Missing file: /var/www.new/icons/small/ps.png from package apache
Missing file: /var/www.new/icons/small/rainbow.gif from package apache
Missing file: /var/www.new/icons/small/rainbow.png from package apache
Missing file: /var/www.new/icons/small/README.txt from package apache
Missing file: /var/www.new/icons/small/sound.gif from package apache
Missing file: /var/www.new/icons/small/sound.png from package apache
Missing file: /var/www.new/icons/small/sound2.gif from package apache
Missing file: /var/www.new/icons/small/sound2.png from package apache
Missing file: /var/www.new/icons/small/tar.gif from package apache
Missing file: /var/www.new/icons/small/tar.png from package apache
Missing file: /var/www.new/icons/small/text.gif from package apache
Missing file: /var/www.new/icons/small/text.png from package apache
Missing file: /var/www.new/icons/small/transfer.gif from package apache
Missing file: /var/www.new/icons/small/transfer.png from package apache
Missing file: /var/www.new/icons/small/unknown.gif from package apache
Missing file: /var/www.new/icons/small/unknown.png from package apache
Missing file: /var/www.new/icons/small/uu.gif from package apache
Missing file: /var/www.new/icons/small/uu.png from package apache
Missing file: /var/www.new/icons/sound1.gif from package apache
Missing file: /var/www.new/icons/sound1.png from package apache
Missing file: /var/www.new/icons/sound2.gif from package apache
Missing file: /var/www.new/icons/sound2.png from package apache
Missing file: /var/www.new/icons/sphere1.gif from package apache
Missing file: /var/www.new/icons/sphere1.png from package apache
Missing file: /var/www.new/icons/sphere2.gif from package apache
Missing file: /var/www.new/icons/sphere2.png from package apache
Missing file: /var/www.new/icons/tar.gif from package apache
Missing file: /var/www.new/icons/tar.png from package apache
Missing file: /var/www.new/icons/tex.gif from package apache
Missing file: /var/www.new/icons/tex.png from package apache
Missing file: /var/www.new/icons/text.gif from package apache
Missing file: /var/www.new/icons/text.png from package apache
Missing file: /var/www.new/icons/transfer.gif from package apache
Missing file: /var/www.new/icons/transfer.png from package apache
Missing file: /var/www.new/icons/unknown.gif from package apache
Missing file: /var/www.new/icons/unknown.png from package apache
Missing file: /var/www.new/icons/up.gif from package apache
Missing file: /var/www.new/icons/up.png from package apache
Missing file: /var/www.new/icons/uu.gif from package apache
Missing file: /var/www.new/icons/uu.png from package apache
Missing file: /var/www.new/icons/uuencoded.gif from package apache
Missing file: /var/www.new/icons/uuencoded.png from package apache
Missing file: /var/www.new/icons/world1.gif from package apache
Missing file: /var/www.new/icons/world1.png from package apache
Missing file: /var/www.new/icons/world2.gif from package apache
Missing file: /var/www.new/icons/world2.png from package apache
apache                             1.3.33-2                   Incomplete
apache2                            2.2.6-1                    OK
apache2-devel                      2.2.6-1                    OK
apache2-manual                     2.2.6-1                    OK
appres                             1.0.3-1                    OK
arc                                5.21p-1                    OK
archivemail                        0.7.2-1                    OK
aria2                              1.9.4-1                    OK
arj                                3.10.22-1                  OK
asciidoc                           8.6.3-1                    OK
aspell                             0.60.5-1                   OK
aspell-de                          20030222.1-1               OK
aspell-dev                         0.60.5-1                   OK
aspell-doc                         0.60.5-1                   OK
aspell-en                          6.0.0-1                    OK
aspell-pl                          6.0.20061121.0-1           OK
aspell-sv                          0.50.2-2                   OK
astyle                             2.02-1                     OK
Empty package atk
atk                                1.26.0-1                   OK
atool                              0.38.0-1                   OK
attr                               2.4.43-1                   OK
audiofile                          0.3.1-1                    OK
autobuild                          5.3-1                      OK
autoconf                           10-1                       OK
autoconf2.1                        2.13-10                    OK
autoconf2.5                        2.68-1                     OK
automake                           4-10                       OK
automake1.10                       1.10.3-1                   OK
automake1.11                       1.11.1-1                   OK
automake1.4                        1.4p6-10                   OK
automake1.5                        1.5-10                     OK
automake1.6                        1.6.3-11                   OK
automake1.7                        1.7.9-10                   OK
automake1.8                        1.8.5-10                   OK
automake1.9                        1.9.6-10                   OK
autossh                            1.4b-1                     OK
autotrace                          0.31.1-10                  OK
aview                              1.3.0rc1-1                 OK
base-cygwin                        3.0-1                      OK
base-files                         4.0-6                      OK
bash                               4.1.10-4                   OK
bash-completion                    1.3-1                      OK
bashdb                             3.1_0.09-1                 OK
bc                                 1.06-2                     OK
bcrypt                             1.1-1                      OK
bdftopcf                           1.0.3-2                    OK
beforelight                        1.0.4-1                    OK
bigreqsproto                       1.1.1-1                    OK
bind                               9.8.1-2                    OK
binutils                           2.22.51-1                  OK
bison                              2.4.2-1                    OK
bitmap                             1.0.5-1                    OK
bmp2png                            1.62-1                     OK
bool                               0.2.1-1                    OK
Empty package boost-devel
boost-devel                        1.43.0-1                   OK
botan                              1.8.13-1                   OK
boxes                              1.0.1a-2                   OK
brltty                             4.2-2                      OK
bsdcpio                            2.8.3-1                    OK
bsdiff                             4.3-4                      OK
bsdtar                             2.8.3-1                    OK
bsfilter                           1.0.15-1                   OK
bsflite                            0.82-2                     OK
build-docbook-catalog              1.5-2                      OK
bvi                                1.3.2-1                    OK
byacc                              1.9-1                      OK
bzip2                              1.0.6-2                    OK
bzr                                2.4.0-1                    OK
c-client                           2007-2                     OK
c3270                              3.3.4p7-2                  OK
ca-certificates                    1.78-1                     OK
cabextract                         1.4-1                      OK
cadaver                            0.23.3-1                   OK
catdoc                             0.94.2-3                   OK
catgets                            1.1-1                      OK
ccache                             2.4-1                      OK
ccdoc                              0.8.41-2                   OK
ccrypt                             1.7-1                      OK
cdargs                             1.35-1                     OK
cdda2wav                           1.1.7.1-1                  OK
cdrecord                           1.1.7.1-1                  OK
cdrkit                             1.1.7.1-1                  OK
cfourcc                            0.1.2-1                    OK
cgoban                             1.9.14-6                   OK
check                              0.9.8-1                    OK
chere                              1.1-1                      OK
chewmail                           1.2-1                      OK
chicken                            3.4.0-1                    OK
chkconfig                          1.3.30a-1                  OK
clamav                             0.97.2-3                   OK
clamav-db                          0.97.2-3                   OK
clisp                              2.48-3                     OK
clisp-clx                          2.48-3                     OK
clisp-gdi                          2.48-3                     OK
clisp-gtk2                         2.48-3                     OK
cloog-ppl                          0.15.7-1                   OK
cmake                              2.8.4-1                    OK
cocom                              0.996-1                    OK
codeville                          0.8.0-3                    OK
colordiff                          1.0.9-1                    OK
colorgcc                           1.3.2-2                    OK
compface                           1.5.2-11                   OK
compositeproto                     0.4.2-1                    OK
connect-proxy                      1.101-1                    OK
coreutils                          8.14-1                     OK
corkscrew                          2.0-1                      OK
cpio                               2.11-1                     OK
cppcheck                           1.51-1                     OK
cppi                               1.15-1                     OK
cppunit                            1.12.1-2                   OK
cramfs                             1.1-1                      OK
cron                               4.1-59                     OK
crypt                              1.1-1                      OK
csih                               0.9.4-1                    OK
ctags                              5.8-1                      OK
ctorrent                           1.3.4-dnh3.2-1             OK
ctris                              0.42-1                     OK
CUnit                              2.1.2-1                    OK
curl                               7.22.0-2                   OK
Empty package curl-devel
curl-devel                         7.19.4-1                   OK
cvs                                1.12.13-10                 OK
cvs2svn                            2.3.0-1                    OK
cvsps                              2.2b1-1                    OK
cvsutils                           0.2.5-1                    OK
cygport                            0.10.6-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
cygwin-x-doc                       1.1.1-1                    OK
cyrus-sasl                         2.1.23-1                   OK
damageproto                        1.2.1-1                    OK
dash                               0.5.6.1-2                  OK
db2                                2.7.7-5                    OK
db3.1                              3.1.17-3                   OK
db3.3                              3.3.11.2-1                 OK
db4.0                              4.0.14-1                   OK
db4.1                              4.1.25.3-2                 OK
db4.2                              4.2.52.5-2                 OK
db4.3                              4.3.29.1-1                 OK
db4.4                              4.4.20.4-1                 OK
db4.5                              4.5.20.2-2                 OK
dblatex                            0.3-1                      OK
dbus                               1.4.16-1                   OK
dbus-bash-completion               0.86-1                     OK
ddd                                3.3.9-1                    OK
ddrescue                           1.12-1                     OK
dejagnu                            20021217-2                 OK
deroff                             1.1-1                      OK
desktop-file-utils                 0.17-1                     OK
dhttpd                             1.02a-1                    OK
diffstat                           1.54-1                     OK
diffutils                          2.9-1                      OK
distcc                             2.18.3-1                   OK
dmalloc                            5.4.2-2                    OK
dmxproto                           2.3.1-1                    OK
docbook-dsssl                      1.79-2                     OK
docbook-sgml30                     3.0-1                      OK
docbook-sgml31                     3.1-1                      OK
docbook-sgml40                     4.0-1                      OK
docbook-sgml41                     4.1-1                      OK
docbook-sgml42                     4.2-1                      OK
docbook-sgml43                     4.3-1                      OK
docbook-sgml44                     4.4-1                      OK
docbook-sgml45                     4.5-1                      OK
docbook-utils                      0.6.14-1                   OK
docbook-xml-simple10               1.0-2                      OK
docbook-xml-simple11               1.1-2                      OK
docbook-xml412                     4.1.2-2                    OK
docbook-xml42                      4.2-4                      OK
docbook-xml43                      4.3-2                      OK
docbook-xml44                      4.4-2                      OK
docbook-xml45                      4.5-1                      OK
docbook-xsl                        1.76.1-1                   OK
docbook-xsl-ns                     1.76.1-1                   OK
dog                                1.7-1                      OK
dos2unix                           5.3.1-1                    OK
doxygen                            1.7.4-1                    OK
dpatch                             2.0.26-2                   OK
e2fsimage                          0.2.2-1                    OK
e2fsprogs                          1.41.14-1                  OK
ec-fonts-mftraced                  1.0.8-4                    OK
ed                                 1.0-1                      OK
editres                            1.0.5-1                    OK
editrights                         1.01-2                     OK
ELFIO                              1.0.2-1                    OK
emacs                              23.3-3                     OK
emacs-el                           23.3-3                     OK
emacs-ocaml                        3.12.0-4                   OK
emacs-X11                          23.3-3                     OK
email                              3.1.2-2                    OK
enchant                            1.6.0-1                    OK
enscript                           1.6.4-2                    OK
epstool                            3.08-2                     OK
esound                             0.2.41-10                  OK
exif                               0.6.15-1                   OK
exim                               4.76-1                     OK
expat                              2.0.1-1                    OK
expect                             20030128-1                 OK
fcgi                               2.4.0-2                    OK
fcrackzip                          0.3-1                      OK
fdupes                             1.50-PR2-1                 OK
fetchmail                          6.3.18-1                   OK
ffcall                             1.10-1                     OK
fftw3                              3.3-1                      OK
fftw3-doc                          3.3-1                      OK
figlet                             2.2.2-2                    OK
file                               5.05-1                     OK
findutils                          4.5.9-2                    OK
fixesproto                         5.0-1                      OK
flac                               1.2.1-2                    OK
flac-devel                         1.2.1-2                    OK
flawfinder                         1.27-2                     OK
flex                               2.5.35-1                   OK
flexdll                            0.26-1                     OK
flip                               1.19-1                     OK
Empty package fltk
fltk                               1.1.10-1                   OK
font-adobe-dpi100                  1.0.2-1                    OK
font-adobe-dpi75                   1.0.2-1                    OK
font-adobe-utopia-dpi100           1.0.3-1                    OK
font-adobe-utopia-dpi75            1.0.3-1                    OK
font-adobe-utopia-type1            1.0.3-1                    OK
font-alias                         1.0.3-1                    OK
font-arabic-misc                   1.0.2-1                    OK
font-bh-dpi100                     1.0.2-1                    OK
font-bh-dpi75                      1.0.2-1                    OK
font-bh-lucidatypewriter-dpi100    1.0.2-1                    OK
font-bh-lucidatypewriter-dpi75     1.0.2-1                    OK
font-bh-ttf                        1.0.3-1                    OK
font-bh-type1                      1.0.2-1                    OK
font-bitstream-dpi100              1.0.2-1                    OK
font-bitstream-dpi75               1.0.2-1                    OK
font-bitstream-speedo              1.0.1-1                    OK
font-bitstream-type1               1.0.2-1                    OK
font-bitstream-vera-ttf            1.10-1                     OK
font-cronyx-cyrillic               1.0.2-1                    OK
font-cursor-misc                   1.0.2-1                    OK
font-daewoo-misc                   1.0.2-1                    OK
font-dec-misc                      1.0.2-1                    OK
font-encodings                     1.0.4-1                    OK
font-ibm-type1                     1.0.2-1                    OK
font-isas-misc                     1.0.2-1                    OK
font-jis-misc                      1.0.2-1                    OK
font-micro-misc                    1.0.2-1                    OK
font-misc-cyrillic                 1.0.2-1                    OK
font-misc-ethiopic                 1.0.2-1                    OK
font-misc-meltho                   1.0.2-1                    OK
font-misc-misc                     1.1.1-1                    OK
font-mutt-misc                     1.0.2-1                    OK
font-schumacher-misc               1.1.1-1                    OK
font-screen-cyrillic               1.0.3-1                    OK
font-sony-misc                     1.0.2-1                    OK
font-sun-misc                      1.0.2-1                    OK
font-tektronix-misc                2.6-2                      OK
font-util                          1.2.0-1                    OK
font-winitzki-cyrillic             1.0.2-1                    OK
font-xfree86-type1                 1.0.3-1                    OK
fontconfig                         2.8.0-1                    OK
fontsproto                         2.1.1-1                    OK
fonttosfnt                         1.0.4-1                    OK
fortune                            1.99.1-2                   OK
freeglut                           2.6.0-1                    OK
freetype2-demos                    2.4.7-1                    OK
fvwm                               2.5.21-1                   OK
gaffitter                          0.6.0-1                    OK
gail                               2.20.1-1                   OK
gamin                              0.1.10-11                  OK
gawk                               4.0.0-1                    OK
Empty package gcc
gcc                                3.4.4-999                  OK
gcc-ada                            3.4.4-999                  OK
gcc-core                           3.4.4-999                  OK
gcc-g++                            3.4.4-999                  OK
gcc-g77                            3.4.4-999                  OK
gcc-gdc                            3.4.4-999                  OK
gcc-gpc                            3.4.4-999                  OK
gcc-java                           3.4.4-999                  OK
Empty package gcc-mingw
gcc-mingw                          20040810-1                 OK
gcc-mingw-ada                      20050522-3                 OK
gcc-mingw-core                     20050522-3                 OK
gcc-mingw-g++                      20050522-3                 OK
gcc-mingw-g77                      20050522-3                 OK
gcc-mingw-gdc                      20050522-3                 OK
Empty package gcc-mingw-gpc
gcc-mingw-gpc                      20040810-3                 OK
gcc-mingw-java                     20050522-3                 OK
gcc-mingw-objc                     20050522-3                 OK
gcc-objc                           3.4.4-999                  OK
gcc-tools-epoch1-autoconf          2.59-1                     OK
gcc-tools-epoch1-automake          1.9.6-1                    OK
gcc-tools-epoch2-autoconf          2.64-1                     OK
gcc-tools-epoch2-automake          1.11.1-1                   OK
Empty package gcc4
gcc4                               4.5.3-3                    OK
gcc4-ada                           4.5.3-3                    OK
gcc4-core                          4.5.3-3                    OK
gcc4-fortran                       4.5.3-3                    OK
gcc4-g++                           4.5.3-3                    OK
gcc4-java                          4.5.3-3                    OK
gcc4-objc                          4.5.3-3                    OK
gccmakedep                         1.0.2-1                    OK
GConf2                             2.28.1-1                   OK
gd                                 2.0.36RC1-11               OK
gdb                                7.3.50-2                   OK
gdbm                               1.8.3-20                   OK
gdk-pixbuf2-wmf                    0.2.8.4-10                 OK
gdk-pixbuf2.0-svg                  2.26.3-1                   OK
gendef                             1.0-svn2931-1              OK
genisoimage                        1.1.7.1-1                  OK
geoip                              1.3.14-1                   OK
getmail                            4.7.7-2                    OK
gettext                            0.18.1.1-2                 OK
gettext-devel                      0.18.1.1-2                 OK
ghostscript                        8.63-2                     OK
ghostscript-fonts-other            6.0-1                      OK
ghostscript-fonts-std              8.11-1                     OK
giflib                             4.1.6-10                   OK
girepository-Atk1.0                1.30.0-1                   OK
girepository-Everything1.0         0.6.14-1                   OK
girepository-GdkPixbuf2.0          2.20.1-1                   OK
girepository-GIMarshallingTests1.0 0.6.14-1                   OK
girepository-GLib2.0               0.6.14-1                   OK
girepository-Gtk2.0                2.20.1-1                   OK
girepository-Pango1.0              1.28.1-1                   OK
girepository-Wnck1.0               2.30.2-1                   OK
girepository-x11                   0.6.14-1                   OK
git                                1.7.5.1-1                  OK
git-completion                     1.7.5.1-1                  OK
git-gui                            1.7.5.1-1                  OK
git-oodiff                         20080328-2                 OK
git-svn                            1.7.5.1-1                  OK
gitk                               1.7.5.1-1                  OK
Empty package glib
glib                               1.2.10-10                  OK
Empty package glib-devel
glib-devel                         1.2.10-10                  OK
Empty package glib2
glib2                              2.20.4-1                   OK
glpk                               4.47-1                     OK
glproto                            1.4.14-1                   OK
gmp                                4.3.2-1                    OK
gnome-common                       2.28.0-2                   OK
gnome-icon-theme                   2.30.3-1                   OK
gnome-keyring                      2.30.3-1                   OK
gnome-mime-data                    2.18.0-10                  OK
gnome-themes                       2.30.2-1                   OK
gnome-vfs2                         2.24.3-1                   OK
gnubg                              0.90.0-2                   OK
gnucap                             2009.12.07-2               OK
gnugo                              3.8-2                      OK
gnupg                              1.4.9-2                    OK
gnuplot                            4.4.0-1                    OK
gnutls                             2.12.11-1                  OK
gnutls-devel                       2.12.11-1                  OK
gnutls-doc                         2.12.11-1                  OK
gobject-introspection              0.6.14-1                   OK
googlecl                           0.9.13-1                   OK
gperf                              3.0.3-1                    OK
gq                                 1.2.2-1                    OK
grace                              5.1.19-1                   OK
grandr                             0.1-1                      OK
GraphicsMagick                     1.3.12-2                   OK
greed                              3.4-1                      OK
grep                               2.6.3-1                    OK
grepmail                           5.3033-2                   OK
groff                              1.20.1-2                   OK
grub                               1.98-2                     OK
grub-emu                           1.98-2                     OK
grub-fonts                         1.98-2                     OK
gsl                                1.15-1                     OK
gsl-apps                           1.15-1                     OK
gsl-devel                          1.15-1                     OK
gsl-doc                            1.15-1                     OK
Empty package gtk+
gtk+                               1.2.10-10                  OK
gtk-doc                            1.15-1                     OK
gtk-engines                        0.12-3                     OK
Empty package gtk2-x11
gtk2-x11                           2.16.5-1                   OK
Empty package gtk2-x11-runtime
gtk2-x11-runtime                   2.16.5-1                   OK
gtk2.0-demo                        2.20.1-1                   OK
gtk2.0-engines                     2.20.1-1                   OK
gtk2.0-engines-pixmap              2.20.1-1                   OK
gtk2.0-engines-svg                 2.26.3-1                   OK
gtypist                            2.9-1                      OK
guile                              1.8.7-2                    OK
guile-devel                        1.8.7-2                    OK
guile-doc                          1.8.7-2                    OK
guilt                              0.34-1                     OK
gv                                 3.6.5-1                    OK
gvim                               7.3.003-1                  OK
gzip                               1.4-1                      OK
hdf5                               1.8.6-1                    OK
hdparm                             6.9-1                      OK
help2man                           1.39.3-1                   OK
hexedit                            1.2.12-2                   OK
hicolor-icon-theme                 0.12-1                     OK
hp2xx                              3.4.4-10                   OK
httping                            1.4.4-2                    OK
httptunnel                         3.3-1                      OK
iceauth                            1.0.5-1                    OK
icedax                             1.1.7.1-1                  OK
ico                                1.0.3-1                    OK
icon-naming-utils                  0.8.90-1                   OK
icu                                4.8.1-1                    OK
icu-doc                            4.8.1-1                    OK
idle                               2.6.5-2                    OK
ifile                              1.3.9-1                    OK
ii                                 1.3-1                      OK
ImageMagick                        6.4.0.6-2                  OK
imake                              1.0.4-1                    OK
indent                             2.2.11-1                   OK
inetutils                          1.7-2                      OK
initscripts                        0.9-2                      OK
inputproto                         2.0.2-1                    OK
integrit                           4.1-1                      OK
intltool                           0.41.1-1                   OK
ioperm                             0.4-1                      OK
ipc-utils                          1.0-1                      OK
ipcalc                             0.41-1                     OK
iperf                              2.0.4-1                    OK
iprint                             1.3-1                      OK
irssi                              0.8.15-2                   OK
iselect                            1.4.0-1                    OK
Missing file: /usr/share/texmf/web2c/jadetex.fmt from package jadetex
Missing file: /usr/share/texmf/web2c/pdfjadetex.fmt from package jadetex
jadetex                            3.13-1                     Incomplete
jasper                             1.900.1-11                 OK
java-brlapi                        4.2-2                      OK
jbigkit                            2.0-11                     OK
jgraph                             8.3-1                      OK
jikes                              1.22-2                     OK
jlint                              3.1-1                      OK
joe                                3.7-1                      OK
jpeg                               8b-1                       OK
kbproto                            1.0.5-1                    OK
keychain                           2.6.8-1                    OK
khronos-opengl-registry            20110406-1                 OK
lablgtk2                           20060908-1                 OK
Empty package lapack
lapack                             3.2.2-2                    OK
lcms                               1.19-2                     OK
less                               444-1                      OK
lesstif                            0.95.2-2                   OK
lftp                               4.3.3-1                    OK
libaa1                             1.4rc5-10                  OK
libAfterImage                      1.18-1                     OK
libAfterImage-devel                1.18-1                     OK
libAfterImage0                     1.18-1                     OK
Empty package libao
libao                              1.1.0-1                    OK
libao-devel                        1.1.0-1                    OK
libao4                             1.1.0-1                    OK
libapr1                            1.4.5-1                    OK
libapr1-devel                      1.4.5-1                    OK
libaprutil1                        1.3.12-1                   OK
libaprutil1-devel                  1.3.12-1                   OK
libarchive                         2.8.3-1                    OK
libarchive-devel                   2.8.3-1                    OK
libarchive2                        2.8.3-1                    OK
libargp                            20110921-1                 OK
libarpack-devel                    96-2                       OK
libarpack0                         96-2                       OK
libart_lgpl_2-devel                2.3.21-1                   OK
libart_lgpl_2_2                    2.3.21-1                   OK
libaspell15                        0.60.5-1                   OK
libasprintf0                       0.18.1.1-2                 OK
libassuan                          1.0.5-2                    OK
libassuan-devel                    1.0.5-2                    OK
libatk1.0-devel                    1.30.0-1                   OK
libatk1.0_0                        1.30.0-1                   OK
libattr-devel                      2.4.43-1                   OK
libattr1                           2.4.43-1                   OK
libaudio-devel                     1.9.3-1                    OK
libaudio2                          1.9.3-1                    OK
libaudiofile-devel                 0.3.1-1                    OK
libaudiofile0                      0.3.1-1                    OK
libautotrace-devel                 0.31.1-10                  OK
libautotrace3                      0.31.1-10                  OK
libbind9-devel                     9.7.1-1                    OK
libbind9_50                        9.6.0_p1-1                 OK
libbind9_60                        9.7.1-1                    OK
libblkid-devel                     2.17.2-1                   OK
libblkid1                          2.17.2-1                   OK
libbonobo2                         2.24.3-1                   OK
libbonobo2-devel                   2.24.3-1                   OK
libbonobo2_0                       2.24.3-1                   OK
libbonoboui2                       2.24.3-1                   OK
libbonoboui2-devel                 2.24.3-1                   OK
libbonoboui2_0                     2.24.3-1                   OK
libboost                           1.33.1-4                   OK
libboost-devel                     1.46.1-1                   OK
libboost1.43                       1.43.0-1                   OK
libboost1.46.1                     1.46.1-1                   OK
libboost_python1.43                1.43.0-1                   OK
libboost_python1.46.1              1.46.1-1                   OK
libbrlapi                          4.2-2                      OK
libbrlapi-devel                    4.2-2                      OK
libbz2-devel                       1.0.6-2                    OK
libbz2_0                           1.0.2-1                    OK
libbz2_1                           1.0.6-2                    OK
libcairo-devel                     1.10.2-1                   OK
libcairo2                          1.10.2-1                   OK
libcatgets-devel                   1.1-1                      OK
libcatgets1                        1.1-1                      OK
libcharset1                        1.14-2                     OK
libclamav-devel                    0.97.2-3                   OK
libclamav6                         0.97.2-3                   OK
libcloog-devel                     0.15.7-1                   OK
libcloog0                          0.15.7-1                   OK
libcom_err-devel                   1.41.14-1                  OK
libcom_err2                        1.41.14-1                  OK
libcompface-devel                  1.5.2-11                   OK
libcompface0                       1.5.2-11                   OK
libcroco0.6                        0.6.2-10                   OK
libcroco0.6-devel                  0.6.2-10                   OK
libcroco0.6_3                      0.6.2-10                   OK
libcurl-devel                      7.22.0-2                   OK
libcurl3                           7.15.4-2                   OK
libcurl4                           7.22.0-2                   OK
libdb2                             2.7.7-5                    OK
libdb2-devel                       2.7.7-5                    OK
libdb3.1                           3.1.17-3                   OK
libdb3.1-devel                     3.1.17-3                   OK
libdb3.3                           3.3.11.2-1                 OK
libdb3.3-devel                     3.3.11.2-1                 OK
libdb4.0                           4.0.14-1                   OK
libdb4.0-devel                     4.0.14-1                   OK
libdb4.1                           4.1.25.3-2                 OK
libdb4.1-devel                     4.1.25.3-2                 OK
libdb4.2                           4.2.52.5-2                 OK
libdb4.2-devel                     4.2.52.5-2                 OK
libdb4.3                           4.3.29.1-1                 OK
libdb4.3-devel                     4.3.29.1-1                 OK
libdb4.4                           4.4.20.4-1                 OK
libdb4.4-devel                     4.4.20.4-1                 OK
libdb4.5                           4.5.20.2-2                 OK
libdb4.5-devel                     4.5.20.2-2                 OK
libdbus-glib_1-devel               0.86-1                     OK
libdbus-glib_1_2                   0.86-1                     OK
libdbus1-devel                     1.4.16-1                   OK
libdbus1_3                         1.4.16-1                   OK
libdmx-devel                       1.1.1-1                    OK
libdmx1                            1.1.1-1                    OK
libdns-devel                       9.7.1-1                    OK
libdns50                           9.6.0_p1-1                 OK
libdns66                           9.7.1-1                    OK
libdpstk1                          6.8.2.0-1                  OK
libe2p-devel                       1.41.14-1                  OK
libe2p2                            1.41.14-1                  OK
libecpg-compat2                    8.2.11-1                   OK
libecpg-devel                      8.2.11-1                   OK
libecpg5                           8.2.11-1                   OK
libedit-devel                      20090923-1                 OK
libedit0                           20090923-1                 OK
libelf0                            0.8.13-2                   OK
libelf0-devel                      0.8.13-2                   OK
libEMF                             1.0.4-1                    OK
libEMF-devel                       1.0.4-1                    OK
libEMF1                            1.0.4-1                    OK
libenchant-devel                   1.6.0-1                    OK
libenchant1                        1.6.0-1                    OK
libesd-devel                       0.2.41-10                  OK
libesd0                            0.2.41-10                  OK
Empty package libesound0
libesound0                         0.2.41-1                   OK
libevtlog-devel                    0.2.12-1                   OK
libevtlog0                         0.2.12-1                   OK
libexif-devel                      0.6.20-1                   OK
libexif12                          0.6.20-1                   OK
libexpat0                          1.95.8-2                   OK
libexpat1                          2.0.1-1                    OK
libexpat1-devel                    2.0.1-1                    OK
libext2fs-devel                    1.41.14-1                  OK
libext2fs2                         1.41.14-1                  OK
libfam-devel                       0.1.10-11                  OK
libfam0                            0.1.10-11                  OK
libfcgi-devel                      2.4.0-2                    OK
libfcgi0                           2.4.0-2                    OK
libffi4                            4.5.3-3                    OK
libfftw3-devel                     3.3-1                      OK
libfftw3_3                         3.3-1                      OK
libFLAC++6                         1.2.1-2                    OK
libFLAC8                           1.2.1-2                    OK
libfltk-devel                      1.1.10-1                   OK
libfltk-doc                        1.1.10-1                   OK
libfltk1.1                         1.1.10-1                   OK
libfltk1.1-gdi                     1.1.10-1                   OK
libfontconfig-devel                2.8.0-1                    OK
libfontconfig1                     2.8.0-1                    OK
libfontenc-devel                   1.1.0-1                    OK
libfontenc1                        1.1.0-1                    OK
libfpx                             1.2.0.13-1                 OK
libfpx-devel                       1.2.0.13-1                 OK
libfpx1                            1.2.0.13-1                 OK
libfreetype-devel                  2.4.7-1                    OK
libfreetype6                       2.4.7-1                    OK
libgailutil-devel                  2.20.1-1                   OK
libgailutil18                      2.20.1-1                   OK
libgamin1-devel                    0.1.10-11                  OK
libgamin1_0                        0.1.10-11                  OK
Empty package libgc
libgc                              7.1-1                      OK
libgc-devel                        7.1-1                      OK
libgc1                             7.1-1                      OK
libgcc1                            4.5.3-3                    OK
libgcj-common                      4.5.3-3                    OK
libgcj11                           4.5.3-3                    OK
libgcj9                            4.3.4-4                    OK
libgconf2-devel                    2.28.1-1                   OK
libgconf2_4                        2.28.1-1                   OK
libgcr-devel                       2.30.3-1                   OK
libgcr0                            2.30.3-1                   OK
libgcrypt                          1.4.6-1                    OK
libgcrypt-devel                    1.4.6-1                    OK
libgcrypt11                        1.4.6-1                    OK
libgd-devel                        2.0.36RC1-11               OK
libgd2                             2.0.36RC1-11               OK
libgdbm                            1.8.0-5                    OK
libgdbm-devel                      1.8.3-20                   OK
libgdbm3                           1.8.3-3                    OK
libgdbm4                           1.8.3-20                   OK
libgdk_imlib-devel                 1.9.15-10                  OK
libgdk_imlib1                      1.9.15-10                  OK
libgdk_pixbuf2.0-devel             2.20.1-1                   OK
libgdk_pixbuf2.0_0                 2.20.1-1                   OK
libgdk_pixbuf_xlib2.0-devel        2.20.1-1                   OK
libgdk_pixbuf_xlib2.0_0            2.20.1-1                   OK
libgeotiff                         1.2.5a-10                  OK
libgeotiff-devel                   1.2.5a-10                  OK
libgeotiff1                        1.2.5a-10                  OK
libgettextpo0                      0.18.1.1-2                 OK
libgfortran3                       4.5.3-3                    OK
libggi2                            2.2.2-2                    OK
libggi2-devel                      2.2.2-2                    OK
libggi2-display-aa                 2.2.2-2                    OK
libggi2-display-file               2.2.2-2                    OK
libggi2-display-terminfo           2.2.2-2                    OK
libggi2-display-x                  2.2.2-2                    OK
libggi2-samples                    2.2.2-2                    OK
libggimisc2                        2.2.2-2                    OK
libggimisc2-devel                  2.2.2-2                    OK
libggimisc2-samples                2.2.2-2                    OK
libggiwmh0                         0.3.2-2                    OK
libggiwmh0-devel                   0.3.2-2                    OK
libggiwmh0-display-x               0.3.2-2                    OK
libggiwmh0-samples                 0.3.2-2                    OK
libgif-devel                       4.1.6-10                   OK
libgif4                            4.1.6-10                   OK
libgii1                            1.0.2-2                    OK
libgii1-devel                      1.0.2-2                    OK
libgii1-input-x                    1.0.2-2                    OK
libgirepository1.0-devel           0.6.14-1                   OK
libgirepository1.0_0               0.6.14-1                   OK
libGL-devel                        7.10.3-1                   OK
libGL1                             7.10.3-1                   OK
Empty package libglade2
libglade2                          2.6.4-1                    OK
libglade2.0-devel                  2.6.4-1                    OK
libglade2.0_0                      2.6.4-1                    OK
libglib1.2-devel                   1.2.10-10                  OK
libglib1.2_0                       1.2.10-10                  OK
libglib2.0-devel                   2.24.1-1                   OK
libglib2.0_0                       2.24.1-1                   OK
libglitz-devel                     0.5.6-10                   OK
libglitz1                          0.5.6-10                   OK
libglpk-devel                      4.47-1                     OK
libglpk0                           4.47-1                     OK
libGLU-devel                       7.10.3-1                   OK
libGLU1                            7.10.3-1                   OK
libglut-devel                      2.6.0-1                    OK
libglut3                           2.6.0-1                    OK
libGLw-devel                       7.10.3-1                   OK
libGLw1                            7.10.3-1                   OK
libgmp-devel                       4.3.2-1                    OK
libgmp3                            4.3.2-1                    OK
libgmpxx4                          4.3.2-1                    OK
libgnat4.3                         4.3.4-4                    OK
libgnat4.5                         4.5.3-3                    OK
libgnome-keyring-devel             2.30.1-1                   OK
libgnome-keyring0                  2.30.1-1                   OK
libgnome2-devel                    2.30.0-1                   OK
libgnome2_0                        2.30.0-1                   OK
libgnomecanvas2-devel              2.30.1-1                   OK
libgnomecanvas2_0                  2.30.1-1                   OK
libgnomeprint2.2-devel             2.18.7-1                   OK
libgnomeprint2.2_0                 2.18.7-1                   OK
libgnomeprintui2.2-devel           2.18.5-1                   OK
libgnomeprintui2.2_0               2.18.5-1                   OK
libgnomeui2-devel                  2.24.3-1                   OK
libgnomeui2_0                      2.24.3-1                   OK
libgnomevfs2-devel                 2.24.3-1                   OK
libgnomevfs2_0                     2.24.3-1                   OK
libgnutls11                        1.0.25-2                   OK
libgnutls26                        2.12.11-1                  OK
libgomp1                           4.5.3-3                    OK
libgp11-devel                      2.30.3-1                   OK
libgp11_0                          2.30.3-1                   OK
libgpg-error                       1.10-1                     OK
libgpg-error-devel                 1.10-1                     OK
libgpg-error0                      1.10-1                     OK
libGraphicsMagick-devel            1.3.12-2                   OK
libGraphicsMagick3                 1.3.12-2                   OK
libgs-devel                        8.63-2                     OK
libgs8                             8.63-2                     OK
libgsf                             1.14.18-1                  OK
libgsf1-devel                      1.14.18-1                  OK
libgsf1_114                        1.14.18-1                  OK
libgtk1.2-devel                    1.2.10-10                  OK
libgtk1.2_0                        1.2.10-10                  OK
libgtk2.0-devel                    2.20.1-1                   OK
libgtk2.0_0                        2.20.1-1                   OK
Empty package libgtkhtml2
libgtkhtml2                        2.11.1-10                  OK
libgtkhtml2-devel                  2.11.1-10                  OK
libgtkhtml2_0                      2.11.1-10                  OK
libguile12                         1.6.7-4                    OK
libguile17                         1.8.7-2                    OK
libhdf5-devel                      1.8.6-1                    OK
libhdf5_0                          1.6.9-2                    OK
libhdf5_6                          1.8.6-1                    OK
libICE-devel                       1.0.7-1                    OK
libICE6                            1.0.7-1                    OK
libiconv                           1.14-2                     OK
libiconv2                          1.14-2                     OK
libicu-devel                       4.8.1-1                    OK
libicu38                           3.8-7                      OK
libicu45                           4.5.1-1                    OK
libicu48                           4.8.1-1                    OK
libIDL2-devel                      0.8.14-1                   OK
libIDL2_0                          0.8.14-1                   OK
libidn                             1.18-1                     OK
libidn-devel                       1.18-1                     OK
libidn-doc                         1.18-1                     OK
libidn11                           1.18-1                     OK
libImageMagick1                    6.4.0.6-2                  OK
libImlib-devel                     1.9.15-11                  OK
libImlib1                          1.9.15-11                  OK
libintl1                           0.10.40-1                  OK
libintl2                           0.12.1-3                   OK
libintl3                           0.14.5-1                   OK
libintl8                           0.18.1.1-2                 OK
libisc-devel                       9.7.1-1                    OK
libisc50                           9.6.0_p1-1                 OK
libisc60                           9.7.1-1                    OK
libisccc-devel                     9.7.1-1                    OK
libisccc50                         9.6.0_p1-1                 OK
libisccc60                         9.7.1-1                    OK
libisccfg-devel                    9.7.1-1                    OK
libisccfg50                        9.6.0_p1-1                 OK
libisccfg60                        9.7.1-1                    OK
libjasper-devel                    1.900.1-11                 OK
libjasper1                         1.900.1-11                 OK
libjasper1.701_0                   1.701.0-3                  OK
libjbig-devel                      2.0-11                     OK
libjbig1                           1.5-3                      OK
libjbig2                           2.0-11                     OK
libjpeg-devel                      8b-1                       OK
libjpeg62                          6b-21                      OK
libjpeg6b                          6b-8                       OK
libjpeg7                           7-10                       OK
libjpeg8                           8b-1                       OK
libkate                            0.3.7-3                    OK
libkate-bin                        0.3.7-3                    OK
libkate-devel                      0.3.7-3                    OK
libkate1                           0.3.7-3                    OK
libkpathsea3                       2.0.2-15                   OK
libkpathsea4                       3.0.0-3                    OK
libksba                            1.0.7-1                    OK
libksba-devel                      1.0.7-1                    OK
libksba8                           1.0.7-1                    OK
liblapack-devel                    3.2.2-2                    OK
liblapack0                         3.2.2-2                    OK
liblcms-devel                      1.19-2                     OK
liblcms1                           1.19-2                     OK
libltdl3                           1.5.27a-1                  OK
libltdl7                           2.4-1                      OK
liblwres-devel                     9.7.1-1                    OK
liblwres50                         9.6.0_p1-1                 OK
liblwres60                         9.7.1-1                    OK
liblzma-devel                      5.0.2_20110517-1           OK
liblzma1                           4.999.9beta-11             OK
liblzma5                           5.0.2_20110517-1           OK
liblzmadec-devel                   4.32.7-10                  OK
liblzmadec0                        4.32.7-10                  OK
liblzo2                            2.03-10                    OK
liblzo2-devel                      2.03-10                    OK
liblzo2_2                          2.03-10                    OK
libMagick-devel                    6.4.0.6-2                  OK
libMagick10                        6.3.0.1-2                  OK
libmangle                          1.0-svn2930-1              OK
libmcrypt                          2.5.8-10                   OK
libmcrypt-devel                    2.5.8-10                   OK
libmcrypt4                         2.5.8-10                   OK
libming-devel                      0.4.3-2                    OK
libming0                           0.4.0.beta5-1              OK
libming1                           0.4.3-2                    OK
libmng                             1.0.10-1                   OK
libmng-contrib                     1.0.10-1                   OK
libmng-devel                       1.0.10-1                   OK
libmng1                            1.0.10-1                   OK
libmpc-devel                       0.8-1                      OK
libmpc1                            0.8-1                      OK
libmpfr-devel                      3.0.1-1                    OK
libmpfr1                           2.4.1-4                    OK
libmpfr4                           3.0.1-1                    OK
libncurses-devel                   5.7-18                     OK
libncurses10                       5.7-18                     OK
libncurses7                        5.3-4                      OK
libncurses8                        5.5-10                     OK
libncurses9                        5.7-16                     OK
libncursesw-devel                  5.7-18                     OK
libncursesw10                      5.7-18                     OK
libneon-devel                      0.29.3-1                   OK
libneon26                          0.26.4-1                   OK
libneon27                          0.29.3-1                   OK
libnetcdf-devel                    4.1.1-2                    OK
libnetcdf6                         4.1.1-2                    OK
libnetpbm-devel                    10.54.4-1                  OK
libnetpbm10                        10.54.4-1                  OK
libobjc2                           4.5.3-3                    OK
libogg                             1.3.0-1                    OK
libogg-devel                       1.3.0-1                    OK
libogg0                            1.3.0-1                    OK
libonig-devel                      5.9.2-1                    OK
libonig2                           5.9.2-1                    OK
libopencdk-devel                   0.6.6-10                   OK
libopencdk10                       0.6.6-10                   OK
libopencdk8                        0.5.7-1                    OK
libopenldap2                       2.1.25-1                   OK
libopenldap2_2_7                   2.2.26-2                   OK
libopenldap2_3_0                   2.3.43-1                   OK
libopenssl098                      0.9.8r-2                   OK
libORBit2-devel                    2.14.18-1                  OK
libORBit2_0                        2.14.18-1                  OK
libOSMesa-devel                    7.6.1-1                    OK
libOSMesa7                         7.6.1-1                    OK
libosp-devel                       1.5.2-2                    OK
libosp5                            1.5.2-2                    OK
libostyle-devel                    1.4devel1-2                OK
libostyle1                         1.4devel1-2                OK
libpango1.0-devel                  1.28.1-1                   OK
libpango1.0_0                      1.28.1-1                   OK
libpcre-devel                      8.13-1                     OK
libpcre0                           8.13-1                     OK
libpcrecpp-devel                   8.13-1                     OK
libpcrecpp0                        8.13-1                     OK
libpgtypes2                        8.2.11-1                   OK
libpixman1-devel                   0.22.2-1                   OK
libpixman1_0                       0.22.2-1                   OK
libplot-devel                      2.6-2                      OK
libplot2                           2.6-2                      OK
libplotter-devel                   2.6-2                      OK
libplotter2                        2.6-2                      OK
libpng                             1.4.8-1                    OK
libpng12                           1.2.46-1                   OK
libpng12-devel                     1.2.46-1                   OK
libpng14                           1.4.8-1                    OK
libpng14-devel                     1.4.8-1                    OK
libpopt0                           1.6.4-4                    OK
libppl                             0.10.2-1                   OK
libpq-devel                        8.2.11-1                   OK
libpq3                             7.4.5-1                    OK
libpq4                             8.2.5-1                    OK
libpq5                             8.2.11-1                   OK
libproj-devel                      4.6.1a-10                  OK
libproj0                           4.5.0a-2                   OK
libproj1                           4.6.1a-10                  OK
libproxy                           0.4.6-1                    OK
libproxy-devel                     0.4.6-1                    OK
libproxy0                          0.2.3-2                    OK
libproxy1                          0.4.6-1                    OK
libpstoedit0                       3.50-1                     OK
libpth-devel                       2.0.7-2                    OK
libpth20                           2.0.7-2                    OK
libpthread-stubs                   0.2-1                      OK
libqhull-devel                     2010.1-2                   OK
libqhull_5                         2009.1.1-1                 OK
libqhull_6                         2010.1-2                   OK
libqrupdate-devel                  1.1.1-1                    OK
libqrupdate0                       1.1.1-1                    OK
libqt3                             3.3.8b-11                  OK
libqt3-devel                       3.3.8b-11                  OK
libQt3Support4                     4.5.3-1                    OK
libQt3Support4-devel               4.5.3-1                    OK
libQtAssistantClient4              4.5.3-1                    OK
libQtAssistantClient4-devel        4.5.3-1                    OK
libQtCore4                         4.5.3-1                    OK
libQtCore4-devel                   4.5.3-1                    OK
libQtDBus4                         4.5.3-1                    OK
libQtDBus4-devel                   4.5.3-1                    OK
libQtDesigner4                     4.5.3-1                    OK
libQtDesigner4-devel               4.5.3-1                    OK
libQtGui4                          4.5.3-1                    OK
libQtGui4-devel                    4.5.3-1                    OK
libQtHelp4                         4.5.3-1                    OK
libQtHelp4-devel                   4.5.3-1                    OK
libQtNetwork4                      4.5.3-1                    OK
libQtNetwork4-devel                4.5.3-1                    OK
libQtOpenGL4                       4.5.3-1                    OK
libQtOpenGL4-devel                 4.5.3-1                    OK
libQtScript4                       4.5.3-1                    OK
libQtScript4-devel                 4.5.3-1                    OK
libQtScriptTools4                  4.5.3-1                    OK
libQtScriptTools4-devel            4.5.3-1                    OK
libQtSql4                          4.5.3-1                    OK
libQtSql4-devel                    4.5.3-1                    OK
libQtSvg4                          4.5.3-1                    OK
libQtSvg4-devel                    4.5.3-1                    OK
libQtTest4                         4.5.3-1                    OK
libQtTest4-devel                   4.5.3-1                    OK
libQtWebKit4                       4.5.3-1                    OK
libQtWebKit4-devel                 4.5.3-1                    OK
libQtXml4                          4.5.3-1                    OK
libQtXml4-devel                    4.5.3-1                    OK
libQtXmlPatterns4                  4.5.3-1                    OK
libQtXmlPatterns4-devel            4.5.3-1                    OK
librarian-devel                    0.8.1-12                   OK
librarian0                         0.8.1-12                   OK
libreadline5                       4.3-5                      OK
libreadline6                       5.2.14-12                  OK
libreadline7                       6.1.2-2                    OK
librsvg2-devel                     2.26.3-1                   OK
librsvg2_2                         2.26.3-1                   OK
librsync-devel                     0.9.7-3                    OK
librsync1                          0.9.7-3                    OK
libsasl2                           2.1.23-1                   OK
libsasl2-devel                     2.1.23-1                   OK
libsasl2-ldap                      2.1.23-1                   OK
libsasl2-sql                       2.1.23-1                   OK
libserf0-devel                     0.7.1-1                    OK
libserf0_0                         0.3.1-1                    OK
libserf0_1                         0.7.1-1                    OK
libserf1-devel                     1.0.0-1                    OK
libserf1_0                         1.0.0-1                    OK
libsigc2.0                         2.2.10-1                   OK
libsigc2.0-devel                   2.2.10-1                   OK
libsigc2.0-doc                     2.2.10-1                   OK
libsigc2.0_0                       2.2.10-1                   OK
libsigsegv                         2.10-1                     OK
libsigsegv0                        2.6-1                      OK
libsigsegv1                        2.6+-1                     OK
libsigsegv2                        2.10-1                     OK
libslang-devel                     2.2.4-1                    OK
libslang2                          2.2.4-1                    OK
libSM-devel                        1.2.0-1                    OK
libSM6                             1.2.0-1                    OK
libsmi                             0.4.8-1                    OK
libsmi-devel                       0.4.8-1                    OK
libsmi2                            0.4.8-1                    OK
libsoup-gnome2.4-devel             2.30.2-1                   OK
libsoup-gnome2.4_1                 2.30.2-1                   OK
libsoup2.4-devel                   2.30.2-1                   OK
libsoup2.4_1                       2.30.2-1                   OK
libspeex1                          1.2rc1-1                   OK
libsqlite3-devel                   3.7.3-1                    OK
libsqlite3_0                       3.7.3-1                    OK
libss-devel                        1.41.14-1                  OK
libss2                             1.41.14-1                  OK
libssh2-devel                      1.2.7-1                    OK
libssh2_1                          1.2.7-1                    OK
libssp0                            4.5.3-3                    OK
libstartup-notification1-devel     0.12-1                     OK
libstartup-notification1_0         0.12-1                     OK
libstdc++6                         4.5.3-3                    OK
libstdc++6-devel                   4.5.3-3                    OK
libSuiteSparse-devel               3.6.1-1                    OK
libtasn1                           2.9-1                      OK
libtasn1-devel                     2.9-1                      OK
libtasn1_3                         2.9-1                      OK
libtextcat                         2.2-2                      OK
libtextcat-devel                   2.2-2                      OK
libtextcat0                        2.2-2                      OK
libtheora                          1.1.1-2                    OK
libtheora-devel                    1.1.1-2                    OK
libtheora0                         1.1.1-2                    OK
libtheoradec1                      1.1.1-2                    OK
libtheoraenc1                      1.1.1-2                    OK
libtidy-devel                      20090325-1                 OK
libtidy0_99_0                      20090325-1                 OK
libtiff-devel                      3.9.4-1                    OK
libtiff3                           3.6.0-2                    OK
libtiff4                           3.6.0-5                    OK
libtiff5                           3.9.4-1                    OK
libtirpc                           0.2.1-1                    OK
libtirpc-devel                     0.2.1-1                    OK
libtirpc1                          0.2.1-1                    OK
libtool                            2.4-1                      OK
libtorrent                         0.12.9-1                   OK
libtorrent-devel                   0.12.9-1                   OK
libtorrent11                       0.12.6-1                   OK
libtorrent14                       0.12.9-1                   OK
libudunits-devel                   2.1.21-1                   OK
libudunits0                        2.1.21-1                   OK
libungif4                          4.1.4-2                    OK
libusb-win32                       1.2.5.0-1                  OK
libusb1.0                          1.0.8+git20110720-1        OK
libusb1.0-devel                    1.0.8+git20110720-1        OK
libustr                            1.0.4-11                   OK
libustr-devel                      1.0.4-11                   OK
libustr1                           1.0.4-11                   OK
libuuid-devel                      2.17.2-1                   OK
libuuid1                           2.17.2-1                   OK
libvorbis                          1.3.2-1                    OK
libvorbis-devel                    1.3.2-1                    OK
libvorbis0                         1.3.2-1                    OK
libvorbisenc2                      1.3.2-1                    OK
libvorbisfile3                     1.3.2-1                    OK
libWindowsWM-devel                 1.0.1-1                    OK
libWindowsWM7                      1.0.1-1                    OK
libWINGs-devel                     0.92.1pre2-2               OK
libWMaker-devel                    0.92.1pre2-2               OK
libwmf                             0.2.8.4-10                 OK
libwmf-devel                       0.2.8.4-10                 OK
libwmf-doc                         0.2.8.4-10                 OK
libwmf027                          0.2.8.4-10                 OK
libwnck                            2.30.2-1                   OK
libwnck1-devel                     2.30.2-1                   OK
libwnck1_22                        2.30.2-1                   OK
libwrap-devel                      7.6-21                     OK
libwrap0                           7.6-21                     OK
libwraster-devel                   0.92.1pre2-2               OK
libwraster3                        0.92.1pre2-2               OK
libX11-devel                       1.4.4-1                    OK
libX11-xcb-devel                   1.4.4-1                    OK
libX11-xcb1                        1.4.4-1                    OK
libX11_6                           1.4.4-1                    OK
libXau-devel                       1.0.6-1                    OK
libXau6                            1.0.6-1                    OK
libXaw-devel                       1.0.9-1                    OK
libXaw3d-devel                     1.5D-10                    OK
libXaw3d7                          1.5D-10                    OK
libXaw6                            1.0.7-1                    OK
libXaw7                            1.0.9-1                    OK
libXaw8                            6.8.99.901-1               OK
Empty package libxcb-atom-devel
libxcb-atom-devel                  0.3.8-1                    OK
libxcb-atom1                       0.3.6-1                    OK
Empty package libxcb-aux-devel
libxcb-aux-devel                   0.3.8-1                    OK
libxcb-aux0                        0.3.6-1                    OK
libxcb-composite-devel             1.7-2                      OK
libxcb-composite0                  1.7-2                      OK
libxcb-damage-devel                1.7-2                      OK
libxcb-damage0                     1.7-2                      OK
libxcb-devel                       1.7-2                      OK
libxcb-doc                         1.7-2                      OK
libxcb-dpms-devel                  1.7-2                      OK
libxcb-dpms0                       1.7-2                      OK
Empty package libxcb-event-devel
libxcb-event-devel                 0.3.8-1                    OK
libxcb-event1                      0.3.6-1                    OK
libxcb-ewmh-devel                  0.3.8-1                    OK
libxcb-ewmh1                       0.3.8-1                    OK
libxcb-glx-devel                   1.7-2                      OK
libxcb-glx0                        1.7-2                      OK
libxcb-icccm-devel                 0.3.8-1                    OK
libxcb-icccm1                      0.3.6-1                    OK
libxcb-icccm4                      0.3.8-1                    OK
libxcb-image-devel                 0.3.8-1                    OK
libxcb-image0                      0.3.8-1                    OK
libxcb-keysyms-devel               0.3.8-1                    OK
libxcb-keysyms1                    0.3.8-1                    OK
Empty package libxcb-property-devel
libxcb-property-devel              0.3.8-1                    OK
libxcb-property1                   0.3.6-1                    OK
libxcb-randr-devel                 1.7-2                      OK
libxcb-randr0                      1.7-2                      OK
libxcb-record-devel                1.7-2                      OK
libxcb-record0                     1.7-2                      OK
libxcb-render-devel                1.7-2                      OK
libxcb-render-util-devel           0.3.8-1                    OK
libxcb-render-util0                0.3.8-1                    OK
libxcb-render0                     1.7-2                      OK
Empty package libxcb-reply-devel
libxcb-reply-devel                 0.3.8-1                    OK
libxcb-reply1                      0.3.6-1                    OK
libxcb-res-devel                   1.7-2                      OK
libxcb-res0                        1.7-2                      OK
libxcb-screensaver-devel           1.7-2                      OK
libxcb-screensaver0                1.7-2                      OK
libxcb-shape-devel                 1.7-2                      OK
libxcb-shape0                      1.7-2                      OK
libxcb-shm-devel                   1.7-2                      OK
libxcb-shm0                        1.7-2                      OK
libxcb-sync-devel                  1.7-2                      OK
libxcb-sync0                       1.7-2                      OK
libxcb-util-devel                  0.3.8-1                    OK
libxcb-util0                       0.3.8-1                    OK
libxcb-xfixes-devel                1.7-2                      OK
libxcb-xfixes0                     1.7-2                      OK
libxcb-xinerama-devel              1.7-2                      OK
libxcb-xinerama0                   1.7-2                      OK
libxcb-xinput-devel                1.7-2                      OK
libxcb-xinput0                     1.7-2                      OK
libxcb-xtest-devel                 1.7-2                      OK
libxcb-xtest0                      1.7-2                      OK
libxcb1                            1.7-2                      OK
libXcomposite-devel                0.4.3-1                    OK
libXcomposite1                     0.4.3-1                    OK
libXcursor-devel                   1.1.12-1                   OK
libXcursor1                        1.1.12-1                   OK
libXdamage-devel                   1.1.3-1                    OK
libXdamage1                        1.1.3-1                    OK
libxdelta2                         1.1.4-1                    OK
libXdmcp-devel                     1.1.0-1                    OK
libXdmcp6                          1.1.0-1                    OK
libxerces-c-devel                  3.0.1-10                   OK
libxerces-c28                      2.8.0-5                    OK
libxerces-c30                      3.0.1-10                   OK
libXext-devel                      1.3.0-1                    OK
libXext6                           1.3.0-1                    OK
libXfixes-devel                    5.0-1                      OK
libXfixes3                         5.0-1                      OK
libXfont-devel                     1.4.4-1                    OK
Missing file: /usr/share/doc/Cygwin/libXfont.README from package libXfont1
Missing file: /usr/share/doc/libXfont/ChangeLog from package libXfont1
libXfont1                          1.4.1-1                    Incomplete
libXft-devel                       2.2.0-1                    OK
libXft1                            1.0.0-1                    OK
libXft2                            2.2.0-1                    OK
libXi-devel                        1.4.3-1                    OK
libXi6                             1.4.3-1                    OK
libXinerama-devel                  1.1.1-1                    OK
libXinerama1                       1.1.1-1                    OK
libxkbfile-devel                   1.0.7-1                    OK
libxkbfile1                        1.0.7-1                    OK
libXm-devel                        0.95.2-2                   OK
libXm2                             0.95.2-2                   OK
libXmHTML0                         1.1.7-10                   OK
libxmi-devel                       2.6-2                      OK
libxmi0                            2.6-2                      OK
libxml2                            2.7.8-2                    OK
libxml2-devel                      2.7.8-2                    OK
libxml2-doc                        2.7.8-2                    OK
libXmu-devel                       1.1.0-1                    OK
libXmu6                            1.1.0-1                    OK
libXmuu1                           1.1.0-1                    OK
libXp6                             6.8.99.901-1               OK
libXpm-devel                       3.5.9-1                    OK
libXpm-noX                         3.5.7-12                   OK
libXpm-noX-devel                   3.5.7-12                   OK
libXpm-noX_4                       3.5.7-12                   OK
libXpm4                            3.5.9-1                    OK
libXrandr-devel                    1.3.2-1                    OK
libXrandr2                         1.3.2-1                    OK
libXrender-devel                   0.9.6-1                    OK
libXrender1                        0.9.6-1                    OK
libXRes-devel                      1.0.5-1                    OK
libXRes1                           1.0.5-1                    OK
libxslt                            1.1.26-2                   OK
libxslt-devel                      1.1.26-2                   OK
libxslt-doc                        1.1.26-2                   OK
libXss-devel                       1.2.0-1                    OK
libXss1                            1.2.0-1                    OK
libXt-devel                        1.1.1-1                    OK
libXt6                             1.1.1-1                    OK
libXtst-devel                      1.2.0-1                    OK
libXtst6                           1.2.0-1                    OK
lighttpd                           1.4.20-1                   OK
lilypond                           2.14.1-1                   OK
lilypond-doc                       2.14.1-1                   OK
links                              2.2-1                      OK
listres                            1.0.2-1                    OK
lndir                              1.0.2-1                    OK
login                              1.10-10                    OK
logiweb                            0.2.11-1                   OK
lua                                5.1.4-11                   OK
luit                               1.1.0-1                    OK
lv                                 4.51-1                     OK
lynx                               2.8.5-4                    OK
lyx                                1.6.6-1                    OK
lzip                               1.11-1                     OK
lzop                               1.02rc1-1                  OK
m4                                 1.4.16-1                   OK
mairix                             0.21-1                     OK
make                               3.81-2                     OK
makedepend                         1.0.3-1                    OK
makeself                           2.1.5-3                    OK
man                                1.6f-1                     OK
maradns                            1.4.04-1                   OK
mathomatic                         15.1.5-1                   OK
mc                                 4.7.5.4-1                  OK
mcrypt                             2.6.8-1                    OK
md5deep                            3.6-1                      OK
mercurial                          1.9.2-1                    OK
Empty package mesa
mesa                               7.10.3-1                   OK
mesa-demos                         8.0.1-1                    OK
mhash                              0.9.2-1                    OK
micro-httpd                        20011214-1                 OK
mined                              2011.17-0                  OK
ming                               0.4.3-2                    OK
mingw-binutils                     2.21-1                     OK
mingw-bzip2                        1.0.6-1                    OK
mingw-gcc-core                     4.5.2-1                    OK
mingw-gcc-fortran                  4.5.2-1                    OK
mingw-gcc-g++                      4.5.2-1                    OK
mingw-gcc-objc                     4.5.2-1                    OK
mingw-libbz2-devel                 1.0.6-1                    OK
mingw-libbz2_2                     1.0.6-1                    OK
mingw-libgcrypt                    1.4.6-1                    OK
mingw-libgcrypt-devel              1.4.6-1                    OK
mingw-libgcrypt11                  1.4.6-1                    OK
mingw-libgpg-error                 1.10-1                     OK
mingw-libgpg-error-devel           1.10-1                     OK
mingw-libgpg-error0                1.10-1                     OK
mingw-liblzma-devel                5.0.2_20110517-1           OK
mingw-liblzma5                     5.0.2_20110517-1           OK
mingw-pthreads                     20110507-1                 OK
mingw-runtime                      3.20-1                     OK
mingw-w32api                       3.17-2                     OK
mingw-xz                           5.0.2_20110517-1           OK
mingw-zlib                         1.2.5-6                    OK
mingw-zlib-devel                   1.2.5-6                    OK
mingw-zlib1                        1.2.5-6                    OK
mingw64-i686-binutils              2.21.53-1                  OK
Empty package mingw64-i686-gcc
mingw64-i686-gcc                   4.5.3-3                    OK
mingw64-i686-gcc-ada               4.5.3-3                    OK
mingw64-i686-gcc-core              4.5.3-3                    OK
mingw64-i686-gcc-fortran           4.5.3-3                    OK
mingw64-i686-gcc-g++               4.5.3-3                    OK
mingw64-i686-gcc-objc              4.5.3-3                    OK
mingw64-i686-headers               3.0b_svn4430-1             OK
mingw64-i686-pthreads              20100619-4                 OK
mingw64-i686-runtime               3.0b_svn4430-1             OK
mingw64-x86_64-binutils            2.21.53-1                  OK
Empty package mingw64-x86_64-gcc
mingw64-x86_64-gcc                 4.5.3-3                    OK
mingw64-x86_64-gcc-ada             4.5.3-3                    OK
mingw64-x86_64-gcc-core            4.5.3-3                    OK
mingw64-x86_64-gcc-fortran         4.5.3-3                    OK
mingw64-x86_64-gcc-g++             4.5.3-3                    OK
mingw64-x86_64-gcc-objc            4.5.3-3                    OK
mingw64-x86_64-headers             3.0b_svn4430-1             OK
mingw64-x86_64-pthreads            20100619-4                 OK
mingw64-x86_64-runtime             3.0b_svn4430-1             OK
minires                            1.02-1                     OK
mintty                             1.0.1-1                    OK
mkcfm                              1.0.1-1                    OK
mkcomposecache                     1.2.1-1                    OK
mkfontdir                          1.0.6-1                    OK
mkfontscale                        1.0.9-1                    OK
mkisofs                            1.1.7.1-1                  OK
mksh                               40b-1                      OK
mlcscope                           14.1.8-2                   OK
mm-common                          0.9.2-1                    OK
mmv                                1.01b-1                    OK
monotone                           1.0-2                      OK
mpclib                             0.8-1                      OK
mpfr                               3.0.1-1                    OK
mscgen                             0.20-1                     OK
msmtp                              1.4.22-1                   OK
mt                                 2.3.2-1                    OK
mtd                                20050419-1                 OK
multitail                          5.2.6-1                    OK
Missing file: /etc/Muttrc.setupnew from package mutt
Missing file: /etc/mime.types.setupnew from package mutt
mutt                               1.5.20-1                   Incomplete
naim                               0.11.8.2.1-2               OK
nano                               2.2.5-1                    OK
nas                                1.9.3-1                    OK
nasm                               2.08.02-1                  OK
ncdu                               1.6-1                      OK
ncftp                              3.2.1-1                    OK
ncurses                            5.7-18                     OK
ncurses-demo                       5.7-18                     OK
ncursesw                           5.7-18                     OK
ncursesw-demo                      5.7-18                     OK
nedit                              5.5-4                      OK
neon                               0.29.3-1                   OK
netcat                             1.10-2                     OK
netcdf                             4.1.1-2                    OK
netpbm                             10.54.4-1                  OK
nfrotz                             0.3.3-3                    OK
nfs-server                         2.3-5                      OK
ngspice                            23-1                       OK
ninvaders                          0.1.1-1                    OK
nosleep                            0.1.4-1                    OK
nrss                               0.3.9-1                    OK
nttcp                              1.47-1                     OK
o3read                             0.0.4-1                    OK
obconf                             2.0.3-10                   OK
Empty package ocaml
ocaml                              3.12.0-4                   OK
ocaml-base                         3.12.0-4                   OK
ocaml-camlp4                       3.12.0-4                   OK
ocaml-compiler-libs                3.12.0-4                   OK
oclock                             1.0.2-1                    OK
octave                             3.4.2-3                    OK
octave-devel                       3.4.2-3                    OK
octave-doc                         3.4.2-3                    OK
octave-forge                       20110730-1                 OK
odt2txt                            0.3+git20070827-1          OK
offlineimap                        6.2.0.2-1                  OK
ogmtools                           1.5-1                      OK
Empty package onig
onig                               5.9.2-1                    OK
oodiff                             20080328-1                 OK
openbox                            3.4.10-1                   OK
opencdk                            0.6.6-10                   OK
opengl                             1.1.0-10                   OK
openjade                           1.4devel1-2                OK
openldap                           2.3.43-1                   OK
openldap-devel                     2.3.43-1                   OK
OpenSP                             1.5.2-2                    OK
openssh                            5.9p1-1                    OK
openssl                            0.9.8r-2                   OK
openssl-devel                      0.9.8r-2                   OK
optipng                            0.5.5-2                    OK
ORBit2                             2.14.18-1                  OK
orpie                              1.5.1-2                    OK
outguess                           0.2-1                      OK
p7zip                              9.20.1-1                   OK
pal                                0.3.5-1                    OK
par                                1.52-1                     OK
parrot                             3.6.0-1                    OK
parrot-devel                       3.6.0-1                    OK
parrot-docs                        3.6.0-1                    OK
patch                              2.5.8-9                    OK
patcher                            0.0.20040521-1             OK
patchutils                         0.3.2-1                    OK
pbzip2                             1.1.5-1                    OK
pcre                               8.13-1                     OK
Empty package pcre-devel
pcre-devel                         7.9-1                      OK
pdftk                              1.41-1                     OK
perl                               5.10.1-5                   OK
perl-Error                         0.17016-1                  OK
perl-ExtUtils-Depends              0.302-1                    OK
perl-ExtUtils-PkgConfig            1.12-1                     OK
perl-Graphics-Magick               1.3.12-2                   OK
perl-Image-Magick                  6.4.0.6-2                  OK
perl-libwin32                      0.28-3                     OK
perl-Locale-gettext                1.05-11                    OK
perl-ming                          0.4.3-2                    OK
perl-Net-Libproxy                  0.4.6-1                    OK
perl-SGMLSpm                       1.03ii-2                   OK
perl-Tk                            804.029-2                  OK
perl-Win32-GUI                     1.06-3                     OK
perl-XML-Simple                    2.18-10                    OK
perl_debuginfo                     5.10.1-5                   OK
perl_manpages                      5.10.1-5                   OK
pinentry                           0.7.6-3                    OK
pinentry-gtk2                      0.7.6-3                    OK
pinentry-qt4                       0.7.6-3                    OK
pinentry-w32                       0.7.6-3                    OK
pinfo                              0.6.9-1                    OK
ping                               1.0-1                      OK
pkg-config                         0.23b-10                   OK
planet                             2.0-2                      OK
ploticus                           2.32-1                     OK
ploticus-common                    2.32-1                     OK
ploticus-doc                       2.32-1                     OK
plotutils                          2.6-2                      OK
pngcheck                           2.3.0-1                    OK
pngcrush                           1.6.7-1                    OK
pngquant                           1.0-1                      OK
popt                               1.6.4-4                    OK
posh                               0.9.1-1                    OK
postgresql                         8.2.11-1                   OK
postgresql-client                  8.2.11-1                   OK
postgresql-contrib                 8.2.11-1                   OK
postgresql-devel                   8.2.11-1                   OK
postgresql-doc                     8.2.11-1                   OK
postgresql-plperl                  8.2.11-1                   OK
postgresql-plpython                8.2.11-1                   OK
potrace                            1.8-1                      OK
ppl                                0.10.2-1                   OK
ppl-devel                          0.10.2-1                   OK
ppl-doc                            0.10.2-1                   OK
pr3287                             3.3.4p7-2                  OK
printproto                         1.0.4-1                    OK
procmail                           3.22-10                    OK
procps                             3.2.7-1                    OK
proftpd                            1.2.10-1                   OK
proj                               4.6.1a-10                  OK
pscan                              1.2-1                      OK
psmisc                             22.14-1                    OK
pstoedit                           3.50-1                     OK
pstoedit-devel                     3.50-1                     OK
psutils                            1.17-1                     OK
pth                                2.0.7-2                    OK
pure-ftpd                          1.0.29-1                   OK
pwgen                              2.06-2                     OK
python                             2.6.5-2                    OK
python-brlapi                      4.2-2                      OK
python-cairo                       1.8.10-1                   OK
python-crypto                      2.0.1-2                    OK
python-doc                         2.6.5-2                    OK
python-feedparser                  5.0.1-1                    OK
python-gamin                       0.1.10-11                  OK
python-gdata                       2.0.15-1                   OK
python-gobject2.0                  2.20.0-2                   OK
python-gobject2.0-devel            2.20.0-2                   OK
python-gsf                         1.14.18-1                  OK
python-gtk2.0                      2.16.0-2                   OK
python-gtk2.0-demo                 2.16.0-2                   OK
python-gtk2.0-devel                2.16.0-2                   OK
python-lcms                        1.19-2                     OK
python-libproxy                    0.4.6-1                    OK
python-libxml2                     2.7.8-2                    OK
python-libxslt                     1.1.26-2                   OK
python-ming                        0.4.3-2                    OK
python-numpy                       1.5.1-1                    OK
python-paramiko                    1.7.6-2                    OK
python-pygtk                       2.20.0-2                   OK
python-pyrex                       0.9.9-2                    OK
python-test                        2.6.5-2                    OK
python-tkinter                     2.6.5-2                    OK
python-xdg                         0.19-1                     OK
qhull                              2010.1-2                   OK
Empty package qrupdate
qrupdate                           1.1.1-1                    OK
qsf                                1.2.7-1                    OK
Empty package qt3
qt3                                3.3.8b-11                  OK
qt3-devel-tools                    3.3.8b-11                  OK
qt3-doc                            3.3.8b-11                  OK
qt3-qtconfig                       3.3.8b-11                  OK
qt4-devel-tools                    4.5.3-1                    OK
qt4-doc                            4.5.3-1                    OK
qt4-qtconfig                       4.5.3-1                    OK
qt4-qtdemo                         4.5.3-1                    OK
quilt                              0.48-4                     OK
rakudo                             201107-1                   OK
rakudo-star                        201107-1                   OK
randrproto                         1.3.2-1                    OK
rarian                             0.8.1-12                   OK
rats                               2.3-1                      OK
rc                                 1.7.1-1                    OK
rcs                                5.7-11                     OK
rdiff                              0.9.7-3                    OK
rdiff-backup                       1.2.8-4                    OK
rdtool                             0.6.22-1                   OK
readline                           6.1.2-2                    OK
readpst                            0.5.3-1                    OK
rebase                             4.0.1-1                    OK
recordproto                        1.14.1-1                   OK
renattach                          1.2.4-1                    OK
rendercheck                        1.4-1                      OK
renderproto                        0.11.1-1                   OK
resourceproto                      1.2.0-1                    OK
rgb                                1.0.4-1                    OK
rlwrap                             0.24-1                     OK
robodoc                            4.99.36-1                  OK
robots                             2.1-1                      OK
rpcgen                             2.11.90_20100818-1         OK
rpm                                4.1-2                      OK
rpm-build                          4.1-2                      OK
rpm-doc                            4.1-2                      OK
rsh                                0.17-1                     OK
rsh-server                         0.17-1                     OK
rsnapshot                          1.3.1-1                    OK
rstart                             1.0.4-1                    OK
rsvg                               2.26.3-1                   OK
rsync                              3.0.9-1                    OK
rtorrent                           0.8.9-1                    OK
ruby                               1.8.7-p72-2                OK
run                                1.1.13-1                   OK
run2                               0.4.0-1                    OK
rxp                                1.5.0-1                    OK
rxvt                               20050409-21                OK
rxvt-unicode-common                9.07-1                     OK
rxvt-unicode-X                     9.07-1                     OK
rzip                               2.1-1                      OK
s3270                              3.3.4p7-2                  OK
screen                             4.0.3-7                    OK
scrnsaverproto                     1.2.1-1                    OK
scsh                               0.6.7-2                    OK
sed                                4.2.1-1                    OK
sendxmpp                           0.0.8+cvs20070910-1        OK
Empty package serf
serf                               1.0.0-1                    OK
sessreg                            1.0.7-1                    OK
setxkbmap                          1.2.0-1                    OK
sgml-common                        0.6.3-3                    OK
sgrep                              1.94a-2                    OK
shared-mime-info                   0.90-1                     OK
sharutils                          4.10-2                     OK
shutdown                           1.7-1                      OK
sic                                1.0-1                      OK
since                              1.1-1                      OK
singular-base                      3.1.3-1                    OK
singular-help                      3.1.3-1                    OK
singular-icons                     3.1.2-1                    OK
singular-share                     3.1.3-1                    OK
singular-surf                      3.1.3-1                    OK
Empty package slang
slang                              2.2.4-1                    OK
slrn                               0.9.9p1-1                  OK
slsh                               2.2.4-1                    OK
smartmontools                      5.42-1                     OK
smproxy                            1.0.5-1                    OK
sng                                1.0.5-1                    OK
snownews                           1.5.7-1                    OK
socat                              1.7.1.3-1                  OK
spambayes                          1.0.4-2                    OK
spamoracle                         1.4-1                      OK
spamprobe                          1.4d-2                     OK
speex                              1.2rc1-1                   OK
speex-devel                        1.2rc1-1                   OK
splint                             3.1.1-2                    OK
sqlite3                            3.7.3-1                    OK
squid                              2.6.STABLE17-1             OK
ssmtp                              2.62-10                    OK
Empty package startup-notification
startup-notification               0.12-1                     OK
steghide                           0.5.1-1                    OK
stgit                              0.15-2                     OK
stow                               1.3.3-1                    OK
stunnel                            4.44-1                     OK
subversion                         1.7.1-1                    OK
subversion-apache2                 1.7.1-1                    OK
subversion-devel                   1.7.1-1                    OK
subversion-perl                    1.7.1-1                    OK
subversion-python                  1.7.1-1                    OK
subversion-ruby                    1.7.1-1                    OK
subversion-tools                   1.7.1-1                    OK
suck                               4.3.2-1                    OK
sudoku                             1.0.1-1                    OK
suite3270                          3.3.4p7-2                  OK
SuiteSparse                        3.6.1-1                    OK
sunrpc                             4.0-4                      OK
SWI-Prolog                         5.6.36-1                   OK
swig                               1.3.40-1                   OK
sxpm                               3.5.9-1                    OK
syslog-ng                          3.2.1-1                    OK
sysvinit                           2.86-10                    OK
t1lib                              5.1.2-10                   OK
t1lib-devel                        5.1.2-10                   OK
t1lib-x11                          5.1.2-10                   OK
t1lib5                             5.1.2-10                   OK
t1libx-devel                       5.1.2-10                   OK
t1libx5                            5.1.2-10                   OK
tack                               1.07-1                     OK
tailor                             0.9.35+darcs20090615-1     OK
tar                                1.25-1                     OK
task                               1.9.4-2                    OK
tcl-brlapi                         4.2-2                      OK
tcl-db3.1                          3.1.17-3                   OK
tcl-db3.3                          3.3.11.2-1                 OK
tcl-db4.0                          4.0.14-1                   OK
tcl-db4.1                          4.1.25.3-2                 OK
tcl-db4.2                          4.2.52.5-2                 OK
tcl-db4.3                          4.3.29.1-1                 OK
tcl-db4.4                          4.4.20.4-1                 OK
tcl-db4.5                          4.5.20.2-2                 OK
tcl-ming                           0.4.3-2                    OK
tcl3270                            3.3.4p7-2                  OK
tcltk                              20080420-1                 OK
tcm                                2.20-1                     OK
tcp_wrappers                       7.6-21                     OK
tcsh                               6.17.00.1-1                OK
ted                                2.17-1                     OK
termcap                            5.7_20091114-14            OK
terminfo                           5.7_20091114-14            OK
terminfo-extra                     5.7_20091114-14            OK
terminfo0                          5.5_20061104-12            OK
terminfo0-extra                    5.5_20061104-12            OK
tesseract-ocr                      2.04-1                     OK
tesseract-ocr-deu                  2.04-1                     OK
tesseract-ocr-deu-f                2.04-1                     OK
tesseract-ocr-devel                2.04-1                     OK
tesseract-ocr-eng                  2.04-1                     OK
tesseract-ocr-fra                  2.04-1                     OK
tesseract-ocr-ita                  2.04-1                     OK
tesseract-ocr-nld                  2.04-1                     OK
tesseract-ocr-por                  2.04-1                     OK
tesseract-ocr-spa                  2.04-1                     OK
tesseract-ocr-vie                  2.04-1                     OK
Empty package tetex
tetex                              3.0.0-3                    OK
tetex-base                         3.0.0-3                    OK
Missing file: /usr/bin/latex.exe from package tetex-bin
tetex-bin                          3.0.0-3                    Incomplete
tetex-devel                        3.0.0-3                    OK
tetex-doc                          3.0.0-3                    OK
tetex-extra                        3.0.0-3                    OK
tetex-tiny                         3.0.0-3                    OK
tetex-x11                          3.0.0-3                    OK
texi2html                          1.82-10                    OK
texinfo                            4.13-4                     OK
TeXmacs                            1.0.6-1                    OK
tftp                               5.0-3                      OK
tftp-server                        5.0-3                      OK
tic0                               5.5-10                     OK
tidy                               041206-1                   OK
tiff                               3.9.4-1                    OK
tiff-doc                           3.9.4-1                    OK
tiff-opengl                        3.9.4-1                    OK
tig                                0.15-1                     OK
time                               1.7-2                      OK
tin                                1.8.3-1                    OK
tinyirc                            1.1-1                      OK
tirc                               1.2-1                      OK
tnef                               1.4.3-1                    OK
transfig                           3.2.5c-1                   OK
ttcp                               20071212-1                 OK
twm                                1.0.7-1                    OK
txt2regex                          0.8-1                      OK
typespeed                          0.6.4-1                    OK
tzcode                             2010j-1                    OK
ucl                                1.03-1                     OK
ucspi-tcp                          0.88-2                     OK
udunits                            2.1.21-1                   OK
unace                              1.2b-1                     OK
unalz                              0.61-1                     OK
unifdef                            1.0+20030701-1             OK
unison2.27                         2.27.157-3                 OK
unison2.32                         2.32.52-3                  OK
unison2.40                         2.40.61-2                  OK
units                              1.87-1                     OK
unrtf                              0.19.3-1                   OK
untex                              9210-1                     OK
unzip                              6.0-10                     OK
upx                                3.07-1                     OK
urlgrabber                         3.1.0-2                    OK
util-linux                         2.17.2-1                   OK
uw-imap                            2007-2                     OK
uw-imap-imapd                      2007-2                     OK
uw-imap-util                       2007-2                     OK
vala-libproxy1.0                   0.4.6-1                    OK
varnish                            2.1.5-1                    OK
vfu                                4.10-1                     OK
viewres                            1.0.3-1                    OK
vim                                7.3.003-1                  OK
vorbis-tools                       1.4.0-1                    OK
w32api                             3.17-2                     OK
w3m                                0.5.2-2                    OK
wcd                                5.1.5-1                    OK
wdiff                              0.6.3-1                    OK
webcheck                           1.10.4-1                   OK
wget                               1.13.4-1                   OK
which                              2.20-2                     OK
whois                              5.0.11-1                   OK
wiggle                             0.8-1                      OK
WindowMaker                        0.92.1pre2-2               OK
windowswmproto                     1.0.4-1                    OK
wodim                              1.1.7.1-1                  OK
WordNet                            3.0-1                      OK
wput                               0.6.2-1                    OK
wtf                                0.0.4-7                    OK
X-start-menu-icons                 1.0.4-1                    OK
x11perf                            1.5.4-1                    OK
x2x                                1.30-2                     OK
x3270                              3.3.4p7-2                  OK
xauth                              1.0.6-1                    OK
xbiff                              1.0.3-1                    OK
xbitmaps                           1.1.1-1                    OK
xbrlapi                            4.2-2                      OK
xcalc                              1.0.4.1-1                  OK
xcb-proto                          1.6-3                      OK
xclip                              0.12-1                     OK
xclipboard                         1.1.1-1                    OK
xclock                             1.0.5-2                    OK
xcmiscproto                        1.2.1-1                    OK
xcmsdb                             1.0.3-1                    OK
xcompmgr                           1.1.5-1                    OK
xconsole                           1.0.4-1                    OK
xcursor-themes                     1.0.3-1                    OK
xcursorgen                         1.0.4-1                    OK
xdbedizzy                          1.1.0-1                    OK
xdelta                             1.1.4-1                    OK
xdelta-devel                       1.1.4-1                    OK
xditview                           1.0.2-1                    OK
xdpyinfo                           1.3.0-1                    OK
xedit                              1.2.0-1                    OK
xemacs                             21.4.22-1                  OK
xemacs-emacs-common                21.4.22-1                  OK
xemacs-mule-sumo                   2007-04-27-1               OK
xemacs-sumo                        2007-04-27-1               OK
xemacs-tags                        21.4.22-1                  OK
xerces-c                           3.0.1-10                   OK
xerces-c-doc                       3.0.1-10                   OK
xerces-c-test                      3.0.1-10                   OK
xev                                1.1.0-1                    OK
xextproto                          7.2.0-1                    OK
xeyes                              1.1.1-1                    OK
xf86bigfontproto                   1.2.0-1                    OK
xfd                                1.1.0-1                    OK
xfig                               3.2.5b-2                   OK
xfig-lib                           3.2.5b-2                   OK
xfindproxy                         1.0.2-1                    OK
xfontsel                           1.0.3-1                    OK
xfwp                               1.0.2-1                    OK
xgc                                1.0.3-1                    OK
xgraph                             12.1-2                     OK
xhost                              1.0.4-1                    OK
xineramaproto                      1.2.1-1                    OK
xinetd                             2.3.14-1                   OK
xinit                              1.3.1-1                    OK
xinput                             1.5.3-1                    OK
xkbcomp                            1.2.3-1                    OK
xkbevd                             1.1.2-1                    OK
xkbprint                           1.0.3-1                    OK
xkbutils                           1.0.3-1                    OK
xkeyboard-config                   2.4.1-1                    OK
xkill                              1.0.3-1                    OK
xload                              1.1.0-1                    OK
xlogo                              1.0.3-1                    OK
xlsatoms                           1.1.0-1                    OK
xlsclients                         1.1.2-1                    OK
xlsfonts                           1.0.3-1                    OK
xmag                               1.0.4-1                    OK
xman                               1.1.2-1                    OK
xmessage                           1.0.3-1                    OK
xmh                                1.0.2-1                    OK
XmHTML                             1.1.7-10                   OK
XmHTML-devel                       1.1.7-10                   OK
xmlto                              0.0.23-1                   OK
xmodmap                            1.0.5-1                    OK
xmon                               1.5.6-2                    OK
xmore                              1.0.2-1                    OK
xorg-cf-files                      1.0.4-1                    OK
xorg-docs                          1.6-1                      OK
xorg-scripts                       1.0.1-1                    OK
xorg-server                        1.11.1-1                   OK
xorg-server-dmx                    1.11.1-1                   OK
xorg-sgml-doctools                 1.10-1                     OK
xorg-util-macros                   1.15.0-1                   OK
Empty package xorg-x11-bin-dlls
xorg-x11-bin-dlls                  7.4-1                      OK
xpdf                               3.02-10                    OK
xpr                                1.0.2-1                    OK
xprop                              1.2.1-1                    OK
xproto                             7.0.22-1                   OK
xproxymanagementprotocol           1.0.3-1                    OK
xrandr                             1.3.5-1                    OK
xrdb                               1.0.9-1                    OK
xrefresh                           1.0.4-1                    OK
xrx                                1.0.4-1                    OK
xscope                             1.3-1                      OK
xset                               1.2.2-1                    OK
xsetmode                           1.0.0-1                    OK
xsetroot                           1.1.0-1                    OK
xsm                                1.0.2-1                    OK
xsri                               2.1.0-10                   OK
xstdcmap                           1.0.2-1                    OK
xterm                              276-1                      OK
xtrans                             1.2.6-1                    OK
xwd                                1.0.4-1                    OK
xwininfo                           1.1.2-1                    OK
xwinwm                             0.0.5-2                    OK
xwud                               1.0.3-1                    OK
xz                                 5.0.2_20110517-1           OK
zip                                3.0-11                     OK
zlib                               1.2.5-1                    OK
zlib-devel                         1.2.5-1                    OK
zlib0                              1.2.5-1                    OK
zoo                                2.10-2                     OK
zsh                                4.3.12-1                   OK
zsync                              0.6.2-1                    OK
Use -h to see help about each section

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

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

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

* Re: Problem with execution of binary file
  2011-11-04 18:21             ` Mark Geisert
@ 2011-11-05  9:52               ` David Sastre
  0 siblings, 0 replies; 20+ messages in thread
From: David Sastre @ 2011-11-05  9:52 UTC (permalink / raw)
  To: cygwin

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

On Fri, Nov 04, 2011 at 06:20:50PM +0000, Mark Geisert wrote:
> Eliot Moss writes:
> > I would add that having more than one cygwin installation
> > on the same system can be tricky, since you need to insure
> > that each program gets the right dlls, etc.
> 
> Sheesh, it's so tricky that I assumed the OP meant he had separate VMs for his
> two Cygwin installations.  If they really are installed on one machine, as the
> OP said, one 'cygcheck -svr' is enough.  I don't think the cygcheck has ever
> been posted in this thread but is the main requirement asked on
> <http://cygwin.com/problems.html> when reporting problems.

Also note that the OP is using a home-brewed bash (might be
meaningful):

   22  111648 [main] bash 536 normalize_posix_path:
src /usr/local/bin/bash
   23  111671 [main] bash 536 normalize_posix_path: /usr/local/bin/bash
= normalize_posix_path (/usr/local/bin/bash)
   23  111694 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/local/bin/bash)
   22  111716 [main] bash 536 set_flags: flags: binary (0x2)
   24  111740 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/local/bin/bash, dst C:\cygwin\usr\local\bin\bash, flags
0x3000A, rc 0

-- 
Huella de clave primaria: AD8F BDC0 5A2C FD5F A179  60E7 F79B AB04 5299 EC56

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 230 bytes --]

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

* Re: Problem with execution of binary file
  2011-11-04 18:00           ` Eliot Moss
@ 2011-11-04 18:21             ` Mark Geisert
  2011-11-05  9:52               ` David Sastre
  0 siblings, 1 reply; 20+ messages in thread
From: Mark Geisert @ 2011-11-04 18:21 UTC (permalink / raw)
  To: cygwin

Eliot Moss writes:
> I would add that having more than one cygwin installation
> on the same system can be tricky, since you need to insure
> that each program gets the right dlls, etc.

Sheesh, it's so tricky that I assumed the OP meant he had separate VMs for his
two Cygwin installations.  If they really are installed on one machine, as the
OP said, one 'cygcheck -svr' is enough.  I don't think the cygcheck has ever
been posted in this thread but is the main requirement asked on
<http://cygwin.com/problems.html> when reporting problems.

..mark


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

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

* Re: Problem with execution of binary file
  2011-11-04 17:56         ` Mark Geisert
@ 2011-11-04 18:00           ` Eliot Moss
  2011-11-04 18:21             ` Mark Geisert
  0 siblings, 1 reply; 20+ messages in thread
From: Eliot Moss @ 2011-11-04 18:00 UTC (permalink / raw)
  To: cygwin

I would add that having more than one cygwin installation
on the same system can be tricky, since you need to insure
that each program gets the right dlls, etc.

Regards -- Eliot Moss

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

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

* Re: Problem with execution of binary file
  2011-11-04 12:34       ` Edvardsen Kåre
@ 2011-11-04 17:56         ` Mark Geisert
  2011-11-04 18:00           ` Eliot Moss
  0 siblings, 1 reply; 20+ messages in thread
From: Mark Geisert @ 2011-11-04 17:56 UTC (permalink / raw)
  To: cygwin

> Anyway, I've installed two versions of cygwin on the same machine - the
> first was installed around Oct. 3 and the second one from a few days
> ago. Compiling exactly the same software on both versions gives success
> on the older installation and failure on the newer one. Could it be that
[...]
> Do you have any immediate idea of what could be the potential problem?

Only immediate suggestions :).  Run 'objdump -fp' on the two executables. 
Perhaps there's a difference between outputs that stands out or is meaningful
to somebody on the list when you report it.

Another thing you might try is 'cygcheck -svr' on the two Cygwin versions and
compare output.  That may show meaningful differences between the two versions.
 That will have a lot of output to sift through but any differences listed may
point to something.

..mark


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

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

* Re: Problem with execution of binary file
  2011-11-04 10:50     ` Eliot Moss
@ 2011-11-04 12:34       ` Edvardsen Kåre
  2011-11-04 17:56         ` Mark Geisert
  0 siblings, 1 reply; 20+ messages in thread
From: Edvardsen Kåre @ 2011-11-04 12:34 UTC (permalink / raw)
  To: moss; +Cc: cygwin

On fr., 2011-11-04 at 05:50 -0500, Eliot Moss wrote:
> On 11/4/2011 3:50 AM, Edvardsen Kåre wrote:
> >
> >> On 11/3/2011 4:56 PM, Eliot Moss wrote:
> >>          Ok, so here's one thing about bash: to get it to
> >>          run an *executable* (as opposed to a *script*),
> >>          you need to say "bash -c FLEXPART_GFORTRAN".
> >>          You might try strace on that. In addition to the
> >>          objdump suggestion.
> >>
> >> I have a moment to expand on this a little. The
> >> 80-byte read we saw was bash looking at the
> >> beginning of what it that was supposed to be a
> >> script (not a binary) and seeing if it really
> >> appeared to be a script. I did not look like a
> >> script, so bash gave up. (It checks whether the
> >> first line is all printable characters or white
> >> space.)
> >>
> >> Best -- Eliot Moss
> >>
> >
> > Hmm, wonder why bash would interpret it as a script. Anyway, I will get
> > back to you later with output from strace and objdump.
> 
> Because you did not specify -c ... EM

I'm still learning :)

Anyway, I've installed two versions of cygwin on the same machine - the
first was installed around Oct. 3 and the second one from a few days
ago. Compiling exactly the same software on both versions gives success
on the older installation and failure on the newer one. Could it be that
newer versions of some libs/compilers have bugs? Something different
between those two versions is for sure causing the problem.
Oviously, I'm using gfortran for building FLEXPART_GFORTRAN but I've
also installed from source the latest version of "jasper" and "grib_api"
libs (required by my FLEXPART software), and I'm not sure in detail what
is involved in building those libs.

Do you have any immediate idea of what could be the potential problem?

Cheers,
Kåre

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

* Re: Problem with execution of binary file
  2011-11-04  8:51   ` Edvardsen Kåre
@ 2011-11-04 10:50     ` Eliot Moss
  2011-11-04 12:34       ` Edvardsen Kåre
  0 siblings, 1 reply; 20+ messages in thread
From: Eliot Moss @ 2011-11-04 10:50 UTC (permalink / raw)
  To: Edvardsen Kåre; +Cc: cygwin

On 11/4/2011 3:50 AM, Edvardsen KÃ¥re wrote:
>
>> On 11/3/2011 4:56 PM, Eliot Moss wrote:
>>          Ok, so here's one thing about bash: to get it to
>>          run an *executable* (as opposed to a *script*),
>>          you need to say "bash -c FLEXPART_GFORTRAN".
>>          You might try strace on that. In addition to the
>>          objdump suggestion.
>>
>> I have a moment to expand on this a little. The
>> 80-byte read we saw was bash looking at the
>> beginning of what it that was supposed to be a
>> script (not a binary) and seeing if it really
>> appeared to be a script. I did not look like a
>> script, so bash gave up. (It checks whether the
>> first line is all printable characters or white
>> space.)
>>
>> Best -- Eliot Moss
>>
>
> Hmm, wonder why bash would interpret it as a script. Anyway, I will get
> back to you later with output from strace and objdump.

Because you did not specify -c ... EM

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

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

* Re: Problem with execution of binary file
  2011-11-03 21:57 ` Eliot Moss
  2011-11-04  1:54   ` Eliot Moss
@ 2011-11-04  8:51   ` Edvardsen Kåre
  2011-11-04 10:50     ` Eliot Moss
  1 sibling, 1 reply; 20+ messages in thread
From: Edvardsen Kåre @ 2011-11-04  8:51 UTC (permalink / raw)
  To: moss; +Cc: cygwin


> On 11/3/2011 4:56 PM, Eliot Moss wrote:
>         Ok, so here's one thing about bash: to get it to
>         run an *executable* (as opposed to a *script*),
>         you need to say "bash -c FLEXPART_GFORTRAN".
>         You might try strace on that. In addition to the
>         objdump suggestion.
> 
> I have a moment to expand on this a little. The
> 80-byte read we saw was bash looking at the
> beginning of what it that was supposed to be a
> script (not a binary) and seeing if it really
> appeared to be a script. I did not look like a
> script, so bash gave up. (It checks whether the
> first line is all printable characters or white
> space.)
> 
> Best -- Eliot Moss
> 

Hmm, wonder why bash would interpret it as a script. Anyway, I will get
back to you later with output from strace and objdump.

Cheers,
kåre

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

* Re: Problem with execution of binary file
  2011-11-03 21:57 ` Eliot Moss
@ 2011-11-04  1:54   ` Eliot Moss
  2011-11-04  8:51   ` Edvardsen Kåre
  1 sibling, 0 replies; 20+ messages in thread
From: Eliot Moss @ 2011-11-04  1:54 UTC (permalink / raw)
  To: cygwin

On 11/3/2011 4:56 PM, Eliot Moss wrote:
> Ok, so here's one thing about bash: to get it to
> run an *executable* (as opposed to a *script*),
> you need to say "bash -c FLEXPART_GFORTRAN".
> You might try strace on that. In addition to the
> objdump suggestion.

I have a moment to expand on this a little. The
80-byte read we saw was bash looking at the
beginning of what it that was supposed to be a
script (not a binary) and seeing if it really
appeared to be a script. I did not look like a
script, so bash gave up. (It checks whether the
first line is all printable characters or white
space.)

Best -- Eliot Moss

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

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

* Re: Problem with execution of binary file
  2011-11-03 12:21 Edvardsen Kåre
  2011-11-03 12:53 ` Corinna Vinschen
  2011-11-03 13:22 ` Eliot Moss
@ 2011-11-03 21:57 ` Eliot Moss
  2011-11-04  1:54   ` Eliot Moss
  2011-11-04  8:51   ` Edvardsen Kåre
  2 siblings, 2 replies; 20+ messages in thread
From: Eliot Moss @ 2011-11-03 21:57 UTC (permalink / raw)
  To: Edvardsen Kåre; +Cc: cygwin

Ok, so here's one thing about bash: to get it to
run an *executable* (as opposed to a *script*),
you need to say "bash -c FLEXPART_GFORTRAN".
You might try strace on that. In addition to the
objdump suggestion.

Regards -- EM

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

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

* Re: Problem with execution of binary file
  2011-11-03 14:11   ` Edvardsen Kåre
@ 2011-11-03 19:54     ` Mark Geisert
  0 siblings, 0 replies; 20+ messages in thread
From: Mark Geisert @ 2011-11-03 19:54 UTC (permalink / raw)
  To: cygwin

Edvardsen KÃ¥re writes:
> Here is a few lines of "od -b" output from both the working and bad
> binary, respectively.
[...]

Maybe more fruitful would be 'objdump -fp' run on both good and bad versions?

..mark




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

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

* Re: Problem with execution of binary file
  2011-11-03 13:22 ` Eliot Moss
@ 2011-11-03 14:11   ` Edvardsen Kåre
  2011-11-03 19:54     ` Mark Geisert
  0 siblings, 1 reply; 20+ messages in thread
From: Edvardsen Kåre @ 2011-11-03 14:11 UTC (permalink / raw)
  To: moss; +Cc: cygwin

On to., 2011-11-03 at 08:21 -0500, Eliot Moss wrote:
> Someone more expert than I am may be able to say more
> (or correct me if I'm wrong), but it appears that bash
> opened the file, read 80 bytes, and didn't like what it
> saw. So: What does "file FLEXPART_GFORTRAN.exe" say
> about the file? Or maybe you could give us the first
> few lines from "od -b FLEXPART_GFORTRAN.exe". It's
> starting to look as if it is not properly built. Or,
> maybe it got messed with in the process of transfer
> from the other system.
> 
> Regards -- Eliot Moss

As corinna pointed out, the file is barely red before it's closed. The
file command gives "PE32 executable (console) Intel 80386, for MS
Windows"

Here is a few lines of "od -b" output from both the working and bad
binary, respectively.


"Good binary"

0000000 115 132 220 000 003 000 000 000 004 000 000 000 377 377 000 000
0000020 270 000 000 000 000 000 000 000 100 000 000 000 000 000 000 000
0000040 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
0000060 000 000 000 000 000 000 000 000 000 000 000 000 200 000 000 000
0000100 016 037 272 016 000 264 011 315 041 270 001 114 315 041 124 150
0000120 151 163 040 160 162 157 147 162 141 155 040 143 141 156 156 157
0000140 164 040 142 145 040 162 165 156 040 151 156 040 104 117 123 040
0000160 155 157 144 145 056 015 015 012 044 000 000 000 000 000 000 000
0000200 120 105 000 000 114 001 017 000 032 067 261 116 000 154 165 000
0000220 252 072 000 000 340 000 047 001 013 001 002 026 000 354 015 000
0000240 000 220 022 000 000 322 127 073 000 020 000 000 000 020 000 000
0000260 000 000 016 000 000 000 100 000 000 020 000 000 000 002 000 000
0000300 004 000 000 000 001 000 000 000 004 000 000 000 000 000 000 000
0000320 000 300 315 073 000 004 000 000 041 217 173 000 003 000 000 200
0000340 000 000 040 000 000 020 000 000 000 000 020 000 000 020 000 000
0000360 000 000 000 000 020 000 000 000 000 000 000 000 000 000 000 000
0000400 000 220 152 073 014 016 000 000 000 000 000 000 000 000 000 000
0000420 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
*
0000520 000 000 000 000 000 000 000 000 174 222 152 073 030 002 000 000
0000540 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
0000560 000 000 000 000 000 000 000 000 056 164 145 170 164 000 000 000
0000600 010 352 015 000 000 020 000 000 000 354 015 000 000 004 000 000
0000620 000 000 000 000 000 000 000 000 000 000 000 000 140 000 120 140


"Bad binary"

0000000 115 132 220 000 003 000 000 000 004 000 000 000 377 377 000 000
0000020 270 000 000 000 000 000 000 000 100 000 000 000 000 000 000 000
0000040 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
0000060 000 000 000 000 000 000 000 000 000 000 000 000 200 000 000 000
0000100 016 037 272 016 000 264 011 315 041 270 001 114 315 041 124 150
0000120 151 163 040 160 162 157 147 162 141 155 040 143 141 156 156 157
0000140 164 040 142 145 040 162 165 156 040 151 156 040 104 117 123 040
0000160 155 157 144 145 056 015 015 012 044 000 000 000 000 000 000 000
0000200 120 105 000 000 114 001 017 000 144 115 261 116 000 130 165 000
0000220 252 072 000 000 340 000 047 001 013 001 002 026 000 322 015 000
0000240 000 166 022 000 000 354 273 311 000 020 000 000 000 020 000 000
0000260 000 360 015 000 000 000 100 000 000 020 000 000 000 002 000 000
0000300 004 000 000 000 001 000 000 000 004 000 000 000 000 000 000 000
0000320 000 320 061 312 000 004 000 000 126 346 172 000 003 000 000 200
0000340 000 000 040 000 000 020 000 000 000 000 020 000 000 020 000 000
0000360 000 000 000 000 020 000 000 000 000 000 000 000 000 000 000 000
0000400 000 220 316 311 014 016 000 000 000 000 000 000 000 000 000 000
0000420 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
*
0000520 000 000 000 000 000 000 000 000 174 222 316 311 030 002 000 000
0000540 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
0000560 000 000 000 000 000 000 000 000 056 164 145 170 164 000 000 000
0000600 270 320 015 000 000 020 000 000 000 322 015 000 000 004 000 000
0000620 000 000 000 000 000 000 000 000 000 000 000 000 140 000 120 140
0000640 056 144 141 164 141 000 000 000 224 220 004 000 000 360 015 000

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

* Re: Problem with execution of binary file
  2011-11-03 12:21 Edvardsen Kåre
  2011-11-03 12:53 ` Corinna Vinschen
@ 2011-11-03 13:22 ` Eliot Moss
  2011-11-03 14:11   ` Edvardsen Kåre
  2011-11-03 21:57 ` Eliot Moss
  2 siblings, 1 reply; 20+ messages in thread
From: Eliot Moss @ 2011-11-03 13:22 UTC (permalink / raw)
  To: Edvardsen Kåre; +Cc: cygwin

Someone more expert than I am may be able to say more
(or correct me if I'm wrong), but it appears that bash
opened the file, read 80 bytes, and didn't like what it
saw. So: What does "file FLEXPART_GFORTRAN.exe" say
about the file? Or maybe you could give us the first
few lines from "od -b FLEXPART_GFORTRAN.exe". It's
starting to look as if it is not properly built. Or,
maybe it got messed with in the process of transfer
from the other system.

Regards -- Eliot Moss

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

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

* Re: Problem with execution of binary file
       [not found] <1320325271.5480.163.camel@kare-desktop>
@ 2011-11-03 13:19 ` Edvardsen Kåre
  0 siblings, 0 replies; 20+ messages in thread
From: Edvardsen Kåre @ 2011-11-03 13:19 UTC (permalink / raw)
  To: cygwin

On to., 2011-11-03 at 14:01 +0100, Edvardsen Kåre wrote:
> On Nov  3 12:20, Edvardsen KÃre wrote:
> > I keep getting the "cannot execute binary file" and don't understand
> > why. I have compiled same software on two different machines, but only
> > one of the binaries work (it works on both machines). The successful
> > machine is a HP laptop with W7 Pro, the other unsuccessful is a HP
> > desktop in a AD network domain with W7 Enterpr and cygwin is installed
> > with lokal admin rights only, so I keep getting the "Your group is
> > currently mkpasswd..." message.
> 
> What about running
> 
>   $ mkpasswd -l -d > /etc/passwd 
>   $ mkgroup -l -d > /etc/group 
> 
> so you don't get this message?
> 
> > I don't know if this may affect the
> > result, but should not, as I can run the other successful binary.
> > 
> > I was guided to run "strace" along with the call to the erroneous binary
> > and the output is pasted below. The problem binary is called
> > "FLEXPART_GFORTRAN" Can anyone see what's wrong in the strace log?
> 
> No.  What the strace shows is that bash does not even try to fork
> and then exec FLEXPART_GFORTRAN.  Rather, it just opens the file,
> reads the first few bytes and then prints the error message:
> 
> >  4514  125618 [main] bash 536 open: open (./FLEXPART_GFORTRAN, 0x0)
> >  [...]
> >    25  126365 [main] bash 536 open: 3 = open (./FLEXPART_GFORTRAN, 0x0)
> >   209  126574 [main] bash 536 isatty: 0 = isatty (3)
> >  [...]
> >    25  126623 [main] bash 536 lseek64: 0 = lseek (3, 0, 1)
> >  [...]
> >    24  126710 [main] bash 536 readv: 80 = readv (3, 0x28CA34, 1), errno
> > 0
> >   458  127168 [main] bash 536 open: open
> > (/usr/share/locale/locale.alias, 0x0)
> >   [...etc...]
> 
> For some reason which isn't visible in the strace, bash doesn't even
> close the file anymore.
> 
> What does `file FLEXPART_GFORTRAN.exe' print?
> 
> 
> Corinna


First,
The university won't let me run the

$ mkpasswd -l -d > /etc/passwd 
$ mkgroup -l -d > /etc/group 

with AD rights, so I just have to live with that.

Then, 
file FLEXPART_GFORTRAN.exe prints: PE32 executable (console) Intel
80386, for MS Windows.


I'm not even close being an expert on this, but usually I manage to
figure out something, but this time I'm totally lost...

It's about a month since I built the well working binary on the
different machine, and wonder if any upgrades of cygwin software
(compilers or anything) since then may have contain some bug. The bad
binary is built on a quite fresh cygwin install. Maybe I will try to
reinstall cygwin on the successful machine and see if a rebuilt version
of the binary fails.

Any thoughts on that?

Cheers,
Kåre



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

* Re: Problem with execution of binary file
  2011-11-03 12:21 Edvardsen Kåre
@ 2011-11-03 12:53 ` Corinna Vinschen
  2011-11-03 13:22 ` Eliot Moss
  2011-11-03 21:57 ` Eliot Moss
  2 siblings, 0 replies; 20+ messages in thread
From: Corinna Vinschen @ 2011-11-03 12:53 UTC (permalink / raw)
  To: cygwin

On Nov  3 12:20, Edvardsen KÃ¥re wrote:
> I keep getting the "cannot execute binary file" and don't understand
> why. I have compiled same software on two different machines, but only
> one of the binaries work (it works on both machines). The successful
> machine is a HP laptop with W7 Pro, the other unsuccessful is a HP
> desktop in a AD network domain with W7 Enterpr and cygwin is installed
> with lokal admin rights only, so I keep getting the "Your group is
> currently mkpasswd..." message.

What about running

  $ mkpasswd -l -d > /etc/passwd 
  $ mkgroup -l -d > /etc/group 

so you don't get this message?

> I don't know if this may affect the
> result, but should not, as I can run the other successful binary.
> 
> I was guided to run "strace" along with the call to the erroneous binary
> and the output is pasted below. The problem binary is called
> "FLEXPART_GFORTRAN" Can anyone see what's wrong in the strace log?

No.  What the strace shows is that bash does not even try to fork
and then exec FLEXPART_GFORTRAN.  Rather, it just opens the file,
reads the first few bytes and then prints the error message:

>  4514  125618 [main] bash 536 open: open (./FLEXPART_GFORTRAN, 0x0)
>  [...]
>    25  126365 [main] bash 536 open: 3 = open (./FLEXPART_GFORTRAN, 0x0)
>   209  126574 [main] bash 536 isatty: 0 = isatty (3)
>  [...]
>    25  126623 [main] bash 536 lseek64: 0 = lseek (3, 0, 1)
>  [...]
>    24  126710 [main] bash 536 readv: 80 = readv (3, 0x28CA34, 1), errno
> 0
>   458  127168 [main] bash 536 open: open
> (/usr/share/locale/locale.alias, 0x0)
>   [...etc...]

For some reason which isn't visible in the strace, bash doesn't even
close the file anymore.

What does `file FLEXPART_GFORTRAN.exe' print?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

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

* Problem with execution of binary file
@ 2011-11-03 12:21 Edvardsen Kåre
  2011-11-03 12:53 ` Corinna Vinschen
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Edvardsen Kåre @ 2011-11-03 12:21 UTC (permalink / raw)
  To: cygwin; +Cc: moss

I keep getting the "cannot execute binary file" and don't understand
why. I have compiled same software on two different machines, but only
one of the binaries work (it works on both machines). The successful
machine is a HP laptop with W7 Pro, the other unsuccessful is a HP
desktop in a AD network domain with W7 Enterpr and cygwin is installed
with lokal admin rights only, so I keep getting the "Your group is
currently mkpasswd..." message. I don't know if this may affect the
result, but should not, as I can run the other successful binary.

I was guided to run "strace" along with the call to the erroneous binary
and the output is pasted below. The problem binary is called
"FLEXPART_GFORTRAN" Can anyone see what's wrong in the strace log?

Cheers,
Kåre

(output from when I call FLEXPART_GFORTRAN)
.
.
.
 166   19692 [main] bash 536 build_argv: argv[0] = 'bash'
   36   19728 [main] bash 536 build_argv: argv[1] =
'./FLEXPART_GFORTRAN'
   35   19763 [main] bash 536 build_argv: argc 2
  298   20061 [main] bash 536 build_fh_pc: fh 0x61243A04
   54   20115 [main] bash 536 fhandler_pipe::create_selectable:
CreateNamedPipe: name \\.\pipe\cygwin-c5e39b7a9d22bafb-tty2-from-master,
size 65536
   94   20209 [main] bash 536 fhandler_pipe::create_selectable: pipe
busy
   37   20246 [main] bash 536 fhandler_base::set_flags: flags 0x10002,
supplied_bin 0x0
   39   20285 [main] bash 536 fhandler_base::set_flags: O_TEXT/O_BINARY
set in flags 0x10000
   34   20319 [main] bash 536 fhandler_base::set_flags: filemode set to
binary
  106   20425 [main] bash 536 alloc_sd: uid 400, gid 401, attribute
2190
   42   20467 [main] bash 536 cygsid::debug_print: alloc_sd: owner SID =
S-1-5-21-73586283-162531612-1417001333-17353 (+)
   41   20508 [main] bash 536 cygsid::debug_print: alloc_sd: group SID =
S-1-5-21-73586283-162531612-1417001333-513 (+)
   44   20552 [main] bash 536 alloc_sd: ACL-Size: 124
   91   20643 [main] bash 536 alloc_sd: Created SD-Size: 200
   35   20678 [main] bash 536 fhandler_tty_slave::open: (538): tty
output_mutex: waiting 500 ms
   40   20718 [main] bash 536 fhandler_tty_slave::open: (538): tty
output_mutex: acquired
   48   20766 [main] bash 536 tty::create_inuse: cygtty.slave_alive.2
0x160
   38   20804 [main] bash 536 fhandler_tty_slave::open: (541): tty
output_mutex released
   80   20884 [main] bash 536 open_shared: name cygpid.800, n 800,
shared 0x370000 (wanted 0x0), h 0x164
   55   20939 [main] bash 536 fhandler_tty_slave::open: dup handles
directly since I'm allmighty.
   52   20991 [main] bash 536 fhandler_tty_slave::open: duplicated
from_master 0x2A4->0x164 from tty_owner
   36   21027 [main] bash 536 fhandler_tty_slave::open: duplicated
to_master 0x2AC->0x170 from tty_owner
   40   21067 [main] bash 536 init_cygheap::manage_console_count:
fhandler_tty_slave::open: console_count 1, amount 1, no ctty,
avoid_freeing_console 0
   55   21122 [main] bash 536 fhandler_console::need_invisible:
invisible_console 0
   42   21164 [main] bash 536 fhandler_tty_slave::open: /dev/tty2
opened, usecount 1
   37   21201 [main] bash 536 _pinfo::set_ctty: old no ctty
   36   21237 [main] bash 536 _pinfo::set_ctty: attaching ctty /dev/tty2
sid 536, pid 536, pgid 536, tty->pgid 2376, tty->sid 3236
   50   21287 [main] bash 536 open_shared: name cygpid.3236, n 3236,
shared 0x370000 (wanted 0x0), h 0x16C
   40   21327 [main] bash 536 _pinfo::set_ctty: cygheap->ctty 0x0, arch
0x61243C5C
   35   21362 [main] bash 536 _pinfo::set_ctty: ctty NULL
   36   21398 [main] bash 536 init_cygheap::manage_console_count:
_pinfo::set_ctty: console_count 2, amount 1, ctty /dev/tty2,
avoid_freeing_console 0
   36   21434 [main] bash 536 _pinfo::set_ctty: /dev/tty2 ctty, usecount
2
 2537   23971 [sig] bash 536 wait_sig: entering ReadFile loop,
my_readsig 0x104, my_sendsig 0x110
   95   24066 [main] bash 536 handle_to_fn: current match 'C:' =
'\Device\HarddiskVolume2'
  132   24198 [main] bash 536 mount_info::conv_to_posix_path:
conv_to_posix_path (C:\cygwin\home\kae026\modeling\FLEXPART\a.txt,
no-keep-rel, no-add-slash)
   27   24225 [main] bash 536 normalize_win32_path: C:\cygwin\home
\kae026\modeling\FLEXPART\a.txt = normalize_win32_path (C:\cygwin\home
\kae026\modeling\FLEXPART\a.txt)
   25   24250 [main] bash 536
mount_info::conv_to_posix_path: /home/kae026/modeling/FLEXPART/a.txt =
conv_to_posix_path (C:\cygwin\home\kae026\modeling\FLEXPART\a.txt)
   23   24273 [main] bash 536 handle_to_fn: derived path 'C:\cygwin\home
\kae026\modeling\FLEXPART\a.txt', posix
'/home/kae026/modeling/FLEXPART/a.txt'
   27   24300 [main] bash 536 normalize_posix_path:
src /home/kae026/modeling/FLEXPART/a.txt
   23   24323 [main] bash 536
normalize_posix_path: /home/kae026/modeling/FLEXPART/a.txt =
normalize_posix_path (/home/kae026/modeling/FLEXPART/a.txt)
   25   24348 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/home/kae026/modeling/FLEXPART/a.txt)
   27   24375 [main] bash 536 set_flags: flags: binary (0x2)
   32   24407 [main] bash 536 mount_info::conv_to_win32_path:
src_path /home/kae026/modeling/FLEXPART/a.txt, dst C:\cygwin\home\kae026
\modeling\FLEXPART\a.txt, flags 0x3000A, rc 0
  119   24526 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\home\kae026\modeling\FLEXPART\a.txt)
   45   24571 [main] bash 536 symlink_info::check: not a symlink
   70   24641 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\home\kae026\modeling\FLEXPART\a.txt, 0x2838E0) (0x3000A)
   29   24670 [main] bash 536 path_conv::check: this->path(C:\cygwin
\home\kae026\modeling\FLEXPART\a.txt), has_acls(1)
   31   24701 [main] bash 536 build_fh_pc: fh 0x61243F3C
   27   24728 [main] bash 536 fhandler_base::set_flags: flags 0x10001,
supplied_bin 0x0
   26   24754 [main] bash 536 fhandler_base::set_flags: O_TEXT/O_BINARY
set in flags 0x10000
   25   24779 [main] bash 536 fhandler_base::set_flags: filemode set to
binary
   23   24802 [main] bash 536 fhandler_base::init: created new
fhandler_base for handle 0x198, bin 1
  108   24910 [main] bash 536 build_fh_pc: fh 0x61244224
   26   24936 [main] bash 536 fhandler_tty_slave::open: copied
fhandler_tty_slave archetype
   24   24960 [main] bash 536 fhandler_base::set_flags: flags 0x10002,
supplied_bin 0x0
   23   24983 [main] bash 536 fhandler_base::set_flags: O_TEXT/O_BINARY
set in flags 0x10000
   24   25007 [main] bash 536 fhandler_base::set_flags: filemode set to
binary
   23   25030 [main] bash 536 init_cygheap::manage_console_count:
fhandler_tty_slave::open<arch>: console_count 3, amount 1,
ctty /dev/tty2, avoid_freeing_console 0
   24   25054 [main] bash 536 fhandler_tty_slave::open: /dev/tty2
opened, usecount 3
   23   25077 [main] bash 536 _pinfo::set_ctty: old ctty /dev/tty2
   24   25101 [main] bash 536 _pinfo::set_ctty: attaching ctty /dev/tty2
sid 3236, pid 536, pgid 536, tty->pgid 2376, tty->sid 3236
   35   25136 [main] bash 536 open_shared: name cygpid.3236, n 3236,
shared 0x370000 (wanted 0x0), h 0x2B8
   57   25193 [main] bash 536 fhandler_console::need_invisible:
invisible_console 0
  153   25346 [main] bash 536 __set_errno: void dll_crt0_1(void*):958
val 0
  209   25555 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-39, its_me 1
   26   25581 [main] bash 536 sig_send: wakeup 0x174
   28   25609 [main] bash 536 sig_send: Waiting for pack.wakeup 0x174
   25   25634 [sig] bash 536 wait_sig: signalling pack.wakeup 0x174
   33   25667 [main] bash 536 sig_send: returning 0x0 from sending
signal -39
   40   25707 [main] bash 536 open: open (/dev/tty, 0x4002)
   27   25734 [main] bash 536 normalize_posix_path: src /dev/tty
   24   25758 [main] bash 536 normalize_posix_path: /dev/tty =
normalize_posix_path (/dev/tty)
   24   25782 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/dev/tty)
   23   25805 [main] bash 536 mount_info::conv_to_win32_path:
src_path /dev/tty, dst /dev/tty, flags 0x2, rc 0
   28   25833 [main] bash 536 build_fh_pc: fh 0x612444CC
   51   25884 [main] bash 536 fhandler_tty_slave::open: copied
fhandler_tty_slave archetype
   23   25907 [main] bash 536 fhandler_base::set_flags: flags 0x14002,
supplied_bin 0x0
   24   25931 [main] bash 536 fhandler_base::set_flags: O_TEXT/O_BINARY
set in flags 0x10000
   23   25954 [main] bash 536 fhandler_base::set_flags: filemode set to
binary
   24   25978 [main] bash 536 init_cygheap::manage_console_count:
fhandler_tty_slave::open<arch>: console_count 4, amount 1,
ctty /dev/tty2, avoid_freeing_console 0
   25   26003 [main] bash 536 fhandler_tty_slave::open: /dev/tty2
opened, usecount 4
   24   26027 [main] bash 536 _pinfo::set_ctty: old ctty /dev/tty2
   24   26051 [main] bash 536 _pinfo::set_ctty: attaching ctty /dev/tty2
sid 3236, pid 536, pgid 536, tty->pgid 2376, tty->sid 3236
   34   26085 [main] bash 536 open_shared: name cygpid.3236, n 3236,
shared 0x370000 (wanted 0x0), h 0x174
   31   26116 [main] bash 536 open: 3 = open (/dev/tty, 0x4002)
   26   26142 [main] bash 536 close: close (3)
   24   26166 [main] bash 536 init_cygheap::manage_console_count:
fhandler_tty_slave::close: console_count 3, amount -1, ctty /dev/tty2,
avoid_freeing_console 0
   23   26189 [main] bash 536 fhandler_tty_slave::close: /dev/tty2
closed, usecount 3
   23   26212 [main] bash 536 fhandler_tty_slave::close: just returning
because archetype usecount is != 0
   24   26236 [main] bash 536 close: 0 = close (3)
   26   26262 [main] bash 536 stat64: entering
   23   26285 [main] bash 536 normalize_posix_path: src /tmp
   23   26308 [main] bash 536 normalize_posix_path: /tmp =
normalize_posix_path (/tmp)
   23   26331 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/tmp)
   25   26356 [main] bash 536 set_flags: flags: binary (0x2)
   24   26380 [main] bash 536 mount_info::conv_to_win32_path:
src_path /tmp, dst C:\cygwin\tmp, flags 0x3000A, rc 0
   70   26450 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\tmp)
   39   26489 [main] bash 536 symlink_info::check: not a symlink
   25   26514 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\tmp, 0x28B7F0) (0x43000A)
   24   26538 [main] bash 536 path_conv::check: this->path(C:\cygwin
\tmp), has_acls(1)
   28   26566 [main] bash 536 build_fh_pc: fh 0x612444CC
   25   26591 [main] bash 536 stat_worker: (\??\C:\cygwin\tmp, 0x28CC68,
0x612444CC), file_attributes 16
   81   26672 [main] bash 536 cygpsid::debug_print: get_sids_info: owner
SID = S-1-5-21-388005049-2988697505-1062046759-1002
   26   26698 [main] bash 536 cygpsid::debug_print: get_sids_info: group
SID = S-1-5-32-544
   29   26727 [main] bash 536 get_info_from_sd: ACL 43FF, uid 1002, gid
544
   42   26769 [main] bash 536 fhandler_base::fstat_helper: 0 = fstat
(\??\C:\cygwin\tmp, 0x28CC68) st_atime=4EB14D65 st_size=0,
st_mode=0x43FF, st_ino=1688849860394471, sizeof=96
   28   26797 [main] bash 536 stat_worker: 0 = (\??\C:\cygwin\tmp,
0x28CC68)
   54   26851 [main] bash 536 __get_lcid_from_locale: LCID=0x0000
   77   26928 [main] bash 536 __get_lcid_from_locale: LCID=0x0000
   59   26987 [main] bash 536 __get_lcid_from_locale: LCID=0x0000
   58   27045 [main] bash 536 __get_lcid_from_locale: LCID=0x0000
   58   27103 [main] bash 536 __get_lcid_from_locale: LCID=0x0000
  301   27404 [main] bash 536 time: 1320320772 = time (0)
  100   27504 [main] bash 536 _cygwin_istext_for_stdio: fd 0: opened as
binary
   24   27528 [main] bash 536 _cygwin_istext_for_stdio: fd 1: opened as
binary
   23   27551 [main] bash 536 _cygwin_istext_for_stdio: fd 2: opened as
binary
  454   28005 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-34, its_me 1
   26   28031 [main] bash 536 sig_send: wakeup 0x1A0
   27   28058 [main] bash 536 sig_send: Waiting for pack.wakeup 0x1A0
    4   28062 [sig] bash 536 wait_sig: signalling pack.wakeup 0x1A0
   55   28117 [main] bash 536 sig_send: returning 0x0 from sending
signal -34
   31   28148 [main] bash 536 sigaction_worker: signal 20, newact
0x28CAF0 (handler 0x0), oa 0x0
   29   28177 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-20, its_me 1
   25   28202 [main] bash 536 sig_send: wakeup 0x1A0
   28   28230 [main] bash 536 sig_send: Waiting for pack.wakeup 0x1A0
    2   28232 [sig] bash 536 wait_sig: signalling pack.wakeup 0x1A0
   48   28280 [main] bash 536 sig_send: returning 0x0 from sending
signal -20
   27   28307 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-34, its_me 1
   25   28332 [main] bash 536 sig_send: wakeup 0x1A0
   26   28358 [main] bash 536 sig_send: Waiting for pack.wakeup 0x1A0
    2   28360 [sig] bash 536 wait_sig: signalling pack.wakeup 0x1A0
   43   28403 [main] bash 536 sig_send: returning 0x0 from sending
signal -34
   25   28428 [main] bash 536 sigaction_worker: signal 20, newact
0x28CAF0 (handler 0x0), oa 0x0
   23   28451 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-20, its_me 1
   25   28476 [main] bash 536 sig_send: wakeup 0x1A0
   25   28501 [main] bash 536 sig_send: Waiting for pack.wakeup 0x1A0
    2   28503 [sig] bash 536 wait_sig: signalling pack.wakeup 0x1A0
   42   28545 [main] bash 536 sig_send: returning 0x0 from sending
signal -20
   25   28570 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-34, its_me 1
   30   28600 [main] bash 536 sig_send: wakeup 0x1A0
   26   28626 [main] bash 536 sig_send: Waiting for pack.wakeup 0x1A0
    2   28628 [sig] bash 536 wait_sig: signalling pack.wakeup 0x1A0
   47   28675 [main] bash 536 sig_send: returning 0x0 from sending
signal -34
   24   28699 [main] bash 536 sigaction_worker: signal 2, newact
0x28CAF0 (handler 0x0), oa 0x0
   24   28723 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-34, its_me 1
   25   28748 [main] bash 536 sig_send: wakeup 0x1A0
   25   28773 [main] bash 536 sig_send: Waiting for pack.wakeup 0x1A0
    2   28775 [sig] bash 536 wait_sig: signalling pack.wakeup 0x1A0
   81   28856 [main] bash 536 sig_send: returning 0x0 from sending
signal -34
   25   28881 [main] bash 536 sigaction_worker: signal 2, newact
0x28CAF0 (handler 0x0), oa 0x0
   25   28906 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-34, its_me 1
   24   28930 [main] bash 536 sig_send: wakeup 0x1A0
   26   28956 [main] bash 536 sig_send: Waiting for pack.wakeup 0x1A0
    2   28958 [sig] bash 536 wait_sig: signalling pack.wakeup 0x1A0
   41   28999 [main] bash 536 sig_send: returning 0x0 from sending
signal -34
   24   29023 [main] bash 536 sigaction_worker: signal 3, newact
0x28CAF0 (handler 0x0), oa 0x0
   24   29047 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-34, its_me 1
   25   29072 [main] bash 536 sig_send: wakeup 0x1A0
   25   29097 [main] bash 536 sig_send: Waiting for pack.wakeup 0x1A0
    2   29099 [sig] bash 536 wait_sig: signalling pack.wakeup 0x1A0
   41   29140 [main] bash 536 sig_send: returning 0x0 from sending
signal -34
   24   29164 [main] bash 536 sigaction_worker: signal 3, newact
0x28CAF0 (handler 0x0), oa 0x0
   25   29189 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-34, its_me 1
   24   29213 [main] bash 536 sig_send: wakeup 0x1A0
   31   29244 [main] bash 536 sig_send: Waiting for pack.wakeup 0x1A0
    2   29246 [sig] bash 536 wait_sig: signalling pack.wakeup 0x1A0
   44   29290 [main] bash 536 sig_send: returning 0x0 from sending
signal -34
   23   29313 [main] bash 536 sigaction_worker: signal 3, newact
0x28CAE0 (handler 0x1), oa 0x0
   24   29337 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-3, its_me 1
   24   29361 [main] bash 536 sig_send: wakeup 0x1A0
   26   29387 [main] bash 536 sig_send: Waiting for pack.wakeup 0x1A0
    2   29389 [sig] bash 536 wait_sig: signalling pack.wakeup 0x1A0
   41   29430 [main] bash 536 sig_send: returning 0x0 from sending
signal -3
44930   74360 [main] bash 536 wsock_init: res 0
   77   74437 [main] bash 536 wsock_init: wVersion 514
   25   74462 [main] bash 536 wsock_init: wHighVersion 514
   23   74485 [main] bash 536 wsock_init: szDescription WinSock 2.0
   24   74509 [main] bash 536 wsock_init: szSystemStatus Running
   23   74532 [main] bash 536 wsock_init: iMaxSockets 0
   23   74555 [main] bash 536 wsock_init: iMaxUdpDg 0
   23   74578 [main] bash 536 wsock_init: lpVendorInfo 0
26533  101111 [main] bash 536 cygwin_gethostname: name STRV8-NTF-00063
 7944  109055 [main] bash 536 stat64: entering
   29  109084 [main] bash 536 normalize_posix_path:
src /home/kae026/modeling/FLEXPART
   26  109110 [main] bash 536
normalize_posix_path: /home/kae026/modeling/FLEXPART =
normalize_posix_path (/home/kae026/modeling/FLEXPART)
   25  109135 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/home/kae026/modeling/FLEXPART)
   25  109160 [main] bash 536 set_flags: flags: binary (0x2)
   24  109184 [main] bash 536 mount_info::conv_to_win32_path:
src_path /home/kae026/modeling/FLEXPART, dst C:\cygwin\home\kae026
\modeling\FLEXPART, flags 0x3000A, rc 0
   82  109266 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\home\kae026\modeling\FLEXPART)
   37  109303 [main] bash 536 symlink_info::check: not a symlink
   24  109327 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\home\kae026\modeling\FLEXPART, 0x28B670) (0x43000A)
   25  109352 [main] bash 536 path_conv::check: this->path(C:\cygwin
\home\kae026\modeling\FLEXPART), has_acls(1)
   30  109382 [main] bash 536 build_fh_pc: fh 0x612444CC
   26  109408 [main] bash 536 stat_worker: (\??\C:\cygwin\home\kae026
\modeling\FLEXPART, 0x28CA10, 0x612444CC), file_attributes 16
   68  109476 [main] bash 536 cygpsid::debug_print: get_sids_info: owner
SID = S-1-5-21-73586283-162531612-1417001333-17353
   26  109502 [main] bash 536 cygpsid::debug_print: get_sids_info: group
SID = S-1-5-21-73586283-162531612-1417001333-513
   26  109528 [main] bash 536 get_info_from_sd: ACL 41ED, uid 400, gid
401
   44  109572 [main] bash 536 fhandler_base::fstat_helper: 0 = fstat
(\??\C:\cygwin\home\kae026\modeling\FLEXPART, 0x28CA10)
st_atime=4EB27C41 st_size=0, st_mode=0x41ED, st_ino=10696049115301300,
sizeof=96
   30  109602 [main] bash 536 stat_worker: 0 = (\??\C:\cygwin\home
\kae026\modeling\FLEXPART, 0x28CA10)
   43  109645 [main] bash 536 stat64: entering
   23  109668 [main] bash 536 normalize_posix_path: src .
   23  109691 [main] bash 536 cwdstuff::get:
posix /home/kae026/modeling/FLEXPART
   24  109715 [main] bash 536 cwdstuff::get:
(/home/kae026/modeling/FLEXPART) = cwdstuff::get (0xF00008, 32768, 1,
0), errno 0
   23  109738 [main] bash 536
normalize_posix_path: /home/kae026/modeling/FLEXPART/ =
normalize_posix_path (.)
   24  109762 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/home/kae026/modeling/FLEXPART)
   23  109785 [main] bash 536 set_flags: flags: binary (0x2)
   24  109809 [main] bash 536 mount_info::conv_to_win32_path:
src_path /home/kae026/modeling/FLEXPART, dst C:\cygwin\home\kae026
\modeling\FLEXPART, flags 0x3000A, rc 0
   57  109866 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\home\kae026\modeling\FLEXPART)
   33  109899 [main] bash 536 symlink_info::check: not a symlink
   23  109922 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\home\kae026\modeling\FLEXPART, 0x28B670) (0x43000A)
   24  109946 [main] bash 536 path_conv::check: this->path(C:\cygwin
\home\kae026\modeling\FLEXPART), has_acls(1)
   25  109971 [main] bash 536 build_fh_pc: fh 0x612444CC
   24  109995 [main] bash 536 stat_worker: (\??\C:\cygwin\home\kae026
\modeling\FLEXPART, 0x28C9B0, 0x612444CC), file_attributes 16
   54  110049 [main] bash 536 cygpsid::debug_print: get_sids_info: owner
SID = S-1-5-21-73586283-162531612-1417001333-17353
   27  110076 [main] bash 536 cygpsid::debug_print: get_sids_info: group
SID = S-1-5-21-73586283-162531612-1417001333-513
   24  110100 [main] bash 536 get_info_from_sd: ACL 41ED, uid 400, gid
401
   42  110142 [main] bash 536 fhandler_base::fstat_helper: 0 = fstat
(\??\C:\cygwin\home\kae026\modeling\FLEXPART, 0x28C9B0)
st_atime=4EB27C41 st_size=0, st_mode=0x41ED, st_ino=10696049115301300,
sizeof=96
   26  110168 [main] bash 536 stat_worker: 0 = (\??\C:\cygwin\home
\kae026\modeling\FLEXPART, 0x28C9B0)
  850  111018 [main] bash 536 stat64: entering
   25  111043 [main] bash 536 normalize_posix_path: src .
   22  111065 [main] bash 536 cwdstuff::get:
posix /home/kae026/modeling/FLEXPART
   23  111088 [main] bash 536 cwdstuff::get:
(/home/kae026/modeling/FLEXPART) = cwdstuff::get (0xF00008, 32768, 1,
0), errno 0
   23  111111 [main] bash 536
normalize_posix_path: /home/kae026/modeling/FLEXPART/ =
normalize_posix_path (.)
   23  111134 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/home/kae026/modeling/FLEXPART)
   23  111157 [main] bash 536 set_flags: flags: binary (0x2)
   23  111180 [main] bash 536 mount_info::conv_to_win32_path:
src_path /home/kae026/modeling/FLEXPART, dst C:\cygwin\home\kae026
\modeling\FLEXPART, flags 0x3000A, rc 0
   58  111238 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\home\kae026\modeling\FLEXPART)
   39  111277 [main] bash 536 symlink_info::check: not a symlink
   24  111301 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\home\kae026\modeling\FLEXPART, 0x28B6D0) (0x43000A)
   25  111326 [main] bash 536 path_conv::check: this->path(C:\cygwin
\home\kae026\modeling\FLEXPART), has_acls(1)
   26  111352 [main] bash 536 build_fh_pc: fh 0x612444CC
   24  111376 [main] bash 536 stat_worker: (\??\C:\cygwin\home\kae026
\modeling\FLEXPART, 0x28CA20, 0x612444CC), file_attributes 16
   53  111429 [main] bash 536 cygpsid::debug_print: get_sids_info: owner
SID = S-1-5-21-73586283-162531612-1417001333-17353
   25  111454 [main] bash 536 cygpsid::debug_print: get_sids_info: group
SID = S-1-5-21-73586283-162531612-1417001333-513
   25  111479 [main] bash 536 get_info_from_sd: ACL 41ED, uid 400, gid
401
   42  111521 [main] bash 536 fhandler_base::fstat_helper: 0 = fstat
(\??\C:\cygwin\home\kae026\modeling\FLEXPART, 0x28CA20)
st_atime=4EB27C41 st_size=0, st_mode=0x41ED, st_ino=10696049115301300,
sizeof=96
   28  111549 [main] bash 536 stat_worker: 0 = (\??\C:\cygwin\home
\kae026\modeling\FLEXPART, 0x28CA20)
   77  111626 [main] bash 536 stat64: entering
   22  111648 [main] bash 536 normalize_posix_path:
src /usr/local/bin/bash
   23  111671 [main] bash 536 normalize_posix_path: /usr/local/bin/bash
= normalize_posix_path (/usr/local/bin/bash)
   23  111694 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/local/bin/bash)
   22  111716 [main] bash 536 set_flags: flags: binary (0x2)
   24  111740 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/local/bin/bash, dst C:\cygwin\usr\local\bin\bash, flags
0x3000A, rc 0
   68  111808 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\usr\local\bin\bash)
   25  111833 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\bash)
   55  111888 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\usr\local\bin\bash.exe)
   25  111913 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\bash.exe)
   51  111964 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\usr\local\bin\bash.lnk)
   25  111989 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\bash.lnk)
   52  112041 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\usr\local\bin\bash.exe.lnk)
   25  112066 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\usr\local\bin\bash.exe.lnk)
   24  112090 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\local\bin\bash, 0x28B620) (0x43000A)
   22  112112 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/local/bin)
   24  112136 [main] bash 536 set_flags: flags: binary (0x2)
   24  112160 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/local/bin, dst C:\cygwin\usr\local\bin, flags 0x3000A, rc
0
   57  112217 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\usr\local\bin)
   32  112249 [main] bash 536 symlink_info::check: not a symlink
   38  112287 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\local\bin, 0x28B620) (0x3000A)
   25  112312 [main] bash 536 path_conv::check: this->path(C:\cygwin\usr
\local\bin\bash), has_acls(1)
   24  112336 [main] bash 536 __set_errno: int stat_worker(path_conv&,
__stat64*):1609 val 2
   25  112361 [main] bash 536 stat_worker: -1 = (\??\C:\cygwin\usr\local
\bin\bash, 0x28C960)
   94  112455 [main] bash 536 stat64: entering
   22  112477 [main] bash 536 normalize_posix_path: src /usr/bin/bash
   23  112500 [main] bash 536 normalize_posix_path: /usr/bin/bash =
normalize_posix_path (/usr/bin/bash)
   23  112523 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/bin/bash)
   24  112547 [main] bash 536 set_flags: flags: binary (0x2)
   23  112570 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/bin/bash, dst C:\cygwin\bin\bash, flags 0x2000A, rc 0
   60  112630 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\bin\bash)
   24  112654 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\bin\bash)
   95  112749 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\bin\bash.exe)
   33  112782 [main] bash 536 symlink_info::check: not a symlink
   24  112806 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\bin\bash.exe, 0x28B620) (0x42000A)
   24  112830 [main] bash 536 path_conv::check: this->path(C:\cygwin\bin
\bash.exe), has_acls(1)
   26  112856 [main] bash 536 build_fh_pc: fh 0x612444CC
   24  112880 [main] bash 536 stat_worker: (\??\C:\cygwin\bin\bash.exe,
0x28C960, 0x612444CC), file_attributes 32
   56  112936 [main] bash 536 cygpsid::debug_print: get_sids_info: owner
SID = S-1-5-21-388005049-2988697505-1062046759-1002
   26  112962 [main] bash 536 cygpsid::debug_print: get_sids_info: group
SID = S-1-5-32-544
   30  112992 [main] bash 536 get_info_from_sd: ACL 1ED, uid 1002, gid
544
   41  113033 [main] bash 536 fhandler_base::fstat_helper: 0 = fstat
(\??\C:\cygwin\bin\bash.exe, 0x28C960) st_atime=4EAFE02C st_size=536078,
st_mode=0x81ED, st_ino=1407374883690628, sizeof=96
   26  113059 [main] bash 536 stat_worker: 0 = (\??\C:\cygwin\bin
\bash.exe, 0x28C960)
   43  113102 [main] bash 536 normalize_posix_path: src /usr/bin/bash
   24  113126 [main] bash 536 normalize_posix_path: /usr/bin/bash =
normalize_posix_path (/usr/bin/bash)
   23  113149 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/bin/bash)
   24  113173 [main] bash 536 set_flags: flags: binary (0x2)
   22  113195 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/bin/bash, dst C:\cygwin\bin\bash, flags 0x2000A, rc 0
   53  113248 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\bin\bash)
   25  113273 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\bin\bash)
   91  113364 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\bin\bash.exe)
   33  113397 [main] bash 536 symlink_info::check: not a symlink
   39  113436 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\bin\bash.exe, 0x28B5D0) (0x2000A)
   25  113461 [main] bash 536 path_conv::check: this->path(C:\cygwin\bin
\bash.exe), has_acls(1)
   26  113487 [main] bash 536 build_fh_pc: fh 0x612444CC
  146  113633 [main] bash 536 check_file_access: flags 1, ret 0
   44  113677 [main] bash 536 fhandler_base::fhaccess: returning 0
   24  113701 [main] bash 536 euidaccess: returning 0
   24  113725 [main] bash 536 normalize_posix_path: src /usr/bin/bash
   24  113749 [main] bash 536 normalize_posix_path: /usr/bin/bash =
normalize_posix_path (/usr/bin/bash)
   23  113772 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/bin/bash)
   25  113797 [main] bash 536 set_flags: flags: binary (0x2)
   23  113820 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/bin/bash, dst C:\cygwin\bin\bash, flags 0x2000A, rc 0
   53  113873 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\bin\bash)
   26  113899 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\bin\bash)
   91  113990 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\bin\bash.exe)
   34  114024 [main] bash 536 symlink_info::check: not a symlink
   38  114062 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\bin\bash.exe, 0x28B5D0) (0x2000A)
   26  114088 [main] bash 536 path_conv::check: this->path(C:\cygwin\bin
\bash.exe), has_acls(1)
   25  114113 [main] bash 536 build_fh_pc: fh 0x612444CC
  132  114245 [main] bash 536 check_file_access: flags 4, ret 0
   45  114290 [main] bash 536 fhandler_base::fhaccess: returning 0
   25  114315 [main] bash 536 euidaccess: returning 0
   40  114355 [main] bash 536 stat64: entering
   22  114377 [main] bash 536 normalize_posix_path: src /usr/bin/bash
   23  114400 [main] bash 536 normalize_posix_path: /usr/bin/bash =
normalize_posix_path (/usr/bin/bash)
   25  114425 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/bin/bash)
   25  114450 [main] bash 536 set_flags: flags: binary (0x2)
   23  114473 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/bin/bash, dst C:\cygwin\bin\bash, flags 0x2000A, rc 0
   55  114528 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\bin\bash)
   26  114554 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\bin\bash)
   91  114645 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\bin\bash.exe)
   33  114678 [main] bash 536 symlink_info::check: not a symlink
   23  114701 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\bin\bash.exe, 0x28B640) (0x42000A)
   27  114728 [main] bash 536 path_conv::check: this->path(C:\cygwin\bin
\bash.exe), has_acls(1)
   27  114755 [main] bash 536 build_fh_pc: fh 0x612444CC
   24  114779 [main] bash 536 stat_worker: (\??\C:\cygwin\bin\bash.exe,
0x28C980, 0x612444CC), file_attributes 32
   55  114834 [main] bash 536 cygpsid::debug_print: get_sids_info: owner
SID = S-1-5-21-388005049-2988697505-1062046759-1002
   29  114863 [main] bash 536 cygpsid::debug_print: get_sids_info: group
SID = S-1-5-32-544
   27  114890 [main] bash 536 get_info_from_sd: ACL 1ED, uid 1002, gid
544
   42  114932 [main] bash 536 fhandler_base::fstat_helper: 0 = fstat
(\??\C:\cygwin\bin\bash.exe, 0x28C980) st_atime=4EAFE02C st_size=536078,
st_mode=0x81ED, st_ino=1407374883690628, sizeof=96
   25  114957 [main] bash 536 stat_worker: 0 = (\??\C:\cygwin\bin
\bash.exe, 0x28C980)
   38  114995 [main] bash 536 normalize_posix_path: src /usr/bin/bash
   23  115018 [main] bash 536 normalize_posix_path: /usr/bin/bash =
normalize_posix_path (/usr/bin/bash)
   24  115042 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/bin/bash)
   23  115065 [main] bash 536 set_flags: flags: binary (0x2)
   23  115088 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/bin/bash, dst C:\cygwin\bin\bash, flags 0x2000A, rc 0
   52  115140 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\bin\bash)
   25  115165 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\bin\bash)
   89  115254 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\bin\bash.exe)
   33  115287 [main] bash 536 symlink_info::check: not a symlink
   38  115325 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\bin\bash.exe, 0x28B5F0) (0x2000A)
   26  115351 [main] bash 536 path_conv::check: this->path(C:\cygwin\bin
\bash.exe), has_acls(1)
   26  115377 [main] bash 536 build_fh_pc: fh 0x612444CC
  127  115504 [main] bash 536 check_file_access: flags 1, ret 0
   42  115546 [main] bash 536 fhandler_base::fhaccess: returning 0
   27  115573 [main] bash 536 euidaccess: returning 0
   24  115597 [main] bash 536 normalize_posix_path: src /usr/bin/bash
   29  115626 [main] bash 536 normalize_posix_path: /usr/bin/bash =
normalize_posix_path (/usr/bin/bash)
   29  115655 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/bin/bash)
   25  115680 [main] bash 536 set_flags: flags: binary (0x2)
   23  115703 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/bin/bash, dst C:\cygwin\bin\bash, flags 0x2000A, rc 0
   52  115755 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\bin\bash)
   25  115780 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\bin\bash)
   90  115870 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\bin\bash.exe)
   32  115902 [main] bash 536 symlink_info::check: not a symlink
   38  115940 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\bin\bash.exe, 0x28B5F0) (0x2000A)
   24  115964 [main] bash 536 path_conv::check: this->path(C:\cygwin\bin
\bash.exe), has_acls(1)
   25  115989 [main] bash 536 build_fh_pc: fh 0x612444CC
  127  116116 [main] bash 536 check_file_access: flags 4, ret 0
   42  116158 [main] bash 536 fhandler_base::fhaccess: returning 0
   22  116180 [main] bash 536 euidaccess: returning 0
 4784  120964 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-34, its_me 1
   29  120993 [main] bash 536 sig_send: wakeup 0x278
   30  121023 [main] bash 536 sig_send: Waiting for pack.wakeup 0x278
    6  121029 [sig] bash 536 wait_sig: signalling pack.wakeup 0x278
   48  121077 [main] bash 536 sig_send: returning 0x0 from sending
signal -34
   27  121104 [main] bash 536 sigaction_worker: signal 20, newact
0x28CAE0 (handler 0x421880), oa 0x0
 4514  125618 [main] bash 536 open: open (./FLEXPART_GFORTRAN, 0x0)
   25  125643 [main] bash 536 normalize_posix_path:
src ./FLEXPART_GFORTRAN
   26  125669 [main] bash 536 cwdstuff::get:
posix /home/kae026/modeling/FLEXPART
   26  125695 [main] bash 536 cwdstuff::get:
(/home/kae026/modeling/FLEXPART) = cwdstuff::get (0xF00008, 32768, 1,
0), errno 0
   24  125719 [main] bash 536
normalize_posix_path: /home/kae026/modeling/FLEXPART/FLEXPART_GFORTRAN =
normalize_posix_path (./FLEXPART_GFORTRAN)
   24  125743 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/home/kae026/modeling/FLEXPART/FLEXPART_GFORTRAN)
   24  125767 [main] bash 536 set_flags: flags: binary (0x2)
   24  125791 [main] bash 536 mount_info::conv_to_win32_path:
src_path /home/kae026/modeling/FLEXPART/FLEXPART_GFORTRAN, dst C:\cygwin
\home\kae026\modeling\FLEXPART\FLEXPART_GFORTRAN, flags 0x3000A, rc 0
   64  125855 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\home\kae026\modeling\FLEXPART
\FLEXPART_GFORTRAN)
   27  125882 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\home\kae026\modeling\FLEXPART
\FLEXPART_GFORTRAN)
   98  125980 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\home\kae026\modeling\FLEXPART\FLEXPART_GFORTRAN.exe)
   35  126015 [main] bash 536 symlink_info::check: not a symlink
   38  126053 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\home\kae026\modeling\FLEXPART\FLEXPART_GFORTRAN.exe, 0x28B5D0)
(0x3000A)
   26  126079 [main] bash 536 path_conv::check: this->path(C:\cygwin
\home\kae026\modeling\FLEXPART\FLEXPART_GFORTRAN.exe), has_acls(1)
   28  126107 [main] bash 536 build_fh_pc: fh 0x612444CC
   27  126134 [main] bash 536 fhandler_base::open: (\??\C:\cygwin\home
\kae026\modeling\FLEXPART\FLEXPART_GFORTRAN.exe, 0x100000)
  102  126236 [main] bash 536 fhandler_base::set_flags: flags 0x100000,
supplied_bin 0x10000
   25  126261 [main] bash 536 fhandler_base::set_flags: filemode set to
binary
   23  126284 [main] bash 536 fhandler_base::open: 0 = NtCreateFile
(0x278, 80100000, \??\C:\cygwin\home\kae026\modeling\FLEXPART
\FLEXPART_GFORTRAN.exe, io, NULL, 0, 7, 1, 4020, NULL, 0)
   25  126309 [main] bash 536 fhandler_base::open: 1 =
fhandler_base::open (\??\C:\cygwin\home\kae026\modeling\FLEXPART
\FLEXPART_GFORTRAN.exe, 0x100000)
   31  126340 [main] bash 536 fhandler_base::open_fs: 1 =
fhandler_disk_file::open (\??\C:\cygwin\home\kae026\modeling\FLEXPART
\FLEXPART_GFORTRAN.exe, 0x0)
   25  126365 [main] bash 536 open: 3 = open (./FLEXPART_GFORTRAN, 0x0)
  209  126574 [main] bash 536 isatty: 0 = isatty (3)
   24  126598 [main] bash 536 fhandler_base::lseek: setting file pointer
to 0
   25  126623 [main] bash 536 lseek64: 0 = lseek (3, 0, 1)
   24  126647 [main] bash 536 readv: readv (3, 0x28CA34, 1) blocking,
sigcatchers 1
   39  126686 [main] bash 536 fhandler_base::read: returning 80, binary
mode
   24  126710 [main] bash 536 readv: 80 = readv (3, 0x28CA34, 1), errno
0
  458  127168 [main] bash 536 open: open
(/usr/share/locale/locale.alias, 0x0)
   25  127193 [main] bash 536 normalize_posix_path:
src /usr/share/locale/locale.alias
   24  127217 [main] bash 536
normalize_posix_path: /usr/share/locale/locale.alias =
normalize_posix_path (/usr/share/locale/locale.alias)
   24  127241 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale/locale.alias)
   24  127265 [main] bash 536 set_flags: flags: binary (0x2)
   24  127289 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale/locale.alias, dst C:\cygwin\usr\share\locale
\locale.alias, flags 0x3000A, rc 0
   97  127386 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\usr\share\locale\locale.alias)
   35  127421 [main] bash 536 symlink_info::check: not a symlink
   38  127459 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale\locale.alias, 0x28B130) (0x3000A)
   26  127485 [main] bash 536 path_conv::check: this->path(C:\cygwin\usr
\share\locale\locale.alias), has_acls(1)
   26  127511 [main] bash 536 build_fh_pc: fh 0x61244A24
   27  127538 [main] bash 536 fhandler_base::open: (\??\C:\cygwin\usr
\share\locale\locale.alias, 0x100000)
   96  127634 [main] bash 536 fhandler_base::set_flags: flags 0x100000,
supplied_bin 0x10000
   26  127660 [main] bash 536 fhandler_base::set_flags: filemode set to
binary
   23  127683 [main] bash 536 fhandler_base::open: 0 = NtCreateFile
(0x2C0, 80100000, \??\C:\cygwin\usr\share\locale\locale.alias, io, NULL,
0, 7, 1, 4020, NULL, 0)
   31  127714 [main] bash 536 fhandler_base::open: 1 =
fhandler_base::open (\??\C:\cygwin\usr\share\locale\locale.alias,
0x100000)
   32  127746 [main] bash 536 fhandler_base::open_fs: 1 =
fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\locale.alias,
0x0)
   26  127772 [main] bash 536 open: 4 = open
(/usr/share/locale/locale.alias, 0x0)
  127  127899 [main] bash 536 _cygwin_istext_for_stdio: fd 4: opened as
binary
  137  128036 [main] bash 536 cygpsid::debug_print: get_sids_info: owner
SID = S-1-5-21-388005049-2988697505-1062046759-1002
   26  128062 [main] bash 536 cygpsid::debug_print: get_sids_info: group
SID = S-1-5-32-544
   29  128091 [main] bash 536 get_info_from_sd: ACL 1A4, uid 1002, gid
544
   41  128132 [main] bash 536 fhandler_base::fstat_helper: 0 = fstat
(\??\C:\cygwin\usr\share\locale\locale.alias, 0x28C528)
st_atime=4EAFE18B st_size=2660, st_mode=0x81A4, st_ino=1407374883720616,
sizeof=96
   25  128157 [main] bash 536 fstat64: 0 = fstat (4, 0x28C528)
   43  128200 [main] bash 536 readv: readv (4, 0x28C544, 1) blocking,
sigcatchers 1
   39  128239 [main] bash 536 fhandler_base::read: returning 2660,
binary mode
   24  128263 [main] bash 536 readv: 2660 = readv (4, 0x28C544, 1),
errno 0
 5339  133602 [main] bash 536 readv: readv (4, 0x28C544, 1) blocking,
sigcatchers 1
   30  133632 [main] bash 536 fhandler_base::read: returning 0, binary
mode
   24  133656 [main] bash 536 readv: 0 = readv (4, 0x28C544, 1), errno
0
  161  133817 [main] bash 536 close: close (4)
   24  133841 [main] bash 536 fhandler_base::close: closing
'/usr/share/locale/locale.alias' handle 0x2C0
   41  133882 [main] bash 536 close: 0 = close (4)
  237  134119 [main] bash 536 open: open
(/usr/local/share/locale/locale.alias, 0x0)
   23  134142 [main] bash 536 normalize_posix_path:
src /usr/local/share/locale/locale.alias
   23  134165 [main] bash 536
normalize_posix_path: /usr/local/share/locale/locale.alias =
normalize_posix_path (/usr/local/share/locale/locale.alias)
   23  134188 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/local/share/locale/locale.alias)
   24  134212 [main] bash 536 set_flags: flags: binary (0x2)
   23  134235 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/local/share/locale/locale.alias, dst C:\cygwin\usr\local
\share\locale\locale.alias, flags 0x3000A, rc 0
   66  134301 [main] bash 536 symlink_info::check: 0xC000003A =
NtCreateFile (\??\C:\cygwin\usr\local\share\locale\locale.alias)
   26  134327 [main] bash 536 symlink_info::check: 0xC000003A =
NtQueryInformationFile (\??\C:\cygwin\usr\local\share\locale
\locale.alias)
   24  134351 [main] bash 536 symlink_info::check: not a symlink
   23  134374 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\local\share\locale\locale.alias, 0x28B120) (0x3000A)
   23  134397 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/local/share/locale)
   22  134419 [main] bash 536 set_flags: flags: binary (0x2)
   23  134442 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/local/share/locale, dst C:\cygwin\usr\local\share\locale,
flags 0x3000A, rc 0
   51  134493 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\usr\local\share\locale)
   25  134518 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\usr\local\share\locale)
   51  134569 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\usr\local\share\locale.lnk)
   25  134594 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\usr\local\share\locale.lnk)
   26  134620 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\local\share\locale, 0x28B120) (0x3000A)
   25  134645 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/local/share)
   24  134669 [main] bash 536 set_flags: flags: binary (0x2)
   23  134692 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/local/share, dst C:\cygwin\usr\local\share, flags 0x3000A,
rc 0
   57  134749 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\usr\local\share)
   34  134783 [main] bash 536 symlink_info::check: not a symlink
   39  134822 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\local\share, 0x28B120) (0x3000A)
   26  134848 [main] bash 536 path_conv::check: this->path(C:\cygwin\usr
\local\share\locale\locale.alias), has_acls(1)
   26  134874 [main] bash 536 build_fh_pc: fh 0x61244A24
   25  134899 [main] bash 536 fhandler_base::open: (\??\C:\cygwin\usr
\local\share\locale\locale.alias, 0x100000)
   51  134950 [main] bash 536
seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC000003A -> windows error 3
   27  134977 [main] bash 536 geterrno_from_win_error: windows error 3
== errno 2
   27  135004 [main] bash 536 fhandler_base::open: C000003A =
NtCreateFile (0x0, 80100000, \??\C:\cygwin\usr\local\share\locale
\locale.alias, io, NULL, 0, 7, 1, 4020, NULL, 0)
   25  135029 [main] bash 536 fhandler_base::open: 0 =
fhandler_base::open (\??\C:\cygwin\usr\local\share\locale\locale.alias,
0x100000)
   24  135053 [main] bash 536 fhandler_base::open_fs: 0 =
fhandler_disk_file::open (\??\C:\cygwin\usr\local\share\locale
\locale.alias, 0x0)
   25  135078 [main] bash 536 open: -1 = open
(/usr/local/share/locale/locale.alias, 0x0)
  475  135553 [main] bash 536 open: open
(/usr/share/locale/C.UTF-8/LC_MESSAGES/bash.mo, 0x10000)
   25  135578 [main] bash 536 normalize_posix_path:
src /usr/share/locale/C.UTF-8/LC_MESSAGES/bash.mo
   23  135601 [main] bash 536
normalize_posix_path: /usr/share/locale/C.UTF-8/LC_MESSAGES/bash.mo =
normalize_posix_path (/usr/share/locale/C.UTF-8/LC_MESSAGES/bash.mo)
   23  135624 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale/C.UTF-8/LC_MESSAGES/bash.mo)
   24  135648 [main] bash 536 set_flags: flags: binary (0x2)
   24  135672 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale/C.UTF-8/LC_MESSAGES/bash.mo, dst C:\cygwin
\usr\share\locale\C.UTF-8\LC_MESSAGES\bash.mo, flags 0x3000A, rc 0
   62  135734 [main] bash 536 symlink_info::check: 0xC000003A =
NtCreateFile (\??\C:\cygwin\usr\share\locale\C.UTF-8\LC_MESSAGES
\bash.mo)
   28  135762 [main] bash 536 symlink_info::check: 0xC000003A =
NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\C.UTF-8
\LC_MESSAGES\bash.mo)
   25  135787 [main] bash 536 symlink_info::check: not a symlink
   25  135812 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale\C.UTF-8\LC_MESSAGES\bash.mo, 0x28B330)
(0x3000A)
   25  135837 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale/C.UTF-8/LC_MESSAGES)
   23  135860 [main] bash 536 set_flags: flags: binary (0x2)
   22  135882 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale/C.UTF-8/LC_MESSAGES, dst C:\cygwin\usr\share
\locale\C.UTF-8\LC_MESSAGES, flags 0x3000A, rc 0
   57  135939 [main] bash 536 symlink_info::check: 0xC000003A =
NtCreateFile (\??\C:\cygwin\usr\share\locale\C.UTF-8\LC_MESSAGES)
   26  135965 [main] bash 536 symlink_info::check: 0xC000003A =
NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\C.UTF-8
\LC_MESSAGES)
   25  135990 [main] bash 536 symlink_info::check: not a symlink
   24  136014 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale\C.UTF-8\LC_MESSAGES, 0x28B330) (0x3000A)
   25  136039 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale/C.UTF-8)
   24  136063 [main] bash 536 set_flags: flags: binary (0x2)
   79  136142 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale/C.UTF-8, dst C:\cygwin\usr\share\locale
\C.UTF-8, flags 0x3000A, rc 0
   57  136199 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\usr\share\locale\C.UTF-8)
   29  136228 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\C.UTF-8)
   53  136281 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\usr\share\locale\C.UTF-8.lnk)
   24  136305 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\C.UTF-8.lnk)
   24  136329 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale\C.UTF-8, 0x28B330) (0x3000A)
   23  136352 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale)
   23  136375 [main] bash 536 set_flags: flags: binary (0x2)
   22  136397 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale, dst C:\cygwin\usr\share\locale, flags
0x3000A, rc 0
   57  136454 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\usr\share\locale)
   32  136486 [main] bash 536 symlink_info::check: not a symlink
   38  136524 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale, 0x28B330) (0x3000A)
   24  136548 [main] bash 536 path_conv::check: this->path(C:\cygwin\usr
\share\locale\C.UTF-8\LC_MESSAGES\bash.mo), has_acls(1)
   31  136579 [main] bash 536 build_fh_pc: fh 0x61244A24
   25  136604 [main] bash 536 fhandler_base::open: (\??\C:\cygwin\usr
\share\locale\C.UTF-8\LC_MESSAGES\bash.mo, 0x110000)
   53  136657 [main] bash 536
seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC000003A -> windows error 3
   25  136682 [main] bash 536 geterrno_from_win_error: windows error 3
== errno 2
   23  136705 [main] bash 536 fhandler_base::open: C000003A =
NtCreateFile (0x0, 80100000, \??\C:\cygwin\usr\share\locale\C.UTF-8
\LC_MESSAGES\bash.mo, io, NULL, 0, 7, 1, 4020, NULL, 0)
   27  136732 [main] bash 536 fhandler_base::open: 0 =
fhandler_base::open (\??\C:\cygwin\usr\share\locale\C.UTF-8\LC_MESSAGES
\bash.mo, 0x110000)
   25  136757 [main] bash 536 fhandler_base::open_fs: 0 =
fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\C.UTF-8
\LC_MESSAGES\bash.mo, 0x10000)
   27  136784 [main] bash 536 open: -1 = open
(/usr/share/locale/C.UTF-8/LC_MESSAGES/bash.mo, 0x10000)
   60  136844 [main] bash 536 open: open
(/usr/share/locale/C.utf8/LC_MESSAGES/bash.mo, 0x10000)
   24  136868 [main] bash 536 normalize_posix_path:
src /usr/share/locale/C.utf8/LC_MESSAGES/bash.mo
   23  136891 [main] bash 536
normalize_posix_path: /usr/share/locale/C.utf8/LC_MESSAGES/bash.mo =
normalize_posix_path (/usr/share/locale/C.utf8/LC_MESSAGES/bash.mo)
   23  136914 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale/C.utf8/LC_MESSAGES/bash.mo)
   23  136937 [main] bash 536 set_flags: flags: binary (0x2)
   23  136960 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale/C.utf8/LC_MESSAGES/bash.mo, dst C:\cygwin\usr
\share\locale\C.utf8\LC_MESSAGES\bash.mo, flags 0x3000A, rc 0
   55  137015 [main] bash 536 symlink_info::check: 0xC000003A =
NtCreateFile (\??\C:\cygwin\usr\share\locale\C.utf8\LC_MESSAGES
\bash.mo)
   24  137039 [main] bash 536 symlink_info::check: 0xC000003A =
NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\C.utf8
\LC_MESSAGES\bash.mo)
   25  137064 [main] bash 536 symlink_info::check: not a symlink
   23  137087 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale\C.utf8\LC_MESSAGES\bash.mo, 0x28B330)
(0x3000A)
   23  137110 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale/C.utf8/LC_MESSAGES)
   24  137134 [main] bash 536 set_flags: flags: binary (0x2)
   23  137157 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale/C.utf8/LC_MESSAGES, dst C:\cygwin\usr\share
\locale\C.utf8\LC_MESSAGES, flags 0x3000A, rc 0
   60  137217 [main] bash 536 symlink_info::check: 0xC000003A =
NtCreateFile (\??\C:\cygwin\usr\share\locale\C.utf8\LC_MESSAGES)
   28  137245 [main] bash 536 symlink_info::check: 0xC000003A =
NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\C.utf8
\LC_MESSAGES)
   24  137269 [main] bash 536 symlink_info::check: not a symlink
   23  137292 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale\C.utf8\LC_MESSAGES, 0x28B330) (0x3000A)
   23  137315 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale/C.utf8)
   22  137337 [main] bash 536 set_flags: flags: binary (0x2)
   23  137360 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale/C.utf8, dst C:\cygwin\usr\share\locale
\C.utf8, flags 0x3000A, rc 0
   49  137409 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\usr\share\locale\C.utf8)
   26  137435 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\C.utf8)
   50  137485 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\usr\share\locale\C.utf8.lnk)
   25  137510 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\C.utf8.lnk)
   23  137533 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale\C.utf8, 0x28B330) (0x3000A)
   23  137556 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale)
   23  137579 [main] bash 536 set_flags: flags: binary (0x2)
   23  137602 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale, dst C:\cygwin\usr\share\locale, flags
0x3000A, rc 0
   54  137656 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\usr\share\locale)
   32  137688 [main] bash 536 symlink_info::check: not a symlink
   38  137726 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale, 0x28B330) (0x3000A)
   24  137750 [main] bash 536 path_conv::check: this->path(C:\cygwin\usr
\share\locale\C.utf8\LC_MESSAGES\bash.mo), has_acls(1)
   25  137775 [main] bash 536 build_fh_pc: fh 0x61244A24
   24  137799 [main] bash 536 fhandler_base::open: (\??\C:\cygwin\usr
\share\locale\C.utf8\LC_MESSAGES\bash.mo, 0x110000)
   51  137850 [main] bash 536
seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC000003A -> windows error 3
   24  137874 [main] bash 536 geterrno_from_win_error: windows error 3
== errno 2
   23  137897 [main] bash 536 fhandler_base::open: C000003A =
NtCreateFile (0x0, 80100000, \??\C:\cygwin\usr\share\locale\C.utf8
\LC_MESSAGES\bash.mo, io, NULL, 0, 7, 1, 4020, NULL, 0)
   23  137920 [main] bash 536 fhandler_base::open: 0 =
fhandler_base::open (\??\C:\cygwin\usr\share\locale\C.utf8\LC_MESSAGES
\bash.mo, 0x110000)
   24  137944 [main] bash 536 fhandler_base::open_fs: 0 =
fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\C.utf8
\LC_MESSAGES\bash.mo, 0x10000)
   24  137968 [main] bash 536 open: -1 = open
(/usr/share/locale/C.utf8/LC_MESSAGES/bash.mo, 0x10000)
   57  138025 [main] bash 536 open: open
(/usr/share/locale/C/LC_MESSAGES/bash.mo, 0x10000)
   22  138047 [main] bash 536 normalize_posix_path:
src /usr/share/locale/C/LC_MESSAGES/bash.mo
   23  138070 [main] bash 536
normalize_posix_path: /usr/share/locale/C/LC_MESSAGES/bash.mo =
normalize_posix_path (/usr/share/locale/C/LC_MESSAGES/bash.mo)
   23  138093 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale/C/LC_MESSAGES/bash.mo)
   22  138115 [main] bash 536 set_flags: flags: binary (0x2)
   22  138137 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale/C/LC_MESSAGES/bash.mo, dst C:\cygwin\usr
\share\locale\C\LC_MESSAGES\bash.mo, flags 0x3000A, rc 0
   56  138193 [main] bash 536 symlink_info::check: 0xC000003A =
NtCreateFile (\??\C:\cygwin\usr\share\locale\C\LC_MESSAGES\bash.mo)
   35  138228 [main] bash 536 symlink_info::check: 0xC000003A =
NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\C\LC_MESSAGES
\bash.mo)
   32  138260 [main] bash 536 symlink_info::check: not a symlink
   26  138286 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale\C\LC_MESSAGES\bash.mo, 0x28B330) (0x3000A)
   28  138314 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale/C/LC_MESSAGES)
   28  138342 [main] bash 536 set_flags: flags: binary (0x2)
   28  138370 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale/C/LC_MESSAGES, dst C:\cygwin\usr\share\locale
\C\LC_MESSAGES, flags 0x3000A, rc 0
   55  138425 [main] bash 536 symlink_info::check: 0xC000003A =
NtCreateFile (\??\C:\cygwin\usr\share\locale\C\LC_MESSAGES)
   28  138453 [main] bash 536 symlink_info::check: 0xC000003A =
NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\C\LC_MESSAGES)
   26  138479 [main] bash 536 symlink_info::check: not a symlink
   24  138503 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale\C\LC_MESSAGES, 0x28B330) (0x3000A)
   25  138528 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale/C)
   30  138558 [main] bash 536 set_flags: flags: binary (0x2)
   25  138583 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale/C, dst C:\cygwin\usr\share\locale\C, flags
0x3000A, rc 0
   55  138638 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\usr\share\locale\C)
   26  138664 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\C)
   50  138714 [main] bash 536 symlink_info::check: 0xC0000034 =
NtCreateFile (\??\C:\cygwin\usr\share\locale\C.lnk)
   25  138739 [main] bash 536 symlink_info::check: 0xC0000034 =
NtQueryInformationFile (\??\C:\cygwin\usr\share\locale\C.lnk)
   24  138763 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale\C, 0x28B330) (0x3000A)
   24  138787 [main] bash 536 mount_info::conv_to_win32_path:
conv_to_win32_path (/usr/share/locale)
   23  138810 [main] bash 536 set_flags: flags: binary (0x2)
   30  138840 [main] bash 536 mount_info::conv_to_win32_path:
src_path /usr/share/locale, dst C:\cygwin\usr\share\locale, flags
0x3000A, rc 0
   61  138901 [main] bash 536 symlink_info::check: 0x0 = NtCreateFile
(\??\C:\cygwin\usr\share\locale)
   32  138933 [main] bash 536 symlink_info::check: not a symlink
   38  138971 [main] bash 536 symlink_info::check: 0 = symlink.check (C:
\cygwin\usr\share\locale, 0x28B330) (0x3000A)
   25  138996 [main] bash 536 path_conv::check: this->path(C:\cygwin\usr
\share\locale\C\LC_MESSAGES\bash.mo), has_acls(1)
   25  139021 [main] bash 536 build_fh_pc: fh 0x61244A24
   25  139046 [main] bash 536 fhandler_base::open: (\??\C:\cygwin\usr
\share\locale\C\LC_MESSAGES\bash.mo, 0x110000)
   51  139097 [main] bash 536
seterrno_from_nt_status: /ext/build/netrel/src/cygwin-1.7.9-1/winsup/cygwin/fhandler.cc:605 status 0xC000003A -> windows error 3
   25  139122 [main] bash 536 geterrno_from_win_error: windows error 3
== errno 2
   23  139145 [main] bash 536 fhandler_base::open: C000003A =
NtCreateFile (0x0, 80100000, \??\C:\cygwin\usr\share\locale\C
\LC_MESSAGES\bash.mo, io, NULL, 0, 7, 1, 4020, NULL, 0)
   25  139170 [main] bash 536 fhandler_base::open: 0 =
fhandler_base::open (\??\C:\cygwin\usr\share\locale\C\LC_MESSAGES
\bash.mo, 0x110000)
   24  139194 [main] bash 536 fhandler_base::open_fs: 0 =
fhandler_disk_file::open (\??\C:\cygwin\usr\share\locale\C\LC_MESSAGES
\bash.mo, 0x10000)
   24  139218 [main] bash 536 open: -1 = open
(/usr/share/locale/C/LC_MESSAGES/bash.mo, 0x10000)
  415  139633 [main] bash 536 fhandler_tty_slave::write: tty2,
write(F39FB8, 69)
   24  139657 [main] bash 536 fhandler_tty_slave::write: (746): tty
output_mutex: waiting -1 ms
   23  139680 [main] bash 536 fhandler_tty_slave::write: (746): tty
output_mutex: acquired
   26  139706 [main] bash 536 fhandler_tty_slave::write: (789): tty
output_mutex released
 1552  141258 [main] bash 536 close: close (0)
   28  141286 [main] bash 536 init_cygheap::manage_console_count:
fhandler_tty_slave::close: console_count 2, amount -1, ctty /dev/tty2,
avoid_freeing_console 0
   25  141311 [main] bash 536 fhandler_tty_slave::close: /dev/tty2
closed, usecount 2
   23  141334 [main] bash 536 fhandler_tty_slave::close: just returning
because archetype usecount is != 0
   24  141358 [main] bash 536 close: 0 = close (0)
  255  141613 [main] bash 536 close: close (1)
   22  141635 [main] bash 536 fhandler_base::close: closing
'/home/kae026/modeling/FLEXPART/a.txt' handle 0x198
   26  141661 [main] bash 536 close: 0 = close (1)
  271  141932 [main] bash 536 close: close (2)
   23  141955 [main] bash 536 init_cygheap::manage_console_count:
fhandler_tty_slave::close: console_count 1, amount -1, ctty /dev/tty2,
avoid_freeing_console 0
   23  141978 [main] bash 536 fhandler_tty_slave::close: /dev/tty2
closed, usecount 1
   24  142002 [main] bash 536 fhandler_tty_slave::close: just returning
because archetype usecount is != 0
   23  142025 [main] bash 536 close: 0 = close (2)
  166  142191 [main] bash 536 do_exit: do_exit (32256), exit_state 1
   24  142215 [main] bash 536 void: 0x421880 = signal (20, 0x1)
   23  142238 [main] bash 536 void: 0x0 = signal (1, 0x1)
   23  142261 [main] bash 536 void: 0x0 = signal (2, 0x1)
   22  142283 [main] bash 536 void: 0x1 = signal (3, 0x1)
   25  142308 [main] bash 536 fhandler_base::close: closing
'/home/kae026/modeling/FLEXPART/FLEXPART_GFORTRAN' handle 0x278
   38  142346 [main] bash 536 init_cygheap::close_ctty: closing
cygheap->ctty 0x61243C5C
   25  142371 [main] bash 536 init_cygheap::manage_console_count:
fhandler_tty_slave::close: console_count 0, amount -1, ctty /dev/tty2,
avoid_freeing_console 0
   24  142395 [main] bash 536 fhandler_tty_slave::close: /dev/tty2
closed, usecount 0
   23  142418 [main] bash 536 fhandler_tty_slave::close: closing last
open /dev/tty2 handle
   24  142442 [main] bash 536 fhandler_tty_common::close: tty2
<0x164,0x170> closing
   46  142488 [main] bash 536 sigproc_terminate: entering
   23  142511 [main] bash 536 sig_send: sendsig 0x110, pid 536, signal
-42, its_me 1
   29  142540 [main] bash 536 sig_send: Not waiting for sigcomplete.
its_me 1 signal -42
   24  142564 [main] bash 536 sig_send: returning 0x0 from sending
signal -42
  -19  142545 [sig] bash 536 wait_sig: saw __SIGEXIT
   42  142587 [main] bash 536 proc_terminate: nprocs 0
   19  142606 [sig] bash 536 wait_sig: signal thread exiting
   24  142630 [main] bash 536 proc_terminate: leaving
   57  142687 [main] bash 536 __to_clock_t: dwHighDateTime 0,
dwLowDateTime 468003
   48  142735 [main] bash 536 __to_clock_t: total 00000000 0000002E
   27  142762 [main] bash 536 __to_clock_t: dwHighDateTime 0,
dwLowDateTime 780005
   25  142787 [main] bash 536 __to_clock_t: total 00000000 0000004E
  570  143357 [main] bash 536 pinfo::exit: Calling ExitProcess n 0x7E00,
exitcode 0x7E

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

end of thread, other threads:[~2011-11-08 11:22 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-08 11:22 Problem with execution of binary file Edvardsen Kåre
  -- strict thread matches above, loose matches on Subject: below --
2011-11-07  9:55 Edvardsen Kåre
2011-11-07 19:26 ` Mark Geisert
2011-11-08 10:02   ` Mark Geisert
2011-11-08 10:08     ` Mark Geisert
     [not found] <1320325271.5480.163.camel@kare-desktop>
2011-11-03 13:19 ` Edvardsen Kåre
2011-11-03 12:21 Edvardsen Kåre
2011-11-03 12:53 ` Corinna Vinschen
2011-11-03 13:22 ` Eliot Moss
2011-11-03 14:11   ` Edvardsen Kåre
2011-11-03 19:54     ` Mark Geisert
2011-11-03 21:57 ` Eliot Moss
2011-11-04  1:54   ` Eliot Moss
2011-11-04  8:51   ` Edvardsen Kåre
2011-11-04 10:50     ` Eliot Moss
2011-11-04 12:34       ` Edvardsen Kåre
2011-11-04 17:56         ` Mark Geisert
2011-11-04 18:00           ` Eliot Moss
2011-11-04 18:21             ` Mark Geisert
2011-11-05  9:52               ` David Sastre

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).