public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* texlive-install: core dumped
@ 2013-06-29 11:43 Helmut Karlowski
  2013-06-29 12:26 ` Ken Brown
  0 siblings, 1 reply; 16+ messages in thread
From: Helmut Karlowski @ 2013-06-29 11:43 UTC (permalink / raw)
  To: cygwin

I've just updated my cygwin using setup.exe on XP-pro and found that the  
texlive-install produced an error.

In setup.log.full I found:

fmtutil: initial config file is `/etc/texmf/web2c/fmtutil.cnf'
fmtutil: configuration file updated: `/etc/texmf/web2c/fmtutil.cnf'
fmtutil: running `luatex -ini   -jobname=luatex -progname=luatex  
luatex.ini' ...
Memory fault (core dumped)
Error: `luatex -ini  -jobname=luatex -progname=luatex luatex.ini' failed

...

fmtutil: initial config file is `/etc/texmf/web2c/fmtutil.cnf'
fmtutil: configuration file updated: `/etc/texmf/web2c/fmtutil.cnf'
fmtutil: running `luatex -ini   -jobname=dviluatex -progname=dviluatex  
dviluatex.ini' ...
Memory fault (core dumped)
Error: `luatex -ini  -jobname=dviluatex -progname=dviluatex dviluatex.ini'  
failed

...

fmtutil: running `luatex -ini   -jobname=luatex -progname=luatex  
luatex.ini' ...
Memory fault (core dumped)
Error: `luatex -ini  -jobname=luatex -progname=luatex luatex.ini' failed

and more.

I don't know which process crashed (fmtutil is a shell-script), and I  
found no stackdump anywhere using

find . ( -path ./c -o -path ./cygdrive -o -path ./proc ) -prune -name  
'*.stackdump' -print

Are the stackdumps being deleted by setup? I could not reproduce a crash  
by running fmtutil --refresh manually.

With fmtutil --all I get at the end:

###############################################################################
fmtutil: Error! Not all formats have been built successfully.
Visit the log files in directory
   /home/adm/.cache/texmf/web2c
for details.
###############################################################################

This is a summary of all `failed' messages:
`pdftex -ini  -jobname=mllatex -progname=mllatex -translate-file=cp227.tcx  
-mltex mllatex.ini' failed
`xetex -ini  -jobname=xetex -progname=xetex -etex xetex.ini' failed
`xetex -ini  -jobname=xelatex -progname=xelatex -etex xelatex.ini' failed

But again no Memory fault.

How can I find out what caused the Memory fault?

CYGWIN_NT-5.1 1.7.20(0.266/5/3) 2013-06-07 11:11 i686

-- 
Helmut Karlowski

--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-29 11:43 texlive-install: core dumped Helmut Karlowski
@ 2013-06-29 12:26 ` Ken Brown
  2013-06-29 12:36   ` Helmut Karlowski
  0 siblings, 1 reply; 16+ messages in thread
From: Ken Brown @ 2013-06-29 12:26 UTC (permalink / raw)
  To: cygwin

On 6/29/2013 6:34 AM, Helmut Karlowski wrote:
> I've just updated my cygwin using setup.exe on XP-pro and found that the
> texlive-install produced an error.
>
> In setup.log.full I found:
>
> fmtutil: initial config file is `/etc/texmf/web2c/fmtutil.cnf'
> fmtutil: configuration file updated: `/etc/texmf/web2c/fmtutil.cnf'
> fmtutil: running `luatex -ini   -jobname=luatex -progname=luatex
> luatex.ini' ...
> Memory fault (core dumped)
> Error: `luatex -ini  -jobname=luatex -progname=luatex luatex.ini' failed
>
> ...
>
> fmtutil: initial config file is `/etc/texmf/web2c/fmtutil.cnf'
> fmtutil: configuration file updated: `/etc/texmf/web2c/fmtutil.cnf'
> fmtutil: running `luatex -ini   -jobname=dviluatex -progname=dviluatex
> dviluatex.ini' ...
> Memory fault (core dumped)
> Error: `luatex -ini  -jobname=dviluatex -progname=dviluatex
> dviluatex.ini' failed
>
> ...
>
> fmtutil: running `luatex -ini   -jobname=luatex -progname=luatex
> luatex.ini' ...
> Memory fault (core dumped)
> Error: `luatex -ini  -jobname=luatex -progname=luatex luatex.ini' failed
>
> and more.
>
> I don't know which process crashed

The error message suggests that the following crashed:

   luatex -ini  -jobname=luatex -progname=luatex luatex.ini

Can you run it by hand (as administrator)?

> Are the stackdumps being deleted by setup? I could not reproduce a crash
> by running fmtutil --refresh manually.

'fmtutil --refresh' just recreates existing formats, so it shouldn't 
fail.  And, by the way, you should have been running fmtutil-sys rather 
than fmtutil if you're trying to reproduce what the texlive postinstall 
scripts do.

> With fmtutil --all I get at the end:
>
> ###############################################################################
>
> fmtutil: Error! Not all formats have been built successfully.
> Visit the log files in directory
>    /home/adm/.cache/texmf/web2c
> for details.
> ###############################################################################
>
>
> This is a summary of all `failed' messages:
> `pdftex -ini  -jobname=mllatex -progname=mllatex
> -translate-file=cp227.tcx -mltex mllatex.ini' failed

Have you installed texlive-collection-formatsextra?  If not, I think 
this is to be expected.  In any case, it can be ignored unless you use 
mltex.

> `xetex -ini  -jobname=xetex -progname=xetex -etex xetex.ini' failed
> `xetex -ini  -jobname=xelatex -progname=xelatex -etex xelatex.ini' failed

Have you installed texlive-collection-xetex?

Ken

--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-29 12:26 ` Ken Brown
@ 2013-06-29 12:36   ` Helmut Karlowski
  2013-06-29 15:20     ` Ken Brown
  0 siblings, 1 reply; 16+ messages in thread
From: Helmut Karlowski @ 2013-06-29 12:36 UTC (permalink / raw)
  To: cygwin

Ken Brown, 29.06.2013 13:42:49:

>> I don't know which process crashed
>
> The error message suggests that the following crashed:

I also think so, but it does not crash when run manually.

>    luatex -ini  -jobname=luatex -progname=luatex luatex.ini
>
> Can you run it by hand (as administrator)?

Sure - no crash.

>> With fmtutil --all I get at the end:
>>
>> ###############################################################################
>>
>> fmtutil: Error! Not all formats have been built successfully.
>> Visit the log files in directory
>>    /home/adm/.cache/texmf/web2c
>> for details.
>> ###############################################################################

Just noticed I always had this message (found in an old logfile from 2011).

> Have you installed texlive-collection-formatsextra?  If not, I think  
> this is to be expected.  In any case, it can be ignored unless you use  
> mltex.
>
>> `xetex -ini  -jobname=xetex -progname=xetex -etex xetex.ini' failed
>> `xetex -ini  -jobname=xelatex -progname=xelatex -etex xelatex.ini'  
>> failed
>
> Have you installed texlive-collection-xetex?

I think I have them all, as controlled by default-setup.

With

fmtutil-sys --all &>~/fmtutil.log

There's also no crash.

But there are some issues - e.g.:


fmtutil: running `pdftex -ini   -jobname=amstex -progname=amstex  
-translate-file=cp227.tcx *amstex.ini' ...
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Cygwin)  
(INITEX)
  restricted \write18 enabled.
  (/usr/share/texmf-dist/web2c/cp227.tcx)
entering extended mode
(/usr/share/texmf-dist/tex/amstex/config/amstex.ini
(/usr/share/texmf-dist/tex/plain/base/plain.tex
Preloading the plain format: codes, registers, parameters, fonts, more  
fonts,
macros, math definitions, output routines, hyphenation
(/usr/share/texmf-dist/tex/generic/hyphen/hyphen.tex)) (/bin/amstex
! Missing $ inserted.
<inserted text>
                 $
<to be read again>
                    ^^A
l.1 ...^^@^^@^^@^^@^^@^^@^^@^^N^^_º^^N^^@Ž Í!ž^^A
                                                   LÍ!This program cannot  
be ...

?
! Emergency stop.
<inserted text>
                 $
<to be read again>
                    ^^A
l.1 ...^^@^^@^^@^^@^^@^^@^^@^^N^^_º^^N^^@Ž Í!ž^^A
                                                   LÍ!This program cannot  
be ...

No pages of output.
Transcript written on amstex.log.
Error: `pdftex -ini  -jobname=amstex -progname=amstex  
-translate-file=cp227.tcx *amstex.ini' failed

And more.


It would be really helpful to be able to find the stackdumps produced  
during setup. I don't care that much about the TeX-errors.


-- 
Helmut Karlowski

--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-29 12:36   ` Helmut Karlowski
@ 2013-06-29 15:20     ` Ken Brown
  2013-06-29 18:37       ` Helmut Karlowski
  0 siblings, 1 reply; 16+ messages in thread
From: Ken Brown @ 2013-06-29 15:20 UTC (permalink / raw)
  To: cygwin

On 6/29/2013 8:26 AM, Helmut Karlowski wrote:
> Ken Brown, 29.06.2013 13:42:49:
>> Have you installed texlive-collection-formatsextra?  If not, I think
>> this is to be expected.  In any case, it can be ignored unless you use
>> mltex.
>>
>>> `xetex -ini  -jobname=xetex -progname=xetex -etex xetex.ini' failed
>>> `xetex -ini  -jobname=xelatex -progname=xelatex -etex xelatex.ini'
>>> failed
>>
>> Have you installed texlive-collection-xetex?
>
> I think I have them all, as controlled by default-setup.

I'm not sure what you mean by "default-setup", but there are no texlive 
packages installed by default.  You have to choose them, or choose 
something that requires them.

> fmtutil: running `pdftex -ini   -jobname=amstex -progname=amstex
> -translate-file=cp227.tcx *amstex.ini' ...
> This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Cygwin)
> (INITEX)
>   restricted \write18 enabled.
>   (/usr/share/texmf-dist/web2c/cp227.tcx)
> entering extended mode
> (/usr/share/texmf-dist/tex/amstex/config/amstex.ini
> (/usr/share/texmf-dist/tex/plain/base/plain.tex
> Preloading the plain format: codes, registers, parameters, fonts, more
> fonts,
> macros, math definitions, output routines, hyphenation
> (/usr/share/texmf-dist/tex/generic/hyphen/hyphen.tex)) (/bin/amstex
> ! Missing $ inserted.
> <inserted text>
>                  $
> <to be read again>
>                     ^^A
> l.1 ...^^@^^@^^@^^@^^@^^@^^@^^N^^_º^^N^^@Ž Í!ž^^A
>                                                    LÍ!This program
> cannot be ...
>
> ?
> ! Emergency stop.
> <inserted text>
>                  $
> <to be read again>
>                     ^^A
> l.1 ...^^@^^@^^@^^@^^@^^@^^@^^N^^_º^^N^^@Ž Í!ž^^A
>                                                    LÍ!This program
> cannot be ...
>
> No pages of output.
> Transcript written on amstex.log.
> Error: `pdftex -ini  -jobname=amstex -progname=amstex
> -translate-file=cp227.tcx *amstex.ini' failed
>
> And more.

Strange.  I have no idea what went wrong there.

>
> It would be really helpful to be able to find the stackdumps produced
> during setup.

Sorry, I don't know about that.

Ken

--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-29 15:20     ` Ken Brown
@ 2013-06-29 18:37       ` Helmut Karlowski
  2013-06-29 19:38         ` Ken Brown
  0 siblings, 1 reply; 16+ messages in thread
From: Helmut Karlowski @ 2013-06-29 18:37 UTC (permalink / raw)
  To: cygwin

Ken Brown, 29.06.2013 15:47:04:

>> I think I have them all, as controlled by default-setup.
>
> I'm not sure what you mean by "default-setup", but there are no texlive  
> packages installed by default.  You have to choose them, or choose  
> something that requires them.

According to my setup.ini I should have

texlive-collection-xetex version: 20130529-1

and

texlive-collection-formatsextra version: 20130529-1

installed.

When trying to actually use the installation I get:

...

(/usr/share/texmf-dist/tex/latex/latexconfig/graphics.cfg)

! LaTeX Error: File `dvipdfm.def' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: def)

...

But apart of that it works (had to create an empty dvipdfm.def in my local  
dir to get rid of the above error-message).

>> It would be really helpful to be able to find the stackdumps produced
>> during setup.
>
> Sorry, I don't know about that.

Maybe there's a commandline-option for setup that enables keeping  
stackdump-files?

-- 
Helmut Karlowski

--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-29 18:37       ` Helmut Karlowski
@ 2013-06-29 19:38         ` Ken Brown
  2013-06-29 22:00           ` Helmut Karlowski
  0 siblings, 1 reply; 16+ messages in thread
From: Ken Brown @ 2013-06-29 19:38 UTC (permalink / raw)
  To: cygwin

On 6/29/2013 1:19 PM, Helmut Karlowski wrote:
> Ken Brown, 29.06.2013 15:47:04:
>
>>> I think I have them all, as controlled by default-setup.
>>
>> I'm not sure what you mean by "default-setup", but there are no
>> texlive packages installed by default.  You have to choose them, or
>> choose something that requires them.
>
> According to my setup.ini I should have
>
> texlive-collection-xetex version: 20130529-1
>
> and
>
> texlive-collection-formatsextra version: 20130529-1
>
> installed.

setup.ini just lists available packages.  Use cygcheck to find out what 
you have actually installed.

> When trying to actually use the installation I get:
>
> ...
>
> (/usr/share/texmf-dist/tex/latex/latexconfig/graphics.cfg)
>
> ! LaTeX Error: File `dvipdfm.def' not found.
>
> Type X to quit or <RETURN> to proceed,
> or enter new name. (Default extension: def)
>
> ...
>
> But apart of that it works (had to create an empty dvipdfm.def in my
> local dir to get rid of the above error-message).

dvipdfm.def no longer exists in TeX Live 2013, and you shouldn't have to 
create it.  Please give the details of what you were doing that led to 
this error message.

And while you're at it, please follow the guidelines at

   http://cygwin.com/problems.html

including the part about attaching cygcheck output.

Ken


--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-29 19:38         ` Ken Brown
@ 2013-06-29 22:00           ` Helmut Karlowski
  2013-06-29 23:37             ` Ken Brown
  0 siblings, 1 reply; 16+ messages in thread
From: Helmut Karlowski @ 2013-06-29 22:00 UTC (permalink / raw)
  To: cygwin

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

Ken Brown, 29.06.2013 20:36:21:

> setup.ini just lists available packages.  Use cygcheck to find out what  
> you have actually installed.

When a package is installed it also lists something like:

[prev]
version: 4.13-1

Doesn't it?

> dvipdfm.def no longer exists in TeX Live 2013, and you shouldn't have to  
> create it.  Please give the details of what you were doing that led to  
> this error message.

1. pdfetex -progname latex $*

2. dvipdfm -p a4 $*

Versions:

pdfTeX 3.1415926-2.5-1.40.14 (TeX Live 2013/Cygwin)
kpathsea version 6.1.1

This is dvipdfmx-20130405 by the DVIPDFMx project team,
modified for TeX Live,
an extended version of dvipdfm-0.13.2c developed by Mark A. Wicks.

> And while you're at it, please follow the guidelines at
>
>    http://cygwin.com/problems.html

If you want to know something specific, just ask.

> including the part about attaching cygcheck output.

Attached.

Anyway I'm interested in the crashes in the first place.

-- 
Helmut Karlowski

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


Cygwin Configuration Diagnostics
Current System Time: Sat Jun 29 20:24:02 2013

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Path:	C:\cygwin\opt\cross-mint\bin
	.
	C:\bin
	C:\bat
	C:\cygwin\bin
	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
	C:\WINDOWS\System32\Wbem
	C:\Dokumente und Einstellungen\adm\Desktop
	C:\Dokumente und Einstellungen\hk\Desktop
	C:\cygwin\usr\openwin\bin

Output from C:\cygwin\bin\id.exe
UID: 1004(hk)      GID: 513(Benutzer)
513(Benutzer)      545(Benutzer)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'hk'
HOME = '/home/hk'

tmp = 'C:\DOKUME~1\hk\LOKALE~1\Temp'
LOGONSERVER = '\\NEBBIOLO'
SYSTEMROOT = 'C:\WINDOWS'
SHELL = '/bin/ksh'
HOSTNAME = 'nebbiolo'
TEMP = '/tmp'
CLASSPATH = '.;C:\Programme\Java\jre1.6.0_05\lib\ext\QTJava.zip'
ALLUSERSPROFILE = 'C:\Dokumente und Einstellungen\All Users'
USERPROFILE = 'C:\Dokumente und Einstellungen\hk'
PROCESSOR_REVISION = '0203'
DHOME = 'C:\cygwin\home\hk'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
M68K_ATARI_MINT_CROSS = 'yes'
RAMDIR = 'Z:'
INCLUDE = '/usr/m68k-atari-mint/include'
LAZYFORK = '1'
EXECSHELL = '/bin/sh'
TERM = 'xterm'
SESSIONNAME = 'Console'
USERNAME = 'hk'
LANG = 'C.UTF-8'
ENV = '/etc/.kshrc'
PROCESSOR_IDENTIFIER = 'x86 Family 16 Model 2 Stepping 3, AuthenticAMD'
PS1 = '!${PWD}#'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man:/usr/openwin/man'
HOMEDRIVE = 'C:'
SYSTEMDRIVE = 'C:'
NEWSDIR = '/usr/share/news'
PROCESSOR_ARCHITECTURE = 'x86'
PROGRAMFILES = 'C:\Programme'
NUMBER_OF_PROCESSORS = '2'
QTJAVA = 'C:\Programme\Java\jre1.6.0_05\lib\ext\QTJava.zip'
COMMONPROGRAMFILES = 'C:\Programme\Gemeinsame Dateien'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
PRINTER = 'Canon MP160 Printer'
cRAMDIR = '/cygdrive/z'
FPATH = '/usr/fpath'
WINDIR = 'C:\WINDOWS'
OS = 'Windows_NT'
UHOME = '/home/hk'
TZ = 'Europe/Berlin'
TS_COM = '3'
USERDOMAIN = 'NEBBIOLO'
PROCESSOR_LEVEL = '16'
COMPUTERNAME = 'NEBBIOLO'
APPDATA = 'C:\Dokumente und Einstellungen\hk\Anwendungsdaten'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
HOMEPATH = '\Dokumente und Einstellungen\hk'
SHLVL = '1'
FP_NO_HOST_CHECK = 'NO'
HISTCONTROL = 'ignorespace:ignoredups'
HISTFILE = '/home/hk/sh-hist'
EDITOR = '/bin/editor'

HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
  (default) = 'C:\cygwin'
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs\Cygwin
  (default) = (unsupported type)
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
  User:   Key: c5e39b7a9d22bafb Path: C:\cygwin

a:  fd  FAT          1Mb  69% CP    UN           
c:  hd  NTFS    114486Mb  31% CP CS UN PA FC     
d:  cd             N/A    N/A                    
z:  ram FAT          0Mb   0% CP    UN           MS-RAMDRIVE

A:               /a         user    binary
C:               /c         user    binary
z:               /z         user    binary
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:\bin\awk.exe
Found: C:\cygwin\bin\awk
Warning: C:\bin\awk.exe hides C:\cygwin\bin\awk
Found: C:\cygwin\bin\bash.exe
Found: C:\Dokumente und Einstellungen\hk\Desktop\bash
Warning: C:\cygwin\bin\bash.exe hides C:\Dokumente und Einstellungen\hk\Desktop\bash
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.exe
Found: C:\cygwin\bin\vim.exe

   83k 2013/04/04 C:\cygwin\bin\cygaa-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygaa-1.dll" v0.0 ts=2013-04-04 10:13
   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-04-13 22:07
  114k 2013/06/23 C:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2013-06-23 18:07
  104k 2013/06/23 C:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2013-06-23 21:21
  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-04-13 02:47
  449k 2013/01/01 C:\cygwin\bin\cygasn1-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygasn1-8.dll" v0.0 ts=2013-01-01 06:34
   19k 2012/10/25 C:\cygwin\bin\cygasyncns-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygasyncns-0.dll" v0.0 ts=2012-10-25 21:37
   96k 2012/12/17 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=2012-12-17 01:11
  135k 2012/12/17 C:\cygwin\bin\cygatk-bridge-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-bridge-2.0-0.dll" v0.0 ts=2012-12-17 04:37
  107k 2012/12/17 C:\cygwin\bin\cygatspi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatspi-0.dll" v0.0 ts=2012-12-17 04:21
   14k 2012/05/04 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2012-05-04 12:35
   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-06-30 11:19
  182k 2013/04/08 C:\cygwin\bin\cygaudiofile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygaudiofile-1.dll" v0.0 ts=2013-04-08 08:56
  167k 2013/04/27 C:\cygwin\bin\cygautotrace-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygautotrace-3.dll" v0.0 ts=2013-04-27 17:43
   56k 2013/01/23 C:\cygwin\bin\cygavahi-client-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygavahi-client-3.dll" v0.0 ts=2013-01-23 02:52
   38k 2013/01/23 C:\cygwin\bin\cygavahi-common-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygavahi-common-3.dll" v0.0 ts=2013-01-23 02:52
   11k 2013/01/23 C:\cygwin\bin\cygavahi-glib-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygavahi-glib-1.dll" v0.0 ts=2013-01-23 02:52
   10k 2012/10/26 C:\cygwin\bin\cygavahi-wrap.dll - os=4.0 img=1.0 sys=4.0
                  "cygavahi-wrap.dll" v0.0 ts=2012-10-26 03:12
  119k 2012/11/05 C:\cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2012-11-05 02:13
   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-05-21 20:16
  944k 2013/02/13 C:\cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2013-02-13 06:01
   21k 2013/02/13 C:\cygwin\bin\cygcairo-gobject-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-gobject-2.dll" v0.0 ts=2013-02-13 06:01
  104k 2013/02/13 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=2013-02-13 06:02
   10k 2012/05/03 C:\cygwin\bin\cygcatgets1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcatgets1.dll" v0.0 ts=2012-05-03 15:04
    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 18:00
   31k 2013/05/06 C:\cygwin\bin\cygcheck-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcheck-0.dll" v0.0 ts=2013-05-06 07:12
 9461k 2013/01/15 C:\cygwin\bin\cygclang.dll - os=4.0 img=1.0 sys=4.0
                  "cygclang.dll" v0.0 ts=2013-01-15 06:45
    9k 2012/10/26 C:\cygwin\bin\cygcli.dll - os=4.0 img=1.0 sys=4.0
                  "cygcli.dll" v0.0 ts=2012-10-26 03:12
  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-01-05 00:45
   17k 2013/04/25 C:\cygwin\bin\cygcompface-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcompface-0.dll" v0.0 ts=2013-04-25 15:43
   10k 2013/03/11 C:\cygwin\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2013-03-11 03:04
   30k 2012/09/01 C:\cygwin\bin\cygcord-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcord-1.dll" v0.0 ts=2012-09-01 21:38
  190k 2012/12/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=2012-12-17 03:02
    7k 2012/05/07 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2012-05-07 12:18
 1247k 2013/02/12 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=2013-02-12 14:46
 1518k 2013/02/12 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2013-02-12 14:44
  373k 2013/02/08 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2013-02-08 01:42
   20k 2013/04/12 C:\cygwin\bin\cygdatrie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdatrie-1.dll" v0.0 ts=2013-04-12 12:01
  929k 2011/11/10 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2011-11-10 19:52
 1284k 2011/11/10 C:\cygwin\bin\cygdb-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.8.dll" v0.0 ts=2011-11-10 18:45
  222k 2012/12/26 C:\cygwin\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdbus-1-3.dll" v0.0 ts=2012-12-26 22:42
  120k 2012/07/27 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=2012-07-28 00:12
   93k 2011/11/10 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=2011-11-10 19:53
  105k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.8.dll" v0.0 ts=2011-11-10 18:46
  131k 2012/07/18 C:\cygwin\bin\cygdialog-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygdialog-10.dll" v0.0 ts=2012-07-18 22:03
  151k 2013/01/02 C:\cygwin\bin\cygdialog-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygdialog-11.dll" v0.0 ts=2013-01-02 02:24
  140k 2012/05/03 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2012-05-03 18:12
  169k 2013/04/23 C:\cygwin\bin\cygEMF-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygEMF-1.dll" v0.0 ts=2013-04-23 05:50
   29k 2012/05/20 C:\cygwin\bin\cygesd-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygesd-0.dll" v0.0 ts=2012-05-20 20:54
   12k 2012/05/04 C:\cygwin\bin\cygevtlog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygevtlog-0.dll" v0.0 ts=2012-05-04 09:14
  148k 2013/04/16 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2013-04-16 14:02
   71k 2013/01/20 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2013-01-16 08:38
   28k 2013/01/16 C:\cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2013-01-16 22:53
  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-08-06 21: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-08-06 21: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 14:33
   24k 2013/05/12 C:\cygwin\bin\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2013-05-12 22:40
  731k 2013/01/08 C:\cygwin\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3-3.dll" v0.0 ts=2013-01-08 11:08
  696k 2013/01/08 C:\cygwin\bin\cygfftw3f-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f-3.dll" v0.0 ts=2013-01-08 10:59
   20k 2013/01/08 C:\cygwin\bin\cygfftw3f_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f_threads-3.dll" v0.0 ts=2013-01-08 10:59
   20k 2013/01/08 C:\cygwin\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3_threads-3.dll" v0.0 ts=2013-01-08 11:08
  175k 2013/06/02 C:\cygwin\bin\cygFLAC-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygFLAC-8.dll" v0.0 ts=2013-06-02 06:57
  189k 2013/04/08 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2013-04-08 03:55
   23k 2013/06/06 C:\cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2013-06-06 22:17
   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-01-02 14: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-03-01 06: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 19: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-08-09 10: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-01-02 17:31
  549k 2013/04/21 C:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfpx-1.dll" v0.0 ts=2013-04-21 12:48
  583k 2013/05/14 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2013-05-14 04:42
  102k 2012/09/01 C:\cygwin\bin\cyggc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggc-1.dll" v0.0 ts=2012-09-01 21:38
    6k 2012/09/01 C:\cygwin\bin\cyggccpp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggccpp-1.dll" v0.0 ts=2012-09-01 21:38
   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 14: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 15:59
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 16:02
 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 16:04
  170k 2012/12/17 C:\cygwin\bin\cyggck-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggck-1-0.dll" v0.0 ts=2012-12-17 06:39
  148k 2013/01/24 C:\cygwin\bin\cyggconf-2-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggconf-2-4.dll" v0.0 ts=2013-01-24 06:48
  357k 2012/12/17 C:\cygwin\bin\cyggcr-3-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcr-3-1.dll" v0.0 ts=2012-12-17 06:42
  426k 2012/12/17 C:\cygwin\bin\cyggcr-base-3-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcr-base-3-1.dll" v0.0 ts=2012-12-17 06:41
  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-05-20 03:29
  227k 2012/09/05 C:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-2.dll" v0.0 ts=2012-09-05 14:38
   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-02-26 07: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-02-26 07:58
  536k 2013/01/10 C:\cygwin\bin\cyggdk-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-3-0.dll" v0.0 ts=2013-01-10 03:19
  202k 2012/12/17 C:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2012-12-17 02:20
   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-03-23 19:55
   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 16:04
 1273k 2013/05/06 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=2013-05-06 04:24
  330k 2012/11/18 C:\cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2012-11-18 20:54
  167k 2012/11/18 C:\cygwin\bin\cygglapi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglapi-0.dll" v0.0 ts=2012-11-18 20:49
  937k 2013/05/06 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=2013-05-06 04:18
  472k 2012/11/18 C:\cygwin\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2012-11-18 21:09
   12k 2013/05/06 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=2013-05-06 04:21
  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-07-31 06: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-07-31 11:31
  116k 2012/12/17 C:\cygwin\bin\cyggnome-keyring-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnome-keyring-0.dll" v0.0 ts=2012-12-17 03:19
  650k 2012/08/29 C:\cygwin\bin\cyggnutls-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-26.dll" v0.0 ts=2012-08-28 13:19
  883k 2013/05/28 C:\cygwin\bin\cyggnutls-28.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-28.dll" v0.0 ts=2013-05-28 11:43
   22k 2012/08/29 C:\cygwin\bin\cyggnutls-extra-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-extra-26.dll" v0.0 ts=2012-08-28 13:19
   80k 2013/05/28 C:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2013-05-28 11:43
   79k 2013/05/28 C:\cygwin\bin\cyggnutls-xssl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-xssl-0.dll" v0.0 ts=2013-05-28 11:43
   52k 2012/08/29 C:\cygwin\bin\cyggnutlsxx-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-27.dll" v0.0 ts=2012-08-28 13:19
   48k 2013/05/28 C:\cygwin\bin\cyggnutlsxx-28.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-28.dll" v0.0 ts=2013-05-28 11:43
  298k 2013/05/06 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=2013-05-06 04:21
   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 14: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-05-20 03:04
  281k 2013/03/25 C:\cygwin\bin\cygGraphicsMagick++-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygGraphicsMagick++-3.dll" v0.0 ts=2013-03-25 19:54
 2842k 2013/03/25 C:\cygwin\bin\cygGraphicsMagick-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygGraphicsMagick-3.dll" v0.0 ts=2013-03-25 19:53
  137k 2013/03/25 C:\cygwin\bin\cygGraphicsMagickWand-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygGraphicsMagickWand-2.dll" v0.0 ts=2013-03-25 19:54
  131k 2013/04/15 C:\cygwin\bin\cyggraphite2-3.dll - os=4.0 img=3.0 sys=4.0
                  "cyggraphite2-3.dll" v0.0 ts=2013-04-15 08:26
 6608k 2012/09/04 C:\cygwin\bin\cyggs-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-9.dll" v0.0 ts=2012-09-04 14:51
   42k 2010/02/11 C:\cygwin\bin\cyggsm-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsm-1.dll" v0.0 ts=2010-02-11 02:00
  180k 2013/01/01 C:\cygwin\bin\cyggssapi-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi-3.dll" v0.0 ts=2013-01-01 06:58
    6k 2013/05/06 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=2013-05-06 04:21
 4266k 2013/01/10 C:\cygwin\bin\cyggtk-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-3-0.dll" v0.0 ts=2013-01-10 03:28
  151k 2012/12/20 C:\cygwin\bin\cyggvfscommon-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggvfscommon-0.dll" v0.0 ts=2012-12-20 06:27
  540k 2012/12/17 C:\cygwin\bin\cygharfbuzz-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygharfbuzz-0.dll" v0.0 ts=2012-12-17 00:58
   11k 2013/01/01 C:\cygwin\bin\cygheimbase-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimbase-1.dll" v0.0 ts=2013-01-01 06:31
   20k 2013/01/01 C:\cygwin\bin\cygheimntlm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimntlm-0.dll" v0.0 ts=2013-01-01 06:49
   24k 2009/06/23 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2009-06-23 13:20
   25k 2012/05/04 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2012-05-04 22:07
   58k 2012/09/05 C:\cygwin\bin\cyghogweed-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyghogweed-2-2.dll" v0.0 ts=2012-09-06 00:11
  156k 2013/05/14 C:\cygwin\bin\cyghogweed-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyghogweed-2.dll" v0.0 ts=2013-05-14 07:27
  312k 2013/01/01 C:\cygwin\bin\cyghttpd2core.dll - os=4.0 img=1.0 sys=4.0
                  "cyghttpd2core.dll" v0.0 ts=2013-01-01 05:45
  211k 2013/01/01 C:\cygwin\bin\cyghx509-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghx509-5.dll" v0.0 ts=2013-01-01 06:37
   74k 2012/03/12 C:\cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2012-03-12 10:30
  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 18:01
    0k 2012/03/31 C:\cygwin\bin\cygicudata.dll17852k 2011/07/26 C:\cygwin\bin\cygicudata48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata48.dll" v0.0 ts=2011-07-26 12:36
    0k 2012/03/31 C:\cygwin\bin\cygicui18n.dll 1809k 2011/07/26 C:\cygwin\bin\cygicui18n48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n48.dll" v0.0 ts=2011-07-26 11:53
    0k 2012/03/31 C:\cygwin\bin\cygicuio.dll   35k 2011/07/26 C:\cygwin\bin\cygicuio48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio48.dll" v0.0 ts=2011-07-26 11:56
    0k 2012/03/31 C:\cygwin\bin\cygicule.dll  233k 2011/07/26 C:\cygwin\bin\cygicule48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule48.dll" v0.0 ts=2011-07-26 11:53
    0k 2012/03/31 C:\cygwin\bin\cygiculx.dll   42k 2011/07/26 C:\cygwin\bin\cygiculx48.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx48.dll" v0.0 ts=2011-07-26 11:54
    0k 2012/03/31 C:\cygwin\bin\cygicutest.dll   51k 2011/07/26 C:\cygwin\bin\cygicutest48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutest48.dll" v0.0 ts=2011-07-26 11:54
    0k 2012/03/31 C:\cygwin\bin\cygicuuc.dll 1238k 2011/07/26 C:\cygwin\bin\cygicuuc48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc48.dll" v0.0 ts=2011-07-26 11:50
  192k 2013/04/05 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2013-04-05 09:35
   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-08-10 22: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 02: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 06:38
  277k 2012/11/08 C:\cygwin\bin\cygiodbc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiodbc-2.dll" v0.0 ts=2012-11-08 20:24
   58k 2012/11/08 C:\cygwin\bin\cygiodbcinst-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiodbcinst-2.dll" v0.0 ts=2012-11-08 20:23
  242k 2012/02/03 C:\cygwin\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1.dll" v0.0 ts=2012-02-03 14:31
   43k 2013/04/26 C:\cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig-2.dll" v0.0 ts=2013-04-26 06:26
  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-08-08 21: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-08-08 20: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-08-09 08:02
   21k 2011/11/20 C:\cygwin\bin\cygjson-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygjson-0.dll" v0.0 ts=2011-11-20 07:44
   21k 2013/01/01 C:\cygwin\bin\cygkafs-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygkafs-0.dll" v0.0 ts=2013-01-01 06:50
   65k 2013/06/02 C:\cygwin\bin\cygkate-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygkate-1.dll" v0.0 ts=2013-06-02 20:07
   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-09-27 18: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-05-05 15:33
   78k 2013/06/01 C:\cygwin\bin\cygkpathsea-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-6.dll" v0.0 ts=2013-06-01 16:18
  373k 2013/01/01 C:\cygwin\bin\cygkrb5-26.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-26.dll" v0.0 ts=2013-01-01 06:43
   42k 2012/03/26 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=2012-03-26 12:12
   40k 2013/06/17 C:\cygwin\bin\cyglber-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-4-2.dll" v0.0 ts=2013-06-17 19:02
  171k 2013/02/01 C:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms-1.dll" v0.0 ts=2013-02-01 07:24
  254k 2012/09/17 C:\cygwin\bin\cyglcms2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms2-2.dll" v0.0 ts=2012-09-17 13:34
  193k 2012/03/26 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=2012-03-26 13:47
  230k 2013/06/17 C:\cygwin\bin\cygldap-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-4-2.dll" v0.0 ts=2013-06-17 19:03
  206k 2012/03/26 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=2012-03-26 13:48
  244k 2013/06/17 C:\cygwin\bin\cygldap_r-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-4-2.dll" v0.0 ts=2013-06-17 19:04
18935k 2013/01/15 C:\cygwin\bin\cygLLVM-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygLLVM-3.1.dll" v0.0 ts=2013-01-15 06:27
    5k 2013/06/07 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2013-06-07 10:10
    6k 2013/06/07 C:\cygwin\bin\cyglsa64.dll   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-09-23 20: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-04-09 16: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-05-19 03:41
  116k 2011/11/16 C:\cygwin\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2011-11-16 22:27
   94k 2012/04/22 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2012-04-22 19:09
  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-01-19 12:53
 2267k 2012/04/28 C:\cygwin\bin\cygMagick++-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-5.dll" v0.0 ts=2012-04-28 21:38
 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-01-19 12:27
11984k 2012/04/28 C:\cygwin\bin\cygMagickCore-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickCore-5.dll" v0.0 ts=2012-04-28 21:35
  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-01-19 12:48
 2452k 2012/04/28 C:\cygwin\bin\cygMagickWand-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickWand-5.dll" v0.0 ts=2012-04-28 21:36
   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-01-02 14: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-03-01 06: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 19: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-08-09 10: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-01-02 17:30
  321k 2013/02/04 C:\cygwin\bin\cygming-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygming-1.dll" v0.0 ts=2013-02-04 11:35
   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 00:53
  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-07-31 06: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-09 01: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-06-07 22: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-08-07 02: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-01-21 07:33
  113k 2012/11/18 C:\cygwin\bin\cygMrm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-4.dll" v0.0 ts=2012-11-18 09:49
   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-01-02 15: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-03-01 06: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 19: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-01-02 17: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-01-02 14: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-03-01 06: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 19: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-08-09 10: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-01-02 17:28
  119k 2013/04/24 C:\cygwin\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-27.dll" v0.0 ts=2013-04-23 19:14
  169k 2012/10/26 C:\cygwin\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygnetpbm-10.dll" v0.0 ts=2012-10-26 06:32
  145k 2012/09/05 C:\cygwin\bin\cygnettle-4-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygnettle-4-4.dll" v0.0 ts=2012-09-06 00:11
  175k 2013/05/14 C:\cygwin\bin\cygnettle-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygnettle-4.dll" v0.0 ts=2013-05-14 07:27
   18k 2013/06/01 C:\cygwin\bin\cygogg-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygogg-0.dll" v0.0 ts=2013-06-01 17:43
    8k 2013/06/02 C:\cygwin\bin\cygoggkate-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygoggkate-1.dll" v0.0 ts=2013-06-02 20:07
  263k 2013/02/02 C:\cygwin\bin\cygonig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygonig-2.dll" v0.0 ts=2013-02-02 15:29
  113k 2013/03/10 C:\cygwin\bin\cygopenjpeg-1.dll - os=4.0 img=1.5 sys=4.0
                  "cygopenjpeg-1.dll" v0.0 ts=2013-03-10 22:13
  440k 2012/09/16 C:\cygwin\bin\cygorc-0.4-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygorc-0.4-0.dll" v0.0 ts=2012-09-16 19:34
   23k 2012/09/16 C:\cygwin\bin\cygorc-test-0.4-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygorc-test-0.4-0.dll" v0.0 ts=2012-09-16 19:34
  211k 2013/05/28 C:\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2013-05-28 21:51
   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-01-02 14: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-03-01 06: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 19: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-08-09 10: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-01-02 16:30
  241k 2012/12/27 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=2012-12-27 03:10
   36k 2012/12/27 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=2012-12-27 03:11
   61k 2012/12/27 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=2012-12-27 03:11
   24k 2012/12/27 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=2012-12-27 03:11
    9k 2010/10/08 C:\cygwin\bin\cygpaper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpaper-1.dll" v0.0 ts=2010-10-08 05:56
  255k 2012/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2012-02-10 10:24
  259k 2012/12/03 C:\cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2012-12-03 05:34
 1628k 2012/07/12 C:\cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2012-07-12 20:17
  527k 2013/03/17 C:\cygwin\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpixman-1-0.dll" v0.0 ts=2013-03-17 21:43
 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-01-22 21: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-01-22 22:01
  234k 2012/08/20 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2012-08-20 03:05
  127k 2012/08/22 C:\cygwin\bin\cygpng14-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng14-14.dll" v0.0 ts=2012-08-22 05:29
  138k 2012/08/20 C:\cygwin\bin\cygpng15-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng15-15.dll" v0.0 ts=2012-08-20 05:13
 1463k 2012/02/28 C:\cygwin\bin\cygpoppler-19.dll - os=4.0 img=19.0 sys=4.0
                  "cygpoppler-19.dll" v0.0 ts=2012-02-28 03:59
 1653k 2012/07/30 C:\cygwin\bin\cygpoppler-26.dll - os=4.0 img=1.0 sys=4.0
                  "cygpoppler-26.dll" v0.0 ts=2012-07-30 17:27
 1657k 2012/10/26 C:\cygwin\bin\cygpoppler-28.dll - os=4.0 img=1.0 sys=4.0
                  "cygpoppler-28.dll" v0.0 ts=2012-10-26 06:48
   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-06-09 06: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-04-18 13: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-04-18 13:47
  129k 2013/06/08 C:\cygwin\bin\cygpq-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq-5.dll" v0.0 ts=2013-06-08 11:48
  103k 2009/01/07 C:\cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq.dll" v0.0 ts=2009-01-07 16:46
   10k 2012/10/26 C:\cygwin\bin\cygprotocol-cli.dll - os=4.0 img=1.0 sys=4.0
                  "cygprotocol-cli.dll" v0.0 ts=2012-10-26 03:20
   48k 2012/10/26 C:\cygwin\bin\cygprotocol-esound.dll - os=4.0 img=1.0 sys=4.0
                  "cygprotocol-esound.dll" v0.0 ts=2012-10-26 03:12
   27k 2012/10/26 C:\cygwin\bin\cygprotocol-http.dll - os=4.0 img=1.0 sys=4.0
                  "cygprotocol-http.dll" v0.0 ts=2012-10-26 03:12
  117k 2012/10/26 C:\cygwin\bin\cygprotocol-native.dll - os=4.0 img=1.0 sys=4.0
                  "cygprotocol-native.dll" v0.0 ts=2012-10-26 03:12
   26k 2012/10/26 C:\cygwin\bin\cygprotocol-simple.dll - os=4.0 img=1.0 sys=4.0
                  "cygprotocol-simple.dll" v0.0 ts=2012-10-26 03:12
  131k 2013/01/16 C:\cygwin\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-1.dll" v0.0 ts=2013-01-16 23:00
  340k 2013/04/24 C:\cygwin\bin\cygpstoedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpstoedit-0.dll" v0.0 ts=2013-04-24 07:44
   35k 2013/06/01 C:\cygwin\bin\cygptexenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygptexenc-1.dll" v0.0 ts=2013-06-01 16:19
  269k 2012/10/26 C:\cygwin\bin\cygpulse-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpulse-0.dll" v0.0 ts=2012-10-26 03:10
   13k 2012/10/26 C:\cygwin\bin\cygpulse-simple-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpulse-simple-0.dll" v0.0 ts=2012-10-26 03:10
  327k 2012/10/26 C:\cygwin\bin\cygpulsecommon-2.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpulsecommon-2.1.dll" v0.0 ts=2012-10-26 03:10
  594k 2012/10/26 C:\cygwin\bin\cygpulsecore-2.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpulsecore-2.1.dll" v0.0 ts=2012-10-26 03:10
   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-04-18 13:44
  155k 2009/06/23 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2009-06-23 13:20
  162k 2012/05/04 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2012-05-04 22:07
   51k 2013/01/01 C:\cygwin\bin\cygroken-18.dll - os=4.0 img=1.0 sys=4.0
                  "cygroken-18.dll" v0.0 ts=2013-01-01 06:32
  187k 2012/12/17 C:\cygwin\bin\cygrsvg-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygrsvg-2-2.dll" v0.0 ts=2012-12-17 03:09
 1871k 2013/05/06 C:\cygwin\bin\cygruby191.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby191.dll" v1.9 ts=2013-05-06 07:53
 1448k 2009/03/30 C:\cygwin\bin\cygsamplerate-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsamplerate-0.dll" v0.0 ts=2009-03-30 19:02
   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-07-02 04:19
   87k 2013/06/15 C:\cygwin\bin\cygsasl2-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-3.dll" v0.0 ts=2013-06-15 23:50
  237k 2012/12/17 C:\cygwin\bin\cygsecret-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsecret-1-0.dll" v0.0 ts=2012-12-17 05:29
   55k 2012/03/16 C:\cygwin\bin\cygserf-0-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-0-1.dll" v0.0 ts=2012-03-16 02:14
   68k 2013/06/04 C:\cygwin\bin\cygserf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-1-0.dll" v0.0 ts=2013-06-04 03:20
    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-05-05 08: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-07-28 08:42
   24k 2012/03/12 C:\cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2012-03-12 10:40
  374k 2011/07/26 C:\cygwin\bin\cygsndfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsndfile-1.dll" v0.0 ts=2011-07-26 20:32
  481k 2013/04/08 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=2013-04-08 03:18
   14k 2013/04/08 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=2013-04-08 03:19
  488k 2011/12/28 C:\cygwin\bin\cygsox-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsox-1.dll" v0.0 ts=2011-12-28 01:15
  490k 2012/10/26 C:\cygwin\bin\cygsox-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsox-2.dll" v0.0 ts=2012-10-26 05:42
   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-08-02 17: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-08-02 17:37
  588k 2013/06/10 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2013-06-10 20:46
  131k 2012/05/21 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2012-05-21 05:57
  291k 2013/02/12 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=2013-02-12 14:46
  366k 2013/02/12 C:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2013-02-12 14:44
    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 14:33
  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 14:58
  325k 2013/06/19 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=2013-06-19 18:45
   56k 2013/06/19 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=2013-06-19 18:43
   68k 2013/06/19 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=2013-06-19 18:43
   28k 2013/06/19 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=2013-06-19 18:43
  142k 2013/06/19 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=2013-06-19 18:43
  175k 2013/06/19 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=2013-06-19 18:43
    8k 2013/06/19 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=2013-06-19 18:43
   39k 2013/06/19 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=2013-06-19 18:44
   25k 2013/06/19 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=2013-06-19 18:44
  143k 2013/06/19 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=2013-06-19 18:43
   85k 2013/06/19 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=2013-06-19 18:43
  169k 2013/06/19 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=2013-06-19 18:44
  352k 2013/06/19 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=2013-06-19 18:43
  573k 2013/06/19 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=2013-06-19 18:43
  326k 2012/04/03 C:\cygwin\bin\cygsyslog-ng-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsyslog-ng-0.dll" v0.0 ts=2012-04-03 13:47
  229k 2013/04/25 C:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygt1-5.dll" v0.0 ts=2013-04-25 17:20
   59k 2012/10/02 C:\cygwin\bin\cygtasn1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-3.dll" v0.0 ts=2012-10-01 16:28
   66k 2013/04/24 C:\cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2013-04-24 10:25
   60k 2013/01/16 C:\cygwin\bin\cygtdb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygtdb-1.dll" v0.0 ts=2013-01-16 11:12
   27k 2013/04/12 C:\cygwin\bin\cygthai-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygthai-0.dll" v0.0 ts=2013-04-12 12:18
   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-01-02 14: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 19: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-01-02 17:28
  346k 2013/04/17 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2013-04-17 06:45
  401k 2012/08/25 C:\cygwin\bin\cygtiff-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-6.dll" v0.0 ts=2012-08-25 05:48
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff4.dll" v0.0 ts=2003-08-11 03:32
    9k 2013/04/17 C:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-5.dll" v0.0 ts=2013-04-17 06:45
    9k 2012/08/25 C:\cygwin\bin\cygtiffxx-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-6.dll" v0.0 ts=2012-08-25 05:48
   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-08-19 03:17
   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-01-21 07:33
  330k 2012/11/18 C:\cygwin\bin\cygUil-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-4.dll" v0.0 ts=2012-11-18 09:50
   14k 2012/11/05 C:\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2012-11-05 02:12
  146k 2012/02/04 C:\cygwin\bin\cygvorbis-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygvorbis-0.dll" v0.0 ts=2012-02-04 03:42
 1477k 2012/02/04 C:\cygwin\bin\cygvorbisenc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygvorbisenc-2.dll" v0.0 ts=2012-02-04 03:42
   27k 2012/02/04 C:\cygwin\bin\cygvorbisfile-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygvorbisfile-3.dll" v0.0 ts=2012-02-04 03:42
  148k 2010/02/07 C:\cygwin\bin\cygwavpack-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwavpack-1.dll" v0.0 ts=2010-02-07 22:43
  186k 2012/10/25 C:\cygwin\bin\cygwebrtc_audio_processing-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwebrtc_audio_processing-0.dll" v0.0 ts=2012-10-25 21:13
 2604k 2011/03/29 C:\cygwin\bin\cygwin-1.7.9.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011-03-29 09:10
  157k 2013/01/01 C:\cygwin\bin\cygwind-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwind-0.dll" v0.0 ts=2013-01-01 06:33
  279k 2012/10/26 C:\cygwin\bin\cygWINGs-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygWINGs-2.dll" v0.0 ts=2012-10-26 07:54
  289k 2012/09/05 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=2012-09-05 09:43
   95k 2012/09/05 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=2012-09-05 09:43
   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-03-28 10:02
   66k 2012/10/26 C:\cygwin\bin\cygwraster-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygwraster-3.dll" v0.0 ts=2012-10-26 07:53
   66k 2012/10/26 C:\cygwin\bin\cygWUtil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygWUtil-2.dll" v0.0 ts=2012-10-26 07:53
 1140k 2013/06/06 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2013-06-06 09:20
    6k 2013/06/06 C:\cygwin\bin\cygX11-xcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-xcb-1.dll" v0.0 ts=2013-06-06 09:20
   10k 2013/06/06 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2013-06-06 06:29
  337k 2012/06/14 C:\cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2012-06-14 19:21
  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 18: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-05-18 23:11
  266k 2012/05/21 C:\cygwin\bin\cygXaw3d-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw3d-8.dll" v0.0 ts=2012-05-21 22:20
   99k 2013/06/06 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=2013-06-06 07:11
   70k 2013/06/06 C:\cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-glx-0.dll" v0.0 ts=2013-06-06 07:12
   15k 2012/09/28 C:\cygwin\bin\cygxcb-icccm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-icccm-4.dll" v0.0 ts=2012-09-28 18:13
   14k 2012/09/28 C:\cygwin\bin\cygxcb-image-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-image-0.dll" v0.0 ts=2012-09-28 17:59
   29k 2013/06/06 C:\cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-0.dll" v0.0 ts=2013-06-06 07:12
    9k 2013/06/06 C:\cygwin\bin\cygxcb-shm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-shm-0.dll" v0.0 ts=2013-06-06 07:12
   14k 2012/09/28 C:\cygwin\bin\cygxcb-util-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-util-1.dll" v0.0 ts=2012-09-28 17:51
   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-01 01:59
   35k 2013/06/06 C:\cygwin\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2013-06-06 21:33
    9k 2013/04/08 C:\cygwin\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2013-04-08 22:37
   17k 2012/03/12 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2012-03-12 10:52
   61k 2013/06/06 C:\cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2013-06-06 10:06
   19k 2013/06/06 C:\cygwin\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2013-06-06 20:37
   66k 2012/06/14 C:\cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2012-06-14 19:13
   55k 2013/06/06 C:\cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2013-06-06 21:48
    9k 2013/06/06 C:\cygwin\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXinerama-1.dll" v0.0 ts=2013-06-06 21:38
  119k 2012/05/23 C:\cygwin\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2012-05-23 05:41
 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-01-21 07:32
 2117k 2012/11/18 C:\cygwin\bin\cygXm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-4.dll" v0.0 ts=2012-11-18 09:49
 1235k 2013/04/21 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2013-04-21 05:37
   75k 2012/05/22 C:\cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2012-05-22 23:03
   11k 2012/05/22 C:\cygwin\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2012-05-22 23:03
   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 18:27
   53k 2012/05/23 C:\cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2012-05-23 05:42
   35k 2013/06/06 C:\cygwin\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2013-06-06 20:27
   31k 2012/05/23 C:\cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2012-05-23 05:52
  202k 2013/01/20 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2013-01-16 08:37
    9k 2012/05/23 C:\cygwin\bin\cygXss-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXss-1.dll" v0.0 ts=2012-05-23 05:56
  318k 2013/06/06 C:\cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2013-06-06 21:17
   19k 2013/06/06 C:\cygwin\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2013-06-06 20:43
  106k 2012/08/19 C:\cygwin\bin\cygyaml-0-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygyaml-0-2.dll" v0.0 ts=2012-08-19 21:16
   73k 2013/05/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2013-05-09 22:21
   25k 2013/05/30 C:\cygwin\bin\cygzzip-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzip-0-13.dll" v0.0 ts=2013-05-30 03:44
   12k 2013/05/30 C:\cygwin\bin\cygzzipfseeko-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipfseeko-0-13.dll" v0.0 ts=2013-05-30 03:44
   14k 2013/05/30 C:\cygwin\bin\cygzzipmmapped-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipmmapped-0-13.dll" v0.0 ts=2013-05-30 03:44
    8k 2013/05/30 C:\cygwin\bin\cygzzipwrap-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipwrap-0-13.dll" v0.0 ts=2013-05-30 03:44
 2807k 2013/06/07 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2013-06-07 10:11
    Cygwin DLL version info:
        DLL version: 1.7.20
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 266
        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

   50k 2013/03/05 C:\cygwin\usr\openwin\bin\cygolgx-3.2.4.dll - os=4.0 img=1.0 sys=4.0
                  "cygolgx-3.2.4.dll" v0.0 ts=2013-03-05 16:39
 1063k 2013/03/05 C:\cygwin\usr\openwin\bin\cygxview-3.2.4.dll - os=4.0 img=1.0 sys=4.0
                  "cygxview-3.2.4.dll" v0.0 ts=2013-03-05 16:48

No Cygwin services found.


Cygwin Package Information
Last downloaded files to: C:
Last downloaded files from: http://linux.rz.ruhr-uni-bochum.de/download/cygwin/

Package                               Version              Status
_autorebase                           000321-1             OK
_update-info-dir                      01152-1              OK
alternatives                          1.3.30c-10           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.23-2             OK
apache2-manual                        2.2.23-2             OK
apngopt                               1.1-2                OK
at-spi2-core                          2.6.3-1              OK
attr                                  2.4.46-1             OK
audiofile                             0.3.6-1              OK
autoconf                              10-1                 OK
autoconf2.1                           2.13-10              OK
autoconf2.5                           2.69-1               OK
automake                              7-1                  OK
automake1.10                          1.10.3-1             OK
automake1.11                          1.11.6-1             OK
automake1.12                          1.12.5-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.4c-1               OK
aview                                 1.3.0rc1-1           OK
base-cygwin                           3.3-1                OK
base-files                            4.1-1                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
binutils                              2.23.51-1            OK
bison                                 2.7.1-1              OK
build-docbook-catalog                 1.5-2                OK
bvi                                   1.3.2-1              OK
bzip2                                 1.0.6-2              OK
ca-certificates                       1.87-1               OK
ccdoc                                 0.8.41-2             OK
cdrkit                                1.1.7.1-1            OK
check                                 0.9.10-1             OK
clang                                 3.1-3                OK
clang-analyzer                        3.1-3                OK
clisp                                 2.48-3               OK
cmake                                 2.8.9-2              OK
compface                              1.5.2-12             OK
coreutils                             8.15-1               OK
cpio                                  2.11-2               OK
cppcheck                              1.60.1-1             OK
cppi                                  1.18-1               OK
cron                                  4.1-59               OK
crypt                                 1.2-1                OK
csih                                  0.9.7-1              OK
ctags                                 5.8-1                OK
cvs                                   1.12.13-10           OK
cvsps                                 2.2b1-1              OK
cvsutils                              0.2.5-1              OK
cygport                               0.12.2-1             OK
cygrunsrv                             1.40-2               OK
cygutils                              1.4.12-2             OK
cygwin                                1.7.20-1             OK
cygwin-doc                            1.7-1                OK
damageproto                           1.2.1-1              OK
dash                                  0.5.7-1              OK
dblatex                               0.3.4-1              OK
dbus                                  1.6.8-1              OK
dconf-service                         0.14.1-1             OK
desktop-file-utils                    0.21-1               OK
dialog                                1.2-20121230-1       OK
diffstat                              1.57-1               OK
diffutils                             3.2-1                OK
docbook-xsl                           1.77.1-1             OK
dos2unix                              6.0.3-1              OK
dri-drivers                           8.0.5-1              OK
ed                                    1.6-1                OK
editrights                            1.01-2               OK
esound                                0.2.41-12            OK
file                                  5.11-1               OK
findutils                             4.5.11-1             OK
fixesproto                            5.0-1                OK
flex                                  2.5.35-1             OK
font-adobe-dpi75                      1.0.2-1              OK
font-alias                            1.0.3-1              OK
font-bh-dpi75                         1.0.2-1              OK
font-bh-lucidatypewriter-dpi75        1.0.2-1              OK
font-encodings                        1.0.4-1              OK
font-misc-misc                        1.1.1-1              OK
font-sun-misc                         1.0.2-1              OK
fontconfig                            2.10.2-1             OK
gamin                                 0.1.10-13            OK
gawk                                  4.1.0-1              OK
gcc-core                              3.4.4-999            OK
gcc-g++                               3.4.4-999            OK
Missing file: /etc/postinstall/gcc-mingw-core-3.4.4-20050522-3.tar.xz from package gcc-mingw-core
gcc-mingw-core                        20050522-3           Incomplete
Missing file: /etc/postinstall/gcc-mingw-g++-3.4.4-20050522-3.tar.xz from package gcc-mingw-g++
gcc-mingw-g++                         20050522-3           Incomplete
Empty package gcc4
gcc4                                  4.5.3-3              OK
gcc4-core                             4.5.3-3              OK
gcc4-g++                              4.5.3-3              OK
gconf-desktop-schemas                 2.32.1-3             OK
GConf2                                3.2.6-1              OK
gcr                                   3.6.2-1              OK
gdb                                   7.6.50-2             OK
gettext                               0.18.1.1-2           OK
ghostscript                           9.06-1               OK
ghostscript-fonts-other               6.0-1                OK
ghostscript-fonts-std                 8.11-1               OK
git                                   1.7.9-1              OK
git-gui                               1.7.9-1              OK
gitk                                  1.7.9-1              OK
Empty package glib2
glib2                                 2.20.4-1             OK
glib2.0-networking                    2.34.2-1             OK
glproto                               1.4.16-1             OK
gnome-icon-theme                      3.6.2-1              OK
gnome-keyring                         3.6.3-1              OK
gnutls-devel                          3.2.0-3              OK
GraphicsMagick                        1.3.18-1             OK
grep                                  2.6.3-1              OK
groff                                 1.21-2               OK
gsettings-desktop-schemas             3.6.1-1              OK
gv                                    3.7.4-1              OK
gvfs                                  1.14.2-1             OK
gzip                                  1.4-1                OK
hicolor-icon-theme                    0.12-1               OK
icedax                                1.1.7.1-1            OK
ImageMagick                           6.7.6.3-3            OK
indent                                2.2.11-1             OK
ipc-utils                             1.0-1                OK
kbproto                               1.0.6-1              OK
less                                  444-1                OK
lftp                                  4.4.7-1              OK
libaa1                                1.4rc5-11            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.8-1              OK
libaprutil1                           1.5.2-3              OK
libarchive2                           2.8.3-1              OK
libasn1_8                             1.5.2-4              OK
libasyncns0                           0.8-1                OK
libatk-bridge2.0_0                    2.6.2-1              OK
libatk1.0_0                           2.6.0-1              OK
libatspi0                             2.6.3-1              OK
libattr1                              2.4.46-1             OK
libaudio2                             1.9.3-1              OK
libaudiofile1                         0.3.6-1              OK
libautotrace-devel                    0.31.1-12            OK
libautotrace3                         0.31.1-12            OK
libavahi-client3                      0.6.31-2             OK
libavahi-common3                      0.6.31-2             OK
libavahi-glib1                        0.6.31-2             OK
libblkid1                             2.21.2-1             OK
libbz2-devel                          1.0.6-2              OK
libbz2_1                              1.0.6-2              OK
libcairo2                             1.12.14-1            OK
libcatgets1                           1.1-2                OK
libcharset1                           1.14-2               OK
libclang                              3.1-3                OK
libcloog0                             0.15.7-1             OK
libcom_err2                           1.42.7-1             OK
libcompface0                          1.5.2-12             OK
libcroco0.6_3                         0.6.8-1              OK
libcurl4                              7.29.0-1             OK
libdatrie1                            0.2.6-1              OK
libdb4.5                              4.5.20.2-3           OK
libdb4.8                              4.8.30-1             OK
libdbus-glib_1_2                      0.100-1              OK
libdbus1_3                            1.6.8-1              OK
libdialog10                           1.1-20120706-1       OK
libdialog11                           1.2-20121230-1       OK
libedit0                              20120311-1           OK
libEMF-devel                          1.0.7-1              OK
libEMF1                               1.0.7-1              OK
libesd0                               0.2.41-12            OK
libevtlog0                            0.2.12-2             OK
libexpat1                             2.1.0-2              OK
libexpat1-devel                       2.1.0-2              OK
libfam0                               0.1.10-13            OK
libfcgi0                              2.4.0-2              OK
libffi-devel                          3.0.13-1             OK
libffi4                               4.5.3-3              OK
libffi6                               3.0.13-1             OK
libfftw3_3                            3.3.3-1              OK
libFLAC8                              1.3.0-1              OK
libfontconfig-devel                   2.10.2-1             OK
libfontconfig1                        2.10.2-1             OK
libfontenc1                           1.1.2-1              OK
libfpx                                1.3.1.2-1            OK
libfpx-devel                          1.3.1.2-1            OK
libfpx1                               1.3.1.2-1            OK
libfreetype-devel                     2.4.12-1             OK
libfreetype6                          2.4.12-1             OK
libgc1                                7.2d-1               OK
libgcc1                               4.5.3-3              OK
libgcj-common                         4.5.3-3              OK
libgcj11                              4.5.3-3              OK
libgck1_0                             3.6.2-1              OK
libgconf2_4                           3.2.6-1              OK
libgcr3-common                        3.6.2-1              OK
libgcr3_1                             3.6.2-1              OK
libgcrypt11                           1.4.6-1              OK
libgd-devel                           2.0.36RC1-13         OK
libgd2                                2.0.36RC1-13         OK
libgdbm4                              1.8.3-20             OK
libgdk_pixbuf2.0_0                    2.26.5-1             OK
libgif-devel                          4.1.6-10             OK
libgif4                               4.1.6-10             OK
libGL-devel                           8.0.5-1              OK
libGL1                                8.0.5-1              OK
libglapi0                             8.0.5-1              OK
libglib2.0_0                          2.34.3-2             OK
libGLU-devel                          9.0.0-1              OK
libGLU1                               9.0.0-1              OK
libgmp-devel                          4.3.2-1              OK
libgmp3                               4.3.2-1              OK
libgmpxx4                             4.3.2-1              OK
libgnome-keyring0                     3.6.0-1              OK
libgnutls26                           2.12.20-1            OK
libgnutls28                           3.2.0-3              OK
libgomp1                              4.5.3-3              OK
libgpg-error0                         1.10-1               OK
libGraphicsMagick3                    1.3.18-1             OK
libgraphite2_3                        1.2.1-1              OK
libgs9                                9.06-1               OK
libgsm1                               1.0.13-2             OK
libgssapi3                            1.5.2-4              OK
libgtk3_0                             3.6.4-1              OK
libharfbuzz0                          0.9.9-1              OK
libheimbase1                          1.5.2-4              OK
libheimntlm0                          1.5.2-4              OK
libhogweed2                           2.7-1                OK
libhogweed2_2                         2.5-1                OK
libhx509_5                            1.5.2-4              OK
libICE-devel                          1.0.8-1              OK
libICE6                               1.0.8-1              OK
libiconv                              1.14-2               OK
libiconv2                             1.14-2               OK
libicu48                              4.8.1-1              OK
libidn11                              1.26-1               OK
libImageMagick1                       6.4.0.6-2            OK
libintl2                              0.12.1-3             OK
libintl3                              0.14.5-1             OK
libintl8                              0.18.1.1-2           OK
libiodbc2                             3.52.8-1             OK
libjasper-devel                       1.900.1-12           OK
libjasper1                            1.900.1-12           OK
libjbig-devel                         2.0-12               OK
libjbig2                              2.0-12               OK
libjpeg-devel                         8b-1                 OK
libjpeg62                             6b-21                OK
libjpeg7                              7-10                 OK
libjpeg8                              8b-1                 OK
libjson0                              0.9-1                OK
libkafs0                              1.5.2-4              OK
libkate                               0.4.1-1              OK
libkate1                              0.4.1-1              OK
libkpathsea3                          2.0.2-15             OK
libkpathsea4                          3.0.0-3              OK
libkpathsea6                          20130529-1           OK
libkrb5_26                            1.5.2-4              OK
liblcms-devel                         1.19-3               OK
liblcms1                              1.19-3               OK
liblcms2_2                            2.4-1                OK
libllvm3.1                            3.1-3                OK
libltdl7                              2.4-1                OK
liblzma-devel                         5.0.2_20110517-1     OK
liblzma1                              4.999.9beta-11       OK
liblzma5                              5.0.2_20110517-1     OK
liblzo2_2                             2.06-1               OK
libMagick-devel                       6.7.6.3-3            OK
libMagickCore5                        6.7.6.3-3            OK
libming-devel                         0.4.4-3              OK
libming1                              0.4.4-3              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
libneon27                             0.29.6-3             OK
libnetpbm10                           10.60.02-1           OK
libnettle-devel                       2.7-1                OK
libnettle4                            2.7-1                OK
libnettle4_4                          2.5-1                OK
libogg0                               1.3.1-1              OK
libonig2                              5.9.3-1              OK
libopenjpeg1                          1.5.1-2              OK
libopenldap2_3_0                      2.3.43-3             OK
libopenldap2_4_2                      2.4.35-2             OK
libopenssl098                         0.9.8y-1             OK
libopenssl100                         1.0.1e-2             OK
liborc0.4_0                           0.4.16-1             OK
libp11-kit-devel                      0.19.1-1             OK
libp11-kit0                           0.19.1-1             OK
libpango1.0_0                         1.32.5-1             OK
libpaper1                             1.1.24-1             OK
libpcre0                              8.21-2               OK
libpcre1                              8.32-1               OK
libpixman1_0                          0.28.2-1             OK
libplot-devel                         2.6-2                OK
libplot2                              2.6-2                OK
libplotter2                           2.6-2                OK
libpng-devel                          1.5.12-1             OK
libpng12                              1.2.50-2             OK
Empty package libpng12-devel
libpng12-devel                        1.2.50-2             OK
libpng14                              1.4.12-3             OK
libpng14-devel                        1.4.12-3             OK
libpng15                              1.5.12-1             OK
libpoppler19                          0.18.4-2             OK
libpoppler26                          0.20.2-1             OK
libpoppler28                          0.20.5-2             OK
libpopt0                              1.6.4-4              OK
libppl                                0.10.2-1             OK
libpq                                 8.2.11-1             OK
libpq5                                9.2.4-2              OK
libproxy1                             0.4.11-2             OK
libpstoedit0                          3.61-1               OK
libptexenc1                           20130529-1           OK
libpthread-stubs                      0.2-1                OK
libpulse-simple0                      2.1-1                OK
libpulse0                             2.1-1                OK
libreadline6                          5.2.14-12            OK
libreadline7                          6.1.2-3              OK
libroken18                            1.5.2-4              OK
librsvg2_2                            2.36.4-1             OK
libsamplerate0                        0.1.7-10             OK
libsasl2                              2.1.23-1             OK
libsasl2_3                            2.1.26-2             OK
libsecret1_0                          0.12-1               OK
Missing file: /usr/share/doc/Cygwin/serf.README from package libserf0_1
libserf0_1                            0.7.1-2              Incomplete
libserf1_0                            1.2.1-1              OK
libsigsegv2                           2.10-1               OK
libslang2                             2.2.4-1              OK
libSM-devel                           1.2.1-1              OK
libSM6                                1.2.1-1              OK
libsndfile1                           1.0.25-1             OK
libsoup-gnome2.4_1                    2.40.3-1             OK
libsoup2.4_1                          2.40.3-1             OK
libsox1                               14.3.2-2             OK
libsox2                               14.4.0-1             OK
libspeex1                             1.2rc1-1             OK
libsqlite3_0                          3.7.17-3             OK
libssh2_1                             1.4.2-1              OK
libssp0                               4.5.3-3              OK
libstdc++6                            4.5.3-3              OK
libstdc++6-devel                      4.5.3-3              OK
libtasn1-devel                        3.3-1                OK
libtasn1_3                            2.14-1               OK
libtasn1_6                            3.3-1                OK
libtdb1                               1.2.11-2             OK
libthai0                              0.1.19-1             OK
libtiff-devel                         3.9.7-1              OK
libtiff4                              3.6.0-5              OK
libtiff5                              3.9.7-1              OK
libtiff6                              4.0.2-1              OK
libtirpc                              0.2.1-1              OK
libtirpc1                             0.2.1-1              OK
libtool                               2.4-1                OK
libuuid-devel                         2.21.2-1             OK
libuuid1                              2.21.2-1             OK
libvorbis                             1.3.3-1              OK
libvorbis0                            1.3.3-1              OK
libvorbisenc2                         1.3.3-1              OK
libvorbisfile3                        1.3.3-1              OK
libwavpack1                           4.60.1-1             OK
libwebrtc-audio-processing0           0.1-1                OK
libwind0                              1.5.2-4              OK
libWINGs2                             0.95.3-1             OK
libwmf-devel                          0.2.8.4-11           OK
libwmf027                             0.2.8.4-11           OK
libwrap0                              7.6-21               OK
libwraster3                           0.95.3-1             OK
libX11-devel                          1.6.0-1              OK
libX11-xcb-devel                      1.6.0-1              OK
libX11-xcb1                           1.6.0-1              OK
libX11_6                              1.6.0-1              OK
libXau-devel                          1.0.8-1              OK
libXau6                               1.0.8-1              OK
libXaw-devel                          1.0.11-1             OK
libXaw3d7                             1.5D-10              OK
libXaw3d8                             1.6.2-1              OK
libXaw7                               1.0.11-1             OK
libXaw8                               6.8.99.901-1         OK
libxcb-devel                          1.9.1-1              OK
libxcb-glx-devel                      1.9.1-1              OK
libxcb-glx0                           1.9.1-1              OK
libxcb-icccm4                         0.3.9-1              OK
libxcb-image0                         0.3.9-1              OK
libxcb-render0                        1.9.1-1              OK
libxcb-shm0                           1.9.1-1              OK
libxcb-util1                          0.3.9-1              OK
libxcb1                               1.9.1-1              OK
libXcomposite1                        0.4.3-1              OK
libXcursor1                           1.1.14-1             OK
libXdamage-devel                      1.1.4-1              OK
libXdamage1                           1.1.4-1              OK
libXdmcp-devel                        1.1.1-1              OK
libXdmcp6                             1.1.1-1              OK
libXext-devel                         1.3.2-1              OK
libXext6                              1.3.2-1              OK
libXfixes-devel                       5.0.1-1              OK
libXfixes3                            5.0.1-1              OK
libXft2                               2.3.1-1              OK
libXi6                                1.6.2.901-1          OK
libXinerama1                          1.1.3-1              OK
libxkbfile1                           1.0.8-1              OK
libXm2                                0.95.2-2             OK
libXm4                                2.3.4-1              OK
libxml2                               2.9.1-1              OK
libxml2-devel                         2.9.1-1              OK
libxml2-doc                           2.9.1-1              OK
libXmu-devel                          1.1.1-1              OK
libXmu6                               1.1.1-1              OK
libXmuu1                              1.1.1-1              OK
libXp6                                6.8.99.901-1         OK
libXpm-devel                          3.5.10-1             OK
libXpm4                               3.5.10-1             OK
libXrandr2                            1.4.1-1              OK
libXrender1                           0.9.7-1              OK
libxslt                               1.1.27-2             OK
libXss1                               1.2.2-1              OK
libXt-devel                           1.1.4-1              OK
libXt6                                1.1.4-1              OK
libXtst6                              1.2.2-1              OK
libyaml0_2                            0.1.4-1              OK
libzzip0.13                           0.13.62-1            OK
links                                 2.7-1                OK
lndir                                 1.0.3-1              OK
login                                 1.10-10              OK
luit                                  20121014-1           OK
lynx                                  2.8.7-1              OK
lzip                                  1.13-1               OK
m4                                    1.4.16-1             OK
make                                  3.82.90-1            OK
man                                   1.6g-2               OK
mingw-binutils                        2.21-1               OK
mingw-gcc-core                        4.5.2-1              OK
mingw-gcc-g++                         4.5.2-1              OK
mingw-pthreads                        20110507-1           OK
mingw-runtime                         3.20-1               OK
mingw-w32api                          3.17-2               OK
minires                               1.02-1               OK
mintty                                1.1.3-1              OK
mkfontdir                             1.0.7-1              OK
mkfontscale                           1.1.0-1              OK
mksh                                  44-1                 OK
ncftp                                 3.2.5-1              OK
ncurses                               5.7-18               OK
ncurses-demo                          5.7-18               OK
ncursesw                              5.7-18               OK
ncursesw-demo                         5.7-18               OK
netpbm                                10.60.02-1           OK
ogmtools                              1.5-1                OK
openssh                               6.2p2-1              OK
openssl                               1.0.1e-2             OK
pal                                   0.3.5-1              OK
patch                                 2.7.1-1              OK
patchutils                            0.3.2-1              OK
pdftk                                 1.44-1               OK
perl                                  5.14.2-3             OK
perl-Error                            0.17016-1            OK
perl_vendor                           5.14.2-3             OK
poppler                               0.20.5-2             OK
poppler-data                          0.4.6-1              OK
posh                                  0.11-1               OK
procps                                3.2.7-1              OK
psmisc                                22.16-1              OK
pstoedit-devel                        3.61-1               OK
pulseaudio                            2.1-1                OK
python                                2.7.3-1              OK
python3                               3.2.3-1              OK
rebase                                4.4.0-1              OK
rpm                                   4.1-2                OK
rpm-build                             4.1-2                OK
rpm-doc                               4.1-2                OK
rsync                                 3.0.9-1              OK
ruby                                  1.9.3-p392-2         OK
Empty package ruby-bigdecimal
ruby-bigdecimal                       1.9.3-p385-2         OK
Empty package ruby-io-console
ruby-io-console                       1.9.3-p385-2         OK
ruby-json                             1.7.7-1              OK
ruby-minitest                         2.12.1-1             OK
ruby-rake                             0.9.6-1              OK
ruby-rdoc                             3.12.1-1             OK
run                                   1.2.0-1              OK
sed                                   4.2.2-3              OK
shared-mime-info                      1.1-1                OK
sharutils                             4.10-2               OK
shutdown                              1.10-1               OK
smartmontools                         6.1-1                OK
socat                                 1.7.2.2-1            OK
sound-theme-freedesktop               0.7-1                OK
sox                                   14.4.0-1             OK
sox-fmt-flac                          14.4.0-1             OK
sox-fmt-pulseaudio                    14.4.0-1             OK
sox-fmt-wavpack                       14.4.0-1             OK
speex                                 1.2rc1-1             OK
speex-devel                           1.2rc1-1             OK
subversion                            1.8.0-1              OK
syslog-ng                             3.2.5-1              OK
t1lib5                                5.1.2-12             OK
tar                                   1.26-1               OK
tcl                                   8.5.11-1             OK
tcl-tk                                8.5.11-1             OK
Empty package tcltk
tcltk                                 20120206-1           OK
tcsh                                  6.18.01-1            OK
Missing file: /etc/termcap from package termcap
termcap                               5.7_20091114-14      Incomplete
terminfo                              5.7_20091114-14      OK
terminfo0                             5.5_20061104-12      OK
Empty package tetex
tetex                                 20120202-1           OK
Empty package tetex-base
tetex-base                            20120119-1           OK
Empty package tetex-bin
tetex-bin                             20120119-1           OK
Empty package tetex-extra
tetex-extra                           20120119-1           OK
Empty package tetex-tiny
tetex-tiny                            20120119-1           OK
Empty package tetex-x11
tetex-x11                             20120119-1           OK
texi2html                             1.82-11              OK
texinfo                               4.13-4               OK
texlive                               20130529-1           OK
texlive-collection-basic              20130529-1           OK
texlive-collection-basic-doc          20130529-1           OK
texlive-collection-bibtexextra        20130529-1           OK
texlive-collection-binextra           20130529-1           OK
Empty package texlive-collection-documentation-base
texlive-collection-documentation-base 20130529-1           OK
texlive-collection-fontsextra         20130529-1           OK
texlive-collection-fontsrecommended   20130529-1           OK
texlive-collection-fontutils          20130529-1           OK
texlive-collection-formatsextra       20130529-1           OK
texlive-collection-games              20130529-1           OK
texlive-collection-genericextra       20130529-1           OK
texlive-collection-genericrecommended 20130529-1           OK
texlive-collection-humanities         20130529-1           OK
texlive-collection-langgerman         20130529-1           OK
texlive-collection-latex              20130529-1           OK
texlive-collection-latexextra         20130529-1           OK
texlive-collection-latexrecommended   20130529-1           OK
texlive-collection-mathextra          20130529-1           OK
texlive-collection-metapost           20130529-1           OK
texlive-collection-pictures           20130529-1           OK
Empty package texlive-collection-texinfo
texlive-collection-texinfo            20130529-1           OK
transfig                              3.2.5d-3             OK
twm                                   1.0.7-1              OK
txt2regex                             0.8-1                OK
tzcode                                2013c-1              OK
unzip                                 6.0-10               OK
util-linux                            2.21.2-1             OK
vim                                   7.3.1152-1           OK
vim-common                            7.3.1152-1           OK
vim-minimal                           7.3.1152-1           OK
vorbis-tools                          1.4.0-1              OK
Empty package w32api
w32api                                9999-1               OK
w32api-headers                        3.0b_svn5747-1       OK
w32api-runtime                        3.0b_svn5747-1       OK
w3m                                   0.5.3-2              OK
wavpack                               4.60.1-1             OK
wget                                  1.13.4-1             OK
which                                 2.20-2               OK
whois                                 5.0.11-1             OK
WindowMaker                           0.95.3-1             OK
wodim                                 1.1.7.1-1            OK
xauth                                 1.0.7-1              OK
xcursor-themes                        1.0.3-1              OK
xextproto                             7.2.1-2              OK
xeyes                                 1.1.1-1              OK
xf86-video-dummy                      0.3.6-2              OK
xf86-video-nested                     0.1.0-3              OK
xinit                                 1.3.2-1              OK
xinput                                1.6.0-1              OK
xkbcomp                               1.2.4-1              OK
xkeyboard-config                      2.9-1                OK
xlogo                                 1.0.4-1              OK
xmlto                                 0.0.25-1             OK
xmodmap                               1.0.7-1              OK
xmore                                 1.0.2-1              OK
xorg-docs                             1.7-1                OK
xorg-scripts                          1.0.1-1              OK
xorg-server                           1.14.1-1             OK
xorg-server-common                    1.14.1-1             OK
xpdf                                  3.03-3               OK
xproto                                7.0.24-1             OK
xrdb                                  1.0.9-1              OK
xterm                                 291-1                OK
xview                                 3.2p1.4-28-1         OK
xxd                                   7.3.1152-1           OK
xz                                    5.0.2_20110517-1     OK
zip                                   3.0-11               OK
zlib                                  1.2.8-1              OK
zlib-devel                            1.2.8-1              OK
zlib0                                 1.2.8-1              OK
zsh                                   5.0.2-1              OK
Use -h to see help about each section

[-- Attachment #3: 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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-29 22:00           ` Helmut Karlowski
@ 2013-06-29 23:37             ` Ken Brown
  2013-06-30  2:34               ` Helmut Karlowski
  0 siblings, 1 reply; 16+ messages in thread
From: Ken Brown @ 2013-06-29 23:37 UTC (permalink / raw)
  To: cygwin

On 6/29/2013 3:38 PM, Helmut Karlowski wrote:
> Ken Brown, 29.06.2013 20:36:21:
>
>> setup.ini just lists available packages.  Use cygcheck to find out
>> what you have actually installed.
>
> When a package is installed it also lists something like:
>
> [prev]
> version: 4.13-1
>
> Doesn't it?

No.  setup.ini lists the packages that are available for install.  Often 
there is a "previous" version as well as a "current" version.  This 
allows you to choose, when running setup.exe, the previous version if 
you don't want to install the current version for some reason. 
Occasionally there is also a test version.  None of this has anything to 
do with which packages you have installed.

>> dvipdfm.def no longer exists in TeX Live 2013, and you shouldn't have
>> to create it.  Please give the details of what you were doing that led
>> to this error message.
>
> 1. pdfetex -progname latex $*
>
> 2. dvipdfm -p a4 $*

I just tried these commands with no problems:

$ pdfetex -progname latex sample2e.tex
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Cygwin)
  restricted \write18 enabled.
entering extended mode
(/usr/share/texmf-dist/tex/latex/base/sample2e.tex
LaTeX2e <2011/06/27>
Babel <3.9f> and hyphenation patterns for 78 languages loaded.
(/usr/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size10.clo)) (./sample2e.aux)
(/usr/share/texmf-dist/tex/latex/base/omscmr.fd) [1] [2] [3] 
(./sample2e.aux) )

Output written on sample2e.dvi (3 pages, 7484 bytes).
Transcript written on sample2e.log.

$ dvipdfm -p a4 sample2e
sample2e.dvi -> sample2e.pdf
[1][2][3]
32208 bytes written

>> including the part about attaching cygcheck output.
>
> Attached.

If you read it, you'll see near the end which packages you have installed.

The one suspicious thing that I see is your path.  For example, the 
cygcheck output includes

   Warning: C:\bin\awk.exe hides C:\cygwin\bin\awk

Could there be other things in C:\bin or C:\cygwin\opt\cross-mint\bin 
that are interfering with Cygwin?

> Anyway I'm interested in the crashes in the first place.

Sorry, I can't help you with that.

Ken


--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-29 23:37             ` Ken Brown
@ 2013-06-30  2:34               ` Helmut Karlowski
  2013-06-30  5:59                 ` Ken Brown
  0 siblings, 1 reply; 16+ messages in thread
From: Helmut Karlowski @ 2013-06-30  2:34 UTC (permalink / raw)
  To: cygwin

Ken Brown, 30.06.2013 00:46:28:

> No.  setup.ini lists the packages that are available for install.  Often  
> there is a "previous" version as well as a "current" version.  This

Ok - my guess was wrong then, thanks. xetex and luatex where not installed.

>> 1. pdfetex -progname latex $*
>>
>> 2. dvipdfm -p a4 $*
>
> I just tried these commands with no problems:

Maybe I'm using an outdated sty-file (e.g. dinbrief.sty), will look at it  
later. Is there a database of all styles, fonts etc. for all  
texlive-packages?

>>> including the part about attaching cygcheck output.
>>
>> Attached.
>
> If you read it, you'll see near the end which packages you have  
> installed.
>
> The one suspicious thing that I see is your path.  For example, the  
> cygcheck output includes
>
>    Warning: C:\bin\awk.exe hides C:\cygwin\bin\awk

That's intentionally: I want the old awk.

> Could there be other things in C:\bin or C:\cygwin\opt\cross-mint\bin  
> that are interfering with Cygwin?

Don't think so.

>> Anyway I'm interested in the crashes in the first place.
>
> Sorry, I can't help you with that.

I re-installed luatex and found a stackdump-file (under /tmp during the  
setup-run):

Exception: STATUS_ACCESS_VIOLATION at eip=0045F3B6
eax=20018788 ebx=20020000 ecx=00000000 edx=00000002 esi=20011930  
edi=20018788
ebp=0022AB68 esp=0022AB30 program=C:\cygwin\bin\luatex.exe, pid 3708,  
thread main
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame     Function  Args
0022AB68  0045F3B6 (20011930, 00000000, 00000000, 00000001)
0022AB98  0040420D (0065B104, 006B7A82, 006B7351, 0065B140)
0022AC68  004029D6 (00000005, 0022ACB0, 0022ACB8, 0022ACB0)
0022AC88  00401790 (00000005, 0022ACB0, 20010100, 611A3F1B)
0022AD28  61008221 (00000000, 0022CDA8, 61007710, 00000000)
End of stack trace

According to setup.log.full all 4 luatex-calls crash. I have to mention  
I'm not using a shell available by cygwin, but something I'm working on,  
that's why I want to know why it crashes.

-- 
Helmut Karlowski

--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-30  2:34               ` Helmut Karlowski
@ 2013-06-30  5:59                 ` Ken Brown
  2013-06-30 14:36                   ` Helmut Karlowski
  0 siblings, 1 reply; 16+ messages in thread
From: Ken Brown @ 2013-06-30  5:59 UTC (permalink / raw)
  To: cygwin

On 6/29/2013 9:38 PM, Helmut Karlowski wrote:
> Ken Brown, 30.06.2013 00:46:28:
>
>> No.  setup.ini lists the packages that are available for install.
>> Often there is a "previous" version as well as a "current" version.  This
>
> Ok - my guess was wrong then, thanks. xetex and luatex where not installed.
>
>>> 1. pdfetex -progname latex $*
>>>
>>> 2. dvipdfm -p a4 $*
>>
>> I just tried these commands with no problems:
>
> Maybe I'm using an outdated sty-file (e.g. dinbrief.sty), will look at
> it later. Is there a database of all styles, fonts etc. for all
> texlive-packages?

Does http://cygwin.com/packages/ give you what you're looking for?  Or 
maybe you want texlive.tlpdb, available at

   http://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg

> I re-installed luatex and found a stackdump-file (under /tmp during the
> setup-run):
>
> Exception: STATUS_ACCESS_VIOLATION at eip=0045F3B6
> eax=20018788 ebx=20020000 ecx=00000000 edx=00000002 esi=20011930
> edi=20018788
> ebp=0022AB68 esp=0022AB30 program=C:\cygwin\bin\luatex.exe, pid 3708,
> thread main
> cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
> Stack trace:
> Frame     Function  Args
> 0022AB68  0045F3B6 (20011930, 00000000, 00000000, 00000001)
> 0022AB98  0040420D (0065B104, 006B7A82, 006B7351, 0065B140)
> 0022AC68  004029D6 (00000005, 0022ACB0, 0022ACB8, 0022ACB0)
> 0022AC88  00401790 (00000005, 0022ACB0, 20010100, 611A3F1B)
> 0022AD28  61008221 (00000000, 0022CDA8, 61007710, 00000000)
> End of stack trace
>
> According to setup.log.full all 4 luatex-calls crash. I have to mention
> I'm not using a shell available by cygwin, but something I'm working on,
> that's why I want to know why it crashes.

If you want to try debugging this with gdb, the texlive-debuginfo 
package contains the files you need.

Ken


--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-30  5:59                 ` Ken Brown
@ 2013-06-30 14:36                   ` Helmut Karlowski
  2013-06-30 15:36                     ` Ken Brown
  0 siblings, 1 reply; 16+ messages in thread
From: Helmut Karlowski @ 2013-06-30 14:36 UTC (permalink / raw)
  To: cygwin

Ken Brown, 30.06.2013 04:34:00:

>> it later. Is there a database of all styles, fonts etc. for all
>> texlive-packages?
>
> Does http://cygwin.com/packages/ give you what you're looking for?  Or  
> maybe you want texlive.tlpdb, available at
>
>    http://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg

Not very comfortable, but better than nothing :)

> If you want to try debugging this with gdb, the texlive-debuginfo  
> package contains the files you need.

Thanks! Found the bug:

In

texk/web2c/luatexdir/lua/loslibext.c:649

In

632     static void find_env(lua_State * L)
633     {
634         char *envitem, *envitem_orig;
(gdb)
635         char *envkey;
636         char **envpointer;
637         envpointer = environ;
638         lua_getglobal(L, "os");
639         if (envpointer != NULL && lua_istable(L, -1)) {
640             luaL_checkstack(L, 2, "out of stack space");
641             lua_pushstring(L, "env");
642             lua_newtable(L);
643             while (*envpointer) {
644                 /* TODO: perhaps a memory leak here  */
(gdb)
645                 luaL_checkstack(L, 2, "out of stack space");
646                 envitem = xstrdup(*envpointer);
647                 envitem_orig = envitem;
648                 envkey = envitem;
649                 while (*envitem != '=') {
650                     envitem++;
651                 }
652                 *envitem = 0;
653                 envitem++;
654                 lua_pushstring(L, envkey);
(gdb)
655                 lua_pushstring(L, envitem);
656                 lua_rawset(L, -3);
657                 envpointer++;
658                 free(envitem_orig);
659             }
660             lua_rawset(L, -3);
661         }
662         lua_pop(L, 1);
663     }


It crashes in line 649, because my shell put an item without '=' in the  
environment, and there is no 0-check in find_env(), which appears to be a  
good thing. Fixed.

-- 
Helmut Karlowski

--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-30 14:36                   ` Helmut Karlowski
@ 2013-06-30 15:36                     ` Ken Brown
  2013-06-30 16:31                       ` Helmut Karlowski
  0 siblings, 1 reply; 16+ messages in thread
From: Ken Brown @ 2013-06-30 15:36 UTC (permalink / raw)
  To: cygwin

On 6/30/2013 7:50 AM, Helmut Karlowski wrote:
> Ken Brown, 30.06.2013 04:34:00:
>> If you want to try debugging this with gdb, the texlive-debuginfo
>> package contains the files you need.
>
> Thanks! Found the bug:
>
> In
>
> texk/web2c/luatexdir/lua/loslibext.c:649
>
> In
>
> 632     static void find_env(lua_State * L)
> 633     {
> 634         char *envitem, *envitem_orig;
> (gdb)
> 635         char *envkey;
> 636         char **envpointer;
> 637         envpointer = environ;
> 638         lua_getglobal(L, "os");
> 639         if (envpointer != NULL && lua_istable(L, -1)) {
> 640             luaL_checkstack(L, 2, "out of stack space");
> 641             lua_pushstring(L, "env");
> 642             lua_newtable(L);
> 643             while (*envpointer) {
> 644                 /* TODO: perhaps a memory leak here  */
> (gdb)
> 645                 luaL_checkstack(L, 2, "out of stack space");
> 646                 envitem = xstrdup(*envpointer);
> 647                 envitem_orig = envitem;
> 648                 envkey = envitem;
> 649                 while (*envitem != '=') {
> 650                     envitem++;
> 651                 }
> 652                 *envitem = 0;
> 653                 envitem++;
> 654                 lua_pushstring(L, envkey);
> (gdb)
> 655                 lua_pushstring(L, envitem);
> 656                 lua_rawset(L, -3);
> 657                 envpointer++;
> 658                 free(envitem_orig);
> 659             }
> 660             lua_rawset(L, -3);
> 661         }
> 662         lua_pop(L, 1);
> 663     }
>
>
> It crashes in line 649, because my shell put an item without '=' in the
> environment, and there is no 0-check in find_env(), which appears to be
> a good thing. Fixed.

I'm glad you found it.  Does the malformed environment string also 
explain the other strange errors you were seeing?

Ken


--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-30 15:36                     ` Ken Brown
@ 2013-06-30 16:31                       ` Helmut Karlowski
  2013-06-30 17:44                         ` Ken Brown
  0 siblings, 1 reply; 16+ messages in thread
From: Helmut Karlowski @ 2013-06-30 16:31 UTC (permalink / raw)
  To: cygwin

Ken Brown, 30.06.2013 16:36:40:

> I'm glad you found it.  Does the malformed environment string also  
> explain the other strange errors you were seeing?

During texlive.sh after the install of luatex there is one error left (no  
matter what shell is used):

...

environments, center, verbatim, math definitions, boxes, title, sectioning,
contents, floats, footnotes, index, bibliography, output,
===========================================
Local configuration file hyphen.cfg used
===========================================


...

T8M Georgian hyphenation patterns
(/usr/share/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t8m.tex)
(/usr/share/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ka.tex
! Undefined control sequence.
\utfthreeuniglyph ... \expandafter {\the \numexpr
                                                   4096*(#1-224)+64*(`#2-128)...
l.19 .ა
          უ2ა
! You can't use `the character 4' after \the.
\utfthreeuniglyph ...\expandafter {\the \numexpr 4
                                                   096*(#1-224)+64*(`#2-128)+...
l.19 .ა
          უ2ა
! Undefined control sequence.
\unicodechar #1->\ifcsname
                            unichar@\number #1\endcsname \csname  
unichar@\num...
l.19 .ა
          უ2ა
! Nonletter.
\unicodechar #1->\ifcsname unichar@
                                    \number #1\endcsname \csname  
unichar@\num...
l.19 .ა
          უ2ა

...

The file hyph-ka.tex contains:

\patterns{
.აუ2ა
.გვათ1
.გიმ1
.ერ4თხ
.ერ4ტყა

...

which mintty can't display unfortunately. I'm too little a TeX-expert to  
tell what's wrong.

The other issue regarding the error-message during latex-run seems to be  
solved with the now successful installation - I renamed the .def-file and  
got not message.

-- 
Helmut Karlowski

--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-30 16:31                       ` Helmut Karlowski
@ 2013-06-30 17:44                         ` Ken Brown
  2014-04-04 10:59                           ` Václav Zeman
  0 siblings, 1 reply; 16+ messages in thread
From: Ken Brown @ 2013-06-30 17:44 UTC (permalink / raw)
  To: cygwin

On 6/30/2013 12:04 PM, Helmut Karlowski wrote:
> Ken Brown, 30.06.2013 16:36:40:
>
>> I'm glad you found it.  Does the malformed environment string also
>> explain the other strange errors you were seeing?
>
> During texlive.sh after the install of luatex there is one error left
> (no matter what shell is used):
>
> ...
>
> environments, center, verbatim, math definitions, boxes, title, sectioning,
> contents, floats, footnotes, index, bibliography, output,
> ===========================================
> Local configuration file hyphen.cfg used
> ===========================================
>
>
> ...
>
> T8M Georgian hyphenation patterns
> (/usr/share/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t8m.tex)
> (/usr/share/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ka.tex
> ! Undefined control sequence.
> \utfthreeuniglyph ... \expandafter {\the \numexpr
>
> 4096*(#1-224)+64*(`#2-128)...
> l.19 .ა
>           უ2ა
> ! You can't use `the character 4' after \the.
> \utfthreeuniglyph ...\expandafter {\the \numexpr 4
>
> 096*(#1-224)+64*(`#2-128)+...
> l.19 .ა
>           უ2ა
> ! Undefined control sequence.
> \unicodechar #1->\ifcsname
>                             unichar@\number #1\endcsname \csname
> unichar@\num...
> l.19 .ა
>           უ2ა
> ! Nonletter.
> \unicodechar #1->\ifcsname unichar@
>                                     \number #1\endcsname \csname
> unichar@\num...
> l.19 .ა
>           უ2ა
>
> ...
>
> The file hyph-ka.tex contains:
>
> \patterns{
> .აუ2ა
> .გვათ1
> .გიმ1
> .ერ4თხ
> .ერ4ტყა
>
> ...
>
> which mintty can't display unfortunately. I'm too little a TeX-expert to
> tell what's wrong.

I don't know either, but I'm not going to worry about this unless it 
becomes a problem for some user.

> The other issue regarding the error-message during latex-run seems to be
> solved with the now successful installation - I renamed the .def-file
> and got not message.

Glad to hear it.

Ken


--
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] 16+ messages in thread

* Re: texlive-install: core dumped
  2013-06-30 17:44                         ` Ken Brown
@ 2014-04-04 10:59                           ` Václav Zeman
  2014-04-04 13:14                             ` Ken Brown
  0 siblings, 1 reply; 16+ messages in thread
From: Václav Zeman @ 2014-04-04 10:59 UTC (permalink / raw)
  To: cygwin

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

On 30 June 2013 18:32, Ken Brown wrote:
>
> On 6/30/2013 12:04 PM, Helmut Karlowski wrote:
>>
>> Ken Brown, 30.06.2013 16:36:40:
>>
>>> I'm glad you found it.  Does the malformed environment string also
>>> explain the other strange errors you were seeing?
>>
>>
>> During texlive.sh after the install of luatex there is one error left
>> (no matter what shell is used):
>>
>> ...
>>
>> environments, center, verbatim, math definitions, boxes, title, sectioning,
>> contents, floats, footnotes, index, bibliography, output,
>> ===========================================
>> Local configuration file hyphen.cfg used
>> ===========================================
>>
>>
>> ...
>>
>> T8M Georgian hyphenation patterns
>> (/usr/share/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t8m.tex)
>> (/usr/share/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ka.tex
>> ! Undefined control sequence.
>> \utfthreeuniglyph ... \expandafter {\the \numexpr
>>
>> 4096*(#1-224)+64*(`#2-128)...
>> l.19 .ა
>>           უ2ა
>> ! You can't use `the character 4' after \the.
>> \utfthreeuniglyph ...\expandafter {\the \numexpr 4
>>
>> 096*(#1-224)+64*(`#2-128)+...
>> l.19 .ა
>>           უ2ა
>> ! Undefined control sequence.
>> \unicodechar #1->\ifcsname
>>                             unichar@\number #1\endcsname \csname
>> unichar@\num...
>> l.19 .ა
>>           უ2ა
>> ! Nonletter.
>> \unicodechar #1->\ifcsname unichar@
>>                                     \number #1\endcsname \csname
>> unichar@\num...
>> l.19 .ა
>>           უ2ა
>>
>> ...
>>
>> The file hyph-ka.tex contains:
>>
>> \patterns{
>> .აუ2ა
>> .გვათ1
>> .გიმ1
>> .ერ4თხ
>> .ერ4ტყა
>>
>> ...
>>
>> which mintty can't display unfortunately. I'm too little a TeX-expert to
>> tell what's wrong.
>
>
> I don't know either, but I'm not going to worry about this unless it becomes a problem for some user.
>
>
>> The other issue regarding the error-message during latex-run seems to be
>> solved with the now successful installation - I renamed the .def-file
>> and got not message.
>
>
> Glad to hear it.
>
> Ken

I am seeing the same issue, I think. I am attaching mllatex.log.

-- 
VZ

[-- Attachment #2: mllatex.log --]
[-- Type: application/octet-stream, Size: 54023 bytes --]

[-- Attachment #3: 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] 16+ messages in thread

* Re: texlive-install: core dumped
  2014-04-04 10:59                           ` Václav Zeman
@ 2014-04-04 13:14                             ` Ken Brown
  0 siblings, 0 replies; 16+ messages in thread
From: Ken Brown @ 2014-04-04 13:14 UTC (permalink / raw)
  To: cygwin

On 4/4/2014 6:59 AM, Václav Zeman wrote:
> On 30 June 2013 18:32, Ken Brown wrote:
>>
>> On 6/30/2013 12:04 PM, Helmut Karlowski wrote:
>>>
>>> Ken Brown, 30.06.2013 16:36:40:
>>>
>>>> I'm glad you found it.  Does the malformed environment string also
>>>> explain the other strange errors you were seeing?
>>>
>>>
>>> During texlive.sh after the install of luatex there is one error left
>>> (no matter what shell is used):
>>>
>>> ...
>>>
>>> environments, center, verbatim, math definitions, boxes, title, sectioning,
>>> contents, floats, footnotes, index, bibliography, output,
>>> ===========================================
>>> Local configuration file hyphen.cfg used
>>> ===========================================
>>>
>>>
>>> ...
>>>
>>> T8M Georgian hyphenation patterns
>>> (/usr/share/texmf-dist/tex/generic/hyph-utf8/conversions/conv-utf8-t8m.tex)
>>> (/usr/share/texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-ka.tex
>>> ! Undefined control sequence.
>>> \utfthreeuniglyph ... \expandafter {\the \numexpr
>>>
>>> 4096*(#1-224)+64*(`#2-128)...
>>> l.19 .ა
>>>            უ2ა
>>> ! You can't use `the character 4' after \the.
>>> \utfthreeuniglyph ...\expandafter {\the \numexpr 4
>>>
>>> 096*(#1-224)+64*(`#2-128)+...
>>> l.19 .ა
>>>            უ2ა
>>> ! Undefined control sequence.
>>> \unicodechar #1->\ifcsname
>>>                              unichar@\number #1\endcsname \csname
>>> unichar@\num...
>>> l.19 .ა
>>>            უ2ა
>>> ! Nonletter.
>>> \unicodechar #1->\ifcsname unichar@
>>>                                      \number #1\endcsname \csname
>>> unichar@\num...
>>> l.19 .ა
>>>            უ2ა
>>>
>>> ...
>>>
>>> The file hyph-ka.tex contains:
>>>
>>> \patterns{
>>> .აუ2ა
>>> .გვათ1
>>> .გიმ1
>>> .ერ4თხ
>>> .ერ4ტყა
>>>
>>> ...
>>>
>>> which mintty can't display unfortunately. I'm too little a TeX-expert to
>>> tell what's wrong.
>>
>>
>> I don't know either, but I'm not going to worry about this unless it becomes a problem for some user.
>>
>>
>>> The other issue regarding the error-message during latex-run seems to be
>>> solved with the now successful installation - I renamed the .def-file
>>> and got not message.
>>
>>
>> Glad to hear it.
>>
>> Ken
>
> I am seeing the same issue, I think. I am attaching mllatex.log.

You're replying to a thread that's 9 months old, which was about a crash 
that turned out to be due to a bug in a homemade shell.  The mllatex 
issue was incidental.

If you are having a problem with mllatex, please start from scratch and 
make a complete report, with all details (and with cygcheck output 
attached).

Thanks.

Ken

--
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] 16+ messages in thread

end of thread, other threads:[~2014-04-04 13:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-29 11:43 texlive-install: core dumped Helmut Karlowski
2013-06-29 12:26 ` Ken Brown
2013-06-29 12:36   ` Helmut Karlowski
2013-06-29 15:20     ` Ken Brown
2013-06-29 18:37       ` Helmut Karlowski
2013-06-29 19:38         ` Ken Brown
2013-06-29 22:00           ` Helmut Karlowski
2013-06-29 23:37             ` Ken Brown
2013-06-30  2:34               ` Helmut Karlowski
2013-06-30  5:59                 ` Ken Brown
2013-06-30 14:36                   ` Helmut Karlowski
2013-06-30 15:36                     ` Ken Brown
2013-06-30 16:31                       ` Helmut Karlowski
2013-06-30 17:44                         ` Ken Brown
2014-04-04 10:59                           ` Václav Zeman
2014-04-04 13:14                             ` Ken Brown

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