public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin/X XWinrc menu no longer launches after recent updates
@ 2020-03-03  5:14 Roland Roberts
  2020-03-03  9:53 ` Takashi Yano
  0 siblings, 1 reply; 15+ messages in thread
From: Roland Roberts @ 2020-03-03  5:14 UTC (permalink / raw)
  To: cygwin

I only noticed this in the last week or so, and assumed I'd messed up 
something with Windows 10 permission, which is still a possibility. My
first attempt to "fix" this was to reinstall pretty much everything in
Cygwin that was part of X11 or Base. And that seemed to fix 
things...until I rebooted Windows.

There are no errors in the logs, not stackdumps, nothign to indicate 
anything is not working. The X log is below. You'll notice it says

     "executing '/bin/mintty', pid 3152"

but that window never opens. If I start a shell directly via my desktop 
shortcut, which has this as it's target

     C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -

I can see that there is no PID 3152.

My .XWinrc is this:

---- .XWinrc ----
menu root {
  "Cygwin Terminal" exec "/bin/mintty -e /bin/bash"
  Emacs exec "/bin/emacs"
  xterm exec "/bin/xterm"
  notepad exec notepad
  SEPARATOR
  FAQ            EXEC "cygstart 
http://x.cygwin.com/docs/faq/cygwin-x-faq.html"
  "User's Guide" EXEC "cygstart 
http://x.cygwin.com/docs/ug/cygwin-x-ug.html"
  SEPARATOR
  "View logfile" EXEC "xterm -title $XWINLOGFILE -e less +F $XWINLOGFILE"
  SEPARATOR
  "Reload .XWinrc"        RELOAD
  SEParATOR
}

RootMenu root
----

and my .startxwinrc is

---- .startxwinrc ----
if [ -f $HOME/.Xdefaults ]; then
     xrdb -merge $HOME/.Xdefaults &
fi
sleep infinity
----

I'm lost on what might be causing this. One thing that I *did* change, 
though that was over a month ago, was to add the Cygwin sshd service. On 
the off-chance that that was the issue, I disabled it and rebooted to 
get a clean start. No joy, I still can't launch from the .XWinrc menu. 
The log entry makes it clear that it is seen and is trying.

Oh, and from a mintty shell, if I set DISPLAY=:0.0 when X is running, I 
*can* launch other X apps.

2041 roland> cat XWin.0.log
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.20.5.0
OS: CYGWIN_NT-10.0-18363 flamsteed 3.1.4-340.x86_64 2020-02-19 08:49 UTC 
x86_64
OS: Windows 10  [Windows NT 10.0 build 18363] (Win64)
Package: version 1.20.5-3 built 2019-09-06

XWin was started with the following command line:

/usr/bin/XWin :0 -multiwindow -auth
  /home/roland/.serverauth.2909

ddxProcessArgument - Initializing default screens
winInitializeScreenDefaults - primary monitor w 2560 h 1440
winInitializeScreenDefaults - native DPI x 96 y 96
[   734.546] (II) xorg.conf is not supported
[   734.546] (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for 
more information
[   734.546] LoadPreferences: Loading /home/roland/.XWinrc
[   734.562] winDetectSupportedEngines - RemoteSession: no
[   734.625] winDetectSupportedEngines - DirectDraw4 installed, allowing 
ShadowDDNL
[   734.625] winDetectSupportedEngines - Returning, supported engines 
00000005
[   734.625] winSetEngine - Multi Window or Rootless => ShadowGDI
[   734.625] winScreenInit - Using Windows display depth of 32 bits per 
pixel
[   734.625] winAllocateFBShadowGDI - Creating DIB with width: 3760 
height: 1920 depth: 32
[   734.625] winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
[   734.625] winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff 
BPRGB 8 d 24 bpp 32
[   734.625] MIT-SHM extension disabled due to lack of kernel support
[   734.625] XFree86-Bigfont extension local-client optimization 
disabled due to lack of shared memory support in the kernel
[   734.640] glWinSelectGLimplementation: Loaded 'cygnativeGLthunk.dll'
[   735.171] (II) AIGLX: Testing pixelFormatIndex 5
[   735.265] GL_VERSION:     4.6.0 NVIDIA 425.91
[   735.265] GL_VENDOR:      NVIDIA Corporation
[   735.265] GL_RENDERER:    Quadro K1000M/PCIe/SSE2
[   735.265] (II) GLX: enabled GLX_SGI_make_current_read
[   735.265] (II) GLX: enabled GLX_SGI_swap_control
[   735.265] (II) GLX: enabled GLX_MESA_swap_control
[   735.265] (II) GLX: enabled GLX_SGIX_pbuffer
[   735.265] (II) GLX: enabled GLX_ARB_multisample
[   735.265] (II) GLX: enabled GLX_SGIS_multisample
[   735.265] (II) GLX: enabled GLX_ARB_fbconfig_float
[   735.265] (II) GLX: enabled GLX_EXT_fbconfig_packed_float
[   735.265] (II) GLX: enabled GLX_ARB_create_context
[   735.265] (II) GLX: enabled GLX_ARB_create_context_profile
[   735.265] (II) GLX: enabled GLX_ARB_create_context_robustness
[   735.265] (II) GLX: enabled GLX_EXT_create_context_es2_profile
[   735.265] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   735.265] (II) 1182 pixel formats reported by 
wglGetPixelFormatAttribivARB
[   735.296] (II) 1146 fbConfigs
[   735.296] (II) ignored pixel formats: 0 not OpenGL, 0 unknown pixel 
type, 36 unaccelerated
[   735.296] (II) GLX: Initialized Win32 native WGL GL provider for screen 0
[   735.562] winPointerWarpCursor - Discarding first warp: 1880 960
[   735.562] (--) 5 mouse buttons found
[   735.562] (--) Setting autorepeat to delay=500, rate=31
[   735.562] (--) Windows keyboard layout: "00000409" (00000409) "US", 
type 7
[   735.562] (--) Found matching XKB configuration "English (USA)"
[   735.562] (--) Model = "pc105" Layout = "us" Variant = "none" Options 
= "none"
[   735.562] Rules = "base" Model = "pc105" Layout = "us" Variant = 
"none" Options = "none"
[   735.562] [   735.562] winInitMultiWindowWM - DISPLAY=:0.0
winMultiWindowXMsgProc - DISPLAY=:0.0
[   735.625] winInitMultiWindowWM - xcb_connect () returned and 
successfully opened the display.
[   735.625] winProcEstablishConnection - winInitClipboard returned.
[   735.625] winClipboardThreadProc - DISPLAY=:0.0
[   735.625] winMultiWindowXMsgProc - xcb_connect() returned and 
successfully opened the display.
[   735.625] winClipboardProc - xcb_connect () returned and successfully 
opened the display.
[   735.625] Using Composite redirection
[   795.156] executing '/bin/mintty', pid 3152
[  1287.562] LoadPreferences: Loading /home/roland/.XWinrc
[  1287.562] SetupSysMenu: GetSystemMenu() failed for HWND 0x5093c
[  1287.562] SetupSysMenu: GetSystemMenu() failed for HWND 0x507be


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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-03  5:14 Cygwin/X XWinrc menu no longer launches after recent updates Roland Roberts
@ 2020-03-03  9:53 ` Takashi Yano
  2020-03-03 12:18   ` Henry S. Thompson
  0 siblings, 1 reply; 15+ messages in thread
From: Takashi Yano @ 2020-03-03  9:53 UTC (permalink / raw)
  To: cygwin

On Tue, 3 Mar 2020 00:14:12 -0500
Roland Roberts wrote:
> I only noticed this in the last week or so, and assumed I'd messed up 
> something with Windows 10 permission, which is still a possibility. My
> first attempt to "fix" this was to reinstall pretty much everything in
> Cygwin that was part of X11 or Base. And that seemed to fix 
> things...until I rebooted Windows.
> 
> There are no errors in the logs, not stackdumps, nothign to indicate 
> anything is not working. The X log is below. You'll notice it says
> 
>      "executing '/bin/mintty', pid 3152"
> 
> but that window never opens. If I start a shell directly via my desktop 
> shortcut, which has this as it's target
> 
>      C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -
> 
> I can see that there is no PID 3152.

Does reverting cygwin1.dll to 3.1.2 help?

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-03  9:53 ` Takashi Yano
@ 2020-03-03 12:18   ` Henry S. Thompson
  2020-03-03 12:35     ` Takashi Yano
  0 siblings, 1 reply; 15+ messages in thread
From: Henry S. Thompson @ 2020-03-03 12:18 UTC (permalink / raw)
  To: cygwin

Takashi Yano writes:

> Does reverting cygwin1.dll to 3.1.2 help?

In my case, yes it does.  The resulting view from pstree is

`-sh,1614 /usr/bin/startxwin
     `-xinit,1645 /home/ht/.startxwinrc -- /usr/bin/XWin :0 -multiwindow ...
         |-XWin,1646 :0 -multiwindow -auth /home/ht/.serverauth.1614
         `-sh,1652 /home/ht/.Xclients
             |-ssh-agent,1664 /bin/env TMPDIR=/tmp /home/ht/.Xclients
             `-xterm,1665 -geometry +0+60 -ls
                 `-bash,1666
                     `-sh,1684 /home/ht/bin/goE -Y
                         `-ssh,1685 ecclerig.inf.ed.ac.uk -Y

Compare this to the 3.1.4 result:

`-sh,2027 /usr/bin/startxwin
    `-xinit,2058 /home/ht/.startxwinrc -- /usr/bin/XWin :0 -multiwindow -auth ...
        |-XWin,2059 :0 -multiwindow -auth /home/ht/.serverauth.2027
        `-sh,2065

ht
-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-03 12:18   ` Henry S. Thompson
@ 2020-03-03 12:35     ` Takashi Yano
  2020-03-03 12:40       ` Henry S. Thompson
  0 siblings, 1 reply; 15+ messages in thread
From: Takashi Yano @ 2020-03-03 12:35 UTC (permalink / raw)
  To: cygwin

On Tue, 03 Mar 2020 12:18:44 +0000
"Henry S. Thompson" wrote:
> Takashi Yano writes:
> 
> > Does reverting cygwin1.dll to 3.1.2 help?
> 
> In my case, yes it does.  The resulting view from pstree is
> 
> `-sh,1614 /usr/bin/startxwin
>      `-xinit,1645 /home/ht/.startxwinrc -- /usr/bin/XWin :0 -multiwindow ...
>          |-XWin,1646 :0 -multiwindow -auth /home/ht/.serverauth.1614
>          `-sh,1652 /home/ht/.Xclients
>              |-ssh-agent,1664 /bin/env TMPDIR=/tmp /home/ht/.Xclients
>              `-xterm,1665 -geometry +0+60 -ls
>                  `-bash,1666
>                      `-sh,1684 /home/ht/bin/goE -Y
>                          `-ssh,1685 ecclerig.inf.ed.ac.uk -Y
> 
> Compare this to the 3.1.4 result:
> 
> `-sh,2027 /usr/bin/startxwin
>     `-xinit,2058 /home/ht/.startxwinrc -- /usr/bin/XWin :0 -multiwindow -auth ...
>         |-XWin,2059 :0 -multiwindow -auth /home/ht/.serverauth.2027
>         `-sh,2065

Then, this may be caused by the same bug as
https://www.cygwin.com/ml/cygwin/2020-02/msg00197.html

This bug was already fixed in current git head.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-03 12:35     ` Takashi Yano
@ 2020-03-03 12:40       ` Henry S. Thompson
  2020-03-03 12:59         ` Takashi Yano
  0 siblings, 1 reply; 15+ messages in thread
From: Henry S. Thompson @ 2020-03-03 12:40 UTC (permalink / raw)
  To: cygwin

Takashi Yano writes:

> On Tue, 03 Mar 2020 12:18:44 +0000
> "Henry S. Thompson" wrote:
>> Takashi Yano writes:
>> 
>> > Does reverting cygwin1.dll to 3.1.2 help?
>> 
>> In my case, yes it does.  The resulting view from pstree is
>> 
>> `-sh,1614 /usr/bin/startxwin
>>      `-xinit,1645 /home/ht/.startxwinrc -- /usr/bin/XWin :0 -multiwindow ...
>>          |-XWin,1646 :0 -multiwindow -auth /home/ht/.serverauth.1614
>>          `-sh,1652 /home/ht/.Xclients
>>              |-ssh-agent,1664 /bin/env TMPDIR=/tmp /home/ht/.Xclients
>>              `-xterm,1665 -geometry +0+60 -ls
>>                  `-bash,1666
>>                      `-sh,1684 /home/ht/bin/goE -Y
>>                          `-ssh,1685 ecclerig.inf.ed.ac.uk -Y
>> 
>> Compare this to the 3.1.4 result:
>> 
>> `-sh,2027 /usr/bin/startxwin
>>     `-xinit,2058 /home/ht/.startxwinrc -- /usr/bin/XWin :0 -multiwindow -auth ...
>>         |-XWin,2059 :0 -multiwindow -auth /home/ht/.serverauth.2027
>>         `-sh,2065
>
> Then, this may be caused by the same bug as
> https://www.cygwin.com/ml/cygwin/2020-02/msg00197.html
>
> This bug was already fixed in current git head.

Current git head for Cygwin?  Or mintty?

Because I have another box, and now see that the bug does _not_ occur
with Cygwin 3.1.4 and mintty 3.1.0 -- the above error labelled 3.1.4 is
with Cygwin 3.1.4 _and_ mintty 3.1.4.

ht
-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-03 12:40       ` Henry S. Thompson
@ 2020-03-03 12:59         ` Takashi Yano
  2020-03-03 21:43           ` Henry S. Thompson
  2020-03-04  8:59           ` Roland Roberts
  0 siblings, 2 replies; 15+ messages in thread
From: Takashi Yano @ 2020-03-03 12:59 UTC (permalink / raw)
  To: cygwin

On Tue, 03 Mar 2020 12:40:17 +0000
"Henry S. Thompson" wrote:
> Takashi Yano writes:
> > This bug was already fixed in current git head.
> 
> Current git head for Cygwin?  Or mintty?

I mean cygwin.

> Because I have another box, and now see that the bug does _not_ occur
> with Cygwin 3.1.4 and mintty 3.1.0 -- the above error labelled 3.1.4 is
> with Cygwin 3.1.4 _and_ mintty 3.1.4.

In my environment, your problem does not occur even with cygwin
3.1.4 and mintty 3.1.4. So I am not sure what is the real cause.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-03 12:59         ` Takashi Yano
@ 2020-03-03 21:43           ` Henry S. Thompson
  2020-03-03 22:20             ` Brian Inglis
                               ` (2 more replies)
  2020-03-04  8:59           ` Roland Roberts
  1 sibling, 3 replies; 15+ messages in thread
From: Henry S. Thompson @ 2020-03-03 21:43 UTC (permalink / raw)
  To: cygwin

Takashi Yano writes:

> On Tue, 03 Mar 2020 12:40:17 +0000
> "Henry S. Thompson" wrote:
>> Takashi Yano writes:
>> > This bug was already fixed in current git head.
>> 
>> Current git head for Cygwin?  Or mintty?
>
> I mean cygwin.

OK, this is now getting very weird.  As at least one other person
reported, the problem is intermittent, with both my systems, both on
3.1.4 Cygwin and 3.1.4 mintty.

Two further shots in the dark:

 1) I tried to run cygcheck -s while there was an XWin + sh hang, as
    previously reported.  It hung also.  Process Explorer shows

  bash.exe
     bash.exe
        cygcheck.exe
           id.exe

    I can use strace to attach to it, and it is indeed
    [cygdir]\bin\id.exe, showing lots of dll loads, then a thread being
    created and exiting happily, last two lines are

     thread nnn created
     _cygtls::remove: wait 0

  Mystery

  So, try connecting strace to the hung sh process...

  [Nothing :-[
  
  Connecting to it with gdb shows various threads, but ^C doesn't
  achieve anything.

 2) There are some hints that cygrunsrv/cygserver might be implicated.
    Two cygchecks on one of my machines (which did run to completion)
    differ in that the one taken while XWin had started successfully
    differed from the other in that all my Cygwin services (cron,
    cygserver, sshd, and exim) were stopped,
    In the other, a case of XWin hang, they were all running.

    On my other system after several fails in a row, I stopped all my
    services and XWin launched successfully.

Grasping at straws here, but I have one machine sitting in a hung state,
and other debugging ideas welcome...

ht
-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-03 21:43           ` Henry S. Thompson
@ 2020-03-03 22:20             ` Brian Inglis
  2020-03-03 23:25             ` Brian Inglis
  2020-03-03 23:46             ` Henry S. Thompson
  2 siblings, 0 replies; 15+ messages in thread
From: Brian Inglis @ 2020-03-03 22:20 UTC (permalink / raw)
  To: cygwin

On 2020-03-03 10:21, Henry S. Thompson wrote:
> Takashi Yano writes:
> 
>> On Tue, 03 Mar 2020 12:40:17 +0000
>> "Henry S. Thompson" wrote:
>>> Takashi Yano writes:
>>>> This bug was already fixed in current git head.
>>>
>>> Current git head for Cygwin?  Or mintty?
>>
>> I mean cygwin.
> 
> OK, this is now getting very weird.  As at least one other person
> reported, the problem is intermittent, with both my systems, both on
> 3.1.4 Cygwin and 3.1.4 mintty.
> 
> Two further shots in the dark:
> 
>  1) I tried to run cygcheck -s while there was an XWin + sh hang, as
>     previously reported.  It hung also.  Process Explorer shows
> 
>   bash.exe
>      bash.exe
>         cygcheck.exe
>            id.exe
> 
>     I can use strace to attach to it, and it is indeed
>     [cygdir]\bin\id.exe, showing lots of dll loads, then a thread being
>     created and exiting happily, last two lines are
> 
>      thread nnn created
>      _cygtls::remove: wait 0
> 
>   Mystery
> 
>   So, try connecting strace to the hung sh process...
> 
>   [Nothing :-[
>   
>   Connecting to it with gdb shows various threads, but ^C doesn't
>   achieve anything.
> 
>  2) There are some hints that cygrunsrv/cygserver might be implicated.
>     Two cygchecks on one of my machines (which did run to completion)
>     differ in that the one taken while XWin had started successfully
>     differed from the other in that all my Cygwin services (cron,
>     cygserver, sshd, and exim) were stopped,
>     In the other, a case of XWin hang, they were all running.
> 
>     On my other system after several fails in a row, I stopped all my
>     services and XWin launched successfully.
> 
> Grasping at straws here, but I have one machine sitting in a hung state,
> and other debugging ideas welcome...

XWin startup takes different paths depending on whether you have sshd running or
not. I also have cygserver defined with max supported threads, as I have cron
jobs which need them. I can often get multiwindow X to launch from mintty with
sshd disabled, after deleting:

$ llgo -AR /tmp/.X* /tmp/dbus-* /tmp/fam-$USER/fam-
-r--r--r--  1 11 Mar  2 00:20 /tmp/.X0-lock
srwxrwxrwx  1  0 Mar  2 14:27 /tmp/dbus-5P1mCxSjEA=
srwxrwxrwx  1  0 Mar  2 00:20 /tmp/dbus-JEIRS3qks6=
srwxrwxrwx  1  0 Mar  2 12:34 /tmp/dbus-K5HWAHFshg=
srwxrwxrwx  1  0 Mar  3 10:34 /tmp/dbus-pvf4OTaHDu=
srwxrwxrwx  1  0 Mar  2 08:47 /tmp/dbus-QdAWXiPC8F=
srwxrwxrwx  1  0 Mar  2 14:01 /tmp/dbus-TFjEzRHU4c=
srwxrwxrwx  1  0 Mar  2 14:26 /tmp/dbus-VsXRfGI5GT=
srwxrwxrwx  1  0 Mar  2 12:37 /tmp/dbus-Zo1S6Q5MSG=
srw-------  1  0 Mar  2 00:20 /tmp/fam-$USER/fam-=

/tmp/.X11-unix:
total 1.0K
srw-rw-rw- 1 0 Mar  2 00:20 X0=
-rw------- 1 0 Mar  2 00:20 X0.lock

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-03 21:43           ` Henry S. Thompson
  2020-03-03 22:20             ` Brian Inglis
@ 2020-03-03 23:25             ` Brian Inglis
  2020-03-04  1:12               ` Henry S. Thompson
  2020-03-03 23:46             ` Henry S. Thompson
  2 siblings, 1 reply; 15+ messages in thread
From: Brian Inglis @ 2020-03-03 23:25 UTC (permalink / raw)
  To: cygwin

On 2020-03-03 10:21, Henry S. Thompson wrote:
> Takashi Yano writes:
> 
>> On Tue, 03 Mar 2020 12:40:17 +0000
>> "Henry S. Thompson" wrote:
>>> Takashi Yano writes:
>>>> This bug was already fixed in current git head.
>>>
>>> Current git head for Cygwin?  Or mintty?
>>
>> I mean cygwin.
> 
> OK, this is now getting very weird.  As at least one other person
> reported, the problem is intermittent, with both my systems, both on
> 3.1.4 Cygwin and 3.1.4 mintty.
> 
> Two further shots in the dark:
> 
>  1) I tried to run cygcheck -s while there was an XWin + sh hang, as
>     previously reported.  It hung also.  Process Explorer shows
> 
>   bash.exe
>      bash.exe
>         cygcheck.exe
>            id.exe
> 
>     I can use strace to attach to it, and it is indeed
>     [cygdir]\bin\id.exe, showing lots of dll loads, then a thread being
>     created and exiting happily, last two lines are
> 
>      thread nnn created
>      _cygtls::remove: wait 0
> 
>   Mystery
> 
>   So, try connecting strace to the hung sh process...
> 
>   [Nothing :-[
>   
>   Connecting to it with gdb shows various threads, but ^C doesn't
>   achieve anything.
> 
>  2) There are some hints that cygrunsrv/cygserver might be implicated.
>     Two cygchecks on one of my machines (which did run to completion)
>     differ in that the one taken while XWin had started successfully
>     differed from the other in that all my Cygwin services (cron,
>     cygserver, sshd, and exim) were stopped,
>     In the other, a case of XWin hang, they were all running.
> 
>     On my other system after several fails in a row, I stopped all my
>     services and XWin launched successfully.
> 
> Grasping at straws here, but I have one machine sitting in a hung state,
> and other debugging ideas welcome...

XWin startup takes different paths depending on whether you have sshd running or
not. I also have cygserver defined with max supported threads, as I have cron
jobs which need them. I can often get multiwindow X to launch from mintty with
sshd disabled, after deleting:

$ llgo -AR /tmp/.X* /tmp/dbus-* /tmp/fam-$USER/fam-
-r--r--r--  1 11 Mar  2 00:20 /tmp/.X0-lock
srwxrwxrwx  1  0 Mar  2 14:27 /tmp/dbus-5P1mCxSjEA=
srwxrwxrwx  1  0 Mar  2 00:20 /tmp/dbus-JEIRS3qks6=
srwxrwxrwx  1  0 Mar  2 12:34 /tmp/dbus-K5HWAHFshg=
srwxrwxrwx  1  0 Mar  3 10:34 /tmp/dbus-pvf4OTaHDu=
srwxrwxrwx  1  0 Mar  2 08:47 /tmp/dbus-QdAWXiPC8F=
srwxrwxrwx  1  0 Mar  2 14:01 /tmp/dbus-TFjEzRHU4c=
srwxrwxrwx  1  0 Mar  2 14:26 /tmp/dbus-VsXRfGI5GT=
srwxrwxrwx  1  0 Mar  2 12:37 /tmp/dbus-Zo1S6Q5MSG=
srw-------  1  0 Mar  2 00:20 /tmp/fam-$USER/fam-=

/tmp/.X11-unix:
total 1.0K
srw-rw-rw- 1 0 Mar  2 00:20 X0=
-rw------- 1 0 Mar  2 00:20 X0.lock

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-03 21:43           ` Henry S. Thompson
  2020-03-03 22:20             ` Brian Inglis
  2020-03-03 23:25             ` Brian Inglis
@ 2020-03-03 23:46             ` Henry S. Thompson
  2020-03-04 19:05               ` Brian Inglis
  2 siblings, 1 reply; 15+ messages in thread
From: Henry S. Thompson @ 2020-03-03 23:46 UTC (permalink / raw)
  To: cygwin

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

cygcheck output attached, just in case...

Per previous message, had to interrupt id, which was hanging, which
produced

  garbled output from "id" command - no uid= found

while cygcheck carried on...
and then hung with Process Explorer showing

  bash.exe
     bash.exe
        cygcheck.exe
           cmd.exe
             cygrunsrv.exe

while pstree -Aap shows

  cygrunsrv.2209 --version

Interrupted _that_ and cygcheck finished, without showing the running
services as it normally would.

/var/log/xwin/XWin.0.log also attached in winning and losing versions,
output from

  > diff -bw <(cut -f 3- -d ' ' /var/log/xwin/XWin.0.log_winning) <(cut -f 3-  -d ' ' /var/log/xwin/XWin.0.log_losing)

may provide some help?

ht


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


[-- Attachment #2: cygcheck -s -v -r output from intermittently failing to launch XWin w/o hanging --]
[-- Type: text/plain, Size: 153754 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Tue Mar 03 21:34:28 2020

Windows 10 Professional N Ver 10.0 Build 18363 

Path:	H:\C64\home\ht\bin
	H:\C64\home\ht\perl5\bin
	H:\C64\usr\local\bin
	H:\C64\bin
	C:\Program Files (x86)\Common Files\Oracle\Java\javapath
	C:\ProgramData\Oracle\Java\javapath
	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\System32\Wbem
	C:\WINDOWS\System32\WindowsPowerShell\v1.0
	C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static
	C:\Program Files (x86)\NTP\bin
	C:\WINDOWS\System32\OpenSSH
	C:\Program Files\Crucial\Crucial Storage Executive
	C:\Program Files (x86)\Common Files\Acronis\VirtualFile
	C:\Program Files (x86)\Common Files\Acronis\VirtualFile64
	C:\Program Files (x86)\Common Files\Acronis\SnapAPI
	C:\Android
	C:\Windows\System32
	C:\Users\ht\AppData\Local\Microsoft\WindowsApps
	C:\Program Files\Mercurial
	C:\Users\ht\AppData\Local\Programs\Fiddler
	C:\Users\ht\AppData\Local\Microsoft\WindowsApps
	H:\C64\lib\lapack
	H:\C64\usr\local\texlive\2011\bin\i386-cygwin

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

USER = 'ht'
Cygwin = 'server'
PWD = '/home/ht'
HOME = '/home/ht'

USERDOMAIN = 'maritain'
OS = 'Windows_NT'
LS_COLORS = 'no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35:'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
PROCESSOR_LEVEL = '6'
PSModulePath = 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files\Intel\'
CommonProgramW6432 = 'C:\Program Files\Common Files'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
CYG_ROOT = 'C:\C64'
FP_NO_HOST_CHECK = 'NO'
LANG = 'en_GB.UTF-8'
TZ = 'Europe/London'
HISTIGNORE = '[ 	]*:&:[fb]g:exit'
HISTCONTROL = 'ignoredups'
LESS = '-R -M -i'
HOSTNAME = 'maritain'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/usr/bin'
EDITOR = 'xemacs'
PERL_MB_OPT = '--install_base "/home/ht/perl5"'
USERNAME = 'ht'
LOGONSERVER = '\\MARITAIN'
PROCESSOR_ARCHITECTURE = 'AMD64'
LOCALAPPDATA = 'C:\Users\ht\AppData\Local'
COMPUTERNAME = 'MARITAIN'
ANDROID_SDK_HOME = 'C:\Android'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Users\ht'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
SYSTEMROOT = 'C:\WINDOWS'
USERDOMAIN_ROAMINGPROFILE = 'maritain'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 42 Stepping 7, GenuineIntel'
TMP = '/tmp'
OneDrive = 'C:\Users\ht\OneDrive'
TEXINPUTS = '.:/home/ht/lib/tex/inputs:'
PROCESSOR_REVISION = '2a07'
PERL_MM_OPT = 'INSTALL_BASE=/home/ht/perl5'
PROFILEREAD = 'true'
TMPDIR = '/tmp'
PERL_LOCAL_LIB_ROOT = '/home/ht/perl5'
NUMBER_OF_PROCESSORS = '4'
ProgramW6432 = 'C:\Program Files'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
Deb1 = '52.175.219.228'
APPDATA = 'C:\Users\ht\AppData\Roaming'
SHELL = '/bin/bash'
TERM = 'xterm-256color'
RANDFILE = 'C:\Program Files (x86)\NTP\etc\.rnd'
WINDIR = 'C:\WINDOWS'
PERL5LIB = '/home/ht/perl5/lib/perl5'
PYTHONSTARTUP = '/home/ht/.pyinit'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
MINTTY_SHORTCUT = '/c/Users/ht/AppData/Roaming/Microsoft/Internet Explorer/Quick Launch/User Pinned/TaskBar/Terminal.lnk'
PRINTER = 'Adobe PDF'
PROGRAMFILES = 'C:\Program Files'
MANPATH = ':/usr/local/texlive/2011/texmf/doc/man'
ALLUSERSPROFILE = 'C:\ProgramData'
TEMP = '/tmp'
DriverData = 'C:\Windows\System32\Drivers\DriverData'
DESKTOP = 'ecclerig.inf.ed.ac.uk'
asl.log = 'Destination=file'
ProgramFiles(x86) = 'C:\Program Files (x86)'
__COMPAT_LAYER = 'Installer'
PS1 = '\[\033]0;\w\007\033[34m\]maritain\[\033[0m\]<\!> '
HOMEDRIVE = 'C:'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:/usr/local/texlive/2011/texmf/doc/info'
RSYNC_RSH = '/bin/ssh'
HOMEPATH = '\Users\ht'
ORIGINAL_PATH = '/c/Program Files (x86)/Common Files/Oracle/Java/javapath:/c/ProgramData/Oracle/Java/javapath:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/Program Files (x86)/ATI Technologies/ATI.ACE/Core-Static:/c/Program Files (x86)/NTP/bin:/c/WINDOWS/System32/OpenSSH:/c/Program Files/Crucial/Crucial Storage Executive:/c/Program Files (x86)/Common Files/Acronis/VirtualFile:/c/Program Files (x86)/Common Files/Acronis/VirtualFile64:/c/Program Files (x86)/Common Files/Acronis/SnapAPI:/c/Android:/c/Windows/System32:/c/Users/ht/AppData/Local/Microsoft/WindowsApps:/c/Program Files/Mercurial:/c/Users/ht/AppData/Local/Programs/Fiddler:/c/Users/ht/AppData/Local/Microsoft/WindowsApps'
XML_CATALOG_FILES = 'file:///h:/C64/usr/local/share/lib/xml/catalog.xml'
EXECIGNORE = '*.dll'
CVS_RSH = '/bin/ssh'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\SOFTWARE\Cygwin
HKEY_CURRENT_USER\SOFTWARE\Cygwin\Installations
  (default) = '\??\H:\C64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\H:\C64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'H:\C64'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: 7ecec327eeb1cd82 Path: H:\C64
  User:   Key: 7ecec327eeb1cd82 Path: H:\C64

c:  hd  NTFS    350543Mb  48% CP CS UN PA FC    QU  System
d:  hd  NTFS    476922Mb  49% CP CS UN PA FC    QU  D2
e:  hd  NTFS    476922Mb  49% CP CS UN PA FC    QU  D2
f:  hd  NTFS    124999Mb  98% CP CS UN PA FC    QU  History
g:  cd             N/A    N/A                       
h:  hd  NTFS    476922Mb  49% CP CS UN PA FC    QU  D2

H:\C64           /         system  binary,auto
c:               /c        system  binary
f:               /f        system  binary
H:\C64\bin       /usr/bin  system  binary,auto
H:\C64\lib       /usr/lib  system  binary,auto
cygdrive prefix  /         user    binary,posix=0,auto

Found: H:\C64\bin\awk
 -> H:\C64\bin\gawk.exe
Found: H:\C64\bin\bash.exe
Found: H:\C64\bin\cat.exe
Found: C:\WINDOWS\system32\certutil.exe
Found: C:\Windows\System32\certutil.exe
Found: C:\WINDOWS\system32\clinfo.exe
Found: C:\Windows\System32\clinfo.exe
Found: C:\WINDOWS\system32\comp.exe
Found: C:\Windows\System32\comp.exe
Found: H:\C64\bin\convert.exe
Found: C:\WINDOWS\system32\convert.exe
Warning: H:\C64\bin\convert.exe hides C:\WINDOWS\system32\convert.exe
Found: C:\Windows\System32\convert.exe
Warning: H:\C64\bin\convert.exe hides C:\Windows\System32\convert.exe
Found: H:\C64\bin\cp.exe
Found: H:\C64\bin\cpp.exe
Found: H:\C64\bin\crontab.exe
Found: C:\WINDOWS\system32\curl.exe
Found: C:\Windows\System32\curl.exe
Found: H:\C64\bin\expand.exe
Found: C:\WINDOWS\system32\expand.exe
Warning: H:\C64\bin\expand.exe hides C:\WINDOWS\system32\expand.exe
Found: C:\Windows\System32\expand.exe
Warning: H:\C64\bin\expand.exe hides C:\Windows\System32\expand.exe
Found: H:\C64\bin\find.exe
Found: C:\WINDOWS\system32\find.exe
Warning: H:\C64\bin\find.exe hides C:\WINDOWS\system32\find.exe
Found: C:\Windows\System32\find.exe
Warning: H:\C64\bin\find.exe hides C:\Windows\System32\find.exe
Found: H:\C64\bin\ftp.exe
Found: C:\WINDOWS\system32\ftp.exe
Warning: H:\C64\bin\ftp.exe hides C:\WINDOWS\system32\ftp.exe
Found: C:\Windows\System32\ftp.exe
Warning: H:\C64\bin\ftp.exe hides C:\Windows\System32\ftp.exe
Found: H:\C64\bin\gcc.exe
Found: H:\C64\bin\gdb.exe
Found: H:\C64\bin\grep.exe
Found: H:\C64\bin\hostname.exe
Found: C:\WINDOWS\system32\hostname.exe
Warning: H:\C64\bin\hostname.exe hides C:\WINDOWS\system32\hostname.exe
Found: C:\Windows\System32\hostname.exe
Warning: H:\C64\bin\hostname.exe hides C:\Windows\System32\hostname.exe
Found: H:\C64\bin\kill.exe
Found: H:\C64\bin\klist.exe
Found: C:\WINDOWS\system32\klist.exe
Warning: H:\C64\bin\klist.exe hides C:\WINDOWS\system32\klist.exe
Found: C:\Windows\System32\klist.exe
Warning: H:\C64\bin\klist.exe hides C:\Windows\System32\klist.exe
Found: H:\C64\bin\ld.exe
Found: H:\C64\bin\ls.exe
Found: H:\C64\bin\make.exe
Found: H:\C64\bin\mv.exe
Found: C:\WINDOWS\system32\nslookup.exe
Found: C:\Windows\System32\nslookup.exe
Found: H:\C64\bin\patch.exe
Found: H:\C64\bin\perl.exe
Found: C:\WINDOWS\system32\replace.exe
Found: C:\Windows\System32\replace.exe
Found: H:\C64\bin\rm.exe
Found: H:\C64\bin\sed.exe
Found: H:\C64\bin\sh.exe
Found: C:\WINDOWS\system32\shutdown.exe
Found: C:\Windows\System32\shutdown.exe
Found: H:\C64\bin\sort.exe
Found: C:\WINDOWS\system32\sort.exe
Warning: H:\C64\bin\sort.exe hides C:\WINDOWS\system32\sort.exe
Found: C:\Windows\System32\sort.exe
Warning: H:\C64\bin\sort.exe hides C:\Windows\System32\sort.exe
Found: H:\C64\bin\ssh.exe
Found: C:\WINDOWS\System32\OpenSSH\ssh.exe
Warning: H:\C64\bin\ssh.exe hides C:\WINDOWS\System32\OpenSSH\ssh.exe
Found: H:\C64\bin\tar.exe
Found: C:\WINDOWS\system32\tar.exe
Warning: H:\C64\bin\tar.exe hides C:\WINDOWS\system32\tar.exe
Found: C:\Windows\System32\tar.exe
Warning: H:\C64\bin\tar.exe hides C:\Windows\System32\tar.exe
Found: H:\C64\bin\test.exe
Found: H:\C64\bin\timeout.exe
Found: C:\WINDOWS\system32\timeout.exe
Warning: H:\C64\bin\timeout.exe hides C:\WINDOWS\system32\timeout.exe
Found: C:\Windows\System32\timeout.exe
Warning: H:\C64\bin\timeout.exe hides C:\Windows\System32\timeout.exe
Found: H:\C64\bin\vi.exe
Not Found: vim
Found: H:\C64\bin\whoami.exe
Found: C:\WINDOWS\system32\whoami.exe
Warning: H:\C64\bin\whoami.exe hides C:\WINDOWS\system32\whoami.exe
Found: C:\Windows\System32\whoami.exe
Warning: H:\C64\bin\whoami.exe hides C:\Windows\System32\whoami.exe

  168k 2018/10/02 H:\C64\bin\cygapr-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygapr-1-0.dll" v0.0 ts=2018-10-02 16:36
  142k 2017/10/23 H:\C64\bin\cygaprutil-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygaprutil-1-0.dll" v0.0 ts=2017-10-24 00:13
  626k 2017/10/27 H:\C64\bin\cygarchive-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygarchive-13.dll" v0.0 ts=2017-10-27 03:12
   39k 2016/09/19 H:\C64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygargp-0.dll" v0.0 ts=2016-09-19 02:13
  616k 2019/12/26 H:\C64\bin\cygaspell-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygaspell-15.dll" v0.0 ts=2019-12-26 10:12
  118k 2018/02/11 H:\C64\bin\cygatk-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatk-1.0-0.dll" v0.0 ts=2018-02-11 23:28
   29k 2020/02/22 H:\C64\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygatomic-1.dll" v0.0 ts=2020-02-22 04:27
   19k 2018/12/20 H:\C64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygattr-1.dll" v0.0 ts=2018-12-20 09:48
  188k 2018/09/10 H:\C64\bin\cygautotrace-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygautotrace-3.dll" v0.0 ts=2018-09-10 13:23
  246k 2019/03/05 H:\C64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygblkid-1.dll" v0.0 ts=2019-03-05 20:06
  129k 2019/05/13 H:\C64\bin\cygbrotlicommon-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygbrotlicommon-1.dll" v0.0 ts=2019-05-13 02:33
   48k 2019/05/13 H:\C64\bin\cygbrotlidec-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygbrotlidec-1.dll" v0.0 ts=2019-05-13 02:33
   66k 2019/07/21 H:\C64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2019-07-22 00:05
 1087k 2019/09/16 H:\C64\bin\cygcairo-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-2.dll" v0.0 ts=2019-09-16 02:42
   27k 2019/09/16 H:\C64\bin\cygcairo-gobject-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-gobject-2.dll" v0.0 ts=2019-09-16 02:43
  120k 2019/09/16 H:\C64\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2019-09-16 02:43
   42k 2020/02/17 H:\C64\bin\cygcbor-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcbor-0.dll" v0.0 ts=2020-02-17 12:04
   54k 2019/09/07 H:\C64\bin\cygcerf-1.dll - os=4.0 img=1.13 sys=5.2
                  "cygcerf-1.dll" v0.0 ts=2019-09-07 18:48
  117k 2013/05/05 H:\C64\bin\cygcloog-isl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcloog-isl-4.dll" v0.0 ts=2013-05-05 16:41
   13k 2019/01/02 H:\C64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcom_err-2.dll" v0.0 ts=2019-01-02 02:39
  203k 2017/04/25 H:\C64\bin\cygcroco-0.6-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygcroco-0.6-3.dll" v0.0 ts=2017-04-25 17:03
   39k 2017/09/03 H:\C64\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-0.dll" v0.0 ts=2017-09-03 08:18
  194k 2019/04/03 H:\C64\bin\cygcrypt-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-2.dll" v0.0 ts=2019-04-03 22:05
 2363k 2019/09/11 H:\C64\bin\cygcrypto-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.0.0.dll" v0.0 ts=2019-09-11 18:40
 2416k 2019/09/13 H:\C64\bin\cygcrypto-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.1.dll" v0.0 ts=2019-09-13 18:36
  554k 2019/09/18 H:\C64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcurl-4.dll" v0.0 ts=2019-09-18 02:12
   24k 2014/11/12 H:\C64\bin\cygdatrie-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdatrie-1.dll" v0.0 ts=2014-11-12 07:24
 1552k 2017/09/28 H:\C64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb-5.3.dll" v0.0 ts=2017-09-28 20:05
  267k 2017/08/10 H:\C64\bin\cygdbus-1-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdbus-1-3.dll" v0.0 ts=2017-08-10 06:10
  119k 2017/09/28 H:\C64\bin\cygdb_cxx-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_cxx-5.3.dll" v0.0 ts=2017-09-28 20:06
  569k 2017/09/28 H:\C64\bin\cygdb_sql-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_sql-5.3.dll" v0.0 ts=2017-09-28 20:06
  173k 2015/03/13 H:\C64\bin\cygdialog-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygdialog-12.dll" v0.0 ts=2015-03-13 20:55
  176k 2016/09/19 H:\C64\bin\cygdialog-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygdialog-13.dll" v0.0 ts=2016-09-19 07:17
  177k 2017/05/09 H:\C64\bin\cygdialog-14.dll - os=4.0 img=0.0 sys=5.2
                  "cygdialog-14.dll" v0.0 ts=2017-05-09 20:19
  154k 2013/10/20 H:\C64\bin\cygedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygedit-0.dll" v0.0 ts=2013-10-20 21:56
  128k 2019/09/05 H:\C64\bin\cygEGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEGL-1.dll" v0.0 ts=2019-09-05 16:21
  157k 2018/09/30 H:\C64\bin\cygEMF-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEMF-1.dll" v0.0 ts=2018-09-30 22:42
  229k 2016/01/08 H:\C64\bin\cygevent-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent-2-0-5.dll" v0.0 ts=2016-01-08 07:24
  136k 2016/01/08 H:\C64\bin\cygevent_core-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_core-2-0-5.dll" v0.0 ts=2016-01-08 07:24
  106k 2016/01/08 H:\C64\bin\cygevent_extra-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_extra-2-0-5.dll" v0.0 ts=2016-01-08 07:24
   21k 2016/01/08 H:\C64\bin\cygevent_openssl-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_openssl-2-0-5.dll" v0.0 ts=2016-01-08 07:24
   10k 2016/01/08 H:\C64\bin\cygevent_pthreads-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent_pthreads-2-0-5.dll" v0.0 ts=2016-01-08 07:24
  181k 2018/09/27 H:\C64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygexpat-1.dll" v0.0 ts=2018-09-27 18:30
   73k 2016/08/26 H:\C64\bin\cygexslt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygexslt-0.dll" v0.0 ts=2016-08-26 22:10
   30k 2014/10/14 H:\C64\bin\cygfam-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygfam-0.dll" v0.0 ts=2014-10-14 21:33
  347k 2019/03/05 H:\C64\bin\cygfdisk-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfdisk-1.dll" v0.0 ts=2019-03-05 20:06
   27k 2015/11/17 H:\C64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygffi-6.dll" v0.0 ts=2015-11-17 22:14
 2158k 2018/06/09 H:\C64\bin\cygfftw3-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3-3.dll" v0.0 ts=2018-06-09 21:10
 2188k 2018/06/09 H:\C64\bin\cygfftw3f-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f-3.dll" v0.0 ts=2018-06-09 20:53
   25k 2018/06/09 H:\C64\bin\cygfftw3f_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f_threads-3.dll" v0.0 ts=2018-06-09 20:54
  927k 2018/06/09 H:\C64\bin\cygfftw3l-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3l-3.dll" v0.0 ts=2018-06-09 21:50
   24k 2018/06/09 H:\C64\bin\cygfftw3l_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3l_threads-3.dll" v0.0 ts=2018-06-09 21:51
   25k 2018/06/09 H:\C64\bin\cygfftw3_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3_threads-3.dll" v0.0 ts=2018-06-09 21:10
  118k 2020/02/19 H:\C64\bin\cygfido2-1.dll - os=4.0 img=1.3 sys=5.2
                  "cygfido2-1.dll" v0.0 ts=2020-02-19 11:25
  247k 2019/07/28 H:\C64\bin\cygfontconfig-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontconfig-1.dll" v0.0 ts=2019-07-29 00:52
   27k 2019/09/05 H:\C64\bin\cygfontenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontenc-1.dll" v0.0 ts=2019-09-05 22:05
   56k 2019/07/28 H:\C64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=2019-07-28 17:33
  545k 2015/01/15 H:\C64\bin\cygfpx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfpx-1.dll" v0.0 ts=2015-01-15 12:50
   10k 2019/07/29 H:\C64\bin\cygfreebl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreebl3.dll" v0.0 ts=2019-07-29 22:04
  495k 2019/07/29 H:\C64\bin\cygfreeblpriv3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreeblpriv3.dll" v0.0 ts=2019-07-29 22:04
  667k 2019/07/28 H:\C64\bin\cygfreetype-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreetype-6.dll" v0.0 ts=2019-07-29 00:30
  137k 2019/03/29 H:\C64\bin\cyggc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggc-1.dll" v0.0 ts=2019-03-29 22:16
  119k 2018/01/16 H:\C64\bin\cyggc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggc-2.dll" v0.0 ts=2018-01-16 05:46
   73k 2020/02/22 H:\C64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcc_s-seh-1.dll" v0.0 ts=2020-02-22 01:58
 1099k 2018/03/19 H:\C64\bin\cyggcrypt-20.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcrypt-20.dll" v0.0 ts=2018-03-19 20:09
  353k 2018/11/11 H:\C64\bin\cyggd-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggd-3.dll" v0.0 ts=2018-11-11 20:53
   46k 2019/07/10 H:\C64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=2019-07-10 15:06
   49k 2019/07/10 H:\C64\bin\cyggdbm-6.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-6.dll" v0.0 ts=2019-07-10 14:53
   13k 2019/07/10 H:\C64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm_compat-4.dll" v0.0 ts=2019-07-10 14:53
  620k 2018/02/12 H:\C64\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2018-02-12 01:51
  141k 2018/02/11 H:\C64\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2018-02-11 23:46
 1174k 2018/01/20 H:\C64\bin\cyggfortran-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-3.dll" v0.0 ts=2018-01-20 08:02
 1744k 2018/12/09 H:\C64\bin\cyggfortran-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-4.dll" v0.0 ts=2018-12-09 00:10
   38k 2015/03/26 H:\C64\bin\cyggg-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggg-1.dll" v0.0 ts=2015-03-26 13:30
   53k 2015/03/26 H:\C64\bin\cygggi-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygggi-2.dll" v0.0 ts=2015-03-26 16:05
   13k 2015/03/26 H:\C64\bin\cygggiwmh-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygggiwmh-0.dll" v0.0 ts=2015-03-26 16:13
   32k 2013/07/22 H:\C64\bin\cyggif-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggif-4.dll" v0.0 ts=2013-07-22 05:17
   33k 2018/02/27 H:\C64\bin\cyggif-7.dll - os=4.0 img=0.0 sys=5.2
                  "cyggif-7.dll" v0.0 ts=2018-02-27 05:12
   30k 2015/03/26 H:\C64\bin\cyggii-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggii-1.dll" v0.0 ts=2015-03-26 13:31
 1398k 2018/02/11 H:\C64\bin\cyggio-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggio-2.0-0.dll" v0.0 ts=2018-02-11 19:03
  472k 2019/09/05 H:\C64\bin\cygGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGL-1.dll" v0.0 ts=2019-09-05 16:21
  300k 2019/09/05 H:\C64\bin\cygglapi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglapi-0.dll" v0.0 ts=2019-09-05 16:18
  993k 2018/02/11 H:\C64\bin\cygglib-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglib-2.0-0.dll" v0.0 ts=2018-02-11 19:01
   15k 2018/02/11 H:\C64\bin\cyggmodule-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmodule-2.0-0.dll" v0.0 ts=2018-02-11 19:01
  582k 2020/03/01 H:\C64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmp-10.dll" v0.0 ts=2020-03-01 16:58
   93k 2015/06/19 H:\C64\bin\cyggnome-menu-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnome-menu-3-0.dll" v0.0 ts=2015-06-20 00:07
  938k 2017/05/02 H:\C64\bin\cyggnutls-28.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-28.dll" v0.0 ts=2017-05-02 22:06
 1472k 2019/07/29 H:\C64\bin\cyggnutls-30.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-30.dll" v0.0 ts=2019-07-29 03:55
   24k 2017/05/02 H:\C64\bin\cyggnutls-openssl-27.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-openssl-27.dll" v0.0 ts=2017-05-02 22:06
  289k 2018/02/11 H:\C64\bin\cyggobject-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggobject-2.0-0.dll" v0.0 ts=2018-02-11 19:02
  175k 2020/02/22 H:\C64\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggomp-1.dll" v0.0 ts=2020-02-22 02:39
  116k 2020/02/16 H:\C64\bin\cyggpg-error-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggpg-error-0.dll" v0.0 ts=2020-02-16 21:28
  177k 2017/09/04 H:\C64\bin\cyggraphite2-3.dll - os=4.0 img=3.0 sys=5.2
                  "cyggraphite2-3.dll" v0.0 ts=2017-09-04 21:02
12224k 2020/02/09 H:\C64\bin\cyggs-9.dll - os=4.0 img=0.0 sys=5.2
                  "cyggs-9.dll" v0.0 ts=2020-02-09 16:19
  274k 2018/03/16 H:\C64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi_krb5-2.dll" v0.0 ts=2018-03-16 03:38
  101k 2018/03/16 H:\C64\bin\cyggssrpc-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssrpc-4.dll" v0.0 ts=2018-03-16 03:38
    9k 2018/02/11 H:\C64\bin\cyggthread-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggthread-2.0-0.dll" v0.0 ts=2018-02-11 19:01
 4007k 2018/02/12 H:\C64\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2018-02-12 01:59
  732k 2017/04/01 H:\C64\bin\cygguile-17.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-17.dll" v0.0 ts=2017-04-01 13:04
 1333k 2018/08/07 H:\C64\bin\cygguile-2.0-22.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-2.0-22.dll" v0.0 ts=2018-08-07 08:10
  980k 2019/07/29 H:\C64\bin\cygharfbuzz-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-0.dll" v0.0 ts=2019-07-29 03:31
   11k 2019/07/29 H:\C64\bin\cygharfbuzz-icu-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-icu-0.dll" v0.0 ts=2019-07-29 03:31
   33k 2017/02/13 H:\C64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
                  "cyghistory7.dll" v0.0 ts=2017-02-11 22:39
  167k 2016/03/13 H:\C64\bin\cyghogweed-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyghogweed-2.dll" v0.0 ts=2016-03-13 14:46
  168k 2019/02/19 H:\C64\bin\cyghogweed-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyghogweed-4.dll" v0.0 ts=2019-02-19 06:59
   81k 2019/09/05 H:\C64\bin\cygICE-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygICE-6.dll" v0.0 ts=2019-09-05 21:24
  361k 2017/07/03 H:\C64\bin\cygicons-0.dll - os=4.0 img=1.4 sys=5.2
                  "cygicons-0.dll" v0.0 ts=2017-07-03 22:17
 1009k 2015/02/20 H:\C64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiconv-2.dll" v0.0 ts=2015-02-20 17:07
24750k 2015/02/16 H:\C64\bin\cygicudata54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata54.dll" v0.0 ts=2015-02-16 19:08
25310k 2015/05/04 H:\C64\bin\cygicudata55.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata55.dll" v0.0 ts=2015-05-04 17:06
24466k 2015/10/08 H:\C64\bin\cygicudata56.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata56.dll" v0.0 ts=2015-10-08 13:46
25076k 2016/04/08 H:\C64\bin\cygicudata57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata57.dll" v0.0 ts=2016-04-08 20:07
25607k 2016/12/10 H:\C64\bin\cygicudata58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata58.dll" v0.0 ts=2016-12-10 16:53
26278k 2018/01/05 H:\C64\bin\cygicudata60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata60.dll" v0.0 ts=2018-01-05 15:06
26267k 2018/03/27 H:\C64\bin\cygicudata61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata61.dll" v0.0 ts=2018-03-27 02:15
26216k 2018/06/21 H:\C64\bin\cygicudata62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata62.dll" v0.0 ts=2018-06-21 15:14
26895k 2019/04/18 H:\C64\bin\cygicudata64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata64.dll" v0.0 ts=2019-04-18 13:03
 1951k 2015/02/16 H:\C64\bin\cygicui18n54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n54.dll" v0.0 ts=2015-02-16 19:06
 2005k 2015/05/04 H:\C64\bin\cygicui18n55.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n55.dll" v0.0 ts=2015-05-04 17:03
 2093k 2015/10/08 H:\C64\bin\cygicui18n56.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n56.dll" v0.0 ts=2015-10-08 13:42
 2082k 2016/04/08 H:\C64\bin\cygicui18n57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n57.dll" v0.0 ts=2016-04-08 20:04
 2091k 2016/12/10 H:\C64\bin\cygicui18n58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n58.dll" v0.0 ts=2016-12-10 16:52
 2241k 2018/01/05 H:\C64\bin\cygicui18n60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n60.dll" v0.0 ts=2018-01-05 15:01
 2339k 2018/03/27 H:\C64\bin\cygicui18n61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n61.dll" v0.0 ts=2018-03-27 02:13
 2378k 2018/06/21 H:\C64\bin\cygicui18n62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n62.dll" v0.0 ts=2018-06-21 15:11
 2520k 2019/04/18 H:\C64\bin\cygicui18n64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n64.dll" v0.0 ts=2019-04-18 13:00
   44k 2015/02/16 H:\C64\bin\cygicuio54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio54.dll" v0.0 ts=2015-02-16 19:07
   44k 2015/05/04 H:\C64\bin\cygicuio55.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio55.dll" v0.0 ts=2015-05-04 17:04
   44k 2015/10/08 H:\C64\bin\cygicuio56.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio56.dll" v0.0 ts=2015-10-08 13:44
   44k 2016/04/08 H:\C64\bin\cygicuio57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio57.dll" v0.0 ts=2016-04-08 20:05
   44k 2016/12/10 H:\C64\bin\cygicuio58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio58.dll" v0.0 ts=2016-12-10 16:52
   45k 2018/01/05 H:\C64\bin\cygicuio60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio60.dll" v0.0 ts=2018-01-05 15:01
   47k 2018/03/27 H:\C64\bin\cygicuio61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio61.dll" v0.0 ts=2018-03-27 02:13
   47k 2018/06/21 H:\C64\bin\cygicuio62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio62.dll" v0.0 ts=2018-06-21 15:13
   47k 2019/04/18 H:\C64\bin\cygicuio64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio64.dll" v0.0 ts=2019-04-18 13:01
  305k 2015/02/16 H:\C64\bin\cygicule54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule54.dll" v0.0 ts=2015-02-16 19:06
  306k 2015/05/04 H:\C64\bin\cygicule55.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule55.dll" v0.0 ts=2015-05-04 17:04
  306k 2015/10/08 H:\C64\bin\cygicule56.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule56.dll" v0.0 ts=2015-10-08 13:44
  298k 2016/04/08 H:\C64\bin\cygicule57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule57.dll" v0.0 ts=2016-04-08 20:05
   38k 2015/02/16 H:\C64\bin\cygiculx54.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx54.dll" v0.0 ts=2015-02-16 19:06
   38k 2015/05/04 H:\C64\bin\cygiculx55.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx55.dll" v0.0 ts=2015-05-04 17:04
   38k 2015/10/08 H:\C64\bin\cygiculx56.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx56.dll" v0.0 ts=2015-10-08 13:44
   38k 2016/04/08 H:\C64\bin\cygiculx57.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx57.dll" v0.0 ts=2016-04-08 20:05
 1311k 2015/02/16 H:\C64\bin\cygicuuc54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc54.dll" v0.0 ts=2015-02-16 19:05
 1326k 2015/05/04 H:\C64\bin\cygicuuc55.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc55.dll" v0.0 ts=2015-05-04 17:03
 1348k 2015/10/08 H:\C64\bin\cygicuuc56.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc56.dll" v0.0 ts=2015-10-08 13:41
 1400k 2016/04/08 H:\C64\bin\cygicuuc57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc57.dll" v0.0 ts=2016-04-08 20:03
 1422k 2016/12/10 H:\C64\bin\cygicuuc58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc58.dll" v0.0 ts=2016-12-10 16:51
 1469k 2018/01/05 H:\C64\bin\cygicuuc60.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc60.dll" v0.0 ts=2018-01-05 14:58
 1506k 2018/03/27 H:\C64\bin\cygicuuc61.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc61.dll" v0.0 ts=2018-03-27 02:12
 1516k 2018/06/21 H:\C64\bin\cygicuuc62.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc62.dll" v0.0 ts=2018-06-21 15:10
 1574k 2019/04/18 H:\C64\bin\cygicuuc64.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc64.dll" v0.0 ts=2019-04-18 12:59
  197k 2017/05/02 H:\C64\bin\cygidn-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn-11.dll" v0.0 ts=2017-05-02 01:18
  114k 2019/07/29 H:\C64\bin\cygidn2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn2-0.dll" v0.0 ts=2019-07-29 03:22
   54k 2017/07/06 H:\C64\bin\cygimagequant-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygimagequant-0.dll" v0.0 ts=2017-07-06 18:49
   42k 2016/10/23 H:\C64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygintl-8.dll" v0.0 ts=2016-10-23 07:17
  294k 2013/09/09 H:\C64\bin\cygiodbc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbc-2.dll" v0.0 ts=2013-09-09 16:36
   66k 2013/09/09 H:\C64\bin\cygiodbcinst-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbcinst-2.dll" v0.0 ts=2013-09-09 16:35
  888k 2013/05/05 H:\C64\bin\cygisl-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-10.dll" v0.0 ts=2013-05-05 16:36
 1039k 2015/09/20 H:\C64\bin\cygisl-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-13.dll" v0.0 ts=2015-09-20 12:39
 1304k 2017/11/04 H:\C64\bin\cygisl-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-15.dll" v0.0 ts=2017-11-04 20:36
  284k 2017/01/03 H:\C64\bin\cygjasper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygjasper-1.dll" v0.0 ts=2017-01-03 14:07
  288k 2017/09/25 H:\C64\bin\cygjasper-4.dll - os=4.0 img=4.0 sys=5.2
                  "cygjasper-4.dll" v0.0 ts=2017-09-25 02:39
   48k 2014/06/17 H:\C64\bin\cygjbig-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig-2.dll" v0.0 ts=1970-01-01 00:00
   18k 2014/06/17 H:\C64\bin\cygjbig85-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig85-2.dll" v0.0 ts=1970-01-01 00:00
  419k 2017/12/18 H:\C64\bin\cygjpeg-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygjpeg-8.dll" v0.0 ts=2017-12-18 02:41
  165k 2018/08/03 H:\C64\bin\cygjsoncpp-19.dll - os=4.0 img=1.8 sys=5.2
                  "cygjsoncpp-19.dll" v0.0 ts=2018-08-03 16:58
  192k 2018/03/16 H:\C64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygk5crypto-3.dll" v0.0 ts=2018-03-16 03:37
   66k 2016/09/26 H:\C64\bin\cygkadm5clnt_mit-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygkadm5clnt_mit-10.dll" v0.0 ts=2016-09-26 06:55
   71k 2018/03/16 H:\C64\bin\cygkadm5clnt_mit-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygkadm5clnt_mit-11.dll" v0.0 ts=2018-03-16 03:38
   65k 2016/01/28 H:\C64\bin\cygkadm5clnt_mit-9.dll - os=4.0 img=0.0 sys=5.2
                  "cygkadm5clnt_mit-9.dll" v0.0 ts=2016-01-28 03:00
   90k 2016/09/26 H:\C64\bin\cygkadm5srv_mit-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygkadm5srv_mit-10.dll" v0.0 ts=2016-09-26 06:55
   95k 2018/03/16 H:\C64\bin\cygkadm5srv_mit-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygkadm5srv_mit-11.dll" v0.0 ts=2018-03-16 03:38
   88k 2016/01/28 H:\C64\bin\cygkadm5srv_mit-9.dll - os=4.0 img=0.0 sys=5.2
                  "cygkadm5srv_mit-9.dll" v0.0 ts=2016-01-28 03:00
   60k 2018/03/16 H:\C64\bin\cygkdb5-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygkdb5-8.dll" v0.0 ts=2018-03-16 03:38
   89k 2019/05/09 H:\C64\bin\cygkpathsea-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygkpathsea-6.dll" v0.0 ts=2019-05-09 21:01
   35k 2018/03/16 H:\C64\bin\cygkrad-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrad-0.dll" v0.0 ts=2018-03-16 03:38
  754k 2018/03/16 H:\C64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-3.dll" v0.0 ts=2018-03-16 03:37
   37k 2018/03/16 H:\C64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5support-0.dll" v0.0 ts=2018-03-16 03:36
   46k 2020/02/08 H:\C64\bin\cyglber-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglber-2-4-2.dll" v0.0 ts=2020-02-08 13:07
  303k 2017/11/27 H:\C64\bin\cyglcms2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglcms2-2.dll" v0.0 ts=2017-11-27 15:44
  254k 2020/02/08 H:\C64\bin\cygldap-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap-2-4-2.dll" v0.0 ts=2020-02-08 13:08
  270k 2020/02/08 H:\C64\bin\cygldap_r-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap_r-2-4-2.dll" v0.0 ts=2020-02-08 13:10
18282k 2016/03/30 H:\C64\bin\cygLLVM-3.5.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.5.dll" v0.0 ts=2016-03-30 03:42
26685k 2016/07/21 H:\C64\bin\cygLLVM-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.8.dll" v0.0 ts=2016-07-21 04:07
29379k 2017/02/20 H:\C64\bin\cygLLVM-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.9.dll" v0.0 ts=2017-02-20 16:42
32037k 2017/06/26 H:\C64\bin\cygLLVM-4.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-4.0.dll" v0.0 ts=2017-06-26 01:32
36141k 2017/12/31 H:\C64\bin\cygLLVM-5.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-5.0.dll" v0.0 ts=2017-12-31 10:34
  337k 2016/02/11 H:\C64\bin\cygLLVMAArch64AsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64AsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  906k 2019/08/27 H:\C64\bin\cygLLVMAArch64AsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64AsmParser-8.dll" v0.0 ts=2019-08-26 23:56
  379k 2016/02/11 H:\C64\bin\cygLLVMAArch64AsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64AsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
  592k 2019/08/27 H:\C64\bin\cygLLVMAArch64AsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64AsmPrinter-8.dll" v0.0 ts=2019-08-26 23:56
 1136k 2016/02/11 H:\C64\bin\cygLLVMAArch64CodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64CodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 2311k 2019/08/27 H:\C64\bin\cygLLVMAArch64CodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64CodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  418k 2016/02/11 H:\C64\bin\cygLLVMAArch64Desc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64Desc-3.7.dll" v0.0 ts=2016-02-10 21:53
  846k 2019/08/27 H:\C64\bin\cygLLVMAArch64Desc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Desc-8.dll" v0.0 ts=2019-08-26 23:56
  123k 2016/02/11 H:\C64\bin\cygLLVMAArch64Disassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64Disassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
  191k 2019/08/27 H:\C64\bin\cygLLVMAArch64Disassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Disassembler-8.dll" v0.0 ts=2019-08-26 23:56
    9k 2016/02/11 H:\C64\bin\cygLLVMAArch64Info-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64Info-3.7.dll" v0.0 ts=2016-02-10 21:52
    9k 2019/08/27 H:\C64\bin\cygLLVMAArch64Info-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Info-8.dll" v0.0 ts=2019-08-26 23:55
   48k 2016/02/11 H:\C64\bin\cygLLVMAArch64Utils-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64Utils-3.7.dll" v0.0 ts=2016-02-10 21:52
  119k 2019/08/27 H:\C64\bin\cygLLVMAArch64Utils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAArch64Utils-8.dll" v0.0 ts=2019-08-26 23:55
   74k 2019/08/27 H:\C64\bin\cygLLVMAggressiveInstCombine-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAggressiveInstCombine-8.dll" v0.0 ts=2019-08-27 00:08
  259k 2016/02/11 H:\C64\bin\cygLLVMAMDGPUAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  757k 2019/08/27 H:\C64\bin\cygLLVMAMDGPUAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUAsmParser-8.dll" v0.0 ts=2019-08-26 23:57
  147k 2016/02/11 H:\C64\bin\cygLLVMAMDGPUAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
  233k 2019/08/27 H:\C64\bin\cygLLVMAMDGPUAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUAsmPrinter-8.dll" v0.0 ts=2019-08-26 23:57
 1054k 2016/02/11 H:\C64\bin\cygLLVMAMDGPUCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 2704k 2019/08/27 H:\C64\bin\cygLLVMAMDGPUCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  804k 2016/02/11 H:\C64\bin\cygLLVMAMDGPUDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
 1418k 2019/08/27 H:\C64\bin\cygLLVMAMDGPUDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUDesc-8.dll" v0.0 ts=2019-08-26 23:57
  200k 2019/08/27 H:\C64\bin\cygLLVMAMDGPUDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUDisassembler-8.dll" v0.0 ts=2019-08-26 23:57
    9k 2016/02/11 H:\C64\bin\cygLLVMAMDGPUInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
    9k 2019/08/27 H:\C64\bin\cygLLVMAMDGPUInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUInfo-8.dll" v0.0 ts=2019-08-26 23:57
    9k 2016/02/11 H:\C64\bin\cygLLVMAMDGPUUtils-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUUtils-3.7.dll" v0.0 ts=2016-02-10 21:52
  223k 2019/08/27 H:\C64\bin\cygLLVMAMDGPUUtils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAMDGPUUtils-8.dll" v0.0 ts=2019-08-26 23:57
 1659k 2016/02/11 H:\C64\bin\cygLLVMAnalysis-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAnalysis-3.7.dll" v0.0 ts=2016-02-10 21:53
 3324k 2019/08/27 H:\C64\bin\cygLLVMAnalysis-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAnalysis-8.dll" v0.0 ts=2019-08-27 00:07
  438k 2016/02/11 H:\C64\bin\cygLLVMARMAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  490k 2019/08/27 H:\C64\bin\cygLLVMARMAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMAsmParser-8.dll" v0.0 ts=2019-08-26 23:58
  106k 2016/02/11 H:\C64\bin\cygLLVMARMAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
  111k 2019/08/27 H:\C64\bin\cygLLVMARMAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMAsmPrinter-8.dll" v0.0 ts=2019-08-26 23:58
 1400k 2016/02/11 H:\C64\bin\cygLLVMARMCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 2347k 2019/08/27 H:\C64\bin\cygLLVMARMCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  668k 2016/02/11 H:\C64\bin\cygLLVMARMDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  788k 2019/08/27 H:\C64\bin\cygLLVMARMDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMDesc-8.dll" v0.0 ts=2019-08-26 23:58
  205k 2016/02/11 H:\C64\bin\cygLLVMARMDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
  221k 2019/08/27 H:\C64\bin\cygLLVMARMDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMDisassembler-8.dll" v0.0 ts=2019-08-26 23:58
   10k 2016/02/11 H:\C64\bin\cygLLVMARMInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
   10k 2019/08/27 H:\C64\bin\cygLLVMARMInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMInfo-8.dll" v0.0 ts=2019-08-26 23:58
   18k 2019/08/27 H:\C64\bin\cygLLVMARMUtils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMARMUtils-8.dll" v0.0 ts=2019-08-26 23:58
  250k 2016/02/11 H:\C64\bin\cygLLVMAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  382k 2019/08/27 H:\C64\bin\cygLLVMAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAsmParser-8.dll" v0.0 ts=2019-08-27 00:07
  443k 2016/02/11 H:\C64\bin\cygLLVMAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:55
  741k 2019/08/27 H:\C64\bin\cygLLVMAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:08
  118k 2019/08/27 H:\C64\bin\cygLLVMBinaryFormat-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBinaryFormat-8.dll" v0.0 ts=2019-08-26 23:39
  190k 2016/02/11 H:\C64\bin\cygLLVMBitReader-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBitReader-3.7.dll" v0.0 ts=2016-02-10 21:53
  320k 2019/08/27 H:\C64\bin\cygLLVMBitReader-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBitReader-8.dll" v0.0 ts=2019-08-26 23:45
  146k 2016/02/11 H:\C64\bin\cygLLVMBitWriter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBitWriter-3.7.dll" v0.0 ts=2016-02-10 21:53
  232k 2019/08/27 H:\C64\bin\cygLLVMBitWriter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBitWriter-8.dll" v0.0 ts=2019-08-27 00:08
   31k 2019/08/27 H:\C64\bin\cygLLVMBPFAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFAsmParser-8.dll" v0.0 ts=2019-08-26 23:59
   14k 2016/02/11 H:\C64\bin\cygLLVMBPFAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBPFAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
   17k 2019/08/27 H:\C64\bin\cygLLVMBPFAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFAsmPrinter-8.dll" v0.0 ts=2019-08-26 23:59
  122k 2016/02/11 H:\C64\bin\cygLLVMBPFCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBPFCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  238k 2019/08/27 H:\C64\bin\cygLLVMBPFCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   29k 2016/02/11 H:\C64\bin\cygLLVMBPFDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBPFDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
   53k 2019/08/27 H:\C64\bin\cygLLVMBPFDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFDesc-8.dll" v0.0 ts=2019-08-26 23:59
   15k 2019/08/27 H:\C64\bin\cygLLVMBPFDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFDisassembler-8.dll" v0.0 ts=2019-08-26 23:59
    9k 2016/02/11 H:\C64\bin\cygLLVMBPFInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBPFInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
    9k 2019/08/27 H:\C64\bin\cygLLVMBPFInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMBPFInfo-8.dll" v0.0 ts=2019-08-26 23:59
 2671k 2016/02/11 H:\C64\bin\cygLLVMCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:54
 4256k 2019/08/27 H:\C64\bin\cygLLVMCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCodeGen-8.dll" v0.0 ts=2019-08-27 00:08
 2019k 2016/02/11 H:\C64\bin\cygLLVMCore-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMCore-3.7.dll" v0.0 ts=2016-02-10 21:52
 2438k 2019/08/27 H:\C64\bin\cygLLVMCore-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCore-8.dll" v0.0 ts=2019-08-26 23:40
  136k 2019/08/27 H:\C64\bin\cygLLVMCoroutines-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCoroutines-8.dll" v0.0 ts=2019-08-27 00:08
  143k 2019/08/27 H:\C64\bin\cygLLVMCoverage-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMCoverage-8.dll" v0.0 ts=2019-08-27 00:07
  102k 2016/02/11 H:\C64\bin\cygLLVMCppBackendCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMCppBackendCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2016/02/11 H:\C64\bin\cygLLVMCppBackendInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMCppBackendInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
  600k 2019/08/27 H:\C64\bin\cygLLVMDebugInfoCodeView-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoCodeView-8.dll" v0.0 ts=2019-08-26 23:52
  175k 2016/02/11 H:\C64\bin\cygLLVMDebugInfoDWARF-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMDebugInfoDWARF-3.7.dll" v0.0 ts=2016-02-10 21:53
  498k 2019/08/27 H:\C64\bin\cygLLVMDebugInfoDWARF-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoDWARF-8.dll" v0.0 ts=2019-08-26 23:52
   61k 2019/08/27 H:\C64\bin\cygLLVMDebugInfoMSF-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoMSF-8.dll" v0.0 ts=2019-08-26 23:52
   95k 2016/02/11 H:\C64\bin\cygLLVMDebugInfoPDB-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMDebugInfoPDB-3.7.dll" v0.0 ts=2016-02-10 21:53
  574k 2019/08/27 H:\C64\bin\cygLLVMDebugInfoPDB-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDebugInfoPDB-8.dll" v0.0 ts=2019-08-26 23:53
  219k 2019/08/27 H:\C64\bin\cygLLVMDemangle-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDemangle-8.dll" v0.0 ts=2019-08-26 06:19
   18k 2019/08/27 H:\C64\bin\cygLLVMDlltoolDriver-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMDlltoolDriver-8.dll" v0.0 ts=2019-08-27 00:07
  113k 2016/02/11 H:\C64\bin\cygLLVMExecutionEngine-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMExecutionEngine-3.7.dll" v0.0 ts=2016-02-10 21:53
  126k 2019/08/27 H:\C64\bin\cygLLVMExecutionEngine-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMExecutionEngine-8.dll" v0.0 ts=2019-08-27 00:08
  124k 2019/08/27 H:\C64\bin\cygLLVMFuzzMutate-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMFuzzMutate-8.dll" v0.0 ts=2019-08-27 00:08
  442k 2019/08/27 H:\C64\bin\cygLLVMGlobalISel-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMGlobalISel-8.dll" v0.0 ts=2019-08-27 00:08
  257k 2019/08/27 H:\C64\bin\cygLLVMHexagonAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonAsmParser-8.dll" v0.0 ts=2019-08-27 00:00
  765k 2016/02/11 H:\C64\bin\cygLLVMHexagonCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMHexagonCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 2482k 2019/08/27 H:\C64\bin\cygLLVMHexagonCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  379k 2016/02/11 H:\C64\bin\cygLLVMHexagonDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMHexagonDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  749k 2019/08/27 H:\C64\bin\cygLLVMHexagonDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonDesc-8.dll" v0.0 ts=2019-08-27 00:00
   67k 2016/02/11 H:\C64\bin\cygLLVMHexagonDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMHexagonDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
  130k 2019/08/27 H:\C64\bin\cygLLVMHexagonDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonDisassembler-8.dll" v0.0 ts=2019-08-27 00:00
    9k 2016/02/11 H:\C64\bin\cygLLVMHexagonInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMHexagonInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
    8k 2019/08/27 H:\C64\bin\cygLLVMHexagonInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMHexagonInfo-8.dll" v0.0 ts=2019-08-27 00:00
  750k 2016/02/11 H:\C64\bin\cygLLVMInstCombine-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMInstCombine-3.7.dll" v0.0 ts=2016-02-10 21:53
  967k 2019/08/27 H:\C64\bin\cygLLVMInstCombine-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMInstCombine-8.dll" v0.0 ts=2019-08-27 00:08
  388k 2016/02/11 H:\C64\bin\cygLLVMInstrumentation-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMInstrumentation-3.7.dll" v0.0 ts=2016-02-10 21:53
  943k 2019/08/27 H:\C64\bin\cygLLVMInstrumentation-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMInstrumentation-8.dll" v0.0 ts=2019-08-27 00:08
  136k 2016/02/11 H:\C64\bin\cygLLVMInterpreter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMInterpreter-3.7.dll" v0.0 ts=2016-02-10 21:55
  145k 2019/08/27 H:\C64\bin\cygLLVMInterpreter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMInterpreter-8.dll" v0.0 ts=2019-08-27 00:08
  141k 2016/02/11 H:\C64\bin\cygLLVMipa-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMipa-3.7.dll" v0.0 ts=2016-02-10 21:53
  405k 2016/02/11 H:\C64\bin\cygLLVMipo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMipo-3.7.dll" v0.0 ts=2016-02-10 21:54
 1165k 2019/08/27 H:\C64\bin\cygLLVMipo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMipo-8.dll" v0.0 ts=2019-08-27 00:08
   18k 2016/02/11 H:\C64\bin\cygLLVMIRReader-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMIRReader-3.7.dll" v0.0 ts=2016-02-10 21:53
   23k 2019/08/27 H:\C64\bin\cygLLVMIRReader-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMIRReader-8.dll" v0.0 ts=2019-08-27 00:07
   45k 2019/08/27 H:\C64\bin\cygLLVMLanaiAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiAsmParser-8.dll" v0.0 ts=2019-08-27 00:01
   24k 2019/08/27 H:\C64\bin\cygLLVMLanaiAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:00
  304k 2019/08/27 H:\C64\bin\cygLLVMLanaiCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   59k 2019/08/27 H:\C64\bin\cygLLVMLanaiDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiDesc-8.dll" v0.0 ts=2019-08-27 00:01
   15k 2019/08/27 H:\C64\bin\cygLLVMLanaiDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiDisassembler-8.dll" v0.0 ts=2019-08-27 00:01
    8k 2019/08/27 H:\C64\bin\cygLLVMLanaiInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLanaiInfo-8.dll" v0.0 ts=2019-08-27 00:01
   19k 2016/02/11 H:\C64\bin\cygLLVMLibDriver-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMLibDriver-3.7.dll" v0.0 ts=2016-02-10 21:53
   25k 2019/08/27 H:\C64\bin\cygLLVMLibDriver-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLibDriver-8.dll" v0.0 ts=2019-08-27 00:07
   16k 2016/02/11 H:\C64\bin\cygLLVMLineEditor-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMLineEditor-3.7.dll" v0.0 ts=2016-02-10 21:52
   17k 2019/08/27 H:\C64\bin\cygLLVMLineEditor-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLineEditor-8.dll" v0.0 ts=2019-08-27 00:07
   82k 2016/02/11 H:\C64\bin\cygLLVMLinker-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMLinker-3.7.dll" v0.0 ts=2016-02-10 21:53
  115k 2019/08/27 H:\C64\bin\cygLLVMLinker-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLinker-8.dll" v0.0 ts=2019-08-27 00:08
   62k 2016/02/11 H:\C64\bin\cygLLVMLTO-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMLTO-3.7.dll" v0.0 ts=2016-02-10 21:55
  297k 2019/08/27 H:\C64\bin\cygLLVMLTO-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMLTO-8.dll" v0.0 ts=2019-08-27 00:09
  447k 2016/02/11 H:\C64\bin\cygLLVMMC-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMC-3.7.dll" v0.0 ts=2016-02-10 21:52
  681k 2019/08/27 H:\C64\bin\cygLLVMMC-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMC-8.dll" v0.0 ts=2019-08-26 23:52
  108k 2019/08/27 H:\C64\bin\cygLLVMMCA-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCA-8.dll" v0.0 ts=2019-08-26 23:52
   23k 2016/02/11 H:\C64\bin\cygLLVMMCDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMCDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:52
   23k 2019/08/27 H:\C64\bin\cygLLVMMCDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCDisassembler-8.dll" v0.0 ts=2019-08-26 23:52
   39k 2016/02/11 H:\C64\bin\cygLLVMMCJIT-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMCJIT-3.7.dll" v0.0 ts=2016-02-10 21:53
   47k 2019/08/27 H:\C64\bin\cygLLVMMCJIT-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCJIT-8.dll" v0.0 ts=2019-08-27 00:08
  171k 2016/02/11 H:\C64\bin\cygLLVMMCParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMCParser-3.7.dll" v0.0 ts=2016-02-10 21:52
  266k 2019/08/27 H:\C64\bin\cygLLVMMCParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMCParser-8.dll" v0.0 ts=2019-08-26 23:52
  157k 2016/02/11 H:\C64\bin\cygLLVMMipsAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  294k 2019/08/27 H:\C64\bin\cygLLVMMipsAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsAsmParser-8.dll" v0.0 ts=2019-08-27 00:02
   49k 2016/02/11 H:\C64\bin\cygLLVMMipsAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
   80k 2019/08/27 H:\C64\bin\cygLLVMMipsAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:02
  909k 2016/02/11 H:\C64\bin\cygLLVMMipsCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 1478k 2019/08/27 H:\C64\bin\cygLLVMMipsCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  334k 2016/02/11 H:\C64\bin\cygLLVMMipsDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  483k 2019/08/27 H:\C64\bin\cygLLVMMipsDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsDesc-8.dll" v0.0 ts=2019-08-27 00:02
   74k 2016/02/11 H:\C64\bin\cygLLVMMipsDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
  103k 2019/08/27 H:\C64\bin\cygLLVMMipsDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsDisassembler-8.dll" v0.0 ts=2019-08-27 00:02
   10k 2016/02/11 H:\C64\bin\cygLLVMMipsInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
   10k 2019/08/27 H:\C64\bin\cygLLVMMipsInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMipsInfo-8.dll" v0.0 ts=2019-08-27 00:02
   85k 2016/02/11 H:\C64\bin\cygLLVMMIRParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMIRParser-3.7.dll" v0.0 ts=2016-02-10 21:55
  194k 2019/08/27 H:\C64\bin\cygLLVMMIRParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMIRParser-8.dll" v0.0 ts=2019-08-27 00:08
   44k 2019/08/27 H:\C64\bin\cygLLVMMSP430AsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430AsmParser-8.dll" v0.0 ts=2019-08-27 00:02
   15k 2016/02/11 H:\C64\bin\cygLLVMMSP430AsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMSP430AsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
   20k 2019/08/27 H:\C64\bin\cygLLVMMSP430AsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430AsmPrinter-8.dll" v0.0 ts=2019-08-27 00:02
  178k 2016/02/11 H:\C64\bin\cygLLVMMSP430CodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMSP430CodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  220k 2019/08/27 H:\C64\bin\cygLLVMMSP430CodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430CodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   31k 2016/02/11 H:\C64\bin\cygLLVMMSP430Desc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMSP430Desc-3.7.dll" v0.0 ts=2016-02-10 21:53
   75k 2019/08/27 H:\C64\bin\cygLLVMMSP430Desc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430Desc-8.dll" v0.0 ts=2019-08-27 00:02
   19k 2019/08/27 H:\C64\bin\cygLLVMMSP430Disassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430Disassembler-8.dll" v0.0 ts=2019-08-27 00:02
    9k 2016/02/11 H:\C64\bin\cygLLVMMSP430Info-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMSP430Info-3.7.dll" v0.0 ts=2016-02-10 21:52
    8k 2019/08/27 H:\C64\bin\cygLLVMMSP430Info-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMMSP430Info-8.dll" v0.0 ts=2019-08-27 00:02
   92k 2016/02/11 H:\C64\bin\cygLLVMNVPTXAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMNVPTXAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
  120k 2019/08/27 H:\C64\bin\cygLLVMNVPTXAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:02
  596k 2016/02/11 H:\C64\bin\cygLLVMNVPTXCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMNVPTXCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  650k 2019/08/27 H:\C64\bin\cygLLVMNVPTXCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  241k 2016/02/11 H:\C64\bin\cygLLVMNVPTXDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMNVPTXDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  458k 2019/08/27 H:\C64\bin\cygLLVMNVPTXDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXDesc-8.dll" v0.0 ts=2019-08-27 00:02
    9k 2016/02/11 H:\C64\bin\cygLLVMNVPTXInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMNVPTXInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
    9k 2019/08/27 H:\C64\bin\cygLLVMNVPTXInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMNVPTXInfo-8.dll" v0.0 ts=2019-08-27 00:02
  139k 2016/02/11 H:\C64\bin\cygLLVMObjCARCOpts-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMObjCARCOpts-3.7.dll" v0.0 ts=2016-02-10 21:53
  149k 2019/08/27 H:\C64\bin\cygLLVMObjCARCOpts-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMObjCARCOpts-8.dll" v0.0 ts=2019-08-27 00:08
  412k 2016/02/11 H:\C64\bin\cygLLVMObject-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMObject-3.7.dll" v0.0 ts=2016-02-10 21:53
  713k 2019/08/27 H:\C64\bin\cygLLVMObject-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMObject-8.dll" v0.0 ts=2019-08-26 23:52
  931k 2019/08/27 H:\C64\bin\cygLLVMObjectYAML-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMObjectYAML-8.dll" v0.0 ts=2019-08-26 23:52
   46k 2016/02/11 H:\C64\bin\cygLLVMOption-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMOption-3.7.dll" v0.0 ts=2016-02-10 21:52
   54k 2019/08/27 H:\C64\bin\cygLLVMOption-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMOption-8.dll" v0.0 ts=2019-08-26 23:52
   20k 2019/08/27 H:\C64\bin\cygLLVMOptRemarks-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMOptRemarks-8.dll" v0.0 ts=2019-08-26 23:52
  106k 2016/02/11 H:\C64\bin\cygLLVMOrcJIT-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMOrcJIT-3.7.dll" v0.0 ts=2016-02-10 21:53
  662k 2019/08/27 H:\C64\bin\cygLLVMOrcJIT-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMOrcJIT-8.dll" v0.0 ts=2019-08-27 00:08
  137k 2016/02/11 H:\C64\bin\cygLLVMPasses-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPasses-3.7.dll" v0.0 ts=2016-02-10 21:54
 1166k 2019/08/27 H:\C64\bin\cygLLVMPasses-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPasses-8.dll" v0.0 ts=2019-08-27 00:08
  105k 2016/02/11 H:\C64\bin\cygLLVMPowerPCAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  123k 2019/08/27 H:\C64\bin\cygLLVMPowerPCAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCAsmParser-8.dll" v0.0 ts=2019-08-27 00:03
   95k 2016/02/11 H:\C64\bin\cygLLVMPowerPCAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
  104k 2019/08/27 H:\C64\bin\cygLLVMPowerPCAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:03
 1057k 2016/02/11 H:\C64\bin\cygLLVMPowerPCCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 1407k 2019/08/27 H:\C64\bin\cygLLVMPowerPCCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  283k 2016/02/11 H:\C64\bin\cygLLVMPowerPCDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  397k 2019/08/27 H:\C64\bin\cygLLVMPowerPCDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCDesc-8.dll" v0.0 ts=2019-08-27 00:03
   60k 2016/02/11 H:\C64\bin\cygLLVMPowerPCDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
   84k 2019/08/27 H:\C64\bin\cygLLVMPowerPCDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCDisassembler-8.dll" v0.0 ts=2019-08-27 00:03
   10k 2016/02/11 H:\C64\bin\cygLLVMPowerPCInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCInfo-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2019/08/27 H:\C64\bin\cygLLVMPowerPCInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMPowerPCInfo-8.dll" v0.0 ts=2019-08-27 00:03
  153k 2016/02/11 H:\C64\bin\cygLLVMProfileData-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMProfileData-3.7.dll" v0.0 ts=2016-02-10 21:53
  329k 2019/08/27 H:\C64\bin\cygLLVMProfileData-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMProfileData-8.dll" v0.0 ts=2019-08-27 00:07
  267k 2016/02/11 H:\C64\bin\cygLLVMRuntimeDyld-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMRuntimeDyld-3.7.dll" v0.0 ts=2016-02-10 21:53
  369k 2019/08/27 H:\C64\bin\cygLLVMRuntimeDyld-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMRuntimeDyld-8.dll" v0.0 ts=2019-08-26 23:53
 1418k 2016/02/11 H:\C64\bin\cygLLVMScalarOpts-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMScalarOpts-3.7.dll" v0.0 ts=2016-02-10 21:54
 2835k 2019/08/27 H:\C64\bin\cygLLVMScalarOpts-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMScalarOpts-8.dll" v0.0 ts=2019-08-27 00:08
 2272k 2016/02/11 H:\C64\bin\cygLLVMSelectionDAG-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSelectionDAG-3.7.dll" v0.0 ts=2016-02-10 21:55
 2860k 2019/08/27 H:\C64\bin\cygLLVMSelectionDAG-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSelectionDAG-8.dll" v0.0 ts=2019-08-27 00:08
   62k 2016/02/11 H:\C64\bin\cygLLVMSparcAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
   74k 2019/08/27 H:\C64\bin\cygLLVMSparcAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcAsmParser-8.dll" v0.0 ts=2019-08-27 00:04
   62k 2016/02/11 H:\C64\bin\cygLLVMSparcAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
   95k 2019/08/27 H:\C64\bin\cygLLVMSparcAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:04
  273k 2016/02/11 H:\C64\bin\cygLLVMSparcCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  326k 2019/08/27 H:\C64\bin\cygLLVMSparcCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  103k 2016/02/11 H:\C64\bin\cygLLVMSparcDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  135k 2019/08/27 H:\C64\bin\cygLLVMSparcDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcDesc-8.dll" v0.0 ts=2019-08-27 00:04
   25k 2016/02/11 H:\C64\bin\cygLLVMSparcDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
   28k 2019/08/27 H:\C64\bin\cygLLVMSparcDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcDisassembler-8.dll" v0.0 ts=2019-08-27 00:04
   10k 2016/02/11 H:\C64\bin\cygLLVMSparcInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcInfo-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2019/08/27 H:\C64\bin\cygLLVMSparcInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSparcInfo-8.dll" v0.0 ts=2019-08-27 00:04
  725k 2016/02/11 H:\C64\bin\cygLLVMSupport-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSupport-3.7.dll" v0.0 ts=2016-02-10 21:52
 1429k 2019/08/27 H:\C64\bin\cygLLVMSupport-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSupport-8.dll" v0.0 ts=2019-08-26 23:38
   55k 2019/08/27 H:\C64\bin\cygLLVMSymbolize-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSymbolize-8.dll" v0.0 ts=2019-08-26 23:53
   66k 2016/02/11 H:\C64\bin\cygLLVMSystemZAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  142k 2019/08/27 H:\C64\bin\cygLLVMSystemZAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZAsmParser-8.dll" v0.0 ts=2019-08-27 00:04
   32k 2016/02/11 H:\C64\bin\cygLLVMSystemZAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
   55k 2019/08/27 H:\C64\bin\cygLLVMSystemZAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:04
  533k 2016/02/11 H:\C64\bin\cygLLVMSystemZCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  718k 2019/08/27 H:\C64\bin\cygLLVMSystemZCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  170k 2016/02/11 H:\C64\bin\cygLLVMSystemZDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  386k 2019/08/27 H:\C64\bin\cygLLVMSystemZDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZDesc-8.dll" v0.0 ts=2019-08-27 00:04
   51k 2016/02/11 H:\C64\bin\cygLLVMSystemZDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
  110k 2019/08/27 H:\C64\bin\cygLLVMSystemZDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZDisassembler-8.dll" v0.0 ts=2019-08-27 00:04
    9k 2016/02/11 H:\C64\bin\cygLLVMSystemZInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZInfo-3.7.dll" v0.0 ts=2016-02-10 21:53
    8k 2019/08/27 H:\C64\bin\cygLLVMSystemZInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMSystemZInfo-8.dll" v0.0 ts=2019-08-27 00:04
  233k 2016/02/11 H:\C64\bin\cygLLVMTableGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMTableGen-3.7.dll" v0.0 ts=2016-02-10 21:52
  356k 2019/08/27 H:\C64\bin\cygLLVMTableGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTableGen-8.dll" v0.0 ts=2019-08-26 23:39
   49k 2016/02/11 H:\C64\bin\cygLLVMTarget-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMTarget-3.7.dll" v0.0 ts=2016-02-10 21:53
   47k 2019/08/27 H:\C64\bin\cygLLVMTarget-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTarget-8.dll" v0.0 ts=2019-08-27 00:08
   27k 2019/08/27 H:\C64\bin\cygLLVMTextAPI-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTextAPI-8.dll" v0.0 ts=2019-08-27 00:07
  794k 2016/02/11 H:\C64\bin\cygLLVMTransformUtils-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMTransformUtils-3.7.dll" v0.0 ts=2016-02-10 21:53
 1636k 2019/08/27 H:\C64\bin\cygLLVMTransformUtils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMTransformUtils-8.dll" v0.0 ts=2019-08-27 00:08
  332k 2016/02/11 H:\C64\bin\cygLLVMVectorize-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMVectorize-3.7.dll" v0.0 ts=2016-02-10 21:53
  735k 2019/08/27 H:\C64\bin\cygLLVMVectorize-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMVectorize-8.dll" v0.0 ts=2019-08-27 00:08
   59k 2019/08/27 H:\C64\bin\cygLLVMWebAssemblyAsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyAsmParser-8.dll" v0.0 ts=2019-08-27 00:05
   41k 2019/08/27 H:\C64\bin\cygLLVMWebAssemblyAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:05
  720k 2019/08/27 H:\C64\bin\cygLLVMWebAssemblyCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
  157k 2019/08/27 H:\C64\bin\cygLLVMWebAssemblyDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyDesc-8.dll" v0.0 ts=2019-08-27 00:05
   17k 2019/08/27 H:\C64\bin\cygLLVMWebAssemblyDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyDisassembler-8.dll" v0.0 ts=2019-08-27 00:05
    9k 2019/08/27 H:\C64\bin\cygLLVMWebAssemblyInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWebAssemblyInfo-8.dll" v0.0 ts=2019-08-27 00:05
   13k 2019/08/27 H:\C64\bin\cygLLVMWindowsManifest-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMWindowsManifest-8.dll" v0.0 ts=2019-08-27 00:07
  584k 2016/02/11 H:\C64\bin\cygLLVMX86AsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86AsmParser-3.7.dll" v0.0 ts=2016-02-10 21:56
  646k 2019/08/27 H:\C64\bin\cygLLVMX86AsmParser-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86AsmParser-8.dll" v0.0 ts=2019-08-27 00:07
  271k 2016/02/11 H:\C64\bin\cygLLVMX86AsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86AsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
  338k 2019/08/27 H:\C64\bin\cygLLVMX86AsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86AsmPrinter-8.dll" v0.0 ts=2019-08-27 00:07
 2050k 2016/02/11 H:\C64\bin\cygLLVMX86CodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86CodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 3795k 2019/08/27 H:\C64\bin\cygLLVMX86CodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86CodeGen-8.dll" v0.0 ts=2019-08-27 00:09
 1377k 2016/02/11 H:\C64\bin\cygLLVMX86Desc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86Desc-3.7.dll" v0.0 ts=2016-02-10 21:53
 1732k 2019/08/27 H:\C64\bin\cygLLVMX86Desc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Desc-8.dll" v0.0 ts=2019-08-27 00:07
 1408k 2016/02/11 H:\C64\bin\cygLLVMX86Disassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86Disassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
 1626k 2019/08/27 H:\C64\bin\cygLLVMX86Disassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Disassembler-8.dll" v0.0 ts=2019-08-27 00:07
    9k 2016/02/11 H:\C64\bin\cygLLVMX86Info-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86Info-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2019/08/27 H:\C64\bin\cygLLVMX86Info-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Info-8.dll" v0.0 ts=2019-08-27 00:07
   33k 2016/02/11 H:\C64\bin\cygLLVMX86Utils-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86Utils-3.7.dll" v0.0 ts=2016-02-10 21:53
   19k 2019/08/27 H:\C64\bin\cygLLVMX86Utils-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMX86Utils-8.dll" v0.0 ts=2019-08-27 00:07
   17k 2016/02/11 H:\C64\bin\cygLLVMXCoreAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
   16k 2019/08/27 H:\C64\bin\cygLLVMXCoreAsmPrinter-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreAsmPrinter-8.dll" v0.0 ts=2019-08-27 00:07
  322k 2016/02/11 H:\C64\bin\cygLLVMXCoreCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:56
  347k 2019/08/27 H:\C64\bin\cygLLVMXCoreCodeGen-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreCodeGen-8.dll" v0.0 ts=2019-08-27 00:09
   40k 2016/02/11 H:\C64\bin\cygLLVMXCoreDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
   53k 2019/08/27 H:\C64\bin\cygLLVMXCoreDesc-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreDesc-8.dll" v0.0 ts=2019-08-27 00:07
   22k 2016/02/11 H:\C64\bin\cygLLVMXCoreDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
   24k 2019/08/27 H:\C64\bin\cygLLVMXCoreDisassembler-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreDisassembler-8.dll" v0.0 ts=2019-08-27 00:07
    9k 2016/02/11 H:\C64\bin\cygLLVMXCoreInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreInfo-3.7.dll" v0.0 ts=2016-02-10 21:53
    8k 2019/08/27 H:\C64\bin\cygLLVMXCoreInfo-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXCoreInfo-8.dll" v0.0 ts=2019-08-27 00:07
  171k 2019/08/27 H:\C64\bin\cygLLVMXRay-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygLLVMXRay-8.dll" v0.0 ts=2019-08-27 00:08
   35k 2019/07/28 H:\C64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygltdl-7.dll" v0.0 ts=2019-07-28 17:44
  146k 2015/08/23 H:\C64\bin\cyglua-5.1.dll - os=4.0 img=0.0 sys=5.2
                  "cyglua-5.1.dll" v0.0 ts=2015-08-23 17:43
  194k 2019/05/01 H:\C64\bin\cyglua-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cyglua-5.3.dll" v0.0 ts=2019-05-01 16:03
   73k 2017/06/19 H:\C64\bin\cyglz4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyglz4-1.dll" v0.0 ts=2017-06-19 15:40
  144k 2019/07/21 H:\C64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzma-5.dll" v0.0 ts=2019-07-22 00:15
  129k 2017/10/05 H:\C64\bin\cyglzo2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzo2-2.dll" v0.0 ts=2017-10-05 19:40
  125k 2018/03/18 H:\C64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmagic-1.dll" v0.0 ts=2018-03-18 15:17
  346k 2015/02/11 H:\C64\bin\cygMagick++-6.Q16-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-6.Q16-5.dll" v0.0 ts=2015-02-10 23:24
  353k 2016/12/23 H:\C64\bin\cygMagick++-6.Q16-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-6.Q16-6.dll" v0.0 ts=2016-12-23 07:21
  359k 2019/12/10 H:\C64\bin\cygMagick++-6.Q16-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-6.Q16-8.dll" v0.0 ts=2019-12-10 17:21
 4498k 2016/12/23 H:\C64\bin\cygMagickCore-6.Q16-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-6.Q16-2.dll" v0.0 ts=2016-12-23 07:18
 4513k 2017/09/30 H:\C64\bin\cygMagickCore-6.Q16-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-6.Q16-5.dll" v0.0 ts=2017-09-30 12:24
 4636k 2019/12/10 H:\C64\bin\cygMagickCore-6.Q16-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-6.Q16-6.dll" v0.0 ts=2019-12-10 17:12
 1150k 2016/12/23 H:\C64\bin\cygMagickWand-6.Q16-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-6.Q16-2.dll" v0.0 ts=2016-12-23 07:20
 1166k 2017/09/30 H:\C64\bin\cygMagickWand-6.Q16-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-6.Q16-5.dll" v0.0 ts=2017-09-30 12:25
 1134k 2019/12/10 H:\C64\bin\cygMagickWand-6.Q16-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-6.Q16-6.dll" v0.0 ts=2019-12-10 17:15
  168k 2018/01/23 H:\C64\bin\cygman-2-7-6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygman-2-7-6-1.dll" v0.0 ts=2018-01-23 20:22
   22k 2018/01/23 H:\C64\bin\cygmandb-2-7-6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmandb-2-7-6-1.dll" v0.0 ts=2018-01-23 20:22
  132k 2014/01/21 H:\C64\bin\cygmcpp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmcpp-0.dll" v0.0 ts=2014-01-21 18:41
  155k 2013/05/29 H:\C64\bin\cygmcrypt-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmcrypt-4.dll" v0.0 ts=2013-05-29 14:09
   28k 2019/07/28 H:\C64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=2019-07-28 17:32
  163k 2013/05/29 H:\C64\bin\cygmhash-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygmhash-2.dll" v0.0 ts=2013-05-29 23:29
  334k 2019/05/02 H:\C64\bin\cygming-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygming-1.dll" v0.0 ts=2019-05-02 02:49
   92k 2018/03/17 H:\C64\bin\cygmpc-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpc-3.dll" v0.0 ts=2018-03-17 17:05
  346k 2017/11/04 H:\C64\bin\cygmpfr-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-4.dll" v0.0 ts=2017-11-04 18:48
  432k 2019/02/02 H:\C64\bin\cygmpfr-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-6.dll" v0.0 ts=2019-02-02 18:25
 3492k 2018/02/06 H:\C64\bin\cygmysqlclient-18.dll - os=4.0 img=18.0 sys=5.2
                  "cygmysqlclient-18.dll" v0.0 ts=2018-02-06 05:23
  508k 2019/09/06 H:\C64\bin\cygnativeGLthunk.dll - os=4.0 img=0.0 sys=5.2
                  "cygnativeGLthunk.dll" v0.0 ts=2019-09-06 13:08
   47k 2019/07/28 H:\C64\bin\cygncurses++w-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncurses++w-10.dll" v0.0 ts=2019-07-28 17:47
  301k 2019/07/28 H:\C64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=2019-07-28 17:30
  131k 2014/11/14 H:\C64\bin\cygneon-27.dll - os=4.0 img=0.0 sys=5.2
                  "cygneon-27.dll" v0.0 ts=2014-11-14 13:02
  227k 2017/12/07 H:\C64\bin\cygnetpbm-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetpbm-10.dll" v0.0 ts=2017-12-07 08:35
  180k 2016/03/13 H:\C64\bin\cygnettle-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnettle-4.dll" v0.0 ts=2016-03-13 14:46
  205k 2019/02/19 H:\C64\bin\cygnettle-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygnettle-6.dll" v0.0 ts=2019-02-19 06:59
  144k 2019/03/27 H:\C64\bin\cygnghttp2-14.dll - os=4.0 img=0.0 sys=5.2
                  "cygnghttp2-14.dll" v0.0 ts=2019-03-27 04:05
   74k 2019/04/05 H:\C64\bin\cygnsl-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygnsl-2.dll" v0.0 ts=2019-04-05 05:08
  226k 2019/07/29 H:\C64\bin\cygnspr4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnspr4.dll" v0.0 ts=2019-07-29 04:09
 1360k 2019/07/29 H:\C64\bin\cygnss3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnss3.dll" v0.0 ts=2019-07-29 22:04
  168k 2019/07/29 H:\C64\bin\cygnssdbm3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssdbm3.dll" v0.0 ts=2019-07-29 22:04
  165k 2019/07/29 H:\C64\bin\cygnssutil3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssutil3.dll" v0.0 ts=2019-07-29 22:04
  300k 2018/03/20 H:\C64\bin\cygopenjp2-7.dll - os=4.0 img=2.3 sys=5.2
                  "cygopenjp2-7.dll" v0.0 ts=2018-03-20 04:17
  126k 2016/03/04 H:\C64\bin\cygopenjpeg-1.dll - os=4.0 img=1.5 sys=5.2
                  "cygopenjpeg-1.dll" v0.0 ts=2016-03-04 16:09
    7k 2019/08/27 H:\C64\bin\cygOptRemarks-8.dll - os=4.0 img=8.0 sys=5.2
                  "cygOptRemarks-8.dll" v0.0 ts=2019-08-27 00:12
 1486k 2013/06/04 H:\C64\bin\cygosp-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygosp-5.dll" v0.0 ts=2013-06-04 21:16
 1013k 2019/02/20 H:\C64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygp11-kit-0.dll" v0.0 ts=2019-02-20 07:21
   14k 2019/07/28 H:\C64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=2019-07-28 17:32
  270k 2018/02/12 H:\C64\bin\cygpango-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpango-1.0-0.dll" v0.0 ts=2018-02-12 00:40
   44k 2018/02/12 H:\C64\bin\cygpangocairo-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2018-02-12 00:41
   72k 2018/02/12 H:\C64\bin\cygpangoft2-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2018-02-12 00:40
   28k 2018/02/12 H:\C64\bin\cygpangoxft-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2018-02-12 00:41
   11k 2013/07/23 H:\C64\bin\cygpaper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpaper-1.dll" v0.0 ts=2013-07-23 05:40
  475k 2017/04/23 H:\C64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2017-04-24 00:50
   11k 2019/04/05 H:\C64\bin\cygpcreposix-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcreposix-0.dll" v0.0 ts=2019-04-05 01:59
 3445k 2019/11/30 H:\C64\bin\cygperl5_30.dll - os=4.0 img=0.0 sys=5.2
                  "cygperl5_30.dll" v0.0 ts=2019-11-30 18:30
   41k 2019/09/12 H:\C64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpipeline-1.dll" v0.0 ts=2019-09-12 19:52
  642k 2019/09/05 H:\C64\bin\cygpixman-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpixman-1-0.dll" v0.0 ts=2019-09-05 21:25
   52k 2019/02/20 H:\C64\bin\cygpkgconf-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygpkgconf-3.dll" v0.0 ts=2019-02-20 02:06
   17k 2019/07/29 H:\C64\bin\cygplc4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplc4.dll" v0.0 ts=2019-07-29 04:09
   14k 2019/07/29 H:\C64\bin\cygplds4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplds4.dll" v0.0 ts=2019-07-29 04:09
 1000k 2016/04/19 H:\C64\bin\cygplotter-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygplotter-2.dll" v0.0 ts=2016-04-18 09:28
  185k 2019/07/21 H:\C64\bin\cygpng16-16.dll - os=4.0 img=0.0 sys=5.2
                  "cygpng16-16.dll" v0.0 ts=2019-07-22 00:15
 2003k 2015/04/13 H:\C64\bin\cygpoppler-46.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-46.dll" v0.0 ts=2015-04-13 18:12
 1994k 2016/05/05 H:\C64\bin\cygpoppler-55.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-55.dll" v0.0 ts=2016-05-05 03:47
 2028k 2016/11/10 H:\C64\bin\cygpoppler-62.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-62.dll" v0.0 ts=2016-11-10 09:04
 2050k 2017/11/07 H:\C64\bin\cygpoppler-66.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-66.dll" v0.0 ts=2017-11-07 01:26
 2112k 2018/04/11 H:\C64\bin\cygpoppler-73.dll - os=4.0 img=73.0 sys=5.2
                  "cygpoppler-73.dll" v0.0 ts=2018-04-11 05:44
   41k 2016/07/13 H:\C64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpopt-0.dll" v0.0 ts=2016-07-13 06:16
   31k 2017/11/05 H:\C64\bin\cygpotrace-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpotrace-0.dll" v0.0 ts=2017-11-05 17:27
  266k 2020/02/21 H:\C64\bin\cygpq-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpq-5.dll" v0.0 ts=2020-02-21 19:05
   59k 2019/03/16 H:\C64\bin\cygprocps-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygprocps-7.dll" v0.0 ts=2019-03-16 19:38
   59k 2020/02/22 H:\C64\bin\cygprocps-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygprocps-8.dll" v0.0 ts=2020-02-22 19:49
  109k 2017/09/27 H:\C64\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygproxy-1.dll" v0.0 ts=2017-09-27 17:56
   65k 2019/07/21 H:\C64\bin\cygpsl-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpsl-5.dll" v0.0 ts=2019-07-21 19:18
    8k 2019/12/26 H:\C64\bin\cygpspell-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygpspell-15.dll" v0.0 ts=2019-12-26 10:13
  356k 2018/10/01 H:\C64\bin\cygpstoedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpstoedit-0.dll" v0.0 ts=2018-10-01 07:44
   40k 2019/05/09 H:\C64\bin\cygptexenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygptexenc-1.dll" v0.0 ts=2019-05-09 21:03
  357k 2020/02/22 H:\C64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygquadmath-0.dll" v0.0 ts=2020-02-22 03:15
  219k 2017/02/13 H:\C64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
                  "cygreadline7.dll" v0.0 ts=2017-02-11 22:39
  175k 2019/12/19 H:\C64\bin\cygrhash-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrhash-0.dll" v0.0 ts=2019-12-19 16:04
  212k 2018/02/12 H:\C64\bin\cygrsvg-2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygrsvg-2-2.dll" v0.0 ts=2018-02-12 00:38
 2765k 2019/09/16 H:\C64\bin\cygruby260.dll - os=4.0 img=0.0 sys=5.2
                  "cygruby260.dll" v2.6 ts=2019-09-16 01:57
   99k 2020/01/09 H:\C64\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsasl2-3.dll" v0.0 ts=2020-01-09 02:13
   85k 2016/12/10 H:\C64\bin\cygserf-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygserf-1-0.dll" v0.0 ts=2016-12-10 21:55
   11k 2015/07/17 H:\C64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsigsegv-2.dll" v0.0 ts=2015-07-17 22:35
   14k 2020/02/19 H:\C64\bin\cygsk-libfido2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsk-libfido2.dll" v0.0 ts=2020-02-19 11:25
   29k 2019/09/05 H:\C64\bin\cygSM-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygSM-6.dll" v0.0 ts=2019-09-05 21:53
  150k 2019/03/05 H:\C64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmartcols-1.dll" v0.0 ts=2019-03-05 20:06
  171k 2019/07/29 H:\C64\bin\cygsmime3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmime3.dll" v0.0 ts=2019-07-29 22:04
  289k 2019/07/29 H:\C64\bin\cygsoftokn3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoftokn3.dll" v0.0 ts=2019-07-29 22:04
  988k 2019/10/08 H:\C64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3-0.dll" v0.0 ts=2019-10-08 14:45
   22k 2019/01/02 H:\C64\bin\cygss-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygss-2.dll" v0.0 ts=2019-01-02 02:39
  449k 2019/05/02 H:\C64\bin\cygssh-4.dll - os=4.0 img=4.7 sys=5.2
                  "cygssh-4.dll" v0.0 ts=2019-05-02 16:11
  156k 2016/03/02 H:\C64\bin\cygssh2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssh2-1.dll" v0.0 ts=2016-03-02 18:03
  408k 2019/09/11 H:\C64\bin\cygssl-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.0.0.dll" v0.0 ts=2019-09-11 18:40
  495k 2019/09/13 H:\C64\bin\cygssl-1.1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.1.dll" v0.0 ts=2019-09-13 18:36
  444k 2019/07/29 H:\C64\bin\cygssl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl3.dll" v0.0 ts=2019-07-29 22:04
   12k 2017/11/13 H:\C64\bin\cygssp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssp-0.dll" v0.0 ts=2017-11-13 21:52
 1675k 2020/02/22 H:\C64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=2020-02-22 02:35
  545k 2020/02/07 H:\C64\bin\cygsvn_client-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_client-1-0.dll" v0.0 ts=2020-02-07 15:26
  103k 2020/02/07 H:\C64\bin\cygsvn_delta-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_delta-1-0.dll" v0.0 ts=2020-02-07 14:25
   88k 2020/02/07 H:\C64\bin\cygsvn_diff-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_diff-1-0.dll" v0.0 ts=2020-02-07 14:27
   40k 2020/02/07 H:\C64\bin\cygsvn_fs-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs-1-0.dll" v0.0 ts=2020-02-07 14:36
  166k 2020/02/07 H:\C64\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2020-02-07 14:33
  294k 2020/02/07 H:\C64\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2020-02-07 14:33
   12k 2020/02/07 H:\C64\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2020-02-07 14:27
  288k 2020/02/07 H:\C64\bin\cygsvn_fs_x-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs_x-1-0.dll" v0.0 ts=2020-02-07 14:33
   47k 2020/02/07 H:\C64\bin\cygsvn_ra-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra-1-0.dll" v0.0 ts=2020-02-07 15:19
   33k 2020/02/07 H:\C64\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2020-02-07 14:44
  182k 2020/02/07 H:\C64\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2020-02-07 14:31
  113k 2020/02/07 H:\C64\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2020-02-07 14:28
  230k 2020/02/07 H:\C64\bin\cygsvn_repos-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_repos-1-0.dll" v0.0 ts=2020-02-07 14:38
  749k 2020/02/07 H:\C64\bin\cygsvn_subr-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_subr-1-0.dll" v0.0 ts=2020-02-07 14:23
  711k 2020/02/07 H:\C64\bin\cygsvn_wc-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_wc-1-0.dll" v0.0 ts=2020-02-07 14:33
   96k 2018/09/20 H:\C64\bin\cygsynctex-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsynctex-1.dll" v0.0 ts=2018-09-20 23:19
   96k 2019/05/09 H:\C64\bin\cygsynctex-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsynctex-2.dll" v0.0 ts=2019-05-09 21:24
   68k 2019/07/29 H:\C64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtasn1-6.dll" v0.0 ts=2019-07-29 03:12
   75k 2019/07/28 H:\C64\bin\cygtdb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygtdb-1.dll" v0.0 ts=2019-07-28 20:34
  197k 2019/05/17 H:\C64\bin\cygTECkit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygTECkit-0.dll" v0.0 ts=2019-05-17 22:21
 1594k 2019/05/17 H:\C64\bin\cygTECkit_Compiler-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygTECkit_Compiler-0.dll" v0.0 ts=2019-05-17 22:21
  169k 2018/09/20 H:\C64\bin\cygtexlua52-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexlua52-5.dll" v0.0 ts=2018-09-20 23:03
  199k 2019/05/09 H:\C64\bin\cygtexlua53-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexlua53-5.dll" v0.0 ts=2019-05-09 21:04
  452k 2019/05/09 H:\C64\bin\cygtexluajit-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygtexluajit-2.dll" v0.0 ts=2019-05-09 21:05
   34k 2017/03/05 H:\C64\bin\cygthai-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygthai-0.dll" v0.0 ts=2017-03-05 04:36
   57k 2019/07/28 H:\C64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=2019-07-28 17:31
  296k 2013/05/31 H:\C64\bin\cygtidy-0-99-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygtidy-0-99-0.dll" v0.0 ts=2013-05-31 07:38
  363k 2014/05/15 H:\C64\bin\cygtiff-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiff-5.dll" v0.0 ts=1970-01-01 00:00
  452k 2017/12/18 H:\C64\bin\cygtiff-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiff-6.dll" v0.0 ts=2017-12-18 02:52
   12k 2014/05/15 H:\C64\bin\cygtiffxx-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiffxx-5.dll" v0.0 ts=1970-01-01 00:00
   12k 2017/12/18 H:\C64\bin\cygtiffxx-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiffxx-6.dll" v0.0 ts=2017-12-18 02:52
  165k 2018/02/07 H:\C64\bin\cygtirpc-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygtirpc-3.dll" v0.0 ts=2018-02-07 16:37
  460k 2017/12/18 H:\C64\bin\cygturbojpeg-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygturbojpeg-0.dll" v0.0 ts=2017-12-18 02:42
   20k 2017/11/01 H:\C64\bin\cygtxc_dxtn.dll - os=4.0 img=0.0 sys=5.2
                  "cygtxc_dxtn.dll" v0.0 ts=2017-11-02 00:08
 1612k 2018/08/16 H:\C64\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygunistring-2.dll" v0.0 ts=2018-08-16 20:33
  124k 2017/06/19 H:\C64\bin\cygusb-1.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygusb-1.0.dll" v0.0 ts=2017-06-19 14:32
   73k 2015/02/11 H:\C64\bin\cygusb0.dll - os=4.0 img=0.0 sys=5.2
                  "cygusb0.dll" v0.0 ts=2015-02-11 01:16
  166k 2013/06/12 H:\C64\bin\cygustr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygustr-1.dll" v0.0 ts=2013-06-12 09:42
   26k 2019/01/02 H:\C64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguuid-1.dll" v0.0 ts=2019-01-02 02:51
  135k 2019/09/21 H:\C64\bin\cyguv-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguv-1.dll" v0.0 ts=2019-09-21 09:05
   17k 2014/05/16 H:\C64\bin\cygverto-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygverto-1.dll" v0.0 ts=1970-01-01 00:00
 2191k 2015/10/01 H:\C64\bin\cygvpx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygvpx-1.dll" v0.0 ts=2015-10-01 21:34
    8k 2016/06/13 H:\C64\bin\cygvtv-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvtv-0.dll" v0.0 ts=2016-06-13 17:12
    8k 2016/06/13 H:\C64\bin\cygvtv_stubs-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvtv_stubs-0.dll" v0.0 ts=2016-06-13 17:12
  344k 2016/07/08 H:\C64\bin\cygwebp-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebp-5.dll" v0.0 ts=2016-07-08 19:27
  411k 2018/02/27 H:\C64\bin\cygwebp-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebp-7.dll" v0.0 ts=2018-02-27 09:00
   17k 2018/02/27 H:\C64\bin\cygwebpdemux-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpdemux-2.dll" v0.0 ts=2018-02-27 09:00
   27k 2016/07/08 H:\C64\bin\cygwebpmux-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpmux-1.dll" v0.0 ts=2016-07-08 19:27
   39k 2018/02/27 H:\C64\bin\cygwebpmux-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpmux-3.dll" v0.0 ts=2018-02-27 09:00
   31k 2018/07/14 H:\C64\bin\cygwrap-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwrap-0.dll" v0.0 ts=2018-07-14 11:43
 1150k 2019/09/05 H:\C64\bin\cygX11-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-6.dll" v0.0 ts=2019-09-05 21:15
    8k 2019/09/05 H:\C64\bin\cygX11-xcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-xcb-1.dll" v0.0 ts=2019-09-05 21:15
 1934k 2016/11/14 H:\C64\bin\cygxapian-22.dll - os=4.0 img=0.0 sys=5.2
                  "cygxapian-22.dll" v0.0 ts=2016-11-14 03:32
 2244k 2017/11/26 H:\C64\bin\cygxapian-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygxapian-30.dll" v0.0 ts=2017-11-26 19:44
   13k 2019/09/05 H:\C64\bin\cygXau-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXau-6.dll" v0.0 ts=2019-09-05 18:13
  375k 2016/01/29 H:\C64\bin\cygXaw-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygXaw-7.dll" v0.0 ts=2016-01-29 20:32
  306k 2019/09/05 H:\C64\bin\cygXaw3d-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygXaw3d-8.dll" v0.0 ts=2019-09-05 23:45
  133k 2019/09/05 H:\C64\bin\cygxcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-1.dll" v0.0 ts=2019-09-05 19:37
   12k 2019/09/05 H:\C64\bin\cygxcb-composite-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-composite-0.dll" v0.0 ts=2019-09-05 19:37
   16k 2019/09/05 H:\C64\bin\cygxcb-dri2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-dri2-0.dll" v0.0 ts=2019-09-05 19:37
   40k 2014/08/10 H:\C64\bin\cygxcb-ewmh-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-ewmh-2.dll" v0.0 ts=1970-01-01 00:00
   83k 2019/09/05 H:\C64\bin\cygxcb-glx-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-glx-0.dll" v0.0 ts=2019-09-05 19:37
   17k 2014/08/10 H:\C64\bin\cygxcb-icccm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-icccm-4.dll" v0.0 ts=1970-01-01 00:00
   16k 2013/03/17 H:\C64\bin\cygxcb-image-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-image-0.dll" v0.0 ts=2013-03-17 22:42
   44k 2019/09/05 H:\C64\bin\cygxcb-render-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-render-0.dll" v0.0 ts=2019-09-05 19:37
   12k 2019/09/05 H:\C64\bin\cygxcb-shm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shm-0.dll" v0.0 ts=2019-09-05 19:38
   17k 2013/03/17 H:\C64\bin\cygxcb-util-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-util-1.dll" v0.0 ts=2013-03-17 22:33
   27k 2019/09/05 H:\C64\bin\cygxcb-xfixes-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xfixes-0.dll" v0.0 ts=2019-09-05 19:38
   11k 2019/09/05 H:\C64\bin\cygXcomposite-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcomposite-1.dll" v0.0 ts=2019-09-05 22:09
   36k 2019/09/05 H:\C64\bin\cygXcursor-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcursor-1.dll" v0.0 ts=2019-09-05 22:09
   11k 2019/09/05 H:\C64\bin\cygXdamage-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdamage-1.dll" v0.0 ts=2019-09-05 22:36
   21k 2019/09/05 H:\C64\bin\cygXdmcp-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdmcp-6.dll" v0.0 ts=2019-09-05 18:29
   60k 2019/09/05 H:\C64\bin\cygXext-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXext-6.dll" v0.0 ts=2019-09-05 20:44
   20k 2016/10/09 H:\C64\bin\cygXfixes-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfixes-3.dll" v0.0 ts=2016-10-09 18:37
  215k 2018/02/21 H:\C64\bin\cygXfont-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfont-1.dll" v0.0 ts=2018-02-21 00:57
  210k 2019/09/15 H:\C64\bin\cygXfont2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfont2-2.dll" v0.0 ts=2019-09-15 23:19
   77k 2019/09/05 H:\C64\bin\cygXft-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXft-2.dll" v0.0 ts=2019-09-05 22:36
   61k 2019/09/05 H:\C64\bin\cygXi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXi-6.dll" v0.0 ts=2019-09-05 22:54
   11k 2019/09/05 H:\C64\bin\cygXinerama-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXinerama-1.dll" v0.0 ts=2019-09-05 22:03
  134k 2019/09/05 H:\C64\bin\cygxkbfile-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxkbfile-1.dll" v0.0 ts=2019-09-05 23:41
 1222k 2019/03/26 H:\C64\bin\cygxml2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxml2-2.dll" v0.0 ts=2019-03-26 01:39
   88k 2019/09/05 H:\C64\bin\cygXmu-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmu-6.dll" v0.0 ts=2019-09-05 23:40
   15k 2019/09/05 H:\C64\bin\cygXmuu-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmuu-1.dll" v0.0 ts=2019-09-05 23:40
   61k 2017/01/18 H:\C64\bin\cygXpm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXpm-4.dll" v0.0 ts=2017-01-18 17:27
   56k 2017/11/20 H:\C64\bin\cygXpm-noX-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXpm-noX-4.dll" v0.0 ts=2017-11-20 20:24
   37k 2019/09/05 H:\C64\bin\cygXrandr-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrandr-2.dll" v0.0 ts=2019-09-05 22:53
   36k 2016/01/29 H:\C64\bin\cygXrender-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrender-1.dll" v0.0 ts=2016-01-29 20:24
  209k 2016/08/26 H:\C64\bin\cygxslt-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxslt-1.dll" v0.0 ts=2016-08-26 22:10
   12k 2019/09/05 H:\C64\bin\cygXss-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXss-1.dll" v0.0 ts=2019-09-05 22:04
  335k 2019/09/06 H:\C64\bin\cygXt-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXt-6.dll" v0.0 ts=2019-09-06 20:50
  121k 2014/12/08 H:\C64\bin\cygyaml-0-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygyaml-0-2.dll" v0.0 ts=2014-12-08 18:19
   83k 2017/03/03 H:\C64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
                  "cygz.dll" v0.0 ts=2017-03-03 21:42
   61k 2015/03/26 H:\C64\bin\cygzip-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygzip-2.dll" v0.0 ts=2015-03-26 20:04
   91k 2018/04/25 H:\C64\bin\cygzip-5.dll - os=4.0 img=5.0 sys=5.2
                  "cygzip-5.dll" v0.0 ts=2018-04-25 19:23
   26k 2018/02/20 H:\C64\bin\cygzzip-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzip-0-13.dll" v0.0 ts=2018-02-20 23:15
   14k 2018/02/20 H:\C64\bin\cygzzipfseeko-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipfseeko-0-13.dll" v0.0 ts=2018-02-20 23:15
   17k 2018/02/20 H:\C64\bin\cygzzipmmapped-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipmmapped-0-13.dll" v0.0 ts=2018-02-20 23:15
   10k 2018/02/20 H:\C64\bin\cygzzipwrap-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipwrap-0-13.dll" v0.0 ts=2018-02-20 23:15
 3534k 2020/02/19 H:\C64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2020-02-19 08:49
    Cygwin DLL version info:
        DLL version: 3.1.4
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 340
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5

  437k 2020/02/12 H:\C64\lib\lapack\cygblas-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygblas-0.dll" v0.0 ts=2020-02-11 20:34
 7027k 2020/02/12 H:\C64\lib\lapack\cyglapack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyglapack-0.dll" v0.0 ts=2020-02-11 20:34

The version of cygrunsrv installed is too old to dump service info.


Cygwin Package Information
Last downloaded files to: C:\Users\ht\Downloads
Last downloaded files from: http://mirrors.dotsrc.org/cygwin/

Package                              Version                        Status
_autorebase                          001007-1                       OK
Empty package _update-info-dir
_update-info-dir                     03000-1                        OK
adwaita-icon-theme                   3.26.1-1                       OK
adwaita-themes                       3.22.3-1                       OK
alternatives                         1.3.30c-10                     OK
antiword                             0.37-1                         OK
aspell                               0.60.8-1                       OK
aspell-en                            2017.08.24.0-1                 OK
autoconf                             13-1                           OK
autoconf2.1                          2.13-12                        OK
autoconf2.5                          2.69-4                         OK
automake                             11-1                           OK
automake1.10                         1.10.3-3                       OK
automake1.11                         1.11.6-3                       OK
automake1.12                         1.12.6-3                       OK
automake1.13                         1.13.4-2                       OK
automake1.14                         1.14.1-3                       OK
automake1.15                         1.15.1-2                       OK
automake1.16                         1.16.1-1                       OK
automake1.4                          1.4p6-11                       OK
automake1.5                          1.5-11                         OK
automake1.6                          1.6.3-12                       OK
automake1.7                          1.7.9-11                       OK
automake1.8                          1.8.5-11                       OK
automake1.9                          1.9.6-11                       OK
autossh                              1.4g-1                         OK
base-cygwin                          3.8-1                          OK
base-files                           4.3-2                          OK
bash                                 4.4.12-3                       OK
bc                                   1.06.95-2                      OK
biber                                2.13-2                         OK
binutils                             2.34-1                         OK
build-docbook-catalog                1.5-2                          OK
bzip2                                1.0.8-1                        OK
ca-certificates                      2.32-1                         OK
clisp                                2.49-6.20150312hg15611         OK
cmake                                3.14.5-1                       OK
coreutils                            8.26-2                         OK
corkscrew                            2.0-1                          OK
cron                                 4.1-65                         OK
Empty package crypt
crypt                                2.1-1                          OK
crypto-policies                      20190218-1                     OK
csih                                 0.9.11-1                       OK
cvs                                  1.11.23-2                      OK
cygrunsrv                            1.62-1                         OK
cygutils                             1.4.16-2                       OK
cygutils-extra                       1.4.16-2                       OK
cygutils-x11                         1.4.16-2                       OK
cygwin                               3.1.4-1                        OK
cygwin-debuginfo                     3.1.4-1                        OK
cygwin-devel                         3.1.4-1                        OK
cygwin-doc                           3.1.4-1                        OK
cygwin-x-doc                         20180629-1                     OK
cygwin32                             2.10.0-1                       OK
cygwin32-binutils                    2.29-1                         OK
cygwin32-default-manifest            6.4-1                          OK
cygwin32-gcc-core                    6.4.0-1                        OK
cygwin32-gcc-g++                     6.4.0-1                        OK
cygwin32-ncurses                     5.7-1                          OK
cygwin32-w32api-headers              4.0.4-1                        OK
cygwin32-w32api-runtime              4.0.4-1                        OK
dash                                 0.5.9.1-1                      OK
dblatex                              0.3.10-1                       OK
dbus                                 1.10.22-1                      OK
dbus-x11                             1.10.22-1                      OK
dejavu-fonts                         2.37-1                         OK
desktop-file-utils                   0.23-1                         OK
dialog                               1.3-3.20170131                 OK
diffutils                            3.5-2                          OK
docbook-xml45                        4.5-1                          OK
docbook-xsl                          1.77.1-1                       OK
dos2unix                             7.4.1-1                        OK
dri-drivers                          19.1.6-1                       OK
duff                                 0.5.2-1                        OK
ed                                   1.16-1                         OK
editrights                           1.03-1                         OK
enscript                             1.6.6-2                        OK
exim                                 4.92.3-1                       OK
fdupes                               1.50-PR2-3                     OK
file                                 5.32-1                         OK
findutils                            4.6.0-1                        OK
flex                                 2.6.4-2                        OK
font-util                            1.3.2-1                        OK
fontconfig                           2.13.1-1                       OK
gamin                                0.1.10-15                      OK
gawk                                 5.0.1-1                        OK
gcc-core                             9.2.0-2                        OK
gcc-g++                              9.2.0-2                        OK
gccmakedep                           1.0.3-1                        OK
gdb                                  8.2.1-1                        OK
gdk-pixbuf2.0-svg                    2.40.20-1                      OK
getent                               2.18.90-4                      OK
ghostscript                          9.27-2                         OK
ghostscript-fonts-other              6.0-1                          OK
git                                  2.21.0-1                       OK
gnome-menus                          3.13.3-3                       OK
gnupg                                1.4.23-1                       OK
gnuplot                              5.2.8-1                        OK
grep                                 3.0-2                          OK
groff                                1.22.4-1                       OK
gsettings-desktop-schemas            3.24.1-1                       OK
gtk-update-icon-cache                3.22.28-1                      OK
gtk2.0-engines-pixmap                2.24.32-1                      OK
gv                                   3.7.4-1                        OK
gzip                                 1.8-1                          OK
hicolor-icon-theme                   0.15-1                         OK
hostname                             3.13-1                         OK
ImageMagick                          6.9.10.11-2                    OK
inetutils                            1.9.4-1                        OK
inetutils-server                     1.9.4-1                        OK
info                                 6.7-1                          OK
ipc-utils                            1.0-2                          OK
jpeg                                 1.5.3-1                        OK
krb5-workstation                     1.15.2-2                       OK
less                                 551-1                          OK
lftp                                 4.9.1-1                        OK
libapr1                              1.6.5-1                        OK
libaprutil1                          1.6.1-1                        OK
libarchive13                         3.3.2-1                        OK
libargp                              20110921-3                     OK
libaspell15                          0.60.8-1                       OK
libatk1.0_0                          2.26.1-1                       OK
libatomic1                           9.2.0-2                        OK
libattr1                             2.4.48-2                       OK
libautotrace3                        0.31.1-19                      OK
libblkid1                            2.33.1-1                       OK
libbrotlicommon1                     1.0.7-1                        OK
libbrotlidec1                        1.0.7-1                        OK
libbz2_1                             1.0.8-1                        OK
libcairo2                            1.16.0-1                       OK
libcbor                              0.5.0-1                        OK
libcerf1                             1.13-1                         OK
libcloog-isl4                        0.18.0-2                       OK
libcom_err-devel                     1.44.5-1                       OK
libcom_err2                          1.44.5-1                       OK
libcroco0.6_3                        0.6.12-1                       OK
libcrypt-devel                       4.4.4-1                        OK
libcrypt0                            2.1-1                          OK
libcrypt2                            4.4.4-1                        OK
libcurl4                             7.66.0-1                       OK
libdatrie1                           0.2.8-1                        OK
libdb-devel                          5.3.28-2                       OK
libdb5.3                             5.3.28-2                       OK
libdbus1_3                           1.10.22-1                      OK
libdialog12                          1.2-20150225-2                 OK
libdialog13                          1.3-2.20160828                 OK
libdialog14                          1.3-3.20170131                 OK
libedit0                             20130712-1                     OK
libEGL1                              19.1.6-1                       OK
libEMF1                              1.0.9-1                        OK
libevent2.0_5                        2.0.22-1                       OK
libexpat1                            2.2.6-1                        OK
libfam0                              0.1.10-15                      OK
libfdisk1                            2.33.1-1                       OK
libffi6                              3.2.1-2                        OK
libfftw3_3                           3.3.8-1                        OK
libfido2                             1.3.0-2                        OK
libfontconfig-common                 2.13.1-1                       OK
libfontconfig1                       2.13.1-1                       OK
libfontenc1                          1.1.4-1                        OK
libfpx1                              1.3.1.4-1                      OK
libfreetype6                         2.9.1-1                        OK
libgc1                               8.0.4-1                        OK
libgc2                               7.6.2-3                        OK
libgcc1                              9.2.0-2                        OK
libgcrypt20                          1.8.2-1                        OK
libgd3                               2.2.5-2                        OK
libgdbm-devel                        1.18.1-1                       OK
libgdbm4                             1.13-1                         OK
libgdbm6                             1.18.1-1                       OK
libgdbm_compat4                      1.18.1-1                       OK
libgdk_pixbuf2.0_0                   2.36.11-1                      OK
libgfortran3                         6.4.0-5                        OK
libgfortran4                         7.4.0-1                        OK
libggi2                              2.2.2-4                        OK
libggiwmh0                           0.3.2-4                        OK
libgif4                              4.1.6-12                       OK
libgif7                              5.1.4-1                        OK
libgii1                              1.0.2-4                        OK
libGL1                               19.1.6-1                       OK
libglapi0                            19.1.6-1                       OK
libglib2.0_0                         2.54.3-1                       OK
libgmp10                             6.2.0-2                        OK
libgnome-menu3_0                     3.13.3-3                       OK
libgnutls28                          3.3.27-1                       OK
libgnutls30                          3.6.9-1                        OK
libgomp1                             9.2.0-2                        OK
libgpg-error0                        1.37-1                         OK
libgraphite2_3                       1.3.10-1                       OK
libgs9                               9.27-2                         OK
libgssapi_krb5_2                     1.15.2-2                       OK
libgssrpc4                           1.15.2-2                       OK
libgtk2.0_0                          2.24.32-1                      OK
libguile17                           1.8.8-3                        OK
libguile2.0_22                       2.0.14-3                       OK
libharfbuzz-icu0                     2.5.3-1                        OK
libharfbuzz0                         2.5.3-1                        OK
libhogweed2                          2.7.1-1                        OK
libhogweed4                          3.4.1-1                        OK
libICE6                              1.0.10-1                       OK
libiconv                             1.14-3                         OK
libiconv2                            1.14-3                         OK
libicu54                             54.1-1                         OK
libicu55                             55.1-1                         OK
libicu56                             56.1-1                         OK
libicu57                             57.1-1                         OK
libicu58                             58.2-1                         OK
libicu60                             60.2-1                         OK
libicu61                             61.1-1                         OK
libicu62                             62.1-1                         OK
libicu64                             64.2-1                         OK
libidn11                             1.33-1                         OK
libidn2_0                            2.2.0-1                        OK
libimagequant0                       2.10.0-1                       OK
libintl-devel                        0.19.8.1-2                     OK
libintl8                             0.19.8.1-2                     OK
libiodbc-devel                       3.52.8-2                       OK
libiodbc2                            3.52.8-2                       OK
libisl10                             0.11.1-2                       OK
libisl13                             0.14.1-1                       OK
libisl15                             0.16.1-1                       OK
libjasper1                           1.900.22-1                     OK
libjasper4                           2.0.14-1                       OK
libjbig-devel                        2.0-14                         OK
libjbig2                             2.0-14                         OK
libjpeg-devel                        1.5.3-1                        OK
libjpeg8                             1.5.3-1                        OK
libjsoncpp19                         1.8.4-1                        OK
libk5crypto3                         1.15.2-2                       OK
libkadm5clnt_mit10                   1.14.4-1                       OK
libkadm5clnt_mit11                   1.15.2-2                       OK
libkadm5clnt_mit9                    1.13.2-4                       OK
libkadm5srv_mit10                    1.14.4-1                       OK
libkadm5srv_mit11                    1.15.2-2                       OK
libkadm5srv_mit9                     1.13.2-4                       OK
libkdb5_8                            1.15.2-2                       OK
libkpathsea6                         20190509-1                     OK
libkrad0                             1.15.2-2                       OK
libkrb5-devel                        1.15.2-2                       OK
libkrb5_3                            1.15.2-2                       OK
libkrb5support0                      1.15.2-2                       OK
liblapack0                           3.9.0-2                        OK
liblcms2_2                           2.9-1                          OK
libllvm3.5                           3.5.2-2                        OK
libllvm3.7                           3.7.1-1                        OK
libllvm3.8                           3.8.1-1                        OK
libllvm3.9                           3.9.1-1                        OK
libllvm4.0                           4.0.1-1                        OK
libllvm5.0                           5.0.1-1                        OK
libllvm8                             8.0.1-1                        OK
libltdl7                             2.4.6-7                        OK
liblz4_1                             1.7.5-1                        OK
liblzma-devel                        5.2.4-1                        OK
liblzma5                             5.2.4-1                        OK
liblzo2_2                            2.10-1                         OK
libMagickC++6_5                      6.9.0.0-4                      OK
libMagickC++6_6                      6.9.5.7-2                      OK
libMagickC++6_8                      6.9.10.11-2                    OK
Empty package libMagickCore6
libMagickCore6                       6.9.0.0-4                      OK
libMagickCore6_2                     6.9.5.7-2                      OK
libMagickCore6_5                     6.9.9.11-3                     OK
libMagickCore6_6                     6.9.10.11-2                    OK
libMagickWand6_2                     6.9.5.7-2                      OK
libMagickWand6_5                     6.9.9.11-3                     OK
libMagickWand6_6                     6.9.10.11-2                    OK
libmcpp0                             2.7.2-2                        OK
libmcrypt4                           2.5.8-1                        OK
libmhash2                            0.9.9.9-2                      OK
libming1                             0.4.8-3                        OK
libmpc3                              1.1.0-1                        OK
libmpfr4                             3.1.6-1p1                      OK
libmpfr6                             4.0.2-1                        OK
libmysqlclient18                     10.1.30-1                      OK
libncurses++w10                      6.1-1.20190727                 OK
libncurses-devel                     6.1-1.20190727                 OK
libncursesw10                        6.1-1.20190727                 OK
libneon27                            0.30.1-1                       OK
libnetpbm10                          10.80.00-1                     OK
libnettle4                           2.7.1-1                        OK
libnettle6                           3.4.1-1                        OK
libnghttp2_14                        1.37.0-1                       OK
libnsl2                              1.2.0-1                        OK
libnspr4                             4.21-1                         OK
libnss3                              3.45-1                         OK
libopenjp2_7                         2.3.0-1                        OK
libopenjpeg1                         1.5.2-3                        OK
libopenldap2_4_2                     2.4.49-1                       OK
libosp5                              1.5.2-2                        OK
libp11-kit0                          0.23.15-1                      OK
libpango1.0_0                        1.40.14-1                      OK
libpaper-common                      1.1.24-2                       OK
libpaper1                            1.1.24-2                       OK
libpcre1                             8.43-1                         OK
libpcreposix0                        8.43-1                         OK
libpipeline1                         1.5.1-1                        OK
libpixman1_0                         0.38.4-1                       OK
libpkgconf3                          1.6.0-1                        OK
libplotter2                          2.6-5                          OK
libpng-debuginfo                     1.6.37-1                       OK
libpng-devel                         1.6.37-1                       OK
libpng-tools                         1.6.37-1                       OK
libpng16                             1.6.37-1                       OK
libpng16-devel                       1.6.37-1                       OK
libpoppler46                         0.26.5-3                       OK
libpoppler55                         0.36.0-3                       OK
libpoppler62                         0.45.0-2                       OK
libpoppler66                         0.52.0-2                       OK
libpoppler73                         0.62.0-1                       OK
libpopt-common                       1.16-2                         OK
libpopt0                             1.16-2                         OK
libpotrace0                          1.15-1                         OK
libpq-devel                          12.2-1                         OK
libpq5                               12.2-1                         OK
libprocps7                           3.3.15-1                       OK
libprocps8                           3.3.16-1                       OK
libproxy1                            0.4.14-2                       OK
libpsl5                              0.21.0-1                       OK
libpstoedit0                         3.73-1                         OK
libptexenc1                          20190509-1                     OK
libquadmath0                         9.2.0-2                        OK
libreadline7                         7.0.3-3                        OK
librhash0                            1.3.9-1                        OK
librsvg2_2                           2.40.20-1                      OK
libsasl2-devel                       2.1.27-1                       OK
libsasl2_3                           2.1.27-1                       OK
libserf1_0                           1.3.9-1                        OK
libsigsegv2                          2.10-2                         OK
libSM6                               1.2.3-1                        OK
libsmartcols1                        2.33.1-1                       OK
libsqlite3_0                         3.30.0-1                       OK
libss2                               1.44.5-1                       OK
libssh-common                        0.8.7-1                        OK
libssh2_1                            1.7.0-1                        OK
libssh4                              0.8.7-1                        OK
libssl-devel                         1.1.1d-1                       OK
libssl1.0                            1.0.2t-1                       OK
libssl1.1                            1.1.1d-1                       OK
libssp0                              6.4.0-4                        OK
libstdc++6                           9.2.0-2                        OK
libsynctex1                          20180918-1                     OK
libsynctex2                          20190509-1                     OK
libtasn1_6                           4.14-1                         OK
libtdb-devel                         1.3.18-1                       OK
libtdb1                              1.3.18-1                       OK
libteckit0                           2.5.9-1                        OK
libtexlua52_5                        20180918-1                     OK
libtexlua53_5                        20190509-1                     OK
libtexluajit2                        20190509-1                     OK
libthai0                             0.1.26-1                       OK
libtidy0_99_0                        20090325-1                     OK
libtiff-devel                        4.0.9-1                        OK
libtiff5                             3.9.7-4                        OK
libtiff6                             4.0.9-1                        OK
libtirpc-common                      1.1.4-1                        OK
libtirpc3                            1.1.4-1                        OK
libturbojpeg-devel                   1.5.3-1                        OK
libturbojpeg0                        1.5.3-1                        OK
libtxc_dxtn                          1.0.1-2                        OK
libunistring2                        0.9.10-1                       OK
libusb0                              1.2.6.0-2                      OK
libusb1.0                            1.0.21-1                       OK
libustr1                             1.0.4-12                       OK
libuuid-devel                        2.33.1-1                       OK
libuuid1                             2.33.1-1                       OK
libuv1                               1.32.0-1                       OK
libverto1                            0.2.6-1                        OK
libvpx1                              1.3.0-2                        OK
libvtv0                              5.4.0-1                        OK
libwebp5                             0.4.4-1                        OK
libwebp7                             0.6.1-2                        OK
libwebpdemux2                        0.6.1-2                        OK
libwebpmux1                          0.4.4-1                        OK
libwebpmux3                          0.6.1-2                        OK
libwrap0                             7.6-26                         OK
libX11-devel                         1.6.8-1                        OK
libX11-xcb1                          1.6.8-1                        OK
libX11_6                             1.6.8-1                        OK
libxapian22                          1.2.24-1                       OK
libxapian30                          1.4.5-1                        OK
libXau-devel                         1.0.9-1                        OK
libXau6                              1.0.9-1                        OK
libXaw3d8                            1.6.3-1                        OK
libXaw7                              1.0.13-1                       OK
libxcb-composite0                    1.13-1                         OK
libxcb-devel                         1.13-1                         OK
libxcb-dri2_0                        1.13-1                         OK
libxcb-ewmh2                         0.4.1-1                        OK
libxcb-glx0                          1.13-1                         OK
libxcb-icccm4                        0.4.1-1                        OK
libxcb-image0                        0.3.9-1                        OK
libxcb-render0                       1.13-1                         OK
libxcb-shm0                          1.13-1                         OK
libxcb-util1                         0.3.9-1                        OK
libxcb-xfixes0                       1.13-1                         OK
libxcb1                              1.13-1                         OK
libXcomposite1                       0.4.5-1                        OK
libXcursor1                          1.2.0-1                        OK
libXdamage1                          1.1.5-1                        OK
libXdmcp-devel                       1.1.3-1                        OK
libXdmcp6                            1.1.3-1                        OK
libXext6                             1.3.4-1                        OK
libXfixes3                           5.0.3-1                        OK
libXfont1                            1.5.4-1                        OK
libXfont2_2                          2.0.4-1                        OK
libXft2                              2.3.3-1                        OK
libXi6                               1.7.10-1                       OK
libXinerama1                         1.1.4-1                        OK
libxkbfile1                          1.1.0-1                        OK
libxml2                              2.9.9-2                        OK
libXmu6                              1.1.3-1                        OK
libXmuu1                             1.1.3-1                        OK
libXpm-devel                         3.5.12-1                       OK
libXpm-noX                           3.5.12-1                       OK
libXpm-noX-devel                     3.5.12-1                       OK
libXpm-noX_4                         3.5.12-1                       OK
libXpm4                              3.5.12-1                       OK
libXrandr2                           1.5.2-1                        OK
libXrender1                          0.9.9-1                        OK
libxslt                              1.1.29-1                       OK
libXss1                              1.2.3-1                        OK
libXt6                               1.2.0-1                        OK
libyaml0_2                           0.1.6-2                        OK
libzip2                              0.11.2-2                       OK
libzip5                              1.5.1-1                        OK
libzzip0.13                          0.13.68-1                      OK
login                                1.13-1                         OK
lua                                  5.3.5-1                        OK
lua5.1                               5.1.5-3                        OK
luit                                 20130217-1                     OK
lynx                                 2.8.7-2                        OK
m4                                   1.4.18-1                       OK
make                                 4.2.1-2                        OK
makedepend                           1.0.6-1                        OK
man-db                               2.7.6.1-1                      OK
mariadb-common                       3.0.9-1                        OK
mcpp                                 2.7.2-2                        OK
mcrypt                               2.6.8-1                        OK
md5deep                              4.4-1                          OK
mercurial                            5.0.2-1                        OK
mingw-w32api                         4.0-1                          OK
mintty                               3.1.4-1                        OK
moreutils                            0.62-1                         OK
mysql                                10.3.14-1                      OK
mysql-common                         10.3.14-1                      OK
ncftp                                3.2.5-2                        OK
ncurses                              6.1-1.20190727                 OK
ncurses-debuginfo                    6.1-1.20190727                 OK
netpbm                               10.80.00-1                     OK
nosleep                              0.1.5-1                        OK
openjpeg                             1.5.2-3                        OK
openldap                             2.4.49-1                       OK
openldap-devel                       2.4.49-1                       OK
OpenSP                               1.5.2-2                        OK
openssh                              8.2p1-1                        OK
openssl                              1.1.1d-1                       OK
p11-kit                              0.23.15-1                      OK
p11-kit-trust                        0.23.15-1                      OK
p7zip                                15.14.1-1                      OK
patch                                2.7.4-1                        OK
patchutils                           0.3.4-1                        OK
pbzip2                               1.1.13-1                       OK
perl                                 5.30.1-1                       OK
perl-autovivification                0.18-2                         OK
perl-B-Hooks-EndOfScope              0.24-2                         OK
perl-Business-ISBN                   3.005-1                        OK
perl-Business-ISBN-Data              20191107-1                     OK
perl-Business-ISMN                   1.201-2                        OK
perl-Business-ISSN                   1.003-2                        OK
perl-Carp                            1.3301-2                       OK
perl-CGI                             4.46-1                         OK
perl-Class-Accessor                  0.51-2                         OK
perl-Class-Data-Inheritable          0.08-3                         OK
perl-Class-Factory-Util              1.7-3                          OK
perl-Class-Inspector                 1.36-2                         OK
perl-Class-Singleton                 1.5-3                          OK
perl-Clone                           0.43-1                         OK
perl-Data-Compare                    1.27-2                         OK
perl-Data-Diver                      1.0101-5                       OK
perl-Data-Dump                       1.23-3                         OK
perl-Data-Uniqid                     0.12-3                         OK
perl-Date-Simple                     3.03-4                         OK
perl-DateTime                        1.52-1                         OK
perl-DateTime-Calendar-Julian        0.102-2                        OK
perl-DateTime-Format-Builder         0.82-2                         OK
perl-DateTime-Format-Strptime        1.77-1                         OK
perl-DateTime-Locale                 1.25-2                         OK
perl-DateTime-TimeZone               2.38-1                         OK
perl-Devel-StackTrace                2.04-2                         OK
perl-Digest-SHA                      6.02-2                         OK
perl-Digest-SHA1                     2.13-7                         OK
perl-Dist-CheckConflicts             0.11-4                         OK
perl-Encode-Locale                   1.05-3                         OK
perl-Error                           0.17029-1                      OK
perl-Eval-Closure                    0.14-3                         OK
perl-Exception-Class                 1.44-2                         OK
perl-Exporter-Tiny                   1.002001-2                     OK
perl-File-Copy-Recursive             0.45-2                         OK
perl-File-Find-Rule                  0.34-3                         OK
perl-File-HomeDir                    1.004-2                        OK
perl-File-Listing                    6.04-7                         OK
perl-File-ShareDir                   1.116-2                        OK
perl-File-Slurp                      9999.29-1                      OK
perl-File-Slurp-Tiny                 0.004-3                        OK
Empty package perl-File-Slurp-Unicode
perl-File-Slurp-Unicode              0.7.1-2                        OK
perl-File-Slurper                    0.012-2                        OK
perl-File-Which                      1.23-2                         OK
perl-HTML-Parser                     3.72-3                         OK
perl-HTML-Tagset                     3.20-7                         OK
perl-HTTP-Cookies                    6.08-1                         OK
perl-HTTP-Daemon                     6.06-2                         OK
perl-HTTP-Date                       6.05-1                         OK
perl-HTTP-Message                    6.22-1                         OK
perl-HTTP-Negotiate                  6.01-7                         OK
perl-IO-HTML                         1.001-4                        OK
perl-IO-Socket-SSL                   2.067-1                        OK
perl-IO-String                       1.08-7                         OK
perl-IPC-Cmd                         1.04-2                         OK
perl-IPC-Run3                        0.048-4                        OK
perl-libwww-perl                     6.43-1                         OK
perl-Lingua-Translit                 0.28-2                         OK
perl-List-AllUtils                   0.16-1                         OK
perl-List-MoreUtils                  0.428-2                        OK
perl-List-MoreUtils-XS               0.428-2                        OK
perl-List-SomeUtils                  0.58-2                         OK
perl-List-SomeUtils-XS               0.58-2                         OK
perl-List-UtilsBy                    0.11-2                         OK
perl-Log-Log4perl                    1.49-3                         OK
Empty package perl-LWP
perl-LWP                             6.13-1                         OK
perl-LWP-MediaTypes                  6.04-2                         OK
perl-LWP-Protocol-https              6.07-3                         OK
perl-MIME-Charset                    1.012.2-3                      OK
perl-Module-Implementation           0.09-3                         OK
Empty package perl-Module-Load-Conditional
perl-Module-Load-Conditional         0.68-2                         OK
perl-Module-Runtime                  0.016-2                        OK
perl-Mojolicious                     8.33-1                         OK
perl-Mozilla-CA                      20180117-2                     OK
perl-MRO-Compat                      0.13-3                         OK
perl-namespace-autoclean             0.29-2                         OK
perl-namespace-clean                 0.27-3                         OK
perl-Net-HTTP                        6.19-2                         OK
perl-Net-SSLeay                      1.88-2                         OK
perl-Number-Compare                  0.03-7                         OK
perl-Package-DeprecationManager      0.17-3                         OK
perl-Package-Stash                   0.38-2                         OK
perl-Package-Stash-XS                0.29-2                         OK
perl-Params-Util                     1.07-7                         OK
perl-Params-Validate                 1.29-3                         OK
perl-Params-ValidationCompiler       0.30-2                         OK
Empty package perl-Pod-Simple
perl-Pod-Simple                      3.35-2                         OK
perl-Proc-ProcessTable               0.59-2                         OK
perl-Readonly                        2.05-3                         OK
perl-Regexp-Common                   2017060201-3                   OK
perl-Role-Tiny                       2.001004-2                     OK
perl-Scalar-List-Utils               1.54-1                         OK
perl-Socket                          2.029-2                        OK
perl-Sort-Key                        1.33-3                         OK
perl-Specio                          0.45-1                         OK
perl-Sub-Exporter-Progressive        0.001013-3                     OK
perl-Sub-Identify                    0.14-3                         OK
perl-Sub-Install                     0.928-4                        OK
perl-Sub-Name                        0.26-2                         OK
perl-Sub-Quote                       2.006006-2                     OK
perl-TermReadKey                     2.38-2                         OK
perl-Test-Fatal                      0.014-4                        OK
perl-Test-Harness                    3.42-2                         OK
perl-Text-BibTeX                     0.88-2                         OK
perl-Text-CSV                        2.00-2                         OK
perl-Text-Glob                       0.11-3                         OK
perl-Text-Roman                      3.5-3                          OK
perl-Tie-Cycle                       1.225-3                        OK
perl-TimeDate                        2.31-1                         OK
perl-Tk                              804.034-2                      OK
perl-Tk-Pod                          0.9943-2                       OK
perl-Try-Tiny                        0.30-2                         OK
perl-Unicode-Collate                 1.27-2                         OK
perl-Unicode-LineBreak               2019.001-2                     OK
perl-Unicode-Normalize               1.26-2                         OK
perl-URI                             1.76-2                         OK
perl-Variable-Magic                  0.62-2                         OK
perl-WWW-RobotRules                  6.02-7                         OK
perl-XML-LibXML                      2.0202-1                       OK
perl-XML-LibXML-Simple               1.01-1                         OK
perl-XML-LibXSLT                     1.99-1                         OK
perl-XML-NamespaceSupport            1.12-3                         OK
perl-XML-Parser                      2.46-2                         OK
perl-XML-SAX                         1.02-2                         OK
perl-XML-SAX-Base                    1.09-3                         OK
perl-XML-Writer                      0.625-3                        OK
Empty package perl-XSLoader
perl-XSLoader                        0.24-2                         OK
perl-YAML-Tiny                       1.73-2                         OK
perl_autorebase                      5.30.1-1                       OK
perl_base                            5.30.1-1                       OK
pkg-config                           1.6.0-1                        OK
pkgconf                              1.6.0-1                        OK
poppler                              0.62.0-1                       OK
poppler-data                         0.4.8-1                        OK
Empty package popt
popt                                 1.16-2                         OK
postgresql                           12.2-1                         OK
postgresql-client                    12.2-1                         OK
postgresql-devel                     12.2-1                         OK
postgresql-doc                       12.2-1                         OK
preview-latex                        11.92-1                        OK
procps-ng                            3.3.16-1                       OK
psmisc                               22.20-1                        OK
pstotext                             1.9-1                          OK
publicsuffix-list-dafsa              20190717-1                     OK
python-beautifulsoup                 3.2.1-1                        OK
python-pip-wheel                     19.2.3-1                       OK
python-setuptools-wheel              41.2.0-1                       OK
python2                              2.7.16-1                       OK
python2-backports.ssl_match_hostname 3.5.0.1-1                      OK
python27                             2.7.16-1                       OK
python27-alabaster                   0.7.12-1                       OK
python27-appdirs                     1.4.3-2                        OK
python27-asn1crypto                  0.24.0-1                       OK
python27-babel                       2.6.0-1                        OK
python27-cffi                        1.12.2-1                       OK
python27-chardet                     3.0.4-1                        OK
python27-cryptography                2.6.1-1                        OK
python27-docutils                    0.14-1                         OK
python27-enum34                      1.1.6-2                        OK
python27-idna                        2.8-1                          OK
python27-imagesize                   1.1.0-1                        OK
python27-imaging                     5.4.1-1                        OK
python27-ipaddress                   1.0.22-1                       OK
python27-jinja2                      2.10-1                         OK
python27-lxml                        4.3.2-1                        OK
python27-markupsafe                  1.1.1-1                        OK
python27-numpy                       1.16.2-1                       OK
python27-olefile                     0.46-1                         OK
python27-openssl                     19.0.0-1                       OK
python27-packaging                   19.0-1                         OK
python27-ply                         3.11-1                         OK
python27-pycparser                   2.19-1                         OK
python27-pygments                    2.3.1-1                        OK
python27-pyparsing                   2.3.1-1                        OK
python27-pytz                        2018.9-2                       OK
python27-requests                    2.21.0-1                       OK
python27-setuptools                  41.2.0-1                       OK
python27-simplejson                  3.16.0-1                       OK
python27-six                         1.12.0-1                       OK
python27-snowballstemmer             1.2.1-2                        OK
python27-sphinx                      1.8.5-1                        OK
python27-sphinx_rtd_theme            0.4.3-1                        OK
python27-sphinxcontrib-websupport    1.1.0-1                        OK
python27-sqlalchemy                  1.3.1-1                        OK
python27-tkinter                     2.7.16-1                       OK
python27-typing                      3.6.6-1                        OK
python27-urllib3                     1.24.1-1                       OK
python27-whoosh                      2.7.4-2                        OK
python27-xapian                      1.4.5-3                        OK
python3                              3.6.8-1                        OK
python36                             3.6.9-1                        OK
python36-cffi                        1.12.2-1                       OK
python36-chardet                     3.0.4-1                        OK
python36-imaging                     5.4.1-1                        OK
python36-olefile                     0.46-1                         OK
python36-ply                         3.11-1                         OK
python36-pycparser                   2.19-1                         OK
python36-pygments                    2.3.1-1                        OK
rebase                               4.4.4-1                        OK
renameutils                          0.12.0-1                       OK
rsync                                3.1.2-1                        OK
ruby                                 2.6.4-1                        OK
ruby-builder                         3.2.3-1                        OK
ruby-did_you_mean                    1.2.2-1                        OK
ruby-minitest                        5.10.3-1                       OK
Empty package ruby-minitest4
ruby-minitest4                       5.10.3-1                       OK
ruby-rake                            12.3.2-1                       OK
ruby-rdoc                            6.1.2-1                        OK
rubygems                             3.0.3-1                        OK
run                                  1.3.4-2                        OK
run2                                 0.4.2-2                        OK
rxp                                  1.5.0-1                        OK
screen                               4.8.0-1                        OK
sed                                  4.4-1                          OK
setxkbmap                            1.3.2-1                        OK
sgml-common                          0.6.3-3                        OK
shared-mime-info                     1.8-1                          OK
subversion                           1.13.0-2                       OK
tar                                  1.29-1                         OK
tcl                                  8.6.8-1                        OK
tcl-tix                              8.4.3-3                        OK
tcl-tk                               8.6.8-1                        OK
terminfo                             6.1-1.20190727                 OK
terminfo-extra                       6.1-1.20190727                 OK
texinfo                              6.7-1                          OK
texlive                              20190509-1                     OK
texlive-collection-basic             20190509-1                     OK
texlive-collection-bibtexextra       20190913-1                     OK
texlive-collection-binextra          20190509-1                     OK
texlive-collection-fontsrecommended  20190509-1                     OK
texlive-collection-latex             20190509-1                     OK
texlive-collection-latexextra        20190509-1                     OK
texlive-collection-latexrecommended  20190509-1                     OK
texlive-collection-mathscience       20190509-1                     OK
texlive-collection-pictures          20190913-1                     OK
tftp                                 5.2-1                          OK
tidy                                 20090325-1                     OK
tnftp                                20130505-1                     OK
transfig                             3.2.7b-1                       OK
twm                                  1.0.10-1                       OK
tzcode                               2019c-1                        OK
tzdata                               2019c-1                        OK
unzip                                6.0-17                         OK
urw-base35-fonts                     20170801-5                     OK
urw-base35-fonts-legacy              20170801-5                     OK
usbutils                             007-1                          OK
util-linux                           2.33.1-1                       OK
vim-minimal                          8.1.1772-1                     OK
w32api-headers                       7.0.0-1                        OK
w32api-runtime                       7.0.0-1                        OK
w32api-runtime-debuginfo             7.0.0-1                        OK
w3m                                  0.5.3-3                        OK
wget                                 1.19.1-2                       OK
which                                2.20-2                         OK
windows-default-manifest             6.4-1                          OK
wput                                 0.6.2+git20130413-1            OK
xauth                                1.1-1                          OK
xcursor-themes                       1.0.6-1                        OK
xdg-user-dirs                        0.16-1                         OK
xf86-video-dummy                     0.3.8-1                        OK
xf86-video-nested                    0.1.0-8.20160719git            OK
xinit                                1.4.1-1                        OK
xkbcomp                              1.4.2-1                        OK
xkeyboard-config                     2.23.1-1                       OK
xlsx2csv                             0.11+20120814+gitf54ab78-2     OK
xmlto                                0.0.26-1                       OK
xmodmap                              1.0.10-1                       OK
xorg-server                          1.20.5-3                       OK
xorg-server-common                   1.20.5-3                       OK
xorg-x11-fonts-dpi75                 7.5-4                          OK
xorg-x11-fonts-misc                  7.5-4                          OK
xorgproto                            2019.1-1                       OK
xrdb                                 1.2.0-1                        OK
xterm                                348-1                          OK
xwin-xdg-menu                        20170321-1                     OK
xz                                   5.2.4-1                        OK
zip                                  3.0-12                         OK
zlib-devel                           1.2.11-1                       OK
zlib0                                1.2.11-1                       OK
Use -h to see help about each section

[-- Attachment #3: XWin log when launch hung --]
[-- Type: application/octet-stream, Size: 12325 bytes --]

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.20.5.0
OS: CYGWIN_NT-10.0-18363 maritain 3.1.4-340.x86_64 2020-02-19 08:49 UTC x86_64
OS: Windows 10  [Windows NT 10.0 build 18363] (Win64)
Package: version 1.20.5-3 built 2019-09-06

XWin was started with the following command line:

/usr/bin/XWin :0 -multiwindow -auth /home/ht/.serverauth.2411 

ddxProcessArgument - Initializing default screens
winInitializeScreenDefaults - primary monitor w 1920 h 1080
winInitializeScreenDefaults - native DPI x 96 y 96
[ 23385.218] (II) xorg.conf is not supported
[ 23385.218] (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
[ 23385.218] LoadPreferences: /home/ht/.XWinrc not found
[ 23385.218] LoadPreferences: Loading /etc/X11/system.XWinrc
[ 23385.218] LoadPreferences: Done parsing the configuration file...
[ 23385.234] winDetectSupportedEngines - RemoteSession: no
[ 23385.265] winDetectSupportedEngines - DirectDraw4 installed, allowing ShadowDDNL
[ 23385.281] winDetectSupportedEngines - Returning, supported engines 00000005
[ 23385.281] winSetEngine - Multi Window or Rootless => ShadowGDI
[ 23385.281] winScreenInit - Using Windows display depth of 32 bits per pixel
[ 23385.312] winAllocateFBShadowGDI - Creating DIB with width: 1920 height: 1080 depth: 32
[ 23385.312] winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
[ 23385.312] winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32
[ 23385.312] glWinSelectGLimplementation: Loaded 'cygnativeGLthunk.dll'
[ 23385.437] (II) AIGLX: Testing pixelFormatIndex 1
[ 23385.484] GL_VERSION:     4.5.13397 Compatibility Profile Context FireGL 15.200.1045.0
[ 23385.484] GL_VENDOR:      ATI Technologies Inc.
[ 23385.484] GL_RENDERER:    AMD FirePro 2270
[ 23385.484] (II) GLX: enabled GLX_SGI_make_current_read
[ 23385.484] (II) GLX: enabled GLX_SGI_swap_control
[ 23385.484] (II) GLX: enabled GLX_MESA_swap_control
[ 23385.484] (II) GLX: enabled GLX_SGIX_pbuffer
[ 23385.484] (II) GLX: enabled GLX_ARB_multisample
[ 23385.484] (II) GLX: enabled GLX_SGIS_multisample
[ 23385.484] (II) GLX: enabled GLX_ARB_fbconfig_float
[ 23385.484] (II) GLX: enabled GLX_EXT_fbconfig_packed_float
[ 23385.484] (II) GLX: enabled GLX_ARB_create_context
[ 23385.484] (II) GLX: enabled GLX_ARB_create_context_profile
[ 23385.484] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 23385.500] (II) 431 pixel formats reported by wglGetPixelFormatAttribivARB
[ 23385.500] pixelFormat 36: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 37: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 38: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 39: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 40: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 41: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 42: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 43: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 44: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 45: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 46: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 47: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 48: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 49: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 50: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 51: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 52: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 53: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 54: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 55: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 56: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 57: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 58: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 59: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 60: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 61: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 62: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 63: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 64: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 65: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 66: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 67: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 68: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 69: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 70: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.500] pixelFormat 71: has 1 overlay, 0 underlays which aren't currently handled
[ 23385.500] getAttrValue failed to find attr 0x2039, using default value 0
[ 23385.500] getAttrValue failed to find attr 0x203b, using default value 0
[ 23385.515] (II) 396 fbConfigs
[ 23385.515] (II) ignored pixel formats: 0 not OpenGL, 0 unknown pixel type, 35 unaccelerated
[ 23385.515] (II) GLX: Initialized Win32 native WGL GL provider for screen 0
[ 23385.781] winPointerWarpCursor - Discarding first warp: 960 540
[ 23385.781] (--) 3 mouse buttons found
[ 23385.781] (--) Setting autorepeat to delay=500, rate=31
[ 23385.781] (--) Windows keyboard layout: "00000809" (00000809) "United Kingdom", type 4
[ 23385.781] (--) Found matching XKB configuration "English (United Kingdom)"
[ 23385.796] (--) Model = "pc105" Layout = "gb" Variant = "none" Options = "none"
[ 23385.796] Rules = "base" Model = "pc105" Layout = "gb" Variant = "none" Options = "none"
[ 23385.953] [ 23385.953] winInitMultiWindowWM - DISPLAY=:0.0
winMultiWindowXMsgProc - DISPLAY=:0.0
[ 23386.125] winMultiWindowXMsgProc - xcb_connect() returned and successfully opened the display.
[ 23386.125] winProcEstablishConnection - winInitClipboard returned.
[ 23386.125] winClipboardThreadProc - DISPLAY=:0.0
[ 23386.125] winInitMultiWindowWM - xcb_connect () returned and successfully opened the display.
[ 23386.125] winClipboardProc - xcb_connect () returned and successfully opened the display.
[ 23386.125] Using Composite redirection

[-- Attachment #4: XWin log when launch succeeded --]
[-- Type: application/octet-stream, Size: 12533 bytes --]

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.20.5.0
OS: CYGWIN_NT-10.0-18363 maritain 3.1.4-340.x86_64 2020-02-19 08:49 UTC x86_64
OS: Windows 10  [Windows NT 10.0 build 18363] (Win64)
Package: version 1.20.5-3 built 2019-09-06

XWin was started with the following command line:

/usr/bin/XWin :0 -multiwindow -auth /home/ht/.serverauth.2242 

ddxProcessArgument - Initializing default screens
winInitializeScreenDefaults - primary monitor w 1920 h 1080
winInitializeScreenDefaults - native DPI x 96 y 96
[ 23183.171] (II) xorg.conf is not supported
[ 23183.171] (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more information
[ 23183.171] LoadPreferences: /home/ht/.XWinrc not found
[ 23183.171] LoadPreferences: Loading /etc/X11/system.XWinrc
[ 23183.171] LoadPreferences: Done parsing the configuration file...
[ 23183.171] winDetectSupportedEngines - RemoteSession: no
[ 23183.218] winDetectSupportedEngines - DirectDraw4 installed, allowing ShadowDDNL
[ 23183.218] winDetectSupportedEngines - Returning, supported engines 00000005
[ 23183.218] winSetEngine - Multi Window or Rootless => ShadowGDI
[ 23183.218] winScreenInit - Using Windows display depth of 32 bits per pixel
[ 23183.281] winAllocateFBShadowGDI - Creating DIB with width: 1920 height: 1080 depth: 32
[ 23183.281] winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
[ 23183.281] winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32
[ 23183.281] glWinSelectGLimplementation: Loaded 'cygnativeGLthunk.dll'
[ 23183.421] (II) AIGLX: Testing pixelFormatIndex 1
[ 23183.468] GL_VERSION:     4.5.13397 Compatibility Profile Context FireGL 15.200.1045.0
[ 23183.468] GL_VENDOR:      ATI Technologies Inc.
[ 23183.468] GL_RENDERER:    AMD FirePro 2270
[ 23183.468] (II) GLX: enabled GLX_SGI_make_current_read
[ 23183.468] (II) GLX: enabled GLX_SGI_swap_control
[ 23183.468] (II) GLX: enabled GLX_MESA_swap_control
[ 23183.468] (II) GLX: enabled GLX_SGIX_pbuffer
[ 23183.468] (II) GLX: enabled GLX_ARB_multisample
[ 23183.468] (II) GLX: enabled GLX_SGIS_multisample
[ 23183.468] (II) GLX: enabled GLX_ARB_fbconfig_float
[ 23183.468] (II) GLX: enabled GLX_EXT_fbconfig_packed_float
[ 23183.468] (II) GLX: enabled GLX_ARB_create_context
[ 23183.468] (II) GLX: enabled GLX_ARB_create_context_profile
[ 23183.468] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 23183.468] (II) 431 pixel formats reported by wglGetPixelFormatAttribivARB
[ 23183.468] pixelFormat 36: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 37: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 38: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 39: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 40: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 41: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 42: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 43: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 44: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 45: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 46: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 47: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 48: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 49: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 50: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 51: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 52: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 53: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.468] pixelFormat 54: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.468] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.468] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 55: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 56: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 57: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 58: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 59: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 60: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 61: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 62: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 63: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 64: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 65: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 66: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 67: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 68: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 69: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 70: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.484] pixelFormat 71: has 1 overlay, 0 underlays which aren't currently handled
[ 23183.484] getAttrValue failed to find attr 0x2039, using default value 0
[ 23183.484] getAttrValue failed to find attr 0x203b, using default value 0
[ 23183.500] (II) 396 fbConfigs
[ 23183.500] (II) ignored pixel formats: 0 not OpenGL, 0 unknown pixel type, 35 unaccelerated
[ 23183.500] (II) GLX: Initialized Win32 native WGL GL provider for screen 0
[ 23183.906] winPointerWarpCursor - Discarding first warp: 960 540
[ 23183.906] (--) 3 mouse buttons found
[ 23183.906] (--) Setting autorepeat to delay=500, rate=31
[ 23183.921] (--) Windows keyboard layout: "00000809" (00000809) "United Kingdom", type 4
[ 23183.921] (--) Found matching XKB configuration "English (United Kingdom)"
[ 23183.921] (--) Model = "pc105" Layout = "gb" Variant = "none" Options = "none"
[ 23183.921] Rules = "base" Model = "pc105" Layout = "gb" Variant = "none" Options = "none"
[ 23184.156] winInitMultiWindowWM - DISPLAY=:0.0
[ 23184.156] winMultiWindowXMsgProc - DISPLAY=:0.0
[ 23184.234] winMultiWindowXMsgProc - xcb_connect() returned and successfully opened the display.
[ 23184.234] [ 23184.234] winProcEstablishConnection - winInitClipboard returned.
winClipboardThreadProc - DISPLAY=:0.0
[ 23184.234] winInitMultiWindowWM - xcb_connect () returned and successfully opened the display.
[ 23184.250] Using Composite redirection
[ 23184.250] winClipboardProc - xcb_connect () returned and successfully opened the display.
[ 23192.421] winMultiWindowXMsgProc - Fatal error 1 on xcb connection
[ 23192.500] winDeinitMultiWindowWM - Noting shutdown in progress
[ 23192.500] (II) Server terminated successfully (0). Closing log file.

[-- Attachment #5: Type: text/plain, Size: 355 bytes --]


-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]


[-- Attachment #6: Type: text/plain, Size: 219 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] 15+ messages in thread

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-03 23:25             ` Brian Inglis
@ 2020-03-04  1:12               ` Henry S. Thompson
  0 siblings, 0 replies; 15+ messages in thread
From: Henry S. Thompson @ 2020-03-04  1:12 UTC (permalink / raw)
  To: cygwin

Brian Inglis writes:

>>  2) There are some hints that cygrunsrv/cygserver might be implicated.
>>     Two cygchecks on one of my machines (which did run to completion)
>>     differ in that the one taken while XWin had started successfully
>>     differed from the other in that all my Cygwin services (cron,
>>     cygserver, sshd, and exim) were stopped,
>>     In the other, a case of XWin hang, they were all running.
>> 
>>     On my other system after several fails in a row, I stopped all my
>>     services and XWin launched successfully.
>> 
>> Grasping at straws here, but I have one machine sitting in a hung state,
>> and other debugging ideas welcome...
>
> XWin startup takes different paths depending on whether you have sshd
> running or not.

Ah, interesting.

> I also have cygserver defined with max supported threads, as I have
> cron jobs which need them. I can often get multiwindow X to launch
> from mintty with sshd disabled, after deleting:

> $ llgo -AR /tmp/.X* /tmp/dbus-* /tmp/fam-$USER/fam-
> srwxrwxrwx  1  0 Mar  2 08:47 /tmp/dbus-QdAWXiPC8F=
> ...

Just stopping sshd didn't do it, I did eventually have to kill all 4 of
my services (cron, cygserver, exim, sshd).

But, I only did one trial after stopping each one, starting with sshd,
so this isn't definitive...

ht
-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-03 12:59         ` Takashi Yano
  2020-03-03 21:43           ` Henry S. Thompson
@ 2020-03-04  8:59           ` Roland Roberts
  2020-03-08  2:14             ` Roland Roberts
  1 sibling, 1 reply; 15+ messages in thread
From: Roland Roberts @ 2020-03-04  8:59 UTC (permalink / raw)
  To: cygwin

On 3/3/2020 7:59 AM, Takashi Yano wrote:
> On Tue, 03 Mar 2020 12:40:17 +0000
> "Henry S. Thompson" wrote:
>> Takashi Yano writes:
>>> This bug was already fixed in current git head.
>>
>> Current git head for Cygwin?  Or mintty?
> 
> I mean cygwin.
> 
>> Because I have another box, and now see that the bug does _not_ occur
>> with Cygwin 3.1.4 and mintty 3.1.0 -- the above error labelled 3.1.4 is
>> with Cygwin 3.1.4 _and_ mintty 3.1.4.
> 
> In my environment, your problem does not occur even with cygwin
> 3.1.4 and mintty 3.1.4. So I am not sure what is the real cause.

Well, for me it *does* happen with cygwin 3.1.4 and mintty 3.1.4. I 
tried rolling back just mintty to 3.1.0 and it still happened. Then I 
rolled both of them back and it no longer happens, at least on one of my 
systems where I am *not* running sshd. Now to go try the other one....

roland


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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-03 23:46             ` Henry S. Thompson
@ 2020-03-04 19:05               ` Brian Inglis
  2020-03-04 19:05                 ` Henry S. Thompson
  0 siblings, 1 reply; 15+ messages in thread
From: Brian Inglis @ 2020-03-04 19:05 UTC (permalink / raw)
  To: cygwin

On 2020-03-03 15:02, Henry S. Thompson wrote:
> cygcheck output attached, just in case...
> 
> Per previous message, had to interrupt id, which was hanging, which
> produced
> 
>   garbled output from "id" command - no uid= found
> 
> while cygcheck carried on...
> and then hung with Process Explorer showing
> 
>   bash.exe
>      bash.exe
>         cygcheck.exe
>            cmd.exe
>              cygrunsrv.exe

As cygcheck is a Windows msvcrt.dll program, not a Cygwin cygwin1.dll program,
it uses Windows popen which runs commands under $COMSPEC rather than $SHELL, and
that can be affected by {HKLM,HKCU}/Software/Microsoft/Command Processor/
registry entries e.g.:

$ regtool list -v /proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Command\
Processor/
DefaultColor (REG_DWORD) = 0x00000000 (0)
EnableExtensions (REG_DWORD) = 0x00000001 (1)
CompletionChar (REG_DWORD) = 0x00000040 (64)
PathCompletionChar (REG_DWORD) = 0x00000040 (64)
$ regtool list -v /proc/registry/HKEY_CURRENT_USER/SOFTWARE/Microsoft/Command\
Processor/
Autorun (REG_EXPAND_SZ) = "@chcp 65001 >nul"
CompletionChar (REG_DWORD) = 0x00000009 (9)
DefaultColor (REG_DWORD) = 0x00000000 (0)
EnableExtensions (REG_DWORD) = 0x00000001 (1)
PathCompletionChar (REG_DWORD) = 0x00000009 (9)

runs chcp 65001 at cmd startup, but could also do much more and different.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-04 19:05               ` Brian Inglis
@ 2020-03-04 19:05                 ` Henry S. Thompson
  0 siblings, 0 replies; 15+ messages in thread
From: Henry S. Thompson @ 2020-03-04 19:05 UTC (permalink / raw)
  To: cygwin

Brian Inglis writes:

> On 2020-03-03 15:02, Henry S. Thompson wrote:
>> cygcheck output attached, just in case...
>> 
>> Per previous message, had to interrupt id, which was hanging, which
>> produced
>> 
>>   garbled output from "id" command - no uid= found

And yes, I inadvertently left out the 'cmd' line in the previous message.

> ...
> that can be affected by {HKLM,HKCU}/Software/Microsoft/Command Processor/
> registry entries e.g.:
>
> $ regtool list -v /proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Command\ Processor 
> ...
> $ regtool list -v /proc/registry/HKEY_CURRENT_USER/SOFTWARE/Microsoft/Command\ Processor/
> Autorun (REG_EXPAND_SZ) = "@chcp 65001 >nul"
> ...
> runs chcp 65001 at cmd startup, but could also do much more and different.

Thanks, but mine are the same as yours, except _no_ Autorun in either
case, so I don't _think_ that's a possible source of the problem...

ht
-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


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

* Re: Cygwin/X XWinrc menu no longer launches after recent updates
  2020-03-04  8:59           ` Roland Roberts
@ 2020-03-08  2:14             ` Roland Roberts
  0 siblings, 0 replies; 15+ messages in thread
From: Roland Roberts @ 2020-03-08  2:14 UTC (permalink / raw)
  To: cygwin

On 3/3/2020 8:12 PM, Roland Roberts wrote:
> On 3/3/2020 7:59 AM, Takashi Yano wrote:
>> On Tue, 03 Mar 2020 12:40:17 +0000
>> "Henry S. Thompson" wrote:
>>> Takashi Yano writes:
>>>> This bug was already fixed in current git head.
>>> Current git head for Cygwin?  Or mintty?
>>
>> I mean cygwin.
>>
>>> Because I have another box, and now see that the bug does _not_ occur
>>> with Cygwin 3.1.4 and mintty 3.1.0 -- the above error labelled 3.1.4 is
>>> with Cygwin 3.1.4 _and_ mintty 3.1.4.
>>
>> In my environment, your problem does not occur even with cygwin
>> 3.1.4 and mintty 3.1.4. So I am not sure what is the real cause.
> 
> Well, for me it *does* happen with cygwin 3.1.4 and mintty 3.1.4. I 
> tried rolling back just mintty to 3.1.0 and it still happened. Then I 
> rolled both of them back and it no longer happens, at least on one of my 
> systems where I am *not* running sshd. Now to go try the other one....

For me, it is sufficient to roll back just cygwin to 3.1.0. The mintty 
version does not matter at all.

roland

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

end of thread, other threads:[~2020-03-08  2:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03  5:14 Cygwin/X XWinrc menu no longer launches after recent updates Roland Roberts
2020-03-03  9:53 ` Takashi Yano
2020-03-03 12:18   ` Henry S. Thompson
2020-03-03 12:35     ` Takashi Yano
2020-03-03 12:40       ` Henry S. Thompson
2020-03-03 12:59         ` Takashi Yano
2020-03-03 21:43           ` Henry S. Thompson
2020-03-03 22:20             ` Brian Inglis
2020-03-03 23:25             ` Brian Inglis
2020-03-04  1:12               ` Henry S. Thompson
2020-03-03 23:46             ` Henry S. Thompson
2020-03-04 19:05               ` Brian Inglis
2020-03-04 19:05                 ` Henry S. Thompson
2020-03-04  8:59           ` Roland Roberts
2020-03-08  2:14             ` Roland Roberts

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