public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Starting mintty via run.exe
@ 2014-10-16 19:43 John Wiersba
  2014-10-16 23:34 ` Eliot Moss
  0 siblings, 1 reply; 28+ messages in thread
From: John Wiersba @ 2014-10-16 19:43 UTC (permalink / raw)
  To: cygwin

I'm trying to create a Windows shortcut which will start mintty indirectly by running a (perl) script which will exec mintty.  I know I can start mintty.exe directly via the shortcut, but the purpose of my script is to wrap the invocation in the proper environment and arguments.  

I'm encountering two problems using run.exe:

1) run.exe doesn't seem to be able to run a hashbang script.  My script starts with #!/usr/bin/perl and runs just fine from a cygwin bash command line, starting a new mintty terminal as expected.  But calling it from run.exe fails.  Clicking on the shortcut flashes some kind of terminal window on the screen, which appears to have no content (but it is hard to tell, since it flashes so quickly) and then the terminal window immediately closes. In this case, my shortcut target is: d:\cygwin\bin\run.exe /path/to/hashbang/script.

2)  When I change my shortcut target to: d:\cygwin\run.exe perl /path/to/hashbang/script, then it runs the script and starts a mintty terminal session, but I still get the flashing terminal window before the eventual mintty starts, which I don't want.  I thought the purpose of run.exe was to hide such a terminal window?  There must be something I'm not understanding about how run.exe works or its purpose.


Finally, is there any way I can debug what's going on without rebuilding run.exe?  For example, can I prevent the flashing window from flashing so quickly (in case there's a message displayed there).

Thanks!

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

* Re: Starting mintty via run.exe
  2014-10-16 19:43 Starting mintty via run.exe John Wiersba
@ 2014-10-16 23:34 ` Eliot Moss
  2014-10-17  3:39   ` John Wiersba
  0 siblings, 1 reply; 28+ messages in thread
From: Eliot Moss @ 2014-10-16 23:34 UTC (permalink / raw)
  To: cygwin; +Cc: jrw32982

On 10/16/2014 3:43 PM, John Wiersba wrote:
> I'm trying to create a Windows shortcut which will start mintty indirectly by running a (perl) script which will exec mintty.  I know I can start mintty.exe directly via the shortcut, but the purpose of my script is to wrap the invocation in the proper environment and arguments.
>
> I'm encountering two problems using run.exe:
>
> 1) run.exe doesn't seem to be able to run a hashbang script.  My script starts with #!/usr/bin/perl and runs just fine from a cygwin bash command line, starting a new mintty terminal as expected.  But calling it from run.exe fails.  Clicking on the shortcut flashes some kind of terminal window on the screen, which appears to have no content (but it is hard to tell, since it flashes so quickly) and then the terminal window immediately closes. In this case, my shortcut target is: d:\cygwin\bin\run.exe /path/to/hashbang/script.
>
> 2)  When I change my shortcut target to: d:\cygwin\run.exe perl /path/to/hashbang/script, then it runs the script and starts a mintty terminal session, but I still get the flashing terminal window before the eventual mintty starts, which I don't want.  I thought the purpose of run.exe was to hide such a terminal window?  There must be something I'm not understanding about how run.exe works or its purpose.
>
>
> Finally, is there any way I can debug what's going on without rebuilding run.exe?  For example, can I prevent the flashing window from flashing so quickly (in case there's a message displayed there).

You posted this same question this morning ...

And I answered it about 20 minutes later.

Why are you posting again?  You risk annoying the
list subscribers ...

Regards -- Eliot Moss

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

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

* Re: Starting mintty via run.exe
  2014-10-16 23:34 ` Eliot Moss
@ 2014-10-17  3:39   ` John Wiersba
  2014-10-17  3:51     ` John Wiersba
  0 siblings, 1 reply; 28+ messages in thread
From: John Wiersba @ 2014-10-17  3:39 UTC (permalink / raw)
  To: moss, cygwin

Eliot,

I'm sorry for double posting.  I subscribed this morning, sent back the confirmation email, posted my question and...didn't hear anything.  I never got my original question from the list nor your reply.  Not in my inbox nor in my spam folder.  I figured that my question must have somehow been discarded because I wasn't registered on the list yet.  

After an hour or two, I tried resubscribing to the list (I was already subscribed) and then reposted my question.  I did later see an announcement from Corinna, a post from Ken Brown about emacs and ispell, an announcement from Jon Turney, a post from Christian Franke about exec and PATH, and finally another emacs post from Ken Brown.


I will check the list archives for your reply, since I still don't know what it is.  Thanks in advance for your reply.


-- John



----- Original Message -----
> From: Eliot Moss <moss@cs.umass.edu>
> To: cygwin@cygwin.com
> Cc: jrw32982@yahoo.com
> Sent: Thursday, October 16, 2014 7:34 PM
> Subject: Re: Starting mintty via run.exe
> 
> On 10/16/2014 3:43 PM, John Wiersba wrote:
> 
>>  I'm trying to create a Windows shortcut which will start mintty 
> indirectly by running a (perl) script which will exec mintty.  I know I can 
> start mintty.exe directly via the shortcut, but the purpose of my script is to 
> wrap the invocation in the proper environment and arguments.
>> 
>>  I'm encountering two problems using run.exe:
>> 
>>  1) run.exe doesn't seem to be able to run a hashbang script.  My script 
> starts with #!/usr/bin/perl and runs just fine from a cygwin bash command line, 
> starting a new mintty terminal as expected.  But calling it from run.exe fails.  
> Clicking on the shortcut flashes some kind of terminal window on the screen, 
> which appears to have no content (but it is hard to tell, since it flashes so 
> quickly) and then the terminal window immediately closes. In this case, my 
> shortcut target is: d:\cygwin\bin\run.exe /path/to/hashbang/script.
>> 
>>  2)  When I change my shortcut target to: d:\cygwin\run.exe perl 
> /path/to/hashbang/script, then it runs the script and starts a mintty terminal 
> session, but I still get the flashing terminal window before the eventual mintty 
> starts, which I don't want.  I thought the purpose of run.exe was to hide 
> such a terminal window?  There must be something I'm not understanding about 
> how run.exe works or its purpose.
>> 
>> 
>>  Finally, is there any way I can debug what's going on without 
> rebuilding run.exe?  For example, can I prevent the flashing window from 
> flashing so quickly (in case there's a message displayed there).
> 
> You posted this same question this morning ...
> 
> And I answered it about 20 minutes later.
> 
> Why are you posting again?  You risk annoying the
> list subscribers ...
> 
> Regards -- Eliot Moss
> 
> --
> Problem reports:      http://cygwin.com/problems.html
> FAQ:                  http://cygwin.com/faq/
> Documentation:        http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> 

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

* Re: Starting mintty via run.exe
  2014-10-17  3:39   ` John Wiersba
@ 2014-10-17  3:51     ` John Wiersba
  2014-10-17 13:14       ` Eliot Moss
  0 siblings, 1 reply; 28+ messages in thread
From: John Wiersba @ 2014-10-17  3:51 UTC (permalink / raw)
  To: moss, cygwin

> ----- Original Message -----
> From: Eliot Moss <moss@cs.umass.edu>
> To: cygwin@cygwin.com
> Subject: Re: Starting mintty via run.exe

>

> I think it may be designed to deal only with actual executables (.exe files).
> The wording of the man page is ambiguous, but suggestive of this in that it
> speaks of "Windows programs".
>
> So maybe you want: run /bin/bash -c /path/to/hashbang/script
>
> This worked for me with a trival mintty-starting hash-bang bash script.
>
> Regards -- Eliot Moss

I found your reply on the mailing list archives and quoted it above.  Yes, the same approach worked for me (in my original question I used perl rather than bash -c, since my script was written in perl).  That's mainly an annoyance that I have to specify the interpreter directly, rather than use the shebang line.  But I'm trying to get confirmation that it's not a "bug" but rather the way run.exe was designed.


However, do you have any ideas about the flashing window which appears and then immediately disappears before the mintty terminal starts?  That's a show-stopper.  I thought that was what run.exe was supposed to prevent by making that console window hidden?  Do you get the same flashing console window with your trivial mintty-starting script?


-- John



----- Original Message -----
> From: John Wiersba <jrw32982@yahoo.com>
> To: "moss@cs.umass.edu" <moss@cs.umass.edu>; "cygwin@cygwin.com" <cygwin@cygwin.com>
> Cc: 
> Sent: Thursday, October 16, 2014 11:39 PM
> Subject: Re: Starting mintty via run.exe
> 
> Eliot,
> 
> I'm sorry for double posting.  I subscribed this morning, sent back the 
> confirmation email, posted my question and...didn't hear anything.  I never 
> got my original question from the list nor your reply.  Not in my inbox nor in 
> my spam folder.  I figured that my question must have somehow been discarded 
> because I wasn't registered on the list yet.  
> 
> After an hour or two, I tried resubscribing to the list (I was already 
> subscribed) and then reposted my question.  I did later see an announcement from 
> Corinna, a post from Ken Brown about emacs and ispell, an announcement from Jon 
> Turney, a post from Christian Franke about exec and PATH, and finally another 
> emacs post from Ken Brown.
> 
> 
> I will check the list archives for your reply, since I still don't know what 
> it is.  Thanks in advance for your reply.
> 
> 
> -- John
> 
> 
> 
> 
> ----- Original Message -----
>>  From: Eliot Moss <moss@cs.umass.edu>
>>  To: cygwin@cygwin.com
>>  Cc: jrw32982@yahoo.com
>>  Sent: Thursday, October 16, 2014 7:34 PM
>>  Subject: Re: Starting mintty via run.exe
>> 
>>  On 10/16/2014 3:43 PM, John Wiersba wrote:
>> 
>>>   I'm trying to create a Windows shortcut which will start mintty 
>>  indirectly by running a (perl) script which will exec mintty.  I know I can 
> 
>>  start mintty.exe directly via the shortcut, but the purpose of my script is 
> to 
>>  wrap the invocation in the proper environment and arguments.
>>> 
>>>   I'm encountering two problems using run.exe:
>>> 
>>>   1) run.exe doesn't seem to be able to run a hashbang script.  My 
> script 
>>  starts with #!/usr/bin/perl and runs just fine from a cygwin bash command 
> line, 
>>  starting a new mintty terminal as expected.  But calling it from run.exe 
> fails.  
>>  Clicking on the shortcut flashes some kind of terminal window on the 
> screen, 
>>  which appears to have no content (but it is hard to tell, since it flashes 
> so 
>>  quickly) and then the terminal window immediately closes. In this case, my 
>>  shortcut target is: d:\cygwin\bin\run.exe 
> /path/to/hashbang/script.
>>> 
>>>   2)  When I change my shortcut target to: d:\cygwin\run.exe 
> perl 
>>  /path/to/hashbang/script, then it runs the script and starts a mintty 
> terminal 
>>  session, but I still get the flashing terminal window before the eventual 
> mintty 
>>  starts, which I don't want.  I thought the purpose of run.exe was to 
> hide 
>>  such a terminal window?  There must be something I'm not understanding 
> about 
>>  how run.exe works or its purpose.
>>> 
>>> 
>>>   Finally, is there any way I can debug what's going on without 
>>  rebuilding run.exe?  For example, can I prevent the flashing window from 
>>  flashing so quickly (in case there's a message displayed there).
>> 
>>  You posted this same question this morning ...
>> 
>>  And I answered it about 20 minutes later.
>> 
>>  Why are you posting again?  You risk annoying the
>>  list subscribers ...
>> 
>>  Regards -- Eliot Moss
>> 
>>  --
>>  Problem reports:      http://cygwin.com/problems.html
>>  FAQ:                  http://cygwin.com/faq/
>>  Documentation:        http://cygwin.com/docs.html
>>  Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>> 
> 

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

* Re: Starting mintty via run.exe
  2014-10-17  3:51     ` John Wiersba
@ 2014-10-17 13:14       ` Eliot Moss
  2014-10-17 21:52         ` cygcheck -s segfaults in cygwin64 on Win7Pro-64 John Wiersba
  2014-10-21 16:54         ` run.exe flashes non-hidden console window " John Wiersba
  0 siblings, 2 replies; 28+ messages in thread
From: Eliot Moss @ 2014-10-17 13:14 UTC (permalink / raw)
  To: John Wiersba, cygwin

On 10/16/2014 11:51 PM, John Wiersba wrote:

>> So maybe you want: run /bin/bash -c /path/to/hashbang/script
>>
>> This worked for me with a trival mintty-starting hash-bang bash script.

> I found your reply on the mailing list archives and quoted it above.  Yes,
> the same approach worked for me (in my original question I used perl rather
> than bash -c, since my script was written in perl).  That's mainly an
> annoyance that I have to specify the interpreter directly, rather than use
> the shebang line.  But I'm trying to get confirmation that it's not a "bug"
> but rather the way run.exe was designed.

I guess the author will have to confirm, but #! behavior is something built in
to the system calls in Unix, and is likely provided in a little bit different
manner under cygwin.  I am not sure what run.exe would have to do to make it
happen -- maybe add its own functionality to look for and parse a #! line.

> However, do you have any ideas about the flashing window which appears and
> then immediately disappears before the mintty terminal starts?  That's a
> show-stopper.  I thought that was what run.exe was supposed to prevent by
> making that console window hidden?  Do you get the same flashing console
> window with your trivial mintty-starting script?

Sorry, no -- I think I have seen that myself some in the past.  The
author/maintainer of run.exe will probably have to answer these.

By the way, you could create a copy of run.exe called runperl.exe (or maybe
just a link with that name) and it will run perl, as documented in the man
page for run.

Regards -- Eliot

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

* cygcheck -s segfaults in cygwin64 on Win7Pro-64
  2014-10-17 13:14       ` Eliot Moss
@ 2014-10-17 21:52         ` John Wiersba
  2014-10-18  3:59           ` Marco Atzeri
  2014-10-21 16:54         ` run.exe flashes non-hidden console window " John Wiersba
  1 sibling, 1 reply; 28+ messages in thread
From: John Wiersba @ 2014-10-17 21:52 UTC (permalink / raw)
  To: cygwin

With a 3-week-old (i.e. recent) install of cygwin, which otherwise functions well:

$ uname -a
CYGWIN_NT-6.1 DESKTOP-NAME 1.7.32(0.274/5/3) 2014-08-13 23:06 x86_64 Cygwin



$ PATH=/bin:/usr/bin cygcheck -s
Cygwin Configuration Diagnostics
Current System Time: Fri Oct 17 17:37:27 2014
Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
Path:   D:\cygwin\bin
        D:\cygwin\bin
Segmentation fault


Also, I notice that when PATH has no :, cygcheck prints bogus information:
$ PATH=/bin cygcheck -s

Cygwin Configuration Diagnostics
Current System Time: Fri Oct 17 17:38:27 2014
Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
Path:   D
        \cygwin\bin
Segmentation fault


Running under gdb:

$ PATH=/bin gdb cygcheck
GNU gdb (GDB) 7.8
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from cygcheck...(no debugging symbols found)...done.
(gdb) r -s
Starting program: /bin/cygcheck -s
[New Thread 5492.0x11ec]

Cygwin Configuration Diagnostics
Current System Time: Fri Oct 17 17:46:49 2014

Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1

Path:   D
        \cygwin\bin
[Inferior 1 (process 5492) exited with code 030000000005]
(gdb)


All of this was in preparation for reporting another problem with run.exe (which flashes a console window instead of hiding it).

Thanks!

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

* Re: cygcheck -s segfaults in cygwin64 on Win7Pro-64
  2014-10-17 21:52         ` cygcheck -s segfaults in cygwin64 on Win7Pro-64 John Wiersba
@ 2014-10-18  3:59           ` Marco Atzeri
  2014-10-20 22:39             ` John Wiersba
  0 siblings, 1 reply; 28+ messages in thread
From: Marco Atzeri @ 2014-10-18  3:59 UTC (permalink / raw)
  To: cygwin

On 10/17/2014 11:52 PM, John Wiersba wrote:
> With a 3-week-old (i.e. recent) install of cygwin, which otherwise functions well:
>
> $ uname -a
> CYGWIN_NT-6.1 DESKTOP-NAME 1.7.32(0.274/5/3) 2014-08-13 23:06 x86_64 Cygwin
>
>
>
> $ PATH=/bin:/usr/bin cygcheck -s
> Cygwin Configuration Diagnostics
> Current System Time: Fri Oct 17 17:37:27 2014
> Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
> Path:   D:\cygwin\bin
>          D:\cygwin\bin
> Segmentation fault
>

it works fine here
$ PATH=/bin:/usr/bin cygcheck -s

Cygwin Configuration Diagnostics
Current System Time: Sat Oct 18 04:49:42 2014

Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1

Path:   E:\cygwin64\bin
         E:\cygwin64\bin

Output from E:\cygwin64\bin\id.exe
...
zlib0                                 1.2.8-1                OK

also from CMD prompt no issue.

> Also, I notice that when PATH has no :, cygcheck prints bogus information:
> $ PATH=/bin cygcheck -s
>
> Cygwin Configuration Diagnostics
> Current System Time: Fri Oct 17 17:38:27 2014
> Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
> Path:   D
>          \cygwin\bin
> Segmentation fault
>
>
> Running under gdb:
>
> $ PATH=/bin gdb cygcheck
[cut]
> (gdb) r -s
> Starting program: /bin/cygcheck -s
> [New Thread 5492.0x11ec]
>
> Cygwin Configuration Diagnostics
> Current System Time: Fri Oct 17 17:46:49 2014
>
> Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
>
> Path:   D
>          \cygwin\bin
> [Inferior 1 (process 5492) exited with code 030000000005]
> (gdb)
>

BLODA ?

>
> All of this was in preparation for reporting another problem with run.exe (which flashes a console window instead of hiding it).
>
> Thanks!



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

* Re: cygcheck -s segfaults in cygwin64 on Win7Pro-64
  2014-10-18  3:59           ` Marco Atzeri
@ 2014-10-20 22:39             ` John Wiersba
  2014-10-21  8:03               ` Andrew Schulman
  0 siblings, 1 reply; 28+ messages in thread
From: John Wiersba @ 2014-10-20 22:39 UTC (permalink / raw)
  To: Marco Atzeri, cygwin

Apparently not BLODA (plus I'm not running anything on the BLODA list).  


Instead, I found that COMSPEC needs to be set in the environment or I get a segfault as shown in my previous email below.  I don't know why that is, but I can easily demonstrate it.



----- Original Message -----
> From: Marco Atzeri <marco.atzeri@gmail.com>
> To: cygwin@cygwin.com
> Cc: 
> Sent: Friday, October 17, 2014 11:59 PM
> Subject: Re: cygcheck -s segfaults in cygwin64 on Win7Pro-64
> 
> On 10/17/2014 11:52 PM, John Wiersba wrote:
>>  With a 3-week-old (i.e. recent) install of cygwin, which otherwise 
> functions well:
>> 
>>  $ uname -a
>>  CYGWIN_NT-6.1 DESKTOP-NAME 1.7.32(0.274/5/3) 2014-08-13 23:06 x86_64 Cygwin
>> 
>> 
>> 
>>  $ PATH=/bin:/usr/bin cygcheck -s
>>  Cygwin Configuration Diagnostics
>>  Current System Time: Fri Oct 17 17:37:27 2014
>>  Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
>>  Path:   D:\cygwin\bin
>>           D:\cygwin\bin
>>  Segmentation fault
>> 
> 
> it works fine here
> $ PATH=/bin:/usr/bin cygcheck -s
> 
> Cygwin Configuration Diagnostics
> Current System Time: Sat Oct 18 04:49:42 2014
> 
> Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
> 
> Path:   E:\cygwin64\bin
>          E:\cygwin64\bin
> 
> Output from E:\cygwin64\bin\id.exe
> ...
> zlib0                                 1.2.8-1                OK
> 
> also from CMD prompt no issue.
> 
>>  Also, I notice that when PATH has no :, cygcheck prints bogus information:
>>  $ PATH=/bin cygcheck -s
>> 
>>  Cygwin Configuration Diagnostics
>>  Current System Time: Fri Oct 17 17:38:27 2014
>>  Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
>>  Path:   D
>>           \cygwin\bin
>>  Segmentation fault
>> 
>> 
>>  Running under gdb:
>> 
>>  $ PATH=/bin gdb cygcheck
> [cut]
>>  (gdb) r -s
>>  Starting program: /bin/cygcheck -s
>>  [New Thread 5492.0x11ec]
>> 
>>  Cygwin Configuration Diagnostics
>>  Current System Time: Fri Oct 17 17:46:49 2014
>> 
>>  Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1
>> 
>>  Path:   D
>>           \cygwin\bin
>>  [Inferior 1 (process 5492) exited with code 030000000005]
>>  (gdb)
>> 
> 
> BLODA ?
> 
> 
>> 
>>  All of this was in preparation for reporting another problem with run.exe 
> (which flashes a console window instead of hiding it).
>> 
>>  Thanks!
> 
> 
> 
> --
> 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
> 

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

* Re: cygcheck -s segfaults in cygwin64 on Win7Pro-64
  2014-10-20 22:39             ` John Wiersba
@ 2014-10-21  8:03               ` Andrew Schulman
  2014-10-21 11:03                 ` Corinna Vinschen
  0 siblings, 1 reply; 28+ messages in thread
From: Andrew Schulman @ 2014-10-21  8:03 UTC (permalink / raw)
  To: cygwin

> Instead, I found that COMSPEC needs to be set in the environment or I get a 
> segfault as shown in my previous email below.  I don't know why that is, 
> but I can easily demonstrate it.

Confirmed here.  I had actually already seen this segfault too, but I
hadn't figured out it was caused by empty COMSPEC.


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

* Re: cygcheck -s segfaults in cygwin64 on Win7Pro-64
  2014-10-21  8:03               ` Andrew Schulman
@ 2014-10-21 11:03                 ` Corinna Vinschen
  2014-10-21 15:31                   ` John Wiersba
  0 siblings, 1 reply; 28+ messages in thread
From: Corinna Vinschen @ 2014-10-21 11:03 UTC (permalink / raw)
  To: cygwin

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

On Oct 21 04:03, Andrew Schulman wrote:
> > Instead, I found that COMSPEC needs to be set in the environment or I get a 
> > segfault as shown in my previous email below.  I don't know why that is, 
> > but I can easily demonstrate it.
> 
> Confirmed here.  I had actually already seen this segfault too, but I
> hadn't figured out it was caused by empty COMSPEC.

That's interesting.  I just debugged this a bit.  As you know, cygcheck
is a native Windows application (it's supposed to work even if Cygwin
is entirely broken).

At one point it tries to fetch information about the installed services
by calling cygrunsrv --list --verbose.  It tries to accomplish that by
calling the MSVCRT version of popen(2).  And it's that call to popen
which crashes if COMSPEC is not set, or not set correctly.

I applied a patch to cygcheck, which enforces setting COMSPEC if the
variable is unset.  That doesn't help against *wrong* settings of COMSPEC,
but that's really user's fault alone, I think :)

I also created a new snapshot on https://cygwin.com/snapshots/ which
comes with a cygcheck containing that patch.


HTH,
Corinna

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

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

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

* Re: cygcheck -s segfaults in cygwin64 on Win7Pro-64
  2014-10-21 11:03                 ` Corinna Vinschen
@ 2014-10-21 15:31                   ` John Wiersba
  0 siblings, 0 replies; 28+ messages in thread
From: John Wiersba @ 2014-10-21 15:31 UTC (permalink / raw)
  To: cygwin

On Tue, 10/21/14, Corinna Vinschen <corinna-cygwin@cygwin.com> wrote:
> I also created a new snapshot
> on https://cygwin.com/snapshots/ which
> comes with a cygcheck containing that patch.
 
Thanks, Corinna!  Now I can get back to debugging my real issue!  :-)

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

* run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-17 13:14       ` Eliot Moss
  2014-10-17 21:52         ` cygcheck -s segfaults in cygwin64 on Win7Pro-64 John Wiersba
@ 2014-10-21 16:54         ` John Wiersba
  2014-10-22 13:50           ` Andrey Repin
  2014-10-23 19:40           ` Doug Henderson
  1 sibling, 2 replies; 28+ messages in thread
From: John Wiersba @ 2014-10-21 16:54 UTC (permalink / raw)
  To: cygwin

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

I'm trying to use run.exe to avoid a flashing console window, but it is not working on my cygwin64 install on Win7Pro-64.  This is a fresh install from 10/20/2014.  I've attached my cygcheck.out.  I've tried the following windows shortcuts and all cause a console window to briefly flash (in the case of mintty a console window flashes before the mintty terminal is displayed).

  D:\cygwin\bin\run.exe /bin/bash -c "echo hi"
  D:\cygwin\bin\run.exe /bin/env -i PATH=/bin bash --norc -c "echo hi"
  D:\cygwin\bin\run.exe /bin/env -i PATH=/bin mintty bash --norc


Since hiding the console window is the main purpose of run.exe, it seems that it is badly broken for Win7Pro-64.

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


Cygwin Configuration Diagnostics
Current System Time: Tue Oct 21 12:39:19 2014

Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1

Path:	D
	\cygwin\bin

Output from d:\cygwin\bin\id.exe
UID: 63018(jrw32982) GID: 10513(JRW)
10513(JRW)           0(root)              544(Administrators)
545(Users)

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

PWD = '/d'

TERM = 'xterm'
WINDIR = 'C:\WINDOWS'
OLDPWD = '/usr/bin'
SHLVL = '1'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
SYSTEMROOT = 'C:\WINDOWS'
_ = '/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\XLaunch.cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\XLaunch.cygwin\DefaultIcon
  (default) = 'D:\cygwin\bin\xlaunch.exe,1'
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\XLaunch.cygwin\Shell
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\XLaunch.cygwin\Shell\Edit
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\XLaunch.cygwin\Shell\Edit\command
  (default) = '"D:\cygwin\bin\run" "D:\cygwin\bin\bash" -l -c "xlaunch -load \"%1\""'
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\XLaunch.cygwin\Shell\Open
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\XLaunch.cygwin\Shell\Open\command
  (default) = '"D:\cygwin\bin\run" "D:\cygwin\bin\bash" -l -c "xlaunch -run  \"%1\""'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\d:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'd:\cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: 1720b01b097bf4fc Path: d:\cygwin

c:  hd  NTFS    243696Mb  31% CP CS UN PA FC     System
d:  hd  NTFS    953866Mb  11% CP CS UN PA FC     MY_DATA
e:  cd             N/A    N/A                    
f:  fd  FAT32      977Mb   2% CP    UN           thumb1
g:  net NTFS     61336Mb  43% CP CS UN PA FC     
h:  net NTFS   4504019Mb  94% CP CS UN PA FC     New Volume
k:  net NTFS   1825330Mb  34% CP CS UN PA        env
l:  net NTFS     61336Mb  63% CP CS UN PA FC     
m:  net NTFS   1023996Mb  64% CP CS UN PA FC     Mdrive
n:  net NTFS   2704138Mb  86% CP CS UN PA FC     Ndrive
o:  net NTFS   1023994Mb  83% CP CS UN PA FC     Odrive
p:  net NTFS   2604851Mb  86% CP CS UN PA FC     Public
q:  net NTFS   4504019Mb  94% CP CS UN PA FC     New Volume
r:  net NTFS   1099999Mb  79% CP CS UN PA FC     RDrive
s:  net NTFS   2288431Mb  94% CP CS UN PA FC     SDrive
t:  net NTFS   873580227Mb  83% CP CS UN PA        
u:  net NTFS     51207Mb  75% CP CS UN PA FC     Local Disk
v:  net NTFS   2286061Mb  96% CP CS UN PA FC     New Volume
w:  net NTFS   1359571Mb  98% CP CS UN PA FC     New Volume
x:  net NTFS   2286061Mb  96% CP CS UN PA FC     New Volume
y:  net NTFS   1474501Mb  86% CP CS UN PA FC     YDRIVE
z:  net NTFS   1359571Mb  98% CP CS UN PA FC     New Volume

d:/cygwin        /         system  binary,noacl
d:/cygwin/bin    /usr/bin  system  binary,noacl
d:/cygwin/lib    /usr/lib  system  binary,noacl
cygdrive prefix  /         user    binary,noacl,posix=0,auto

Found: D:\cygwin\bin\awk
 -> D:\cygwin\bin\gawk.exe
Found: D:\cygwin\bin\bash.exe
Found: D:\cygwin\bin\cat.exe
Found: D:\cygwin\bin\cp.exe
Found: D:\cygwin\bin\cpp.exe
Found: D:\cygwin\bin\crontab.exe
Found: D:\cygwin\bin\find.exe
Found: D:\cygwin\bin\gcc.exe
Found: D:\cygwin\bin\gdb.exe
Found: D:\cygwin\bin\grep.exe
Found: D:\cygwin\bin\kill.exe
Found: D:\cygwin\bin\ld.exe
Found: D:\cygwin\bin\ls.exe
Found: D:\cygwin\bin\make.exe
Found: D:\cygwin\bin\mv.exe
Found: D:\cygwin\bin\patch.exe
Found: D:\cygwin\bin\perl.exe
Found: D:\cygwin\bin\rm.exe
Found: D:\cygwin\bin\sed.exe
Found: D:\cygwin\bin\ssh.exe
Found: D:\cygwin\bin\sh.exe
Found: D:\cygwin\bin\tar.exe
Found: D:\cygwin\bin\test.exe
Found: D:\cygwin\bin\vi.exe
Found: D:\cygwin\bin\vim.exe

   88k 2013/04/02 D:\cygwin\bin\cygaa-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygaa-1.dll" v0.0 ts=2013-04-02 07:06
   37k 2013/07/14 D:\cygwin\bin\cygamd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygamd-0.dll" v0.0 ts=2013-07-14 10:25
   53k 2014/03/22 D:\cygwin\bin\cygao-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygao-4.dll" v0.0 ts=1969-12-31 19:00
  127k 2013/06/23 D:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygapr-1-0.dll" v0.0 ts=2013-06-23 13:53
  116k 2014/09/22 D:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygaprutil-1-0.dll" v0.0 ts=2014-09-22 13:49
  575k 2013/05/30 D:\cygwin\bin\cygarchive-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygarchive-13.dll" v0.0 ts=2013-05-29 22:06
   38k 2013/07/19 D:\cygwin\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygargp-0.dll" v0.0 ts=2013-07-19 10:07
  304k 2014/08/17 D:\cygwin\bin\cygarpack-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygarpack-2.dll" v0.0 ts=2014-08-17 06:37
   92k 2013/05/30 D:\cygwin\bin\cygart_lgpl_2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygart_lgpl_2-2.dll" v0.0 ts=2013-05-30 19:00
  510k 2014/03/20 D:\cygwin\bin\cygasn1-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygasn1-8.dll" v0.0 ts=2014-03-19 23:54
  643k 2013/04/30 D:\cygwin\bin\cygaspell-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygaspell-15.dll" v0.0 ts=2013-04-30 03:11
    9k 2014/06/16 D:\cygwin\bin\cygasprintf-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygasprintf-0.dll" v0.0 ts=1969-12-31 19:00
   20k 2013/06/03 D:\cygwin\bin\cygasyncns-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygasyncns-0.dll" v0.0 ts=2013-06-03 15:41
  107k 2014/03/12 D:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatk-1.0-0.dll" v0.0 ts=2014-03-12 02:45
  145k 2014/03/12 D:\cygwin\bin\cygatk-bridge-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatk-bridge-2.0-0.dll" v0.0 ts=2014-03-12 03:36
  208k 2013/08/05 D:\cygwin\bin\cygatkmm-1.6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygatkmm-1.6-1.dll" v0.0 ts=2013-08-05 02:23
   87k 2014/08/16 D:\cygwin\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygatomic-1.dll" v0.0 ts=2014-08-15 16:14
  168k 2014/03/05 D:\cygwin\bin\cygatrildocument-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygatrildocument-3.dll" v0.0 ts=2014-03-05 13:22
  209k 2014/03/05 D:\cygwin\bin\cygatrilview-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygatrilview-3.dll" v0.0 ts=2014-03-05 13:26
  137k 2014/03/12 D:\cygwin\bin\cygatspi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatspi-0.dll" v0.0 ts=2014-03-12 03:18
   16k 2013/03/26 D:\cygwin\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygattr-1.dll" v0.0 ts=2013-03-26 13:26
   80k 2013/05/30 D:\cygwin\bin\cygaudio-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygaudio-2.dll" v0.0 ts=2013-05-30 18:41
  184k 2013/05/06 D:\cygwin\bin\cygaudiofile-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygaudiofile-1.dll" v0.0 ts=2013-05-05 22:51
  174k 2013/04/29 D:\cygwin\bin\cygautotrace-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygautotrace-3.dll" v0.0 ts=2013-04-29 04:23
   59k 2013/06/04 D:\cygwin\bin\cygavahi-client-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-client-3.dll" v0.0 ts=2013-06-04 00:29
   42k 2013/06/04 D:\cygwin\bin\cygavahi-common-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-common-3.dll" v0.0 ts=2013-06-04 00:28
  173k 2013/06/04 D:\cygwin\bin\cygavahi-core-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-core-7.dll" v0.0 ts=2013-06-04 00:29
   13k 2013/06/04 D:\cygwin\bin\cygavahi-glib-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-glib-1.dll" v0.0 ts=2013-06-04 00:29
   39k 2013/06/04 D:\cygwin\bin\cygavahi-gobject-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-gobject-0.dll" v0.0 ts=2013-06-04 00:29
   15k 2013/06/04 D:\cygwin\bin\cygavahi-qt4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-qt4-1.dll" v0.0 ts=2013-06-04 00:29
   42k 2013/06/04 D:\cygwin\bin\cygavahi-ui-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-ui-0.dll" v0.0 ts=2013-06-04 00:31
   42k 2013/06/04 D:\cygwin\bin\cygavahi-ui-gtk3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-ui-gtk3-0.dll" v0.0 ts=2013-06-04 00:31
   11k 2014/03/28 D:\cygwin\bin\cygavahi-wrap.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-wrap.dll" v0.0 ts=2014-03-27 21:01
  172k 2014/07/09 D:\cygwin\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygblkid-1.dll" v0.0 ts=1969-12-31 19:00
  368k 2013/05/30 D:\cygwin\bin\cygbonobo-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygbonobo-2-0.dll" v0.0 ts=2013-05-30 19:16
   84k 2013/05/30 D:\cygwin\bin\cygbonobo-activation-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygbonobo-activation-4.dll" v0.0 ts=2013-05-30 19:16
  351k 2013/06/04 D:\cygwin\bin\cygbonoboui-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygbonoboui-2-0.dll" v0.0 ts=2013-06-04 13:37
    9k 2014/09/01 D:\cygwin\bin\cygboost_atomic-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_atomic-1_55.dll" v0.0 ts=2014-09-01 01:32
    7k 2013/05/29 D:\cygwin\bin\cygboost_atomic-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_atomic-mt-1_53.dll" v0.0 ts=2013-05-29 18:31
   23k 2014/09/01 D:\cygwin\bin\cygboost_chrono-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_chrono-1_55.dll" v0.0 ts=2014-09-01 01:32
   24k 2013/05/29 D:\cygwin\bin\cygboost_chrono-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_chrono-mt-1_53.dll" v0.0 ts=2013-05-29 18:31
    9k 2014/09/01 D:\cygwin\bin\cygboost_context-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_context-1_55.dll" v0.0 ts=2014-09-01 01:32
   18k 2014/09/01 D:\cygwin\bin\cygboost_coroutine-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_coroutine-1_55.dll" v0.0 ts=2014-09-01 01:32
   51k 2014/09/01 D:\cygwin\bin\cygboost_date_time-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_date_time-1_55.dll" v0.0 ts=2014-09-01 01:32
   49k 2013/05/29 D:\cygwin\bin\cygboost_date_time-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_date_time-mt-1_53.dll" v0.0 ts=2013-05-29 18:31
   81k 2014/09/01 D:\cygwin\bin\cygboost_filesystem-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_filesystem-1_55.dll" v0.0 ts=2014-09-01 01:32
   83k 2013/05/29 D:\cygwin\bin\cygboost_filesystem-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_filesystem-mt-1_53.dll" v0.0 ts=2013-05-29 18:31
  255k 2014/09/01 D:\cygwin\bin\cygboost_graph-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_graph-1_55.dll" v0.0 ts=2014-09-01 01:33
  255k 2013/05/29 D:\cygwin\bin\cygboost_graph-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_graph-mt-1_53.dll" v0.0 ts=2013-05-29 18:32
   88k 2014/09/01 D:\cygwin\bin\cygboost_iostreams-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_iostreams-1_55.dll" v0.0 ts=2014-09-01 01:32
   92k 2013/05/29 D:\cygwin\bin\cygboost_iostreams-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_iostreams-mt-1_53.dll" v0.0 ts=2013-05-29 18:32
  661k 2014/09/01 D:\cygwin\bin\cygboost_locale-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_locale-1_55.dll" v0.0 ts=2014-09-01 01:33
  670k 2013/05/29 D:\cygwin\bin\cygboost_locale-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_locale-mt-1_53.dll" v0.0 ts=2013-05-29 18:33
  570k 2014/09/01 D:\cygwin\bin\cygboost_log-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_log-1_55.dll" v0.0 ts=2014-09-01 01:33
 1450k 2014/09/01 D:\cygwin\bin\cygboost_log_setup-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_log_setup-1_55.dll" v0.0 ts=2014-09-01 01:34
   65k 2014/09/01 D:\cygwin\bin\cygboost_math_c99-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_math_c99-1_55.dll" v0.0 ts=2014-09-01 01:35
   63k 2013/05/29 D:\cygwin\bin\cygboost_math_c99-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_math_c99-mt-1_53.dll" v0.0 ts=2013-05-29 18:34
   68k 2014/09/01 D:\cygwin\bin\cygboost_math_c99f-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_math_c99f-1_55.dll" v0.0 ts=2014-09-01 01:35
   68k 2013/05/29 D:\cygwin\bin\cygboost_math_c99f-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_math_c99f-mt-1_53.dll" v0.0 ts=2013-05-29 18:34
  339k 2014/09/01 D:\cygwin\bin\cygboost_math_tr1-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_math_tr1-1_55.dll" v0.0 ts=2014-09-01 01:34
  320k 2013/05/29 D:\cygwin\bin\cygboost_math_tr1-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_math_tr1-mt-1_53.dll" v0.0 ts=2013-05-29 18:33
  339k 2014/09/01 D:\cygwin\bin\cygboost_math_tr1f-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_math_tr1f-1_55.dll" v0.0 ts=2014-09-01 01:35
  321k 2013/05/29 D:\cygwin\bin\cygboost_math_tr1f-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_math_tr1f-mt-1_53.dll" v0.0 ts=2013-05-29 18:34
   48k 2014/09/01 D:\cygwin\bin\cygboost_prg_exec_monitor-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_prg_exec_monitor-1_55.dll" v0.0 ts=2014-09-01 01:37
   42k 2013/05/29 D:\cygwin\bin\cygboost_prg_exec_monitor-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_prg_exec_monitor-mt-1_53.dll" v0.0 ts=2013-05-29 18:37
  362k 2014/09/01 D:\cygwin\bin\cygboost_program_options-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_program_options-1_55.dll" v0.0 ts=2014-09-01 01:35
  361k 2013/05/29 D:\cygwin\bin\cygboost_program_options-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_program_options-mt-1_53.dll" v0.0 ts=2013-05-29 18:36
  262k 2014/09/01 D:\cygwin\bin\cygboost_python-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_python-1_55.dll" v0.0 ts=2014-09-01 01:36
  263k 2013/05/29 D:\cygwin\bin\cygboost_python-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_python-mt-1_53.dll" v0.0 ts=2013-05-29 18:35
  259k 2014/09/01 D:\cygwin\bin\cygboost_python3-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_python3-1_55.dll" v0.0 ts=2014-09-01 01:36
  260k 2013/05/29 D:\cygwin\bin\cygboost_python3-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_python3-mt-1_53.dll" v0.0 ts=2013-05-29 18:36
   12k 2014/09/01 D:\cygwin\bin\cygboost_random-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_random-1_55.dll" v0.0 ts=2014-09-01 01:36
   11k 2013/05/29 D:\cygwin\bin\cygboost_random-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_random-mt-1_53.dll" v0.0 ts=2013-05-29 18:36
  859k 2014/09/01 D:\cygwin\bin\cygboost_regex-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_regex-1_55.dll" v0.0 ts=2014-09-01 01:32
  913k 2013/05/29 D:\cygwin\bin\cygboost_regex-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_regex-mt-1_53.dll" v0.0 ts=2013-05-29 18:32
  365k 2014/09/01 D:\cygwin\bin\cygboost_serialization-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_serialization-1_55.dll" v0.0 ts=2014-09-01 01:37
  363k 2013/05/29 D:\cygwin\bin\cygboost_serialization-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_serialization-mt-1_53.dll" v0.0 ts=2013-05-29 18:37
   76k 2014/09/01 D:\cygwin\bin\cygboost_signals-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_signals-1_55.dll" v0.0 ts=2014-09-01 01:37
   74k 2013/05/29 D:\cygwin\bin\cygboost_signals-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_signals-mt-1_53.dll" v0.0 ts=2013-05-29 18:37
   22k 2014/09/01 D:\cygwin\bin\cygboost_system-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_system-1_55.dll" v0.0 ts=2014-09-01 01:32
   19k 2013/05/29 D:\cygwin\bin\cygboost_system-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_system-mt-1_53.dll" v0.0 ts=2013-05-29 18:31
   72k 2014/09/01 D:\cygwin\bin\cygboost_thread-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_thread-1_55.dll" v0.0 ts=2014-09-01 01:32
   70k 2013/05/29 D:\cygwin\bin\cygboost_thread-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_thread-mt-1_53.dll" v0.0 ts=2013-05-29 18:32
   17k 2014/09/01 D:\cygwin\bin\cygboost_timer-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_timer-1_55.dll" v0.0 ts=2014-09-01 01:37
   17k 2013/05/29 D:\cygwin\bin\cygboost_timer-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_timer-mt-1_53.dll" v0.0 ts=2013-05-29 18:37
  528k 2014/09/01 D:\cygwin\bin\cygboost_unit_test_framework-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_unit_test_framework-1_55.dll" v0.0 ts=2014-09-01 01:37
  520k 2013/05/29 D:\cygwin\bin\cygboost_unit_test_framework-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_unit_test_framework-mt-1_53.dll" v0.0 ts=2013-05-29 18:38
  993k 2014/09/01 D:\cygwin\bin\cygboost_wave-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_wave-1_55.dll" v0.0 ts=2014-09-01 01:38
  991k 2013/05/29 D:\cygwin\bin\cygboost_wave-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_wave-mt-1_53.dll" v0.0 ts=2013-05-29 18:38
  258k 2014/09/01 D:\cygwin\bin\cygboost_wserialization-1_55.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_wserialization-1_55.dll" v0.0 ts=2014-09-01 01:37
  257k 2013/05/29 D:\cygwin\bin\cygboost_wserialization-mt-1_53.dll - os=4.0 img=0.0 sys=5.2
                  "cygboost_wserialization-mt-1_53.dll" v0.0 ts=2013-05-29 18:37
 2387k 2014/09/01 D:\cygwin\bin\cygbotan-1.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygbotan-1.10-0.dll" v0.0 ts=2014-09-01 03:27
 1949k 2014/05/12 D:\cygwin\bin\cygbotan-1.8.13.dll - os=4.0 img=0.0 sys=5.2
                  "cygbotan-1.8.13.dll" v0.0 ts=1969-12-31 19:00
   12k 2013/07/14 D:\cygwin\bin\cygbtf-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygbtf-0.dll" v0.0 ts=2013-07-14 12:16
   64k 2013/03/07 D:\cygwin\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2013-03-06 21:54
   20k 2014/08/28 D:\cygwin\bin\cygcaca++-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcaca++-0.dll" v0.0 ts=2014-08-28 04:55
  779k 2014/08/28 D:\cygwin\bin\cygcaca-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcaca-0.dll" v0.0 ts=2014-08-28 04:54
 1061k 2014/03/13 D:\cygwin\bin\cygcairo-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-2.dll" v0.0 ts=2014-03-13 16:39
   26k 2014/03/13 D:\cygwin\bin\cygcairo-gobject-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-gobject-2.dll" v0.0 ts=2014-03-13 16:39
  122k 2014/03/13 D:\cygwin\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2014-03-13 16:40
  103k 2014/03/28 D:\cygwin\bin\cygcairomm-1.0-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairomm-1.0-1.dll" v0.0 ts=2014-03-28 00:06
   33k 2014/06/08 D:\cygwin\bin\cygcaja-extension-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcaja-extension-1.dll" v0.0 ts=1969-12-31 19:00
   39k 2013/07/14 D:\cygwin\bin\cygcamd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcamd-0.dll" v0.0 ts=2013-07-14 10:45
   59k 2013/06/04 D:\cygwin\bin\cygcanberra-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcanberra-0.dll" v0.0 ts=2013-06-04 03:04
   17k 2013/06/04 D:\cygwin\bin\cygcanberra-gtk-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcanberra-gtk-0.dll" v0.0 ts=2013-06-04 03:05
   17k 2013/06/04 D:\cygwin\bin\cygcanberra-gtk3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcanberra-gtk3-0.dll" v0.0 ts=2013-06-04 03:05
   13k 2013/03/06 D:\cygwin\bin\cygcatgets1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcatgets1.dll" v0.0 ts=2013-03-06 09:34
   39k 2013/07/14 D:\cygwin\bin\cygccolamd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygccolamd-0.dll" v0.0 ts=2013-07-14 10:54
   24k 2014/08/27 D:\cygwin\bin\cygcdt-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygcdt-5.dll" v0.0 ts=2014-08-26 21:35
   68k 2014/08/27 D:\cygwin\bin\cygcgraph-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygcgraph-6.dll" v0.0 ts=2014-08-26 21:35
   10k 2013/03/07 D:\cygwin\bin\cygcharset-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcharset-1.dll" v0.0 ts=2013-03-06 22:03
   34k 2014/04/23 D:\cygwin\bin\cygcheck-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcheck-0.dll" v0.0 ts=1969-12-31 19:00
  873k 2013/07/14 D:\cygwin\bin\cygcholmod-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcholmod-0.dll" v0.0 ts=2013-07-14 12:37
 1058k 2013/09/24 D:\cygwin\bin\cygclamav-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygclamav-6.dll" v0.0 ts=2013-09-24 16:12
   52k 2013/09/24 D:\cygwin\bin\cygclamunrar-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygclamunrar-6.dll" v0.0 ts=2013-09-24 15:50
12296k 2014/07/28 D:\cygwin\bin\cygclang.dll - os=4.0 img=0.0 sys=5.2
                  "cygclang.dll" v0.0 ts=1969-12-31 19:00
   11k 2014/03/28 D:\cygwin\bin\cygcli.dll - os=4.0 img=0.0 sys=5.2
                  "cygcli.dll" v0.0 ts=2014-03-27 21:01
  111k 2013/05/05 D:\cygwin\bin\cygcloog-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcloog-0.dll" v0.0 ts=2013-05-05 11:39
  117k 2013/05/05 D:\cygwin\bin\cygcloog-isl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcloog-isl-4.dll" v0.0 ts=2013-05-05 11:41
 1121k 2014/03/20 D:\cygwin\bin\cygclutter-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygclutter-1.0-0.dll" v0.0 ts=2014-03-20 03:37
   38k 2014/03/20 D:\cygwin\bin\cygclutter-gtk-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygclutter-gtk-0.10-0.dll" v0.0 ts=2014-03-20 06:17
   39k 2014/03/20 D:\cygwin\bin\cygclutter-gtk-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygclutter-gtk-1.0-0.dll" v0.0 ts=2014-03-20 06:20
  534k 2014/03/20 D:\cygwin\bin\cygcogl-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygcogl-15.dll" v0.0 ts=2014-03-20 03:06
   27k 2014/03/20 D:\cygwin\bin\cygcogl-pango-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygcogl-pango-15.dll" v0.0 ts=2014-03-20 03:07
   27k 2013/07/14 D:\cygwin\bin\cygcolamd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcolamd-0.dll" v0.0 ts=2013-07-14 10:32
   19k 2013/04/25 D:\cygwin\bin\cygcompface-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcompface-0.dll" v0.0 ts=2013-04-25 10:47
   12k 2014/06/09 D:\cygwin\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcom_err-2.dll" v0.0 ts=1969-12-31 19:00
   31k 2013/04/24 D:\cygwin\bin\cygcord-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcord-1.dll" v0.0 ts=2013-04-24 18:14
  187k 2013/06/05 D:\cygwin\bin\cygcppunit-1-12-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcppunit-1-12-1.dll" v0.0 ts=2013-06-05 13:21
  203k 2013/04/21 D:\cygwin\bin\cygcroco-0.6-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygcroco-0.6-3.dll" v0.0 ts=2013-04-21 01:25
    9k 2013/03/07 D:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-0.dll" v0.0 ts=2013-03-07 04:29
 1748k 2014/10/16 D:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.0.0.dll" v0.0 ts=2014-10-16 13:11
  307k 2014/05/19 D:\cygwin\bin\cygct-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygct-4.dll" v0.0 ts=1969-12-31 19:00
   49k 2013/03/15 D:\cygwin\bin\cygcunit-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcunit-1.dll" v0.0 ts=2013-03-15 17:55
  414k 2014/09/23 D:\cygwin\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcurl-4.dll" v0.0 ts=2014-09-23 15:46
  158k 2013/07/14 D:\cygwin\bin\cygcxsparse-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcxsparse-0.dll" v0.0 ts=2013-07-14 11:07
   21k 2013/06/03 D:\cygwin\bin\cygdaemon-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygdaemon-0.dll" v0.0 ts=2013-06-03 15:35
   23k 2013/04/12 D:\cygwin\bin\cygdatrie-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdatrie-1.dll" v0.0 ts=2013-04-12 02:10
 1526k 2013/03/08 D:\cygwin\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb-5.3.dll" v0.0 ts=2013-03-08 02:55
  242k 2014/03/31 D:\cygwin\bin\cygdbus-1-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdbus-1-3.dll" v0.0 ts=1969-12-31 19:00
  124k 2013/04/21 D:\cygwin\bin\cygdbus-glib-1-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygdbus-glib-1-2.dll" v0.0 ts=2013-04-21 02:12
  111k 2013/03/08 D:\cygwin\bin\cygdb_cxx-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_cxx-5.3.dll" v0.0 ts=2013-03-08 02:56
  472k 2013/03/08 D:\cygwin\bin\cygdb_sql-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_sql-5.3.dll" v0.0 ts=2013-03-08 02:58
   47k 2014/03/12 D:\cygwin\bin\cygdconf-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdconf-1.dll" v0.0 ts=2014-03-12 19:12
   46k 2014/03/12 D:\cygwin\bin\cygdconf-dbus-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygdconf-dbus-1-0.dll" v0.0 ts=2014-03-12 19:12
  169k 2014/02/10 D:\cygwin\bin\cygdialog-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygdialog-11.dll" v0.0 ts=2014-02-09 20:24
 1635k 2013/07/28 D:\cygwin\bin\cygdjvulibre-21.dll - os=4.0 img=0.0 sys=5.2
                  "cygdjvulibre-21.dll" v0.0 ts=2013-07-28 02:31
   15k 2013/06/06 D:\cygwin\bin\cygdmx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdmx-1.dll" v0.0 ts=2013-06-06 15:04
   28k 2013/04/21 D:\cygwin\bin\cygdns_sd-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdns_sd-1.dll" v0.0 ts=2013-04-21 04:34
   97k 2013/05/31 D:\cygwin\bin\cygdv-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygdv-4.dll" v0.0 ts=2013-05-30 21:53
   24k 2014/06/09 D:\cygwin\bin\cyge2p-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyge2p-2.dll" v0.0 ts=1969-12-31 19:00
   67k 2014/08/16 D:\cygwin\bin\cygecpg-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygecpg-6.dll" v0.0 ts=2014-08-16 18:23
   16k 2014/08/16 D:\cygwin\bin\cygecpg_compat-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygecpg_compat-3.dll" v0.0 ts=2014-08-16 18:23
  154k 2013/10/20 D:\cygwin\bin\cygedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygedit-0.dll" v0.0 ts=2013-10-20 16:56
   67k 2014/08/04 D:\cygwin\bin\cygEGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEGL-1.dll" v0.0 ts=1969-12-31 19:00
   79k 2013/06/18 D:\cygwin\bin\cygelf-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygelf-0.dll" v0.0 ts=2013-06-17 20:21
  158k 2013/04/23 D:\cygwin\bin\cygEMF-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEMF-1.dll" v0.0 ts=2013-04-23 01:39
   36k 2013/06/05 D:\cygwin\bin\cygenchant-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygenchant-1.dll" v0.0 ts=2013-06-05 19:25
   32k 2013/05/06 D:\cygwin\bin\cygesd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygesd-0.dll" v0.0 ts=2013-05-05 23:02
   55k 2013/08/12 D:\cygwin\bin\cygesmtp-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygesmtp-6.dll" v0.0 ts=2013-08-12 18:45
  226k 2013/07/07 D:\cygwin\bin\cygevent-2-0-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygevent-2-0-5.dll" v0.0 ts=2013-07-07 05:05
  135k 2013/07/07 D:\cygwin\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=2013-07-07 05:05
  103k 2013/07/07 D:\cygwin\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=2013-07-07 05:05
   20k 2013/07/07 D:\cygwin\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=2013-07-07 05:05
   10k 2013/07/07 D:\cygwin\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=2013-07-07 05:05
   16k 2013/03/28 D:\cygwin\bin\cygevtlog-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygevtlog-0.dll" v0.0 ts=2013-03-28 09:00
  813k 2013/07/25 D:\cygwin\bin\cygexempi-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygexempi-3.dll" v0.0 ts=2013-07-25 03:14
  216k 2013/06/05 D:\cygwin\bin\cygexif-12.dll - os=4.0 img=0.0 sys=5.2
                  "cygexif-12.dll" v0.0 ts=2013-06-05 19:31
  246k 2013/07/24 D:\cygwin\bin\cygexo-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygexo-1-0.dll" v0.0 ts=2013-07-24 19:37
  147k 2013/07/31 D:\cygwin\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygexpat-1.dll" v0.0 ts=2013-07-31 17:53
   72k 2013/09/02 D:\cygwin\bin\cygexslt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygexslt-0.dll" v0.0 ts=2013-09-02 12:55
  211k 2014/06/09 D:\cygwin\bin\cygext2fs-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygext2fs-2.dll" v0.0 ts=1969-12-31 19:00
   30k 2014/10/14 D:\cygwin\bin\cygfam-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygfam-0.dll" v0.0 ts=2014-10-14 16:33
   22k 2013/05/12 D:\cygwin\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygffi-6.dll" v0.0 ts=2013-05-12 17:53
 1050k 2014/04/13 D:\cygwin\bin\cygfftw3-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3-3.dll" v0.0 ts=1969-12-31 19:00
 1011k 2014/04/13 D:\cygwin\bin\cygfftw3f-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f-3.dll" v0.0 ts=1969-12-31 19:00
   25k 2014/04/13 D:\cygwin\bin\cygfftw3f_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f_threads-3.dll" v0.0 ts=1969-12-31 19:00
   24k 2014/04/13 D:\cygwin\bin\cygfftw3_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3_threads-3.dll" v0.0 ts=1969-12-31 19:00
   70k 2013/06/02 D:\cygwin\bin\cygFLAC++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygFLAC++-6.dll" v0.0 ts=2013-06-02 02:05
  175k 2013/06/02 D:\cygwin\bin\cygFLAC-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygFLAC-8.dll" v0.0 ts=2013-06-02 02:05
  959k 2013/09/10 D:\cygwin\bin\cygfltk-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk-1.3.dll" v0.0 ts=2013-09-10 14:39
   21k 2013/09/10 D:\cygwin\bin\cygfltk_forms-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk_forms-1.3.dll" v0.0 ts=2013-09-10 14:39
   90k 2013/09/10 D:\cygwin\bin\cygfltk_gl-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk_gl-1.3.dll" v0.0 ts=2013-09-10 14:39
   47k 2013/09/10 D:\cygwin\bin\cygfltk_images-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk_images-1.3.dll" v0.0 ts=2013-09-10 14:39
  218k 2014/04/29 D:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontconfig-1.dll" v0.0 ts=1969-12-31 19:00
   25k 2013/06/06 D:\cygwin\bin\cygfontenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontenc-1.dll" v0.0 ts=2013-06-06 17:13
   56k 2014/05/26 D:\cygwin\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=1969-12-31 19:00
  545k 2013/04/21 D:\cygwin\bin\cygfpx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfpx-1.dll" v0.0 ts=2013-04-21 07:24
  404k 2014/10/19 D:\cygwin\bin\cygfreebl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreebl3.dll" v0.0 ts=2014-10-19 09:18
  585k 2014/03/31 D:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreetype-6.dll" v0.0 ts=1969-12-31 19:00
   91k 2013/06/05 D:\cygwin\bin\cygfribidi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygfribidi-0.dll" v0.0 ts=2013-06-05 13:14
   41k 2014/04/04 D:\cygwin\bin\cygFS-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygFS-6.dll" v0.0 ts=1969-12-31 19:00
   28k 2014/03/28 D:\cygwin\bin\cyggailutil-18.dll - os=4.0 img=0.0 sys=5.2
                  "cyggailutil-18.dll" v0.0 ts=2014-03-28 13:05
   29k 2014/07/17 D:\cygwin\bin\cyggailutil-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggailutil-3-0.dll" v0.0 ts=1969-12-31 19:00
   30k 2014/10/14 D:\cygwin\bin\cyggamin-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggamin-1-0.dll" v0.0 ts=2014-10-14 16:33
   94k 2013/07/24 D:\cygwin\bin\cyggarcon-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggarcon-1-0.dll" v0.0 ts=2013-07-24 18:09
  103k 2013/04/24 D:\cygwin\bin\cyggc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggc-1.dll" v0.0 ts=2013-04-24 18:14
    8k 2013/04/24 D:\cygwin\bin\cyggccpp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggccpp-1.dll" v0.0 ts=2013-04-24 18:14
   68k 2014/08/16 D:\cygwin\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcc_s-seh-1.dll" v0.0 ts=2014-08-15 15:40
  176k 2014/03/20 D:\cygwin\bin\cyggck-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggck-1-0.dll" v0.0 ts=2014-03-19 22:06
  156k 2013/08/06 D:\cygwin\bin\cyggconf-2-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggconf-2-4.dll" v0.0 ts=2013-08-06 15:22
   54k 2013/08/02 D:\cygwin\bin\cyggconfmm-2.6-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggconfmm-2.6-1.dll" v0.0 ts=2013-08-02 13:34
  470k 2014/03/20 D:\cygwin\bin\cyggcr-base-3-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcr-base-3-1.dll" v0.0 ts=2014-03-19 22:07
  357k 2014/03/20 D:\cygwin\bin\cyggcr-ui-3-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcr-ui-3-1.dll" v0.0 ts=2014-03-19 22:09
  470k 2014/06/01 D:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcrypt-11.dll" v0.0 ts=1969-12-31 19:00
  239k 2013/04/21 D:\cygwin\bin\cyggd-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggd-2.dll" v0.0 ts=2013-04-21 10:06
   40k 2014/05/27 D:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=1969-12-31 19:00
   13k 2014/05/27 D:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm_compat-4.dll" v0.0 ts=1969-12-31 19:00
  218k 2013/07/22 D:\cygwin\bin\cyggdk-1-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk-1-2-0.dll" v0.0 ts=2013-07-21 23:00
  548k 2014/07/17 D:\cygwin\bin\cyggdk-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk-3-0.dll" v0.0 ts=1969-12-31 19:00
  602k 2014/03/28 D:\cygwin\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=2014-03-28 12:57
  216k 2013/07/28 D:\cygwin\bin\cyggdkmm-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdkmm-2.4-1.dll" v0.0 ts=2013-07-28 13:00
  186k 2014/03/12 D:\cygwin\bin\cyggdkmm-3.0-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdkmm-3.0-1.dll" v0.0 ts=2014-03-12 13:54
  159k 2013/07/22 D:\cygwin\bin\cyggdk_imlib-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk_imlib-1.dll" v0.0 ts=2013-07-22 00:26
  215k 2014/03/12 D:\cygwin\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=2014-03-12 03:07
   63k 2014/03/12 D:\cygwin\bin\cyggdk_pixbuf_xlib-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk_pixbuf_xlib-2.0-0.dll" v0.0 ts=2014-03-12 03:08
  658k 2014/03/12 D:\cygwin\bin\cyggee-0.8-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggee-0.8-2.dll" v0.0 ts=2014-03-12 16:50
  287k 2013/08/05 D:\cygwin\bin\cyggee-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggee-2.dll" v0.0 ts=2013-08-05 18:23
   67k 2013/06/19 D:\cygwin\bin\cyggeoclue-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggeoclue-0.dll" v0.0 ts=2013-06-19 18:42
  193k 2014/03/07 D:\cygwin\bin\cygGeoIP-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGeoIP-1.dll" v0.0 ts=2014-03-07 01:07
  153k 2014/09/26 D:\cygwin\bin\cyggeotiff-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggeotiff-2.dll" v0.0 ts=2014-09-26 14:39
  198k 2014/06/16 D:\cygwin\bin\cyggettextlib-0-18-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggettextlib-0-18-3.dll" v0.0 ts=1969-12-31 19:00
  270k 2014/06/16 D:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggettextpo-0.dll" v0.0 ts=1969-12-31 19:00
  232k 2014/06/16 D:\cygwin\bin\cyggettextsrc-0-18-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggettextsrc-0-18-3.dll" v0.0 ts=1969-12-31 19:00
 1110k 2014/08/16 D:\cygwin\bin\cyggfortran-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-3.dll" v0.0 ts=2014-08-15 16:32
   36k 2013/04/02 D:\cygwin\bin\cyggg-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggg-1.dll" v0.0 ts=2013-04-02 15:27
   52k 2013/04/02 D:\cygwin\bin\cygggi-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygggi-2.dll" v0.0 ts=2013-04-02 15:50
   12k 2013/04/02 D:\cygwin\bin\cygggimisc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygggimisc-2.dll" v0.0 ts=2013-04-02 15:56
   12k 2013/04/02 D:\cygwin\bin\cygggiwmh-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygggiwmh-0.dll" v0.0 ts=2013-04-02 15:58
   32k 2013/07/22 D:\cygwin\bin\cyggif-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggif-4.dll" v0.0 ts=2013-07-22 00:17
   29k 2013/04/02 D:\cygwin\bin\cyggii-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggii-1.dll" v0.0 ts=2013-04-02 15:28
 1188k 2014/09/12 D:\cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggio-2.0-0.dll" v0.0 ts=2014-09-12 15:38
 1127k 2014/03/12 D:\cygwin\bin\cyggiomm-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggiomm-2.4-1.dll" v0.0 ts=2014-03-12 11:03
  187k 2014/03/12 D:\cygwin\bin\cyggirepository-1.0-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggirepository-1.0-1.dll" v0.0 ts=2014-03-12 02:32
  432k 2014/08/04 D:\cygwin\bin\cygGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGL-1.dll" v0.0 ts=1969-12-31 19:00
   76k 2013/10/30 D:\cygwin\bin\cyggl2ps-1.dll - os=4.0 img=1.3 sys=5.2
                  "cyggl2ps-1.dll" v0.0 ts=2013-10-30 13:31
   87k 2013/05/30 D:\cygwin\bin\cygglade-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglade-2.0-0.dll" v0.0 ts=2013-05-30 18:40
   32k 2013/08/02 D:\cygwin\bin\cygglademm-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygglademm-2.4-1.dll" v0.0 ts=2013-08-02 13:25
  510k 2013/12/20 D:\cygwin\bin\cyggladeui-1-11.dll - os=4.0 img=0.0 sys=5.2
                  "cyggladeui-1-11.dll" v0.0 ts=2013-12-20 01:02
  609k 2014/03/20 D:\cygwin\bin\cyggladeui-2-6.dll - os=4.0 img=0.0 sys=5.2
                  "cyggladeui-2-6.dll" v0.0 ts=2014-03-20 03:03
  248k 2014/08/04 D:\cygwin\bin\cygglapi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglapi-0.dll" v0.0 ts=1969-12-31 19:00
   24k 2014/08/04 D:\cygwin\bin\cygGLESv1_CM-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGLESv1_CM-1.dll" v0.0 ts=1969-12-31 19:00
   38k 2014/08/04 D:\cygwin\bin\cygGLESv2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygGLESv2-2.dll" v0.0 ts=1969-12-31 19:00
  149k 2013/07/22 D:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglib-1-2-0.dll" v0.0 ts=2013-07-21 22:11
  903k 2014/09/12 D:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglib-2.0-0.dll" v0.0 ts=2014-09-12 15:35
  322k 2014/03/12 D:\cygwin\bin\cygglibmm-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygglibmm-2.4-1.dll" v0.0 ts=2014-03-12 10:59
   19k 2014/03/12 D:\cygwin\bin\cygglibmm_generate_extra_defs-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygglibmm_generate_extra_defs-2.4-1.dll" v0.0 ts=2014-03-12 10:58
  885k 2013/03/14 D:\cygwin\bin\cygglpk-33.dll - os=4.0 img=0.0 sys=5.2
                  "cygglpk-33.dll" v0.0 ts=2013-03-14 03:19
  901k 2013/10/03 D:\cygwin\bin\cygglpk-35.dll - os=4.0 img=0.0 sys=5.2
                  "cygglpk-35.dll" v0.0 ts=2013-10-03 08:59
  896k 2014/08/24 D:\cygwin\bin\cygglpk-36.dll - os=4.0 img=0.0 sys=5.2
                  "cygglpk-36.dll" v0.0 ts=2014-08-24 01:34
  477k 2013/04/09 D:\cygwin\bin\cygGLU-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGLU-1.dll" v0.0 ts=2013-04-09 02:56
  220k 2013/04/09 D:\cygwin\bin\cygglut-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygglut-3.dll" v0.0 ts=2013-04-09 03:57
   22k 2013/07/07 D:\cygwin\bin\cygGLw-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGLw-1.dll" v0.0 ts=2013-07-07 18:57
  364k 2014/03/12 D:\cygwin\bin\cyggmime-2.6-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmime-2.6-0.dll" v0.0 ts=2014-03-12 18:14
   13k 2013/07/22 D:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmodule-1-2-0.dll" v0.0 ts=2013-07-21 22:11
   14k 2014/09/12 D:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmodule-2.0-0.dll" v0.0 ts=2014-09-12 15:35
  516k 2014/04/05 D:\cygwin\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmp-10.dll" v0.0 ts=1969-12-31 19:00
   23k 2014/04/05 D:\cygwin\bin\cyggmpxx-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmpxx-4.dll" v0.0 ts=1969-12-31 19:00
  193k 2014/08/16 D:\cygwin\bin\cyggnarl-4.8.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnarl-4.8.dll" v0.0 ts=2014-08-15 16:18
  197k 2014/05/17 D:\cygwin\bin\cyggnarl-4.9.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnarl-4.9.dll" v0.0 ts=1969-12-31 19:00
 2743k 2014/08/16 D:\cygwin\bin\cyggnat-4.8.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnat-4.8.dll" v0.0 ts=2014-08-15 16:18
 2814k 2014/05/17 D:\cygwin\bin\cyggnat-4.9.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnat-4.9.dll" v0.0 ts=1969-12-31 19:00
   75k 2013/06/04 D:\cygwin\bin\cyggnome-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnome-2-0.dll" v0.0 ts=2013-06-04 12:44
  126k 2014/03/12 D:\cygwin\bin\cyggnome-keyring-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnome-keyring-0.dll" v0.0 ts=2014-03-12 16:20
  184k 2013/05/30 D:\cygwin\bin\cyggnomecanvas-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnomecanvas-2-0.dll" v0.0 ts=2013-05-30 19:13
  522k 2013/06/04 D:\cygwin\bin\cyggnomeui-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnomeui-2-0.dll" v0.0 ts=2013-06-04 13:57
  331k 2014/05/23 D:\cygwin\bin\cyggnomevfs-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnomevfs-2-0.dll" v0.0 ts=1969-12-31 19:00
  904k 2013/05/29 D:\cygwin\bin\cyggnutls-28.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-28.dll" v0.0 ts=2013-05-29 11:52
   84k 2013/05/29 D:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-openssl-27.dll" v0.0 ts=2013-05-29 11:52
   83k 2013/05/29 D:\cygwin\bin\cyggnutls-xssl-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-xssl-0.dll" v0.0 ts=2013-05-29 11:52
   41k 2013/05/29 D:\cygwin\bin\cyggnutlsxx-28.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutlsxx-28.dll" v0.0 ts=2013-05-29 11:52
  277k 2014/09/12 D:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggobject-2.0-0.dll" v0.0 ts=2014-09-12 15:36
   47k 2014/08/16 D:\cygwin\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggomp-1.dll" v0.0 ts=2014-08-15 15:43
  237k 2014/03/20 D:\cygwin\bin\cyggoocanvas-2.0-9.dll - os=4.0 img=0.0 sys=5.2
                  "cyggoocanvas-2.0-9.dll" v0.0 ts=2014-03-20 05:40
  231k 2013/08/02 D:\cygwin\bin\cyggoocanvas-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggoocanvas-3.dll" v0.0 ts=2013-08-02 15:18
  325k 2013/08/06 D:\cygwin\bin\cyggoocanvasmm-2.0-6.dll - os=4.0 img=0.0 sys=5.2
                  "cyggoocanvasmm-2.0-6.dll" v0.0 ts=2013-08-05 23:23
   19k 2014/06/01 D:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggpg-error-0.dll" v0.0 ts=1969-12-31 19:00
  281k 2014/08/17 D:\cygwin\bin\cygGraphicsMagick++-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagick++-3.dll" v0.0 ts=2014-08-17 01:29
 2896k 2014/08/17 D:\cygwin\bin\cygGraphicsMagick-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagick-3.dll" v0.0 ts=2014-08-17 01:28
  147k 2014/08/17 D:\cygwin\bin\cygGraphicsMagickWand-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagickWand-2.dll" v0.0 ts=2014-08-17 01:29
  116k 2013/08/05 D:\cygwin\bin\cyggraphite2-3.dll - os=4.0 img=3.0 sys=5.2
                  "cyggraphite2-3.dll" v0.0 ts=2013-08-05 02:33
 7684k 2013/04/30 D:\cygwin\bin\cyggs-9.dll - os=4.0 img=0.0 sys=5.2
                  "cyggs-9.dll" v0.0 ts=2013-04-30 07:31
  213k 2014/03/25 D:\cygwin\bin\cyggsf-1-114.dll - os=4.0 img=0.0 sys=5.2
                  "cyggsf-1-114.dll" v0.0 ts=2014-03-25 08:37
 1998k 2013/08/14 D:\cygwin\bin\cyggsl-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggsl-0.dll" v0.0 ts=2013-08-14 15:33
  247k 2013/08/14 D:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggslcblas-0.dll" v0.0 ts=2013-08-14 15:30
   46k 2013/08/12 D:\cygwin\bin\cyggsm-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggsm-1.dll" v0.0 ts=2013-08-12 18:40
  198k 2014/03/20 D:\cygwin\bin\cyggssapi-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi-3.dll" v0.0 ts=2014-03-20 01:15
  253k 2014/09/19 D:\cygwin\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi_krb5-2.dll" v0.0 ts=2014-09-19 13:42
   95k 2014/09/19 D:\cygwin\bin\cyggssrpc-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssrpc-4.dll" v0.0 ts=2014-09-19 13:42
   12k 2014/03/13 D:\cygwin\bin\cyggstallocators-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstallocators-1.0-0.dll" v0.0 ts=2014-03-13 14:48
   42k 2013/06/02 D:\cygwin\bin\cyggstapp-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstapp-0.10-0.dll" v0.0 ts=2013-06-02 19:47
   43k 2014/03/13 D:\cygwin\bin\cyggstapp-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstapp-1.0-0.dll" v0.0 ts=2014-03-13 14:46
  198k 2013/06/02 D:\cygwin\bin\cyggstaudio-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstaudio-0.10-0.dll" v0.0 ts=2013-06-02 19:48
  260k 2014/03/13 D:\cygwin\bin\cyggstaudio-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstaudio-1.0-0.dll" v0.0 ts=2014-03-13 14:46
  304k 2013/05/30 D:\cygwin\bin\cyggstbase-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstbase-0.10-0.dll" v0.0 ts=2013-05-30 19:20
  314k 2014/03/13 D:\cygwin\bin\cyggstbase-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstbase-1.0-0.dll" v0.0 ts=2014-03-13 14:34
   32k 2013/06/02 D:\cygwin\bin\cyggstcdda-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstcdda-0.10-0.dll" v0.0 ts=2013-06-02 19:48
   47k 2013/05/30 D:\cygwin\bin\cyggstcheck-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstcheck-0.10-0.dll" v0.0 ts=2013-05-30 19:20
   64k 2014/03/13 D:\cygwin\bin\cyggstcheck-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstcheck-1.0-0.dll" v0.0 ts=2014-03-13 14:34
  133k 2013/05/30 D:\cygwin\bin\cyggstcontroller-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstcontroller-0.10-0.dll" v0.0 ts=2013-05-30 19:07
   53k 2014/03/13 D:\cygwin\bin\cyggstcontroller-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstcontroller-1.0-0.dll" v0.0 ts=2014-03-13 14:24
   19k 2013/05/30 D:\cygwin\bin\cyggstdataprotocol-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstdataprotocol-0.10-0.dll" v0.0 ts=2013-05-30 19:07
   39k 2013/06/02 D:\cygwin\bin\cyggstfft-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstfft-0.10-0.dll" v0.0 ts=2013-06-02 19:46
   40k 2014/03/13 D:\cygwin\bin\cyggstfft-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstfft-1.0-0.dll" v0.0 ts=2014-03-13 14:45
   58k 2013/06/02 D:\cygwin\bin\cyggstinterfaces-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstinterfaces-0.10-0.dll" v0.0 ts=2013-06-02 19:46
   24k 2013/05/30 D:\cygwin\bin\cyggstnet-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstnet-0.10-0.dll" v0.0 ts=2013-05-30 19:08
   28k 2014/03/13 D:\cygwin\bin\cyggstnet-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstnet-1.0-0.dll" v0.0 ts=2014-03-13 14:24
   11k 2013/06/02 D:\cygwin\bin\cyggstnetbuffer-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstnetbuffer-0.10-0.dll" v0.0 ts=2013-06-02 19:46
  116k 2013/06/02 D:\cygwin\bin\cyggstpbutils-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstpbutils-0.10-0.dll" v0.0 ts=2013-06-02 19:46
  123k 2014/03/13 D:\cygwin\bin\cyggstpbutils-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstpbutils-1.0-0.dll" v0.0 ts=2014-03-13 14:47
  778k 2013/05/30 D:\cygwin\bin\cyggstreamer-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstreamer-0.10-0.dll" v0.0 ts=2013-05-30 19:20
  869k 2014/03/13 D:\cygwin\bin\cyggstreamer-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstreamer-1.0-0.dll" v0.0 ts=2014-03-13 14:34
   48k 2013/06/02 D:\cygwin\bin\cyggstriff-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstriff-0.10-0.dll" v0.0 ts=2013-06-02 19:49
   52k 2014/03/13 D:\cygwin\bin\cyggstriff-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstriff-1.0-0.dll" v0.0 ts=2014-03-13 14:47
   80k 2013/06/02 D:\cygwin\bin\cyggstrtp-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstrtp-0.10-0.dll" v0.0 ts=2013-06-02 19:47
   83k 2014/03/13 D:\cygwin\bin\cyggstrtp-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstrtp-1.0-0.dll" v0.0 ts=2014-03-13 14:45
   80k 2013/06/02 D:\cygwin\bin\cyggstrtsp-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstrtsp-0.10-0.dll" v0.0 ts=2013-06-02 19:48
   87k 2014/03/13 D:\cygwin\bin\cyggstrtsp-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstrtsp-1.0-0.dll" v0.0 ts=2014-03-13 14:47
   28k 2013/06/02 D:\cygwin\bin\cyggstsdp-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstsdp-0.10-0.dll" v0.0 ts=2013-06-02 19:47
   35k 2014/03/13 D:\cygwin\bin\cyggstsdp-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstsdp-1.0-0.dll" v0.0 ts=2014-03-13 14:45
  194k 2013/06/02 D:\cygwin\bin\cyggsttag-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggsttag-0.10-0.dll" v0.0 ts=2013-06-02 19:47
  202k 2014/03/13 D:\cygwin\bin\cyggsttag-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggsttag-1.0-0.dll" v0.0 ts=2014-03-13 14:46
   98k 2013/06/02 D:\cygwin\bin\cyggstvideo-0.10-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstvideo-0.10-0.dll" v0.0 ts=2013-06-02 19:47
  241k 2014/03/13 D:\cygwin\bin\cyggstvideo-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggstvideo-1.0-0.dll" v0.0 ts=2014-03-13 14:46
   12k 2013/07/22 D:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggthread-1-2-0.dll" v0.0 ts=2013-07-21 22:11
    9k 2014/09/12 D:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggthread-2.0-0.dll" v0.0 ts=2014-09-12 15:36
 1282k 2013/07/22 D:\cygwin\bin\cyggtk-1-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtk-1-2-0.dll" v0.0 ts=2013-07-21 23:01
 4721k 2014/07/17 D:\cygwin\bin\cyggtk-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtk-3-0.dll" v0.0 ts=1969-12-31 19:00
 3929k 2014/03/28 D:\cygwin\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=2014-03-28 13:03
 2617k 2013/07/28 D:\cygwin\bin\cyggtkmm-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtkmm-2.4-1.dll" v0.0 ts=2013-07-28 13:06
 3014k 2014/03/12 D:\cygwin\bin\cyggtkmm-3.0-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtkmm-3.0-1.dll" v0.0 ts=2014-03-12 14:05
  364k 2013/06/05 D:\cygwin\bin\cyggtksourceview-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtksourceview-2.0-0.dll" v0.0 ts=2013-06-04 22:05
  438k 2014/07/16 D:\cygwin\bin\cyggtksourceview-3.0-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtksourceview-3.0-1.dll" v0.0 ts=1969-12-31 19:00
  265k 2013/08/05 D:\cygwin\bin\cyggtksourceviewmm-3.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtksourceviewmm-3.0-0.dll" v0.0 ts=2013-08-05 16:01
   24k 2013/06/19 D:\cygwin\bin\cyggtkspell-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtkspell-0.dll" v0.0 ts=2013-06-19 14:52
   32k 2014/10/05 D:\cygwin\bin\cyggtkspell3-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtkspell3-3-0.dll" v0.0 ts=2014-10-05 07:43
   49k 2014/10/02 D:\cygwin\bin\cyggtop-2.0-7.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtop-2.0-7.dll" v0.0 ts=2014-10-02 18:36
  333k 2013/06/05 D:\cygwin\bin\cyggts-0-7-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyggts-0-7-5.dll" v0.0 ts=2013-06-05 19:01
 3431k 2014/03/05 D:\cygwin\bin\cyggucharmap-7.dll - os=4.0 img=0.0 sys=5.2
                  "cyggucharmap-7.dll" v0.0 ts=2014-03-05 01:51
  691k 2013/04/22 D:\cygwin\bin\cygguile-17.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-17.dll" v0.0 ts=2013-04-21 22:15
  500k 2014/08/27 D:\cygwin\bin\cyggvc-6.dll - os=4.0 img=0.0 sys=5.2
                  "cyggvc-6.dll" v0.0 ts=2014-08-26 21:36
  178k 2014/03/23 D:\cygwin\bin\cyggvfscommon-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggvfscommon-0.dll" v0.0 ts=2014-03-23 15:48
  383k 2014/08/27 D:\cygwin\bin\cyggvpr-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggvpr-2.dll" v0.0 ts=2014-08-26 21:37
   93k 2013/07/28 D:\cygwin\bin\cyggxps-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggxps-2.dll" v0.0 ts=2013-07-28 03:44
  266k 2013/08/25 D:\cygwin\bin\cygHalf-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygHalf-7.dll" v0.0 ts=2013-08-25 13:14
  316k 2014/01/09 D:\cygwin\bin\cygharfbuzz-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-0.dll" v0.0 ts=2014-01-09 02:16
   10k 2014/01/09 D:\cygwin\bin\cygharfbuzz-icu-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-icu-0.dll" v0.0 ts=2014-01-09 02:16
  111k 2014/03/20 D:\cygwin\bin\cyghdb-9.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdb-9.dll" v0.0 ts=2014-03-20 01:16
 2510k 2014/06/03 D:\cygwin\bin\cyghdf5-8.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5-8.dll" v0.0 ts=1969-12-31 19:00
  254k 2014/06/03 D:\cygwin\bin\cyghdf5_cpp-8.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_cpp-8.dll" v0.0 ts=1969-12-31 19:00
  101k 2014/06/03 D:\cygwin\bin\cyghdf5_hl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_hl-8.dll" v0.0 ts=1969-12-31 19:00
   10k 2014/06/03 D:\cygwin\bin\cyghdf5_hl_cpp-8.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_hl_cpp-8.dll" v0.0 ts=1969-12-31 19:00
   14k 2014/03/20 D:\cygwin\bin\cygheimbase-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygheimbase-1.dll" v0.0 ts=2014-03-19 23:52
   24k 2014/03/20 D:\cygwin\bin\cygheimntlm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygheimntlm-0.dll" v0.0 ts=2014-03-20 01:13
   29k 2013/03/14 D:\cygwin\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
                  "cyghistory7.dll" v0.0 ts=2013-03-14 06:14
  166k 2013/05/14 D:\cygwin\bin\cyghogweed-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyghogweed-2.dll" v0.0 ts=2013-05-14 02:42
  332k 2014/09/17 D:\cygwin\bin\cyghttpd2core.dll - os=4.0 img=0.0 sys=5.2
                  "cyghttpd2core.dll" v0.0 ts=2014-09-17 19:17
  236k 2014/03/20 D:\cygwin\bin\cyghx509-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyghx509-5.dll" v0.0 ts=2014-03-19 23:55
  281k 2013/07/25 D:\cygwin\bin\cygical-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygical-0.dll" v0.0 ts=2013-07-25 16:13
   69k 2013/07/25 D:\cygwin\bin\cygicalss-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygicalss-0.dll" v0.0 ts=2013-07-25 16:13
   11k 2013/07/25 D:\cygwin\bin\cygicalss_cxx-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygicalss_cxx-0.dll" v0.0 ts=2013-07-25 16:13
   61k 2013/07/25 D:\cygwin\bin\cygicalvcal-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygicalvcal-0.dll" v0.0 ts=2013-07-25 16:14
  334k 2013/07/25 D:\cygwin\bin\cygical_cxx-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygical_cxx-0.dll" v0.0 ts=2013-07-25 16:13
   77k 2014/08/10 D:\cygwin\bin\cygICE-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygICE-6.dll" v0.0 ts=1969-12-31 19:00
  360k 2013/07/29 D:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=5.2
                  "cygicons-0.dll" v0.0 ts=2013-07-28 21:27
  998k 2013/03/07 D:\cygwin\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiconv-2.dll" v0.0 ts=2013-03-06 22:03
21806k 2013/06/25 D:\cygwin\bin\cygicudata51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata51.dll" v0.0 ts=2013-06-25 01:30
 1717k 2013/06/25 D:\cygwin\bin\cygicui18n51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n51.dll" v0.0 ts=2013-06-25 01:28
   43k 2013/06/25 D:\cygwin\bin\cygicuio51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio51.dll" v0.0 ts=2013-06-25 01:30
  305k 2013/06/25 D:\cygwin\bin\cygicule51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule51.dll" v0.0 ts=2013-06-25 01:28
   38k 2013/06/25 D:\cygwin\bin\cygiculx51.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx51.dll" v0.0 ts=2013-06-25 01:28
   49k 2013/06/25 D:\cygwin\bin\cygicutest51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicutest51.dll" v0.0 ts=2013-06-25 01:29
  140k 2013/06/25 D:\cygwin\bin\cygicutu51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicutu51.dll" v0.0 ts=2013-06-25 01:29
 1231k 2013/06/25 D:\cygwin\bin\cygicuuc51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc51.dll" v0.0 ts=2013-06-25 01:27
   78k 2013/06/05 D:\cygwin\bin\cygid3tag-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygid3tag-0.dll" v0.0 ts=2013-06-05 11:05
  144k 2013/05/02 D:\cygwin\bin\cygIDL-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygIDL-2-0.dll" v0.0 ts=2013-05-02 05:11
  195k 2013/04/05 D:\cygwin\bin\cygidn-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn-11.dll" v0.0 ts=2013-04-05 04:58
   67k 2013/08/25 D:\cygwin\bin\cygIex-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygIex-7.dll" v0.0 ts=2013-08-25 13:14
   12k 2013/08/25 D:\cygwin\bin\cygIexMath-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygIexMath-7.dll" v0.0 ts=2013-08-25 13:14
  671k 2013/08/25 D:\cygwin\bin\cygIlmImf-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygIlmImf-7.dll" v0.0 ts=2013-08-25 13:44
   21k 2013/08/25 D:\cygwin\bin\cygIlmThread-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygIlmThread-7.dll" v0.0 ts=2013-08-25 13:14
   61k 2013/08/25 D:\cygwin\bin\cygImath-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygImath-7.dll" v0.0 ts=2013-08-25 13:14
  165k 2013/07/22 D:\cygwin\bin\cygImlib-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygImlib-1.dll" v0.0 ts=2013-07-22 00:27
  320k 2013/06/05 D:\cygwin\bin\cygImlib2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygImlib2-1.dll" v0.0 ts=2013-06-05 11:28
   38k 2014/06/16 D:\cygwin\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygintl-8.dll" v0.0 ts=1969-12-31 19:00
  294k 2013/09/09 D:\cygwin\bin\cygiodbc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbc-2.dll" v0.0 ts=2013-09-09 11:36
  273k 2013/09/09 D:\cygwin\bin\cygiodbcadm-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbcadm-2.dll" v0.0 ts=2013-09-09 11:36
   66k 2013/09/09 D:\cygwin\bin\cygiodbcinst-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbcinst-2.dll" v0.0 ts=2013-09-09 11:35
  888k 2013/05/05 D:\cygwin\bin\cygisl-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-10.dll" v0.0 ts=2013-05-05 11:36
  271k 2013/04/11 D:\cygwin\bin\cygjasper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygjasper-1.dll" v0.0 ts=2013-04-11 03:18
 3389k 2014/07/11 D:\cygwin\bin\cygjavascriptcoregtk-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygjavascriptcoregtk-1.0-0.dll" v0.0 ts=1969-12-31 19:00
 3389k 2014/07/11 D:\cygwin\bin\cygjavascriptcoregtk-3.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygjavascriptcoregtk-3.0-0.dll" v0.0 ts=1969-12-31 19:00
   48k 2014/06/17 D:\cygwin\bin\cygjbig-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig-2.dll" v0.0 ts=1969-12-31 19:00
   18k 2014/06/17 D:\cygwin\bin\cygjbig85-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig85-2.dll" v0.0 ts=1969-12-31 19:00
  256k 2014/05/26 D:\cygwin\bin\cygjpeg-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygjpeg-8.dll" v0.0 ts=1969-12-31 19:00
   35k 2014/04/09 D:\cygwin\bin\cygjson-c-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjson-c-2.dll" v0.0 ts=1969-12-31 19:00
  127k 2014/03/12 D:\cygwin\bin\cygjson-glib-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygjson-glib-1.0-0.dll" v0.0 ts=2014-03-12 17:13
  179k 2014/09/19 D:\cygwin\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygk5crypto-3.dll" v0.0 ts=2014-09-19 13:41
   66k 2014/09/19 D:\cygwin\bin\cygkadm5clnt_mit-9.dll - os=4.0 img=0.0 sys=5.2
                  "cygkadm5clnt_mit-9.dll" v0.0 ts=2014-09-19 13:42
   89k 2014/09/19 D:\cygwin\bin\cygkadm5srv_mit-9.dll - os=4.0 img=0.0 sys=5.2
                  "cygkadm5srv_mit-9.dll" v0.0 ts=2014-09-19 13:42
   23k 2014/03/20 D:\cygwin\bin\cygkafs-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkafs-0.dll" v0.0 ts=2014-03-20 01:13
   73k 2013/06/02 D:\cygwin\bin\cygkate-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygkate-1.dll" v0.0 ts=2013-06-02 14:58
   57k 2014/09/19 D:\cygwin\bin\cygkdb5-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygkdb5-7.dll" v0.0 ts=2014-09-19 13:42
   82k 2014/09/19 D:\cygwin\bin\cygkdb_ldap-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygkdb_ldap-1.dll" v0.0 ts=2014-09-19 13:42
  115k 2014/03/20 D:\cygwin\bin\cygkdc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygkdc-2.dll" v0.0 ts=2014-03-20 01:18
  182k 2013/07/14 D:\cygwin\bin\cygklu-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygklu-0.dll" v0.0 ts=2013-07-14 16:14
   83k 2014/06/17 D:\cygwin\bin\cygkpathsea-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygkpathsea-6.dll" v0.0 ts=1969-12-31 19:00
   34k 2014/09/19 D:\cygwin\bin\cygkrad-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrad-0.dll" v0.0 ts=2014-09-19 13:42
  403k 2014/03/20 D:\cygwin\bin\cygkrb5-26.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-26.dll" v0.0 ts=2014-03-20 01:12
  701k 2014/09/19 D:\cygwin\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-3.dll" v0.0 ts=2014-09-19 13:42
   35k 2014/09/19 D:\cygwin\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5support-0.dll" v0.0 ts=2014-09-19 13:41
   48k 2014/04/07 D:\cygwin\bin\cygLASi-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygLASi-1.dll" v0.0 ts=1969-12-31 19:00
   44k 2013/06/18 D:\cygwin\bin\cyglber-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglber-2-4-2.dll" v0.0 ts=2013-06-17 16:00
  188k 2013/04/10 D:\cygwin\bin\cyglcms-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyglcms-1.dll" v0.0 ts=2013-04-10 07:13
  283k 2013/09/03 D:\cygwin\bin\cyglcms2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglcms2-2.dll" v0.0 ts=2013-09-03 08:56
  243k 2013/06/18 D:\cygwin\bin\cygldap-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap-2-4-2.dll" v0.0 ts=2013-06-17 16:00
  260k 2013/06/18 D:\cygwin\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=2013-06-17 16:01
   11k 2013/07/14 D:\cygwin\bin\cygldl-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygldl-0.dll" v0.0 ts=2013-07-14 12:09
   88k 2014/03/12 D:\cygwin\bin\cyglightcomp.dll - os=4.0 img=0.0 sys=5.2
                  "cyglightcomp.dll" v0.0 ts=2014-03-12 14:37
17288k 2014/07/28 D:\cygwin\bin\cygLLVM-3.4.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.4.dll" v0.0 ts=1969-12-31 19:00
   50k 2013/09/09 D:\cygwin\bin\cyglqr-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyglqr-1-0.dll" v0.0 ts=2013-09-09 01:42
  244k 2014/03/09 D:\cygwin\bin\cyglrzip-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyglrzip-0.dll" v0.0 ts=2014-03-09 01:30
    6k 2014/08/13 D:\cygwin\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
                  "cyglsa64.dll" v0.0 ts=2014-08-13 17:05
   34k 2014/06/22 D:\cygwin\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygltdl-7.dll" v0.0 ts=1969-12-31 19:00
   55k 2014/07/28 D:\cygwin\bin\cygLTO.dll - os=4.0 img=0.0 sys=5.2
                  "cygLTO.dll" v0.0 ts=1969-12-31 19:00
  145k 2013/05/14 D:\cygwin\bin\cyglua-5.1.dll - os=4.0 img=0.0 sys=5.2
                  "cyglua-5.1.dll" v0.0 ts=2013-05-13 21:53
  129k 2014/05/29 D:\cygwin\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzma-5.dll" v0.0 ts=1969-12-31 19:00
  124k 2013/03/19 D:\cygwin\bin\cyglzo2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzo2-2.dll" v0.0 ts=2013-03-19 00:35
  106k 2014/07/01 D:\cygwin\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmagic-1.dll" v0.0 ts=1969-12-31 19:00
  291k 2013/10/12 D:\cygwin\bin\cygMagick++-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-5.dll" v0.0 ts=2013-10-12 13:21
 4157k 2013/10/12 D:\cygwin\bin\cygMagickCore-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-5.dll" v0.0 ts=2013-10-12 13:17
 1088k 2013/10/12 D:\cygwin\bin\cygMagickWand-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-5.dll" v0.0 ts=2013-10-12 13:19
  158k 2014/08/12 D:\cygwin\bin\cygman-2-6-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygman-2-6-7.dll" v0.0 ts=1969-12-31 19:00
  139k 2014/03/05 D:\cygwin\bin\cygmarco-private-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmarco-private-0.dll" v0.0 ts=2014-03-05 11:07
  146k 2014/06/08 D:\cygwin\bin\cygmate-desktop-2-17.dll - os=4.0 img=0.0 sys=5.2
                  "cygmate-desktop-2-17.dll" v0.0 ts=1969-12-31 19:00
   73k 2014/03/05 D:\cygwin\bin\cygmate-menu-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygmate-menu-2.dll" v0.0 ts=2014-03-05 11:57
   48k 2014/08/20 D:\cygwin\bin\cygmate-panel-applet-4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmate-panel-applet-4-1.dll" v0.0 ts=2014-08-20 15:03
   15k 2014/06/08 D:\cygwin\bin\cygmate-window-settings-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmate-window-settings-1.dll" v0.0 ts=1969-12-31 19:00
  148k 2014/03/05 D:\cygwin\bin\cygmatedict-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygmatedict-6.dll" v0.0 ts=2014-03-05 14:18
   24k 2014/03/05 D:\cygwin\bin\cygmatekbd-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmatekbd-4.dll" v0.0 ts=2014-03-05 01:04
   66k 2014/03/05 D:\cygwin\bin\cygmatekbdui-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmatekbdui-4.dll" v0.0 ts=2014-03-05 01:04
   89k 2014/06/08 D:\cygwin\bin\cygmateweather-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmateweather-1.dll" v0.0 ts=1969-12-31 19:00
  132k 2014/01/21 D:\cygwin\bin\cygmcpp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmcpp-0.dll" v0.0 ts=2014-01-21 13:41
  155k 2013/05/29 D:\cygwin\bin\cygmcrypt-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmcrypt-4.dll" v0.0 ts=2013-05-29 09:09
   30k 2014/05/26 D:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=1969-12-31 19:00
   42k 2013/08/12 D:\cygwin\bin\cygmetalink-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetalink-3.dll" v0.0 ts=2013-08-12 19:02
  347k 2013/07/14 D:\cygwin\bin\cygmetis-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetis-0.dll" v0.0 ts=2013-07-14 08:12
  163k 2013/05/29 D:\cygwin\bin\cygmhash-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygmhash-2.dll" v0.0 ts=2013-05-29 18:29
  710k 2014/07/18 D:\cygwin\bin\cygmidori-core-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmidori-core-1.dll" v0.0 ts=1969-12-31 19:00
  331k 2013/09/03 D:\cygwin\bin\cygming-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygming-1.dll" v0.0 ts=2013-09-03 07:51
   40k 2013/05/09 D:\cygwin\bin\cygminizip-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygminizip-1.dll" v0.0 ts=2013-05-09 17:21
  370k 2013/05/02 D:\cygwin\bin\cygmng-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmng-1.dll" v0.0 ts=2013-05-02 07:20
 3424k 2013/08/06 D:\cygwin\bin\cygmozjs185-1.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmozjs185-1.0.dll" v0.0 ts=2013-08-06 03:32
   87k 2014/04/05 D:\cygwin\bin\cygmpc-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpc-3.dll" v0.0 ts=1969-12-31 19:00
  319k 2013/05/05 D:\cygwin\bin\cygmpfr-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-4.dll" v0.0 ts=2013-05-05 08:40
 2311k 2014/10/01 D:\cygwin\bin\cygmpi-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpi-1.dll" v0.0 ts=2014-10-01 13:02
   70k 2014/10/01 D:\cygwin\bin\cygmpi_cxx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpi_cxx-1.dll" v0.0 ts=2014-10-01 13:02
  639k 2014/10/01 D:\cygwin\bin\cygmpi_mpifh-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpi_mpifh-2.dll" v0.0 ts=2014-10-01 16:39
   14k 2014/10/01 D:\cygwin\bin\cygmpi_usempi-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpi_usempi-1.dll" v0.0 ts=2014-10-01 16:39
  119k 2014/08/10 D:\cygwin\bin\cygMrm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygMrm-4.dll" v0.0 ts=1969-12-31 19:00
 2835k 2014/08/27 D:\cygwin\bin\cygmysqlclient-18.dll - os=4.0 img=18.0 sys=5.2
                  "cygmysqlclient-18.dll" v0.0 ts=2014-08-27 17:42
 7657k 2014/08/27 D:\cygwin\bin\cygmysqld-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmysqld-0.dll" v0.0 ts=2014-08-27 17:46
  279k 2014/03/05 D:\cygwin\bin\cygna-core.dll - os=4.0 img=0.0 sys=5.2
                  "cygna-core.dll" v0.0 ts=2014-03-05 16:49
  452k 2014/10/17 D:\cygwin\bin\cygnativeGLthunk.dll - os=4.0 img=0.0 sys=5.2
                  "cygnativeGLthunk.dll" v0.0 ts=2014-10-17 13:36
   53k 2014/05/26 D:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncurses++w-10.dll" v0.0 ts=1969-12-31 19:00
  299k 2014/05/26 D:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=1969-12-31 19:00
  126k 2013/04/24 D:\cygwin\bin\cygneon-27.dll - os=4.0 img=0.0 sys=5.2
                  "cygneon-27.dll" v0.0 ts=2013-04-24 03:25
 1024k 2014/04/24 D:\cygwin\bin\cygnetcdf-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetcdf-7.dll" v0.0 ts=1969-12-31 19:00
  379k 2013/10/03 D:\cygwin\bin\cygnetcdff-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetcdff-5.dll" v0.0 ts=2013-10-03 13:13
  222k 2014/05/04 D:\cygwin\bin\cygnetcdf_c++4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetcdf_c++4-1.dll" v0.0 ts=1969-12-31 19:00
  188k 2013/06/05 D:\cygwin\bin\cygnetpbm-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetpbm-10.dll" v0.0 ts=2013-06-05 11:55
  566k 2013/07/05 D:\cygwin\bin\cygnetsnmp-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetsnmp-30.dll" v0.0 ts=2013-07-05 11:28
  334k 2013/07/05 D:\cygwin\bin\cygnetsnmpagent-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetsnmpagent-30.dll" v0.0 ts=2013-07-05 11:29
    7k 2013/07/05 D:\cygwin\bin\cygnetsnmphelpers-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetsnmphelpers-30.dll" v0.0 ts=2013-07-05 11:29
  449k 2013/07/05 D:\cygwin\bin\cygnetsnmpmibs-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetsnmpmibs-30.dll" v0.0 ts=2013-07-05 11:30
   38k 2013/07/05 D:\cygwin\bin\cygnetsnmptrapd-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetsnmptrapd-30.dll" v0.0 ts=2013-07-05 11:30
  177k 2013/05/14 D:\cygwin\bin\cygnettle-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnettle-4.dll" v0.0 ts=2013-05-14 02:42
   25k 2014/03/12 D:\cygwin\bin\cygnotify-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnotify-4.dll" v0.0 ts=2014-03-12 16:45
  220k 2014/10/19 D:\cygwin\bin\cygnspr4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnspr4.dll" v0.0 ts=2014-10-19 09:16
 1271k 2014/10/19 D:\cygwin\bin\cygnss3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnss3.dll" v0.0 ts=2014-10-19 09:20
  164k 2014/10/19 D:\cygwin\bin\cygnssdbm3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssdbm3.dll" v0.0 ts=2014-10-19 09:18
  148k 2014/10/19 D:\cygwin\bin\cygnssutil3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssutil3.dll" v0.0 ts=2014-10-19 09:18
   28k 2014/05/19 D:\cygwin\bin\cygoauth-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygoauth-0.dll" v0.0 ts=1969-12-31 19:00
  122k 2014/08/16 D:\cygwin\bin\cygobjc-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygobjc-4.dll" v0.0 ts=2014-08-15 16:13
  103k 2013/10/23 D:\cygwin\bin\cygobrender-29.dll - os=4.0 img=0.0 sys=5.2
                  "cygobrender-29.dll" v0.0 ts=2013-10-23 14:24
   53k 2013/10/23 D:\cygwin\bin\cygobt-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygobt-2.dll" v0.0 ts=2013-10-23 14:24
14987k 2014/08/17 D:\cygwin\bin\cygoctave-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctave-2.dll" v0.0 ts=2014-08-17 08:21
 1203k 2014/08/17 D:\cygwin\bin\cygoctgui-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctgui-0.dll" v0.0 ts=2014-08-17 08:56
12337k 2014/08/17 D:\cygwin\bin\cygoctinterp-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctinterp-2.dll" v0.0 ts=2014-08-17 08:49
   22k 2013/06/01 D:\cygwin\bin\cygogg-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygogg-0.dll" v0.0 ts=2013-06-01 12:40
   10k 2013/06/02 D:\cygwin\bin\cygoggkate-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygoggkate-1.dll" v0.0 ts=2013-06-02 14:58
   58k 2013/06/04 D:\cygwin\bin\cygogrove-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygogrove-1.dll" v0.0 ts=2013-06-04 16:36
  380k 2013/03/15 D:\cygwin\bin\cygonig-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygonig-2.dll" v0.0 ts=2013-03-15 18:29
  690k 2014/10/01 D:\cygwin\bin\cygopen-pal-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygopen-pal-6.dll" v0.0 ts=2014-10-01 12:06
  812k 2014/10/01 D:\cygwin\bin\cygopen-rte-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygopen-rte-7.dll" v0.0 ts=2014-10-01 12:14
  123k 2013/04/27 D:\cygwin\bin\cygopencdk-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygopencdk-10.dll" v0.0 ts=2013-04-27 06:48
  123k 2014/01/31 D:\cygwin\bin\cygopenjpeg-1.dll - os=4.0 img=1.5 sys=5.2
                  "cygopenjpeg-1.dll" v0.0 ts=2014-01-31 00:12
   29k 2014/08/04 D:\cygwin\bin\cygOpenVG-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygOpenVG-1.dll" v0.0 ts=1969-12-31 19:00
  317k 2013/05/06 D:\cygwin\bin\cygORBit-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygORBit-2-0.dll" v0.0 ts=2013-05-05 21:46
   34k 2013/05/06 D:\cygwin\bin\cygORBit-imodule-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygORBit-imodule-2-0.dll" v0.0 ts=2013-05-05 21:46
   22k 2013/05/06 D:\cygwin\bin\cygORBitCosNaming-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygORBitCosNaming-2-0.dll" v0.0 ts=2013-05-05 21:46
  474k 2013/11/12 D:\cygwin\bin\cygorc-0.4-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygorc-0.4-0.dll" v0.0 ts=2013-11-12 05:46
   27k 2013/11/12 D:\cygwin\bin\cygorc-test-0.4-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygorc-test-0.4-0.dll" v0.0 ts=2013-11-12 05:46
 3311k 2014/08/04 D:\cygwin\bin\cygOSMesa-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygOSMesa-8.dll" v0.0 ts=1969-12-31 19:00
 1486k 2013/06/04 D:\cygwin\bin\cygosp-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygosp-5.dll" v0.0 ts=2013-06-04 16:16
  344k 2013/06/04 D:\cygwin\bin\cygospgrove-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygospgrove-1.dll" v0.0 ts=2013-06-04 16:36
 1810k 2013/06/04 D:\cygwin\bin\cygostyle-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygostyle-1.dll" v0.0 ts=2013-06-04 16:37
  220k 2014/10/19 D:\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygp11-kit-0.dll" v0.0 ts=2014-10-19 09:36
   15k 2014/05/26 D:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=1969-12-31 19:00
  261k 2014/03/20 D:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpango-1.0-0.dll" v0.0 ts=2014-03-20 05:59
   41k 2014/03/20 D:\cygwin\bin\cygpangocairo-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2014-03-20 05:59
   69k 2014/03/20 D:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2014-03-20 05:59
  119k 2013/08/05 D:\cygwin\bin\cygpangomm-1.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangomm-1.4-1.dll" v0.0 ts=2013-08-05 04:11
  113k 2013/06/05 D:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangox-1.0-0.dll" v0.0 ts=2013-06-05 01:41
   27k 2014/03/20 D:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2014-03-20 05:59
   11k 2013/07/23 D:\cygwin\bin\cygpaper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpaper-1.dll" v0.0 ts=2013-07-23 00:40
  573k 2014/08/17 D:\cygwin\bin\cygparpack-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygparpack-2.dll" v0.0 ts=2014-08-17 06:39
   33k 2014/08/27 D:\cygwin\bin\cygpathplan-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygpathplan-4.dll" v0.0 ts=2014-08-26 21:35
  273k 2014/08/27 D:\cygwin\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2014-08-27 19:23
  250k 2014/08/27 D:\cygwin\bin\cygpcre16-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre16-0.dll" v0.0 ts=2014-08-27 19:23
  243k 2014/08/27 D:\cygwin\bin\cygpcre32-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre32-0.dll" v0.0 ts=2014-08-27 19:23
   31k 2014/08/27 D:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcrecpp-0.dll" v0.0 ts=2014-08-27 19:23
   11k 2014/08/27 D:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcreposix-0.dll" v0.0 ts=2014-08-27 19:23
   67k 2013/08/06 D:\cygwin\bin\cygpeas-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpeas-1.0-0.dll" v0.0 ts=2013-08-06 00:32
   47k 2013/08/06 D:\cygwin\bin\cygpeas-gtk-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpeas-gtk-1.0-0.dll" v0.0 ts=2013-08-06 00:33
 1580k 2013/03/11 D:\cygwin\bin\cygperl5_14.dll - os=4.0 img=0.0 sys=5.2
                  "cygperl5_14.dll" v0.0 ts=2013-03-11 19:25
   59k 2014/08/16 D:\cygwin\bin\cygpgtypes-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygpgtypes-3.dll" v0.0 ts=2014-08-16 18:23
  390k 2014/09/04 D:\cygwin\bin\cygphonon-4.dll - os=4.0 img=4.7 sys=5.2
                  "cygphonon-4.dll" v0.0 ts=2014-09-04 13:48
   86k 2014/09/04 D:\cygwin\bin\cygphononexperimental-4.dll - os=4.0 img=4.7 sys=5.2
                  "cygphononexperimental-4.dll" v0.0 ts=2014-09-04 13:48
 4005k 2014/10/19 D:\cygwin\bin\cygphp5-5-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygphp5-5-5.dll" v0.0 ts=2014-10-19 04:05
   38k 2014/05/12 D:\cygwin\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpipeline-1.dll" v0.0 ts=1969-12-31 19:00
  656k 2014/01/10 D:\cygwin\bin\cygpixman-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpixman-1-0.dll" v0.0 ts=2014-01-09 20:32
   17k 2014/10/19 D:\cygwin\bin\cygplc4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplc4.dll" v0.0 ts=2014-10-19 09:16
   14k 2014/10/19 D:\cygwin\bin\cygplds4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplds4.dll" v0.0 ts=2014-10-19 09:16
 1157k 2014/02/02 D:\cygwin\bin\cygplot-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygplot-2.dll" v0.0 ts=2014-02-02 11:27
  998k 2014/02/02 D:\cygwin\bin\cygplotter-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygplotter-2.dll" v0.0 ts=2014-02-02 11:30
  148k 2014/05/26 D:\cygwin\bin\cygpng15-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygpng15-15.dll" v0.0 ts=1969-12-31 19:00
  104k 2014/04/19 D:\cygwin\bin\cygPocoCrypto.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoCrypto.16.dll" v0.0 ts=1969-12-31 19:00
  246k 2014/04/19 D:\cygwin\bin\cygPocoData.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoData.16.dll" v0.0 ts=1969-12-31 19:00
   80k 2014/04/19 D:\cygwin\bin\cygPocoDataMySQL.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoDataMySQL.16.dll" v0.0 ts=1969-12-31 19:00
  164k 2014/04/19 D:\cygwin\bin\cygPocoDataODBC.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoDataODBC.16.dll" v0.0 ts=1969-12-31 19:00
  142k 2014/04/19 D:\cygwin\bin\cygPocoDataSQLite.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoDataSQLite.16.dll" v0.0 ts=1969-12-31 19:00
  958k 2014/04/19 D:\cygwin\bin\cygPocoFoundation.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoFoundation.16.dll" v0.0 ts=1969-12-31 19:00
  674k 2014/04/19 D:\cygwin\bin\cygPocoNet.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoNet.16.dll" v0.0 ts=1969-12-31 19:00
  201k 2014/04/19 D:\cygwin\bin\cygPocoNetSSL.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoNetSSL.16.dll" v0.0 ts=1969-12-31 19:00
  243k 2014/04/19 D:\cygwin\bin\cygPocoUtil.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoUtil.16.dll" v0.0 ts=1969-12-31 19:00
  292k 2014/04/19 D:\cygwin\bin\cygPocoXML.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoXML.16.dll" v0.0 ts=1969-12-31 19:00
  205k 2014/04/19 D:\cygwin\bin\cygPocoZip.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoZip.16.dll" v0.0 ts=1969-12-31 19:00
 1847k 2013/06/05 D:\cygwin\bin\cygpoppler-28.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-28.dll" v0.0 ts=2013-06-05 01:22
 1866k 2014/01/13 D:\cygwin\bin\cygpoppler-37.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-37.dll" v0.0 ts=2014-01-12 23:09
 1897k 2014/02/23 D:\cygwin\bin\cygpoppler-44.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-44.dll" v0.0 ts=2014-02-23 15:36
   57k 2014/02/23 D:\cygwin\bin\cygpoppler-cpp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-cpp-0.dll" v0.0 ts=2014-02-23 15:40
  205k 2014/02/23 D:\cygwin\bin\cygpoppler-glib-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-glib-8.dll" v0.0 ts=2014-02-23 15:37
  308k 2014/02/23 D:\cygwin\bin\cygpoppler-qt4-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-qt4-4.dll" v0.0 ts=2014-02-23 15:38
   41k 2013/10/21 D:\cygwin\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpopt-0.dll" v0.0 ts=2013-10-21 16:52
  844k 2013/05/05 D:\cygwin\bin\cygppl-9.dll - os=4.0 img=0.0 sys=5.2
                  "cygppl-9.dll" v0.0 ts=2013-05-05 08:53
 2956k 2013/05/05 D:\cygwin\bin\cygppl_c-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygppl_c-4.dll" v0.0 ts=2013-05-05 08:54
  145k 2014/08/16 D:\cygwin\bin\cygpq-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpq-5.dll" v0.0 ts=2014-08-16 18:23
  295k 2014/09/21 D:\cygwin\bin\cygproj-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygproj-1.dll" v0.0 ts=2014-09-21 03:45
  869k 2013/09/11 D:\cygwin\bin\cygprotobuf-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygprotobuf-8.dll" v0.0 ts=2013-09-10 22:06
  149k 2013/09/11 D:\cygwin\bin\cygprotobuf-lite-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygprotobuf-lite-8.dll" v0.0 ts=2013-09-10 22:06
  734k 2013/09/11 D:\cygwin\bin\cygprotoc-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygprotoc-8.dll" v0.0 ts=2013-09-10 22:06
   11k 2014/03/28 D:\cygwin\bin\cygprotocol-cli.dll - os=4.0 img=0.0 sys=5.2
                  "cygprotocol-cli.dll" v0.0 ts=2014-03-27 21:08
   46k 2014/03/28 D:\cygwin\bin\cygprotocol-esound.dll - os=4.0 img=0.0 sys=5.2
                  "cygprotocol-esound.dll" v0.0 ts=2014-03-27 21:01
   29k 2014/03/28 D:\cygwin\bin\cygprotocol-http.dll - os=4.0 img=0.0 sys=5.2
                  "cygprotocol-http.dll" v0.0 ts=2014-03-27 21:01
  104k 2014/03/28 D:\cygwin\bin\cygprotocol-native.dll - os=4.0 img=0.0 sys=5.2
                  "cygprotocol-native.dll" v0.0 ts=2014-03-27 21:01
   25k 2014/03/28 D:\cygwin\bin\cygprotocol-simple.dll - os=4.0 img=0.0 sys=5.2
                  "cygprotocol-simple.dll" v0.0 ts=2014-03-27 21:01
  122k 2013/04/21 D:\cygwin\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygproxy-1.dll" v0.0 ts=2013-04-21 05:24
    8k 2013/04/30 D:\cygwin\bin\cygpspell-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygpspell-15.dll" v0.0 ts=2013-04-30 03:12
  349k 2013/04/28 D:\cygwin\bin\cygpstoedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpstoedit-0.dll" v0.0 ts=2013-04-28 04:25
   37k 2014/06/17 D:\cygwin\bin\cygptexenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygptexenc-1.dll" v0.0 ts=1969-12-31 19:00
  278k 2014/03/28 D:\cygwin\bin\cygpulse-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpulse-0.dll" v0.0 ts=2014-03-27 20:59
   16k 2014/03/28 D:\cygwin\bin\cygpulse-mainloop-glib-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpulse-mainloop-glib-0.dll" v0.0 ts=2014-03-27 20:59
   15k 2014/03/28 D:\cygwin\bin\cygpulse-simple-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpulse-simple-0.dll" v0.0 ts=2014-03-27 20:59
  382k 2014/03/28 D:\cygwin\bin\cygpulsecommon-4.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpulsecommon-4.0.dll" v0.0 ts=2014-03-27 20:59
  566k 2014/03/28 D:\cygwin\bin\cygpulsecore-4.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpulsecore-4.0.dll" v0.0 ts=2014-03-27 20:59
   15k 2013/05/05 D:\cygwin\bin\cygpwl-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpwl-5.dll" v0.0 ts=2013-05-05 08:53
   15k 2013/10/24 D:\cygwin\bin\cygpyglib-2.0-python2.7-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpyglib-2.0-python2.7-0.dll" v0.0 ts=2013-10-24 15:39
   14k 2014/03/20 D:\cygwin\bin\cygpyglib-gi-2.0-python2.7-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpyglib-gi-2.0-python2.7-0.dll" v0.0 ts=2014-03-20 02:48
   14k 2014/03/20 D:\cygwin\bin\cygpyglib-gi-2.0-python3.2m-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpyglib-gi-2.0-python3.2m-0.dll" v0.0 ts=2014-03-20 02:50
  310k 2013/03/18 D:\cygwin\bin\cygqhull-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygqhull-6.dll" v0.0 ts=2013-03-18 05:56
  319k 2013/03/18 D:\cygwin\bin\cygqhull_p-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygqhull_p-6.dll" v0.0 ts=2013-03-18 05:56
   38k 2013/08/13 D:\cygwin\bin\cygqrencode-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygqrencode-3.dll" v0.0 ts=2013-08-12 22:47
   95k 2013/04/10 D:\cygwin\bin\cygqrupdate-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygqrupdate-0.dll" v0.0 ts=2013-04-10 15:26
 2704k 2014/07/23 D:\cygwin\bin\cygqscintilla2-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygqscintilla2-11.dll" v0.0 ts=1969-12-31 19:00
 2530k 2013/08/16 D:\cygwin\bin\cygqscintilla2-9.dll - os=4.0 img=0.0 sys=5.2
                  "cygqscintilla2-9.dll" v0.0 ts=2013-08-16 16:36
 6034k 2014/06/23 D:\cygwin\bin\cygqt-mt-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygqt-mt-3.dll" v0.0 ts=1969-12-31 19:00
 2448k 2014/09/12 D:\cygwin\bin\cygQt3Support-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt3Support-4.dll" v0.0 ts=2014-09-12 14:50
 1184k 2014/09/12 D:\cygwin\bin\cygQtCLucene-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtCLucene-4.dll" v0.0 ts=2014-09-12 16:12
 2696k 2014/09/12 D:\cygwin\bin\cygQtCore-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtCore-4.dll" v0.0 ts=2014-09-12 14:41
  467k 2014/09/12 D:\cygwin\bin\cygQtDBus-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtDBus-4.dll" v0.0 ts=2014-09-12 14:43
 3740k 2014/09/12 D:\cygwin\bin\cygQtDeclarative-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtDeclarative-4.dll" v0.0 ts=2014-09-12 15:00
 4995k 2014/09/12 D:\cygwin\bin\cygQtDesigner-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtDesigner-4.dll" v0.0 ts=2014-09-12 16:18
 2707k 2014/09/12 D:\cygwin\bin\cygQtDesignerComponents-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtDesignerComponents-4.dll" v0.0 ts=2014-09-12 16:27
 9967k 2014/09/12 D:\cygwin\bin\cygQtGui-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtGui-4.dll" v0.0 ts=2014-09-12 14:47
  503k 2014/09/12 D:\cygwin\bin\cygQtHelp-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtHelp-4.dll" v0.0 ts=2014-09-12 16:13
  135k 2014/09/12 D:\cygwin\bin\cygQtMultimedia-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtMultimedia-4.dll" v0.0 ts=2014-09-12 14:55
 1241k 2014/09/12 D:\cygwin\bin\cygQtNetwork-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtNetwork-4.dll" v0.0 ts=2014-09-12 14:42
  946k 2014/09/12 D:\cygwin\bin\cygQtOpenGL-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtOpenGL-4.dll" v0.0 ts=2014-09-12 14:51
 2124k 2014/09/12 D:\cygwin\bin\cygQtScript-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtScript-4.dll" v0.0 ts=2014-09-12 14:57
  752k 2014/09/12 D:\cygwin\bin\cygQtScriptTools-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtScriptTools-4.dll" v0.0 ts=2014-09-12 16:09
  225k 2014/09/12 D:\cygwin\bin\cygQtSql-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtSql-4.dll" v0.0 ts=2014-09-12 14:42
  320k 2014/09/12 D:\cygwin\bin\cygQtSvg-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtSvg-4.dll" v0.0 ts=2014-09-12 14:55
  129k 2014/09/12 D:\cygwin\bin\cygQtTest-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtTest-4.dll" v0.0 ts=2014-09-12 14:42
25211k 2014/09/12 D:\cygwin\bin\cygQtWebKit-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtWebKit-4.dll" v0.0 ts=2014-09-12 16:05
  248k 2014/09/12 D:\cygwin\bin\cygQtXml-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtXml-4.dll" v0.0 ts=2014-09-12 14:41
 4411k 2014/09/12 D:\cygwin\bin\cygQtXmlPatterns-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtXmlPatterns-4.dll" v0.0 ts=2014-09-12 14:54
  303k 2014/08/16 D:\cygwin\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygquadmath-0.dll" v0.0 ts=2014-08-15 16:12
  158k 2014/06/23 D:\cygwin\bin\cygqui-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygqui-1.dll" v0.0 ts=1969-12-31 19:00
  122k 2014/09/04 D:\cygwin\bin\cygqzeitgeist-1.dll - os=4.0 img=0.8 sys=5.2
                  "cygqzeitgeist-1.dll" v0.0 ts=2014-09-04 13:36
   83k 2013/06/05 D:\cygwin\bin\cygrarian-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrarian-0.dll" v0.0 ts=2013-06-04 20:24
   29k 2013/07/14 D:\cygwin\bin\cygrbio-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrbio-0.dll" v0.0 ts=2013-07-14 11:57
  193k 2013/03/14 D:\cygwin\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
                  "cygreadline7.dll" v0.0 ts=2013-03-14 06:14
  681k 2013/08/08 D:\cygwin\bin\cygrecode-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrecode-0.dll" v0.0 ts=2013-08-08 15:59
  535k 2014/07/03 D:\cygwin\bin\cygregina.dll - os=4.0 img=0.0 sys=5.2
                  "cygregina.dll" v0.0 ts=1969-12-31 19:00
   72k 2014/04/24 D:\cygwin\bin\cygrest-0.7-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrest-0.7-0.dll" v0.0 ts=1969-12-31 19:00
   29k 2014/04/24 D:\cygwin\bin\cygrest-extras-0.7-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrest-extras-0.7-0.dll" v0.0 ts=1969-12-31 19:00
   57k 2014/03/20 D:\cygwin\bin\cygroken-18.dll - os=4.0 img=0.0 sys=5.2
                  "cygroken-18.dll" v0.0 ts=2014-03-19 23:53
  200k 2014/03/12 D:\cygwin\bin\cygrsvg-2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygrsvg-2-2.dll" v0.0 ts=2014-03-12 19:52
   46k 2013/06/09 D:\cygwin\bin\cygrsync-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygrsync-1.dll" v0.0 ts=2013-06-08 23:36
 2043k 2014/09/19 D:\cygwin\bin\cygruby200.dll - os=4.0 img=0.0 sys=5.2
                  "cygruby200.dll" v2.0 ts=2014-09-19 09:30
 1453k 2013/06/03 D:\cygwin\bin\cygsamplerate-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsamplerate-0.dll" v0.0 ts=2013-06-03 16:34
   96k 2014/09/04 D:\cygwin\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsasl2-3.dll" v0.0 ts=2014-09-04 14:41
  248k 2014/03/12 D:\cygwin\bin\cygsecret-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsecret-1-0.dll" v0.0 ts=2014-03-12 16:29
   83k 2014/08/12 D:\cygwin\bin\cygserf-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygserf-1-0.dll" v0.0 ts=1969-12-31 19:00
   55k 2013/06/05 D:\cygwin\bin\cygshout-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygshout-3.dll" v0.0 ts=2013-06-05 10:51
   16k 2013/07/28 D:\cygwin\bin\cygsigc-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsigc-2.0-0.dll" v0.0 ts=2013-07-28 05:38
  799k 2014/09/20 D:\cygwin\bin\cygslang-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygslang-2.dll" v0.0 ts=2014-09-20 12:56
   28k 2014/01/14 D:\cygwin\bin\cygSM-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygSM-6.dll" v0.0 ts=2014-01-14 18:23
  320k 2013/04/26 D:\cygwin\bin\cygsmi-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmi-2.dll" v0.0 ts=2013-04-26 10:24
  164k 2014/10/19 D:\cygwin\bin\cygsmime3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmime3.dll" v0.0 ts=2014-10-19 09:20
  364k 2013/06/03 D:\cygwin\bin\cygsndfile-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsndfile-1.dll" v0.0 ts=2013-06-03 15:54
  566k 2013/07/05 D:\cygwin\bin\cygsnmp-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygsnmp-30.dll" v0.0 ts=2013-07-05 11:32
  263k 2014/10/19 D:\cygwin\bin\cygsoftokn3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoftokn3.dll" v0.0 ts=2014-10-19 09:18
  564k 2014/04/02 D:\cygwin\bin\cygsoup-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoup-2.4-1.dll" v0.0 ts=1969-12-31 19:00
   12k 2014/04/02 D:\cygwin\bin\cygsoup-gnome-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoup-gnome-2.4-1.dll" v0.0 ts=1969-12-31 19:00
  677k 2014/09/01 D:\cygwin\bin\cygsource-highlight-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygsource-highlight-4.dll" v0.0 ts=2014-09-01 03:30
  589k 2013/06/05 D:\cygwin\bin\cygsox-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsox-2.dll" v0.0 ts=2013-06-05 13:33
   52k 2013/06/06 D:\cygwin\bin\cygspectre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygspectre-1.dll" v0.0 ts=2013-06-06 01:08
   94k 2013/06/01 D:\cygwin\bin\cygspeex-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygspeex-1.dll" v0.0 ts=2013-06-01 19:50
   69k 2013/06/01 D:\cygwin\bin\cygspeexdsp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygspeexdsp-1.dll" v0.0 ts=2013-06-01 19:50
  169k 2013/07/14 D:\cygwin\bin\cygspqr-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygspqr-0.dll" v0.0 ts=2013-07-14 16:26
  744k 2014/08/19 D:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3-0.dll" v0.0 ts=2014-08-19 08:33
   18k 2014/08/19 D:\cygwin\bin\cygsqlite3amatch-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3amatch-0.dll" v0.0 ts=2014-08-19 12:35
   14k 2014/08/19 D:\cygwin\bin\cygsqlite3closure-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3closure-0.dll" v0.0 ts=2014-08-19 12:35
    9k 2014/08/19 D:\cygwin\bin\cygsqlite3compress-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3compress-0.dll" v0.0 ts=2014-08-19 12:35
    9k 2014/08/19 D:\cygwin\bin\cygsqlite3fileio-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3fileio-0.dll" v0.0 ts=2014-08-19 12:35
   14k 2014/08/19 D:\cygwin\bin\cygsqlite3fuzzer-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3fuzzer-0.dll" v0.0 ts=2014-08-19 12:35
   13k 2014/08/19 D:\cygwin\bin\cygsqlite3icu-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3icu-0.dll" v0.0 ts=2014-08-19 12:35
    9k 2014/08/19 D:\cygwin\bin\cygsqlite3ieee754-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3ieee754-0.dll" v0.0 ts=2014-08-19 12:35
   10k 2014/08/19 D:\cygwin\bin\cygsqlite3nextchar-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3nextchar-0.dll" v0.0 ts=2014-08-19 12:35
   10k 2014/08/19 D:\cygwin\bin\cygsqlite3percentile-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3percentile-0.dll" v0.0 ts=2014-08-19 12:35
   16k 2014/08/19 D:\cygwin\bin\cygsqlite3regexp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3regexp-0.dll" v0.0 ts=2014-08-19 12:35
    9k 2014/08/19 D:\cygwin\bin\cygsqlite3rot13-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3rot13-0.dll" v0.0 ts=2014-08-19 12:35
   28k 2014/08/19 D:\cygwin\bin\cygsqlite3spellfix-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3spellfix-0.dll" v0.0 ts=2014-08-19 12:35
   12k 2014/08/19 D:\cygwin\bin\cygsqlite3totype-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3totype-0.dll" v0.0 ts=2014-08-19 12:35
   17k 2014/08/19 D:\cygwin\bin\cygsqlite3vfslog-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3vfslog-0.dll" v0.0 ts=2014-08-19 12:35
   13k 2014/08/19 D:\cygwin\bin\cygsqlite3vtshim-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3vtshim-0.dll" v0.0 ts=2014-08-19 12:35
    9k 2014/08/19 D:\cygwin\bin\cygsqlite3wholenumber-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3wholenumber-0.dll" v0.0 ts=2014-08-19 12:35
    9k 2014/08/19 D:\cygwin\bin\cygsqlite3zlib-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3zlib-0.dll" v0.0 ts=2014-08-19 12:35
   20k 2014/06/09 D:\cygwin\bin\cygss-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygss-2.dll" v0.0 ts=1969-12-31 19:00
  141k 2013/03/11 D:\cygwin\bin\cygssh2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssh2-1.dll" v0.0 ts=2013-03-11 06:42
  381k 2014/10/16 D:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.0.0.dll" v0.0 ts=2014-10-16 13:11
  337k 2014/10/19 D:\cygwin\bin\cygssl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl3.dll" v0.0 ts=2014-10-19 09:20
   12k 2014/08/16 D:\cygwin\bin\cygssp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssp-0.dll" v0.0 ts=2014-08-15 16:10
   30k 2013/06/05 D:\cygwin\bin\cygstartup-notification-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygstartup-notification-1-0.dll" v0.0 ts=2013-06-05 19:39
  892k 2014/08/16 D:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=2014-08-15 15:51
    8k 2013/07/14 D:\cygwin\bin\cygsuitesparseconfig-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsuitesparseconfig-0.dll" v0.0 ts=2013-07-14 10:16
   13k 2014/08/29 D:\cygwin\bin\cygsvn_auth_gnome_keyring-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_auth_gnome_keyring-1-0.dll" v0.0 ts=2014-08-29 19:10
  358k 2014/08/29 D:\cygwin\bin\cygsvn_client-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_client-1-0.dll" v0.0 ts=2014-08-29 19:11
   63k 2014/08/29 D:\cygwin\bin\cygsvn_delta-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_delta-1-0.dll" v0.0 ts=2014-08-29 19:10
   70k 2014/08/29 D:\cygwin\bin\cygsvn_diff-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_diff-1-0.dll" v0.0 ts=2014-08-29 19:10
   31k 2014/08/29 D:\cygwin\bin\cygsvn_fs-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs-1-0.dll" v0.0 ts=2014-08-29 19:10
  150k 2014/08/29 D:\cygwin\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=2014-08-29 19:10
  180k 2014/08/29 D:\cygwin\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=2014-08-29 19:10
   10k 2014/08/29 D:\cygwin\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=2014-08-29 19:10
   46k 2014/08/29 D:\cygwin\bin\cygsvn_ra-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra-1-0.dll" v0.0 ts=2014-08-29 19:11
   30k 2014/08/29 D:\cygwin\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=2014-08-29 19:11
  164k 2014/08/29 D:\cygwin\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=2014-08-29 19:10
   95k 2014/08/29 D:\cygwin\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=2014-08-29 19:10
  182k 2014/08/29 D:\cygwin\bin\cygsvn_repos-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_repos-1-0.dll" v0.0 ts=2014-08-29 19:11
  381k 2014/08/29 D:\cygwin\bin\cygsvn_subr-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_subr-1-0.dll" v0.0 ts=2014-08-29 19:10
   38k 2014/08/29 D:\cygwin\bin\cygsvn_swig_perl-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_swig_perl-1-0.dll" v0.0 ts=2014-08-29 19:14
   77k 2014/08/29 D:\cygwin\bin\cygsvn_swig_py-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_swig_py-1-0.dll" v0.0 ts=2014-08-29 19:16
   60k 2014/08/29 D:\cygwin\bin\cygsvn_swig_ruby-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_swig_ruby-1-0.dll" v0.0 ts=2014-08-29 19:12
  622k 2014/08/29 D:\cygwin\bin\cygsvn_wc-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_wc-1-0.dll" v0.0 ts=2014-08-29 19:10
  358k 2014/05/19 D:\cygwin\bin\cygsybdb-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygsybdb-5.dll" v0.0 ts=1969-12-31 19:00
  341k 2013/04/19 D:\cygwin\bin\cygsyslog-ng-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsyslog-ng-0.dll" v0.0 ts=2013-04-19 10:44
  242k 2013/04/26 D:\cygwin\bin\cygt1-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygt1-5.dll" v0.0 ts=2013-04-25 12:35
   19k 2013/04/26 D:\cygwin\bin\cygt1x-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygt1x-5.dll" v0.0 ts=2013-04-25 12:35
  622k 2013/06/05 D:\cygwin\bin\cygtag-1.dll - os=4.0 img=1.12 sys=5.2
                  "cygtag-1.dll" v0.0 ts=2013-06-05 10:54
   15k 2013/06/05 D:\cygwin\bin\cygtag_c-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygtag_c-0.dll" v0.0 ts=2013-06-05 10:54
   69k 2013/04/22 D:\cygwin\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtasn1-6.dll" v0.0 ts=2013-04-21 20:25
   65k 2013/06/02 D:\cygwin\bin\cygtdb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygtdb-1.dll" v0.0 ts=2013-06-02 16:35
   31k 2013/04/12 D:\cygwin\bin\cygthai-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygthai-0.dll" v0.0 ts=2013-04-12 07:02
  314k 2013/06/01 D:\cygwin\bin\cygtheora-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygtheora-0.dll" v0.0 ts=2013-06-01 17:31
   96k 2013/06/01 D:\cygwin\bin\cygtheoradec-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygtheoradec-1.dll" v0.0 ts=2013-06-01 17:31
  252k 2013/06/01 D:\cygwin\bin\cygtheoraenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygtheoraenc-1.dll" v0.0 ts=2013-06-01 17:31
   38k 2014/03/20 D:\cygwin\bin\cygthunarx-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygthunarx-2-0.dll" v0.0 ts=2014-03-19 21:26
   53k 2014/05/26 D:\cygwin\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=1969-12-31 19:00
  296k 2013/05/31 D:\cygwin\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 02:38
  363k 2014/05/15 D:\cygwin\bin\cygtiff-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiff-5.dll" v0.0 ts=1969-12-31 19:00
  415k 2014/05/30 D:\cygwin\bin\cygtiff-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiff-6.dll" v0.0 ts=1969-12-31 19:00
   12k 2014/05/15 D:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiffxx-5.dll" v0.0 ts=1969-12-31 19:00
   12k 2014/05/30 D:\cygwin\bin\cygtiffxx-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiffxx-6.dll" v0.0 ts=1969-12-31 19:00
   59k 2014/09/30 D:\cygwin\bin\cygtinyxml2-2.dll - os=4.0 img=2.2 sys=5.2
                  "cygtinyxml2-2.dll" v0.0 ts=2014-09-30 18:02
  117k 2014/06/09 D:\cygwin\bin\cygtirpc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygtirpc-1.dll" v0.0 ts=1969-12-31 19:00
 1111k 2014/09/19 D:\cygwin\bin\cygtorrent-18.dll - os=4.0 img=0.0 sys=5.2
                  "cygtorrent-18.dll" v0.0 ts=2014-09-19 11:28
   44k 2014/03/11 D:\cygwin\bin\cygtumbler-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygtumbler-1-0.dll" v0.0 ts=2014-03-11 01:06
  280k 2014/05/26 D:\cygwin\bin\cygturbojpeg-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygturbojpeg-0.dll" v0.0 ts=1969-12-31 19:00
  261k 2013/04/12 D:\cygwin\bin\cygturbojpeg.dll - os=4.0 img=0.0 sys=5.2
                  "cygturbojpeg.dll" v0.0 ts=2013-04-12 00:01
   92k 2014/05/04 D:\cygwin\bin\cygudunits2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygudunits2-0.dll" v0.0 ts=1969-12-31 19:00
  363k 2014/08/10 D:\cygwin\bin\cygUil-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygUil-4.dll" v0.0 ts=1969-12-31 19:00
  677k 2013/07/14 D:\cygwin\bin\cygumfpack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygumfpack-0.dll" v0.0 ts=2013-07-14 16:49
   41k 2013/06/20 D:\cygwin\bin\cygunique-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygunique-1.0-0.dll" v0.0 ts=2013-06-19 22:20
   46k 2013/06/19 D:\cygwin\bin\cygunique-3.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygunique-3.0-0.dll" v0.0 ts=2013-06-19 16:10
 1154k 2013/04/20 D:\cygwin\bin\cygunistring-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygunistring-0.dll" v0.0 ts=2013-04-20 14:38
 1252k 2014/09/04 D:\cygwin\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygunistring-2.dll" v0.0 ts=2014-09-04 16:06
  119k 2014/06/23 D:\cygwin\bin\cygusb-1.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygusb-1.0.dll" v0.0 ts=1969-12-31 19:00
   71k 2013/12/26 D:\cygwin\bin\cygusb0.dll - os=4.0 img=0.0 sys=5.2
                  "cygusb0.dll" v0.0 ts=2013-12-25 19:41
  166k 2013/06/12 D:\cygwin\bin\cygustr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygustr-1.dll" v0.0 ts=2013-06-12 04:42
 1334k 2013/06/12 D:\cygwin\bin\cygustr-debug-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygustr-debug-1.dll" v0.0 ts=2013-06-12 04:42
   14k 2014/07/09 D:\cygwin\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguuid-1.dll" v0.0 ts=1969-12-31 19:00
 2250k 2013/08/05 D:\cygwin\bin\cygvala-0.20-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvala-0.20-0.dll" v0.0 ts=2013-08-05 01:20
 2285k 2014/03/12 D:\cygwin\bin\cygvala-0.22-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvala-0.22-0.dll" v0.0 ts=2014-03-12 18:43
   71k 2014/04/17 D:\cygwin\bin\cygvarnish.dll - os=4.0 img=0.0 sys=5.2
                  "cygvarnish.dll" v0.0 ts=1969-12-31 19:00
   72k 2014/04/17 D:\cygwin\bin\cygvarnishapi-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygvarnishapi-1.dll" v0.0 ts=1969-12-31 19:00
   61k 2014/04/17 D:\cygwin\bin\cygvarnishcompat.dll - os=4.0 img=0.0 sys=5.2
                  "cygvarnishcompat.dll" v0.0 ts=1969-12-31 19:00
  118k 2014/04/17 D:\cygwin\bin\cygvcl.dll - os=4.0 img=0.0 sys=5.2
                  "cygvcl.dll" v0.0 ts=1969-12-31 19:00
   17k 2014/05/16 D:\cygwin\bin\cygverto-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygverto-1.dll" v0.0 ts=1969-12-31 19:00
   75k 2014/04/17 D:\cygwin\bin\cygvgz.dll - os=4.0 img=0.0 sys=5.2
                  "cygvgz.dll" v0.0 ts=1969-12-31 19:00
  168k 2014/01/26 D:\cygwin\bin\cygvorbis-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvorbis-0.dll" v0.0 ts=2014-01-26 16:11
  606k 2014/01/26 D:\cygwin\bin\cygvorbisenc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygvorbisenc-2.dll" v0.0 ts=2014-01-26 16:11
   28k 2014/01/26 D:\cygwin\bin\cygvorbisfile-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygvorbisfile-3.dll" v0.0 ts=2014-01-26 16:11
 1796k 2014/03/13 D:\cygwin\bin\cygvpx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygvpx-1.dll" v0.0 ts=2014-03-13 18:51
  572k 2013/06/24 D:\cygwin\bin\cygvte-9.dll - os=4.0 img=0.0 sys=5.2
                  "cygvte-9.dll" v0.0 ts=2013-06-23 22:45
  583k 2013/12/22 D:\cygwin\bin\cygvte2_90-9.dll - os=4.0 img=0.0 sys=5.2
                  "cygvte2_90-9.dll" v0.0 ts=2013-12-22 14:31
  155k 2013/06/05 D:\cygwin\bin\cygwavpack-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwavpack-1.dll" v0.0 ts=2013-06-05 10:57
24009k 2014/07/11 D:\cygwin\bin\cygwebkitgtk-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebkitgtk-1.0-0.dll" v0.0 ts=1969-12-31 19:00
24005k 2014/07/11 D:\cygwin\bin\cygwebkitgtk-3.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebkitgtk-3.0-0.dll" v0.0 ts=1969-12-31 19:00
  310k 2014/03/13 D:\cygwin\bin\cygwebp-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebp-5.dll" v0.0 ts=2014-03-13 19:12
  173k 2014/03/13 D:\cygwin\bin\cygwebpdecoder-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpdecoder-1.dll" v0.0 ts=2014-03-13 19:12
   13k 2014/03/13 D:\cygwin\bin\cygwebpdemux-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpdemux-1.dll" v0.0 ts=2014-03-13 19:13
   26k 2014/03/13 D:\cygwin\bin\cygwebpmux-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebpmux-1.dll" v0.0 ts=2014-03-13 19:12
  210k 2013/06/05 D:\cygwin\bin\cygwebrtc_audio_processing-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebrtc_audio_processing-0.dll" v0.0 ts=2013-06-05 14:45
  161k 2014/03/20 D:\cygwin\bin\cygwind-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwind-0.dll" v0.0 ts=2014-03-19 23:53
   11k 2013/07/31 D:\cygwin\bin\cygWindowsWM-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygWindowsWM-7.dll" v0.0 ts=2013-07-31 18:47
  299k 2013/07/29 D:\cygwin\bin\cygWINGs-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygWINGs-2.dll" v0.0 ts=2013-07-28 22:09
   11k 2013/07/29 D:\cygwin\bin\cygWMaker-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygWMaker-1.dll" v0.0 ts=2013-07-28 22:10
  309k 2013/04/25 D:\cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygwmf-0-2-7.dll" v0.0 ts=2013-04-24 14:33
  101k 2013/04/25 D:\cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygwmflite-0-2-7.dll" v0.0 ts=2013-04-24 14:33
   62k 2013/04/29 D:\cygwin\bin\cygWN-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygWN-3.dll" v0.0 ts=2013-04-29 03:54
  208k 2013/06/24 D:\cygwin\bin\cygwnck-1-22.dll - os=4.0 img=0.0 sys=5.2
                  "cygwnck-1-22.dll" v0.0 ts=2013-06-23 21:39
  210k 2013/12/22 D:\cygwin\bin\cygwnck-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwnck-3-0.dll" v0.0 ts=2013-12-22 14:00
   30k 2013/11/15 D:\cygwin\bin\cygwrap-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwrap-0.dll" v0.0 ts=2013-11-15 14:58
   72k 2013/07/29 D:\cygwin\bin\cygwraster-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygwraster-3.dll" v0.0 ts=2013-07-28 22:09
   91k 2013/07/29 D:\cygwin\bin\cygWUtil-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygWUtil-2.dll" v0.0 ts=2013-07-28 22:09
 1120k 2014/01/10 D:\cygwin\bin\cygX11-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-6.dll" v0.0 ts=2014-01-09 20:15
    8k 2014/01/10 D:\cygwin\bin\cygX11-xcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-xcb-1.dll" v0.0 ts=2014-01-09 20:15
   12k 2013/06/06 D:\cygwin\bin\cygXau-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXau-6.dll" v0.0 ts=2013-06-06 01:23
  368k 2014/08/10 D:\cygwin\bin\cygXaw-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygXaw-7.dll" v0.0 ts=1969-12-31 19:00
  296k 2014/08/10 D:\cygwin\bin\cygXaw3d-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygXaw3d-8.dll" v0.0 ts=1969-12-31 19:00
  102k 2014/05/20 D:\cygwin\bin\cygxcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-1.dll" v0.0 ts=1969-12-31 19:00
   13k 2014/05/20 D:\cygwin\bin\cygxcb-composite-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-composite-0.dll" v0.0 ts=1969-12-31 19:00
   20k 2014/08/10 D:\cygwin\bin\cygxcb-cursor-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-cursor-0.dll" v0.0 ts=1969-12-31 19:00
   12k 2014/05/20 D:\cygwin\bin\cygxcb-damage-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-damage-0.dll" v0.0 ts=1969-12-31 19:00
   12k 2014/05/20 D:\cygwin\bin\cygxcb-dpms-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-dpms-0.dll" v0.0 ts=1969-12-31 19:00
   40k 2014/08/10 D:\cygwin\bin\cygxcb-ewmh-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-ewmh-2.dll" v0.0 ts=1969-12-31 19:00
   71k 2014/05/20 D:\cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-glx-0.dll" v0.0 ts=1969-12-31 19:00
   17k 2014/08/10 D:\cygwin\bin\cygxcb-icccm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-icccm-4.dll" v0.0 ts=1969-12-31 19:00
   16k 2013/03/17 D:\cygwin\bin\cygxcb-image-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-image-0.dll" v0.0 ts=2013-03-17 17:42
   11k 2013/08/01 D:\cygwin\bin\cygxcb-keysyms-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-keysyms-1.dll" v0.0 ts=2013-08-01 03:15
   12k 2014/05/20 D:\cygwin\bin\cygxcb-present-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-present-0.dll" v0.0 ts=1969-12-31 19:00
   42k 2014/05/20 D:\cygwin\bin\cygxcb-randr-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-randr-0.dll" v0.0 ts=1969-12-31 19:00
   16k 2014/05/20 D:\cygwin\bin\cygxcb-record-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-record-0.dll" v0.0 ts=1969-12-31 19:00
   32k 2014/05/20 D:\cygwin\bin\cygxcb-render-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-render-0.dll" v0.0 ts=1969-12-31 19:00
   14k 2014/08/10 D:\cygwin\bin\cygxcb-render-util-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-render-util-0.dll" v0.0 ts=1969-12-31 19:00
   15k 2014/05/20 D:\cygwin\bin\cygxcb-res-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-res-0.dll" v0.0 ts=1969-12-31 19:00
   12k 2014/05/20 D:\cygwin\bin\cygxcb-screensaver-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-screensaver-0.dll" v0.0 ts=1969-12-31 19:00
   14k 2014/05/20 D:\cygwin\bin\cygxcb-shape-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shape-0.dll" v0.0 ts=1969-12-31 19:00
   13k 2014/05/20 D:\cygwin\bin\cygxcb-shm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shm-0.dll" v0.0 ts=1969-12-31 19:00
   18k 2013/08/14 D:\cygwin\bin\cygxcb-sync-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-sync-0.dll" v0.0 ts=2013-08-14 14:31
   22k 2014/05/20 D:\cygwin\bin\cygxcb-sync-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-sync-1.dll" v0.0 ts=1969-12-31 19:00
   17k 2013/03/17 D:\cygwin\bin\cygxcb-util-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-util-1.dll" v0.0 ts=2013-03-17 17:33
   24k 2014/05/20 D:\cygwin\bin\cygxcb-xfixes-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xfixes-0.dll" v0.0 ts=1969-12-31 19:00
   12k 2014/05/20 D:\cygwin\bin\cygxcb-xinerama-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xinerama-0.dll" v0.0 ts=1969-12-31 19:00
   74k 2014/05/20 D:\cygwin\bin\cygxcb-xinput-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xinput-0.dll" v0.0 ts=1969-12-31 19:00
  117k 2013/08/14 D:\cygwin\bin\cygxcb-xkb-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xkb-0.dll" v0.0 ts=2013-08-14 14:31
   86k 2014/05/20 D:\cygwin\bin\cygxcb-xkb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xkb-1.dll" v0.0 ts=1969-12-31 19:00
   11k 2014/05/20 D:\cygwin\bin\cygxcb-xtest-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xtest-0.dll" v0.0 ts=1969-12-31 19:00
   11k 2013/03/18 D:\cygwin\bin\cygXcomposite-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcomposite-1.dll" v0.0 ts=2013-03-18 18:05
   34k 2013/06/06 D:\cygwin\bin\cygXcursor-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcursor-1.dll" v0.0 ts=2013-06-06 16:15
   36k 2014/06/06 D:\cygwin\bin\cygxcwm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcwm-0.dll" v0.0 ts=1969-12-31 19:00
   10k 2013/04/08 D:\cygwin\bin\cygXdamage-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdamage-1.dll" v0.0 ts=2013-04-08 17:24
   21k 2013/03/13 D:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdmcp-6.dll" v0.0 ts=2013-03-12 23:58
   20k 2014/08/27 D:\cygwin\bin\cygxdot-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygxdot-4.dll" v0.0 ts=2014-08-26 21:36
 2739k 2013/09/02 D:\cygwin\bin\cygxerces-c-3-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxerces-c-3-1.dll" v0.0 ts=2013-09-01 21:43
   56k 2014/08/10 D:\cygwin\bin\cygXext-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXext-6.dll" v0.0 ts=1969-12-31 19:00
   32k 2013/07/24 D:\cygwin\bin\cygxfce4kbd-private-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxfce4kbd-private-2-0.dll" v0.0 ts=2013-07-24 19:01
   76k 2013/07/25 D:\cygwin\bin\cygxfce4panel-1.0-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygxfce4panel-1.0-4.dll" v0.0 ts=2013-07-24 20:28
   59k 2013/07/24 D:\cygwin\bin\cygxfce4ui-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxfce4ui-1-0.dll" v0.0 ts=2013-07-24 19:01
   46k 2013/07/25 D:\cygwin\bin\cygxfce4util-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygxfce4util-6.dll" v0.0 ts=2013-07-24 22:02
  296k 2013/07/24 D:\cygwin\bin\cygxfcegui4-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygxfcegui4-4.dll" v0.0 ts=2013-07-24 19:09
   61k 2013/07/24 D:\cygwin\bin\cygxfconf-0-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxfconf-0-2.dll" v0.0 ts=2013-07-24 18:45
   19k 2013/06/06 D:\cygwin\bin\cygXfixes-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfixes-3.dll" v0.0 ts=2013-06-06 15:27
  205k 2014/08/10 D:\cygwin\bin\cygXfont-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfont-1.dll" v0.0 ts=1969-12-31 19:00
   13k 2013/07/25 D:\cygwin\bin\cygxfsm-4.6-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxfsm-4.6-0.dll" v0.0 ts=2013-07-25 05:01
   73k 2014/08/10 D:\cygwin\bin\cygXft-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXft-2.dll" v0.0 ts=1969-12-31 19:00
   56k 2014/08/10 D:\cygwin\bin\cygXi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXi-6.dll" v0.0 ts=1969-12-31 19:00
   10k 2013/06/06 D:\cygwin\bin\cygXinerama-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXinerama-1.dll" v0.0 ts=2013-06-06 16:33
  220k 2014/08/10 D:\cygwin\bin\cygxkbcommon-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxkbcommon-0.dll" v0.0 ts=1969-12-31 19:00
   27k 2014/08/10 D:\cygwin\bin\cygxkbcommon-x11-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxkbcommon-x11-0.dll" v0.0 ts=1969-12-31 19:00
  125k 2013/04/08 D:\cygwin\bin\cygxkbfile-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxkbfile-1.dll" v0.0 ts=2013-04-08 16:24
   89k 2013/07/24 D:\cygwin\bin\cygxklavier-16.dll - os=4.0 img=0.0 sys=5.2
                  "cygxklavier-16.dll" v0.0 ts=2013-07-24 02:40
 2274k 2014/08/10 D:\cygwin\bin\cygXm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXm-4.dll" v0.0 ts=1969-12-31 19:00
  387k 2013/05/02 D:\cygwin\bin\cygXmHTML-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmHTML-0.dll" v0.0 ts=2013-05-02 07:41
  102k 2014/02/02 D:\cygwin\bin\cygxmi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxmi-0.dll" v0.0 ts=2014-02-02 11:27
 1207k 2014/10/19 D:\cygwin\bin\cygxml2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxml2-2.dll" v0.0 ts=2014-10-19 03:52
   85k 2014/01/15 D:\cygwin\bin\cygXmu-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmu-6.dll" v0.0 ts=2014-01-14 21:27
   14k 2014/01/15 D:\cygwin\bin\cygXmuu-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmuu-1.dll" v0.0 ts=2014-01-14 21:27
   59k 2014/01/15 D:\cygwin\bin\cygXpm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXpm-4.dll" v0.0 ts=2014-01-14 19:59
   54k 2013/07/01 D:\cygwin\bin\cygXpm-noX-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXpm-noX-4.dll" v0.0 ts=2013-07-01 07:24
   34k 2014/01/14 D:\cygwin\bin\cygXrandr-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrandr-2.dll" v0.0 ts=2014-01-14 18:56
   35k 2013/06/14 D:\cygwin\bin\cygXrender-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrender-1.dll" v0.0 ts=2013-06-14 04:29
   10k 2013/06/06 D:\cygwin\bin\cygXRes-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXRes-1.dll" v0.0 ts=2013-06-06 16:47
  207k 2013/09/02 D:\cygwin\bin\cygxslt-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxslt-1.dll" v0.0 ts=2013-09-02 12:55
   12k 2013/03/14 D:\cygwin\bin\cygXss-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXss-1.dll" v0.0 ts=2013-03-13 23:07
  320k 2014/08/10 D:\cygwin\bin\cygXt-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXt-6.dll" v0.0 ts=1969-12-31 19:00
   21k 2013/06/06 D:\cygwin\bin\cygXtst-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXtst-6.dll" v0.0 ts=2013-06-06 15:36
  120k 2014/03/30 D:\cygwin\bin\cygyaml-0-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygyaml-0-2.dll" v0.0 ts=2014-03-30 01:16
   79k 2013/05/09 D:\cygwin\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
                  "cygz.dll" v0.0 ts=2013-05-09 17:20
  105k 2013/07/25 D:\cygwin\bin\cygzeitgeist-1.0-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygzeitgeist-1.0-1.dll" v0.0 ts=2013-07-25 04:19
   59k 2014/02/07 D:\cygwin\bin\cygzip-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygzip-2.dll" v0.0 ts=2014-02-06 20:09
   24k 2013/05/30 D:\cygwin\bin\cygzzip-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzip-0-13.dll" v0.0 ts=2013-05-29 22:34
   12k 2013/05/30 D:\cygwin\bin\cygzzipfseeko-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipfseeko-0-13.dll" v0.0 ts=2013-05-29 22:34
   15k 2013/05/30 D:\cygwin\bin\cygzzipmmapped-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipmmapped-0-13.dll" v0.0 ts=2013-05-29 22:34
    9k 2013/05/30 D:\cygwin\bin\cygzzipwrap-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipwrap-0-13.dll" v0.0 ts=2013-05-29 22:34
 3083k 2014/08/13 D:\cygwin\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=1969-12-31 19:00
    Cygwin DLL version info:
        DLL version: 1.7.32
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 274
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5


No Cygwin services found.


Cygwin Package Information
Last downloaded files to: D:\wopt\cygwin_download\install_2014_10_20
Last downloaded files from: http://cygwin.mirrors.pair.com/

Package                                    Version                          Status
_autorebase                                000249-1                         OK
_update-info-dir                           00335-1                          OK
a2ps                                       4.14-3                           OK
a2ps-debuginfo                             4.14-3                           OK
aalib                                      1.4rc5-11                        OK
aalib-debuginfo                            1.4rc5-11                        OK
aalib-devel                                1.4rc5-11                        OK
abook                                      0.6.0.0+pre2-1                   OK
afio                                       2.5.1.20130626+gite266635-1      OK
algol68g                                   2.7-0                            OK
alternatives                               1.3.30c-10                       OK
Empty package amd
amd                                        2.3.1-2                          OK
amd-debuginfo                              2.3.1-2                          OK
annoyance-filter                           1.0d-1                           OK
antiword                                   0.37-1                           OK
apache2                                    2.2.29-1                         OK
apache2-debuginfo                          2.2.29-1                         OK
apache2-devel                              2.2.29-1                         OK
apache2-manual                             2.2.29-1                         OK
apache2-mod_php5                           5.5.18-1                         OK
apng2gif                                   1.5-1                            OK
apngasm                                    2.6-1                            OK
apngdis                                    2.4-1                            OK
apngopt                                    1.1-1                            OK
appdata-tools                              0.1.7-1                          OK
appdata-tools-debuginfo                    0.1.7-1                          OK
appres                                     1.0.4-1                          OK
appres-debuginfo                           1.0.4-1                          OK
arc                                        5.21p-1                          OK
archivemail                                0.9.0-1                          OK
aria2                                      1.17.1-1                         OK
aria2-debuginfo                            1.17.1-1                         OK
arj                                        3.10.22-2                        OK
Empty package arpack
arpack                                     3.1.5-1                          OK
arpack-debuginfo                           3.1.5-1                          OK
ascii                                      3.12-1                           OK
ascii-debuginfo                            3.12-1                           OK
asciidoc                                   8.6.8-1                          OK
aspell                                     0.60.6.1-1                       OK
aspell-de                                  20030222.1-1                     OK
aspell-debuginfo                           0.60.6.1-1                       OK
aspell-en                                  7.1.0-1                          OK
aspell-pl                                  6.0_20061121.0-1                 OK
aspell-sv                                  0.51.0-1                         OK
astyle                                     2.04-1                           OK
astyle-debuginfo                           2.04-1                           OK
asymptote                                  2.32-1                           OK
asymptote-debuginfo                        2.32-1                           OK
at-spi2-atk                                2.10.2-1                         OK
at-spi2-atk-debuginfo                      2.10.2-1                         OK
at-spi2-core                               2.10.2-1                         OK
at-spi2-core-debuginfo                     2.10.2-1                         OK
atk1.0-debuginfo                           2.10.0-1                         OK
atkmm1.6-debuginfo                         2.22.7-1                         OK
AtomicParsley                              0.9.6-1                          OK
AtomicParsley-debuginfo                    0.9.6-1                          OK
atool                                      0.39.0-1                         OK
atril                                      1.8.0-1                          OK
atril-debuginfo                            1.8.0-1                          OK
atril-devel                                1.8.0-1                          OK
attr                                       2.4.46-1                         OK
attr-debuginfo                             2.4.46-1                         OK
audiofile                                  0.3.6-1                          OK
audiofile-debuginfo                        0.3.6-1                          OK
autobuild                                  5.3-1                            OK
autoconf                                   13-1                             OK
autoconf2.1                                2.13-12                          OK
autoconf2.5                                2.69-2                           OK
automake                                   9-1                              OK
automake1.10                               1.10.3-2                         OK
automake1.11                               1.11.6-2                         OK
automake1.12                               1.12.6-2                         OK
automake1.13                               1.13.4-1                         OK
automake1.14                               1.14.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
automoc4                                   0.9.88-10                        OK
automoc4-debuginfo                         0.9.88-10                        OK
autossh                                    1.4d-1                           OK
autotrace                                  0.31.1-1                         OK
autotrace-debuginfo                        0.31.1-1                         OK
avahi                                      0.6.31-2                         OK
avahi-debuginfo                            0.6.31-2                         OK
avahi-tools                                0.6.31-2                         OK
avahi-ui-tools                             0.6.31-2                         OK
aview                                      1.3.0rc1-2                       OK
balance                                    3.54-1                           OK
balance-debuginfo                          3.54-1                           OK
base-cygwin                                3.3-1                            OK
base-files                                 4.2-3                            OK
bash                                       4.1.17-9                         OK
bash-completion                            1.3-1                            OK
bash-debuginfo                             4.1.17-9                         OK
bashdb                                     3.1_0.09-1                       OK
bc                                         1.06.95-2                        OK
bc-debuginfo                               1.06.95-2                        OK
bcrypt                                     1.1-3                            OK
bdftopcf                                   1.0.4-3                          OK
bdftopcf-debuginfo                         1.0.4-3                          OK
beforelight                                1.0.5-1                          OK
beforelight-debuginfo                      1.0.5-1                          OK
biber                                      1.5-1                            OK
bigreqsproto                               1.1.2-1                          OK
bind                                       9.9.6-2                          OK
bind-debuginfo                             9.9.6-2                          OK
bind-utils                                 9.9.6-2                          OK
binutils                                   2.24.51-5                        OK
binutils-debuginfo                         2.24.51-5                        OK
bison                                      3.0.2-1                          OK
bison-debuginfo                            3.0.2-1                          OK
bitmap                                     1.0.7-1                          OK
bitmap-debuginfo                           1.0.7-1                          OK
bmp2png                                    1.62-2                           OK
bool                                       0.2.1-1                          OK
boost-debuginfo                            1.55.0-1                         OK
Empty package botan
botan                                      1.8.14-2                         OK
botan1.10-debuginfo                        1.10.8-2                         OK
boxes                                      1.0.1a-2                         OK
bsdcpio                                    3.1.2-2                          OK
bsdtar                                     3.1.2-2                          OK
bsfilter                                   1.0.19-1                         OK
bsflite                                    0.85-1                           OK
bsflite-debuginfo                          0.85-1                           OK
Empty package btf
btf                                        1.2.0-2                          OK
btf-debuginfo                              1.2.0-2                          OK
build-docbook-catalog                      1.5-2                            OK
bvi                                        1.3.2-2                          OK
byacc                                      20130304-1                       OK
byacc-debuginfo                            20130304-1                       OK
bzip2                                      1.0.6-2                          OK
bzip2-debuginfo                            1.0.6-2                          OK
bzr                                        2.6b2-1                          OK
bzr-debuginfo                              2.6b2-1                          OK
bzr-fastimport                             0.13.0-1                         OK
c-client                                   2007f-2                          OK
ca-certificates                            2.1-1                            OK
cabextract                                 1.4-1                            OK
cadaver                                    0.23.3-1                         OK
cadaver-debuginfo                          0.23.3-1                         OK
cairo-debuginfo                            1.12.16-1                        OK
cairomm1.0-debuginfo                       1.10.0-2                         OK
caja                                       1.8.1-1                          OK
caja-actions                               1.6.2-1                          OK
caja-actions-debuginfo                     1.6.2-1                          OK
caja-archive                               1.8.0-1                          OK
caja-debuginfo                             1.8.1-1                          OK
caja-devel                                 1.8.1-1                          OK
caja-document-properties                   1.8.0-1                          OK
caja-extensions                            1.8.0-1                          OK
caja-extensions-debuginfo                  1.8.0-1                          OK
caja-extensions-devel                      1.8.0-1                          OK
caja-follow-symlink                        1.2.0-2                          OK
caja-follow-symlink-debuginfo              1.2.0-2                          OK
caja-python                                1.8.0-1                          OK
caja-python-debuginfo                      1.8.0-1                          OK
Empty package camd
camd                                       2.3.1-2                          OK
camd-debuginfo                             2.3.1-2                          OK
catgets                                    1.1-2                            OK
ccache                                     3.1.9-2                          OK
ccache-debuginfo                           3.1.9-2                          OK
cccc                                       3.1.4-1                          OK
Empty package ccolamd
ccolamd                                    2.8.0-2                          OK
ccolamd-debuginfo                          2.8.0-2                          OK
ccrypt                                     1.10-1                           OK
ccrypt-debuginfo                           1.10-1                           OK
cdargs                                     1.35-2                           OK
cdda2wav                                   1.1.11-1                         OK
cdrecord                                   1.1.11-1                         OK
cdrkit-debuginfo                           1.1.11-1                         OK
cdrkit-doc                                 1.1.11-1                         OK
cfget                                      0.18-1                           OK
cfourcc                                    0.1.2-1                          OK
cfv                                        1.18.3-1                         OK
cgdb                                       0.6.7-1                          OK
cgdb-debuginfo                             0.6.7-1                          OK
check                                      0.9.12-1                         OK
check-debuginfo                            0.9.12-1                         OK
checkbashisms                              2.14.6-1                         OK
chere                                      1.4-1                            OK
chewmail                                   1.2-1                            OK
chkconfig                                  1.3.30a-2                        OK
Empty package cholmod
cholmod                                    2.1.2-1                          OK
cholmod-debuginfo                          2.1.2-1                          OK
clamav                                     0.97.8-1                         OK
clamav-db                                  0.97.8-1                         OK
clamav-debuginfo                           0.97.8-1                         OK
clang                                      3.4.2-3                          OK
clang-analyzer                             3.4.2-3                          OK
cloog-isl                                  0.18.0-2                         OK
cloog-isl-debuginfo                        0.18.0-2                         OK
cloog-ppl                                  0.15.11-2                        OK
cloog-ppl-debuginfo                        0.15.11-2                        OK
clutter-gtk0.10-debuginfo                  0.10.8-8                         OK
clutter-gtk1.0-debuginfo                   1.4.4-2                          OK
clutter1.0-debuginfo                       1.16.4-1                         OK
cmake                                      2.8.11.2-1                       OK
cmake-debuginfo                            2.8.11.2-1                       OK
cmake-gui                                  2.8.11.2-1                       OK
cocom                                      0.996-1                          OK
cocom-debuginfo                            0.996-1                          OK
code2html                                  0.9.1-1                          OK
codeville                                  0.8.0-4                          OK
cogl-debuginfo                             1.16.2-1                         OK
Empty package colamd
colamd                                     2.8.0-2                          OK
colamd-debuginfo                           2.8.0-2                          OK
colordiff                                  1.0.9-1                          OK
colorgcc                                   1.3.2-2                          OK
compface                                   1.5.2-1                          OK
compface-debuginfo                         1.5.2-1                          OK
compositeproto                             0.4.2-1                          OK
convmv                                     1.12-1                           OK
copyright-update                           2013.0915+gite8ab62a-1           OK
coreutils                                  8.23-4                           OK
coreutils-debuginfo                        8.23-4                           OK
corkscrew                                  2.0-1                            OK
cpio                                       2.11-2                           OK
cpio-debuginfo                             2.11-2                           OK
cppcheck                                   1.67-1                           OK
cppcheck-debuginfo                         1.67-1                           OK
cppcheck-gui                               1.67-1                           OK
cppi                                       1.18-2                           OK
cppi-debuginfo                             1.18-2                           OK
cppunit                                    1.12.1-2                         OK
cppunit-debuginfo                          1.12.1-2                         OK
cron                                       4.1-61                           OK
cron-debuginfo                             4.1-61                           OK
crypt                                      1.1-1                            OK
crypt-debuginfo                            1.1-1                            OK
cscope                                     15.8.0.1-2                       OK
csih                                       0.9.7-1                          OK
csih-debuginfo                             0.9.7-1                          OK
ctags                                      5.8-1                            OK
ctorrent                                   1.3.4-dnh3.2-2                   OK
CUnit                                      2.1.2-1                          OK
CUnit-debuginfo                            2.1.2-1                          OK
curl                                       7.38.0-1                         OK
curl-debuginfo                             7.38.0-1                         OK
cvs                                        1.11.23-1                        OK
cvs-debuginfo                              1.11.23-1                        OK
cvs2svn                                    2.4.0-1                          OK
cvsps                                      2.2b1-2                          OK
cvsps-debuginfo                            2.2b1-2                          OK
cvsutils                                   0.2.6-1                          OK
Empty package cxsparse
cxsparse                                   3.1.2-1                          OK
cxsparse-debuginfo                         3.1.2-1                          OK
cygcheck-dep                               2.0-1                            OK
cygport                                    0.17.0-1                         OK
cygrunsrv                                  1.61-1                           OK
cygrunsrv-debuginfo                        1.61-1                           OK
cygutils                                   1.4.14-1                         OK
cygutils-debuginfo                         1.4.14-1                         OK
cygutils-extra                             1.4.14-1                         OK
cygutils-x11                               1.4.14-1                         OK
cygwin                                     1.7.32-1                         OK
cygwin-debuginfo                           1.7.32-1                         OK
cygwin-doc                                 1.7-1                            OK
cygwin-x-doc                               1.1.20141010-1                   OK
cygwin32                                   1.7.31-1                         OK
cygwin32-binutils                          2.24.51.20140603-1               OK
cygwin32-binutils-debuginfo                2.24.51.20140603-1               OK
cygwin32-bzip2                             1.0.6-2                          OK
cygwin32-catgets                           1.1-1                            OK
cygwin32-clang                             3.4.2-1                          OK
cygwin32-clang-debuginfo                   3.4.2-1                          OK
cygwin32-cloog-isl                         0.18.0-1                         OK
cygwin32-cloog-ppl                         0.15.11-1                        OK
cygwin32-crypt                             1.1-1                            OK
cygwin32-debuginfo                         1.7.31-1                         OK
cygwin32-default-manifest                  6.3-1                            OK
cygwin32-expat                             2.1.0-1                          OK
cygwin32-freetype2                         2.4.12-1                         OK
cygwin32-gcc-ada                           4.8.3-2                          OK
cygwin32-gcc-core                          4.8.3-2                          OK
cygwin32-gcc-debuginfo                     4.8.3-2                          OK
cygwin32-gcc-fortran                       4.8.3-2                          OK
cygwin32-gcc-g++                           4.8.3-2                          OK
cygwin32-gcc-objc                          4.8.3-2                          OK
cygwin32-gcc-objc++                        4.8.3-2                          OK
cygwin32-gettext                           0.18.1.1-1                       OK
cygwin32-gmp                               5.1.1-1                          OK
cygwin32-gnutls                            3.2.0-1                          OK
cygwin32-isl                               0.11.1-1                         OK
cygwin32-jbigkit                           2.0-11                           OK
cygwin32-libbfd                            2.23.51-1                        OK
cygwin32-libedit                           20120311-1                       OK
cygwin32-libffi                            3.0.13-1                         OK
cygwin32-libiconv                          1.14-1                           OK
cygwin32-libmpc                            1.0.1-1                          OK
cygwin32-libpng                            1.5.12-1                         OK
cygwin32-libtasn1                          3.3-1                            OK
cygwin32-libtool                           2.4.2-2                          OK
cygwin32-libX11                            1.6.0-1                          OK
cygwin32-libXau                            1.0.8-1                          OK
cygwin32-libxcb                            1.9.1-1                          OK
cygwin32-libXdmcp                          1.1.1-1                          OK
cygwin32-lzo2                              2.06-1                           OK
cygwin32-minizip                           1.2.8-1                          OK
cygwin32-mpfr                              3.1.2-1                          OK
cygwin32-ncurses                           5.7-1                            OK
cygwin32-nettle                            2.7-1                            OK
cygwin32-openssl                           1.0.1e-1                         OK
cygwin32-p11-kit                           0.19.1-1                         OK
cygwin32-pcre                              8.32-1                           OK
cygwin32-pkg-config                        0.28-1                           OK
cygwin32-pkg-config-debuginfo              0.28-1                           OK
cygwin32-ppl                               0.11.2-1                         OK
cygwin32-readline                          6.2-1                            OK
cygwin32-w32api-headers                    3.2.0-1                          OK
cygwin32-w32api-runtime                    3.2.0-1                          OK
cygwin32-xproto                            7.7-3                            OK
cygwin32-zlib                              1.2.8-1                          OK
cyrus-sasl                                 2.1.26-8                         OK
cyrus-sasl-debuginfo                       2.1.26-8                         OK
damageproto                                1.2.1-1                          OK
dash                                       0.5.8-2                          OK
dash-debuginfo                             0.5.8-2                          OK
db                                         5.3.21-1                         OK
db-debuginfo                               5.3.21-1                         OK
db-doc                                     5.3.21-1                         OK
dblatex                                    0.3.4-1                          OK
dbus                                       1.6.18-1                         OK
dbus-bash-completion                       0.100.2-1                        OK
dbus-debuginfo                             1.6.18-1                         OK
dbus-doc                                   1.6.18-1                         OK
dbus-glib-debuginfo                        0.100.2-1                        OK
dconf                                      0.18.0-1                         OK
dconf-debuginfo                            0.18.0-1                         OK
dconf-editor                               0.18.0-1                         OK
dconf-service                              0.18.0-1                         OK
ddd                                        3.3.12-2                         OK
ddd-debuginfo                              3.3.12-2                         OK
ddir                                       2010.0321+git1685e72-1           OK
ddrescue                                   1.17-1                           OK
ddrescue-debuginfo                         1.17-1                           OK
dejagnu                                    1.5-1                            OK
delta                                      2006.08.03-1                     OK
deroff                                     1.1-1                            OK
desktop-file-utils                         0.21-1                           OK
desktop-file-utils-debuginfo               0.21-1                           OK
dhttpd                                     1.02a-1                          OK
dialog                                     1.2-20140112-1                   OK
dialog-debuginfo                           1.2-20140112-1                   OK
diffstat                                   1.59-1                           OK
diffstat-debuginfo                         1.59-1                           OK
diffutils                                  3.3-2                            OK
diffutils-debuginfo                        3.3-2                            OK
djvulibre                                  3.5.25.3-1                       OK
djvulibre-debuginfo                        3.5.25.3-1                       OK
dmxproto                                   2.3.1-1                          OK
docbook-dsssl                              1.79-2                           OK
docbook-sgml30                             3.0-1                            OK
docbook-sgml31                             3.1-1                            OK
docbook-sgml40                             4.0-1                            OK
docbook-sgml41                             4.1-1                            OK
docbook-sgml42                             4.2-1                            OK
docbook-sgml43                             4.3-1                            OK
docbook-sgml44                             4.4-1                            OK
docbook-sgml45                             4.5-1                            OK
docbook-utils                              0.6.14-2                         OK
docbook-xml-simple10                       1.0-2                            OK
docbook-xml-simple11                       1.1-2                            OK
docbook-xml412                             4.1.2-2                          OK
docbook-xml42                              4.2-4                            OK
docbook-xml43                              4.3-2                            OK
docbook-xml44                              4.4-2                            OK
docbook-xml45                              4.5-1                            OK
docbook-xsl                                1.77.1-1                         OK
docbook-xsl-ns                             1.77.1-1                         OK
docbook2X                                  0.8.8-1                          OK
docbook2X-debuginfo                        0.8.8-1                          OK
dog                                        1.7-1                            OK
dos2unix                                   7.1-1                            OK
dos2unix-debuginfo                         7.1-1                            OK
doxygen                                    1.8.8-1                          OK
doxygen-doxywizard                         1.8.8-1                          OK
dri-drivers                                10.2.5-1                         OK
duff                                       0.5.2-1                          OK
e2fsimage                                  0.2.2-1                          OK
e2fsprogs                                  1.42.10-1                        OK
e2fsprogs-debuginfo                        1.42.10-1                        OK
ed                                         1.10-1                           OK
ed-debuginfo                               1.10-1                           OK
editres                                    1.0.6-1                          OK
editres-debuginfo                          1.0.6-1                          OK
editrights                                 1.02-1                           OK
editrights-debuginfo                       1.02-1                           OK
ELFIO                                      2.2-1                            OK
emacs                                      24.3.93-1                        OK
emacs-auctex                               11.87-2                          OK
emacs-cmake                                2.8.11.2-1                       OK
emacs-debuginfo                            24.3.93-1                        OK
emacs-el                                   24.3.93-1                        OK
emacs-gettext                              0.18.3.2-2                       OK
emacs-ocaml                                4.01.0-2                         OK
emacs-w32                                  24.3.93-1                        OK
emacs-X11                                  24.3.93-1                        OK
email                                      3.2.0-git-1                      OK
email-debuginfo                            3.2.0-git-1                      OK
enchant                                    1.6.0-1                          OK
enchant-debuginfo                          1.6.0-1                          OK
engrampa                                   1.8.0-1                          OK
engrampa-debuginfo                         1.8.0-1                          OK
enscript                                   1.6.4-1                          OK
enscript-debuginfo                         1.6.4-1                          OK
eom                                        1.8.0-1                          OK
eom-debuginfo                              1.8.0-1                          OK
eom-devel                                  1.8.0-1                          OK
epstool                                    3.08-2                           OK
esound                                     0.2.41-12                        OK
esound-debuginfo                           0.2.41-12                        OK
Empty package eventlog
eventlog                                   0.2.12-2                         OK
eventlog-debuginfo                         0.2.12-2                         OK
exempi                                     2.2.1-1                          OK
exempi-debuginfo                           2.2.1-1                          OK
exif                                       0.6.21-1                         OK
exif-debuginfo                             0.6.21-1                         OK
exo                                        0.10.2-1                         OK
exo-debuginfo                              0.10.2-1                         OK
expat                                      2.1.0-3                          OK
expat-debuginfo                            2.1.0-3                          OK
expect                                     5.45-2                           OK
expect-debuginfo                           5.45-2                           OK
fcrackzip                                  1.0-1                            OK
fdupes                                     1.50-PR2-3                       OK
fetchmail                                  6.3.22-1                         OK
fetchmail-debuginfo                        6.3.22-1                         OK
fftw3                                      3.3.4-1                          OK
fftw3-debuginfo                            3.3.4-1                          OK
fftw3-doc                                  3.3.4-1                          OK
figlet                                     2.2.2-2                          OK
file                                       5.19-1                           OK
file-debuginfo                             5.19-1                           OK
file-devel                                 5.19-1                           OK
findutils                                  4.5.12-1                         OK
findutils-debuginfo                        4.5.12-1                         OK
fish                                       2.1.1-3                          OK
fish-debuginfo                             2.1.1-3                          OK
fixesproto                                 5.0-1                            OK
flac                                       1.3.0-1                          OK
flac-debuginfo                             1.3.0-1                          OK
flac-devel                                 1.3.0-1                          OK
flac-docs                                  1.3.0-1                          OK
flawfinder                                 1.27-2                           OK
flex                                       2.5.39-1                         OK
flex-debuginfo                             2.5.39-1                         OK
flip                                       1.19-1                           OK
flog                                       1.8-1                            OK
Empty package fltk
fltk                                       1.3.2.9965-1                     OK
fltk-debuginfo                             1.3.2.9965-1                     OK
font-adobe-dpi100                          1.0.2-1                          OK
font-adobe-dpi75                           1.0.2-1                          OK
font-adobe-utopia-dpi100                   1.0.3-1                          OK
font-adobe-utopia-dpi75                    1.0.3-1                          OK
font-adobe-utopia-type1                    1.0.3-1                          OK
font-alias                                 1.0.3-1                          OK
font-arabic-misc                           1.0.2-1                          OK
font-bh-dpi100                             1.0.2-1                          OK
font-bh-dpi75                              1.0.2-1                          OK
font-bh-lucidatypewriter-dpi100            1.0.2-1                          OK
font-bh-lucidatypewriter-dpi75             1.0.2-1                          OK
font-bh-ttf                                1.0.3-1                          OK
font-bh-type1                              1.0.2-1                          OK
font-bitstream-dpi100                      1.0.2-1                          OK
font-bitstream-dpi75                       1.0.2-1                          OK
font-bitstream-speedo                      1.0.1-1                          OK
font-bitstream-type1                       1.0.2-1                          OK
font-bitstream-vera-ttf                    1.10-1                           OK
font-cantarell-otf                         0.0.15-1                         OK
font-cronyx-cyrillic                       1.0.2-1                          OK
font-cursor-misc                           1.0.2-1                          OK
font-daewoo-misc                           1.0.2-1                          OK
font-dec-misc                              1.0.2-1                          OK
font-encodings                             1.0.4-1                          OK
font-ibm-type1                             1.0.2-1                          OK
font-isas-misc                             1.0.2-1                          OK
font-jis-misc                              1.0.2-1                          OK
font-micro-misc                            1.0.2-1                          OK
font-misc-cyrillic                         1.0.2-1                          OK
font-misc-ethiopic                         1.0.2-1                          OK
font-misc-meltho                           1.0.2-1                          OK
font-misc-misc                             1.1.1-1                          OK
font-mutt-misc                             1.0.2-1                          OK
font-schumacher-misc                       1.1.1-1                          OK
font-screen-cyrillic                       1.0.3-1                          OK
font-sony-misc                             1.0.2-1                          OK
font-sun-misc                              1.0.2-1                          OK
font-tektronix-misc                        2.6-3                            OK
font-util                                  1.3.0-1                          OK
font-util-debuginfo                        1.3.0-1                          OK
font-winitzki-cyrillic                     1.0.2-1                          OK
font-xfree86-type1                         1.0.3-1                          OK
fontconfig                                 2.11.1-1                         OK
fontconfig-debuginfo                       2.11.1-1                         OK
fontconfig-doc                             2.11.1-1                         OK
fontsproto                                 2.1.3-1                          OK
fonttosfnt                                 1.0.4-1                          OK
fonttosfnt-debuginfo                       1.0.4-1                          OK
fortune-mod                                1.99.1-4                         OK
fossil                                     20140612172556-3                 OK
freeglut-debuginfo                         2.8.1-1                          OK
freetds                                    0.91.103-1                       OK
freetds-debuginfo                          0.91.103-1                       OK
freetype2-debuginfo                        2.5.3-1                          OK
freetype2-demos                            2.5.3-1                          OK
fribidi                                    0.19.2-1                         OK
fribidi-debuginfo                          0.19.2-1                         OK
fslsfonts                                  1.0.4-1                          OK
fslsfonts-debuginfo                        1.0.4-1                          OK
fstobdf                                    1.0.5-1                          OK
fstobdf-debuginfo                          1.0.5-1                          OK
fvwm                                       2.6.5-1                          OK
fvwm-debuginfo                             2.6.5-1                          OK
gamin                                      0.1.10-15                        OK
gamin-debuginfo                            0.1.10-15                        OK
garcon                                     0.2.1-1                          OK
garcon-debuginfo                           0.2.1-1                          OK
gawk                                       4.1.1-1                          OK
gawk-debuginfo                             4.1.1-1                          OK
gcc-ada                                    4.8.3-3                          OK
gcc-core                                   4.8.3-3                          OK
gcc-debuginfo                              4.8.3-3                          OK
gcc-fortran                                4.8.3-3                          OK
gcc-g++                                    4.8.3-3                          OK
gcc-objc                                   4.8.3-3                          OK
gcc-objc++                                 4.8.3-3                          OK
gcc-tools-epoch1-autoconf                  2.59-2                           OK
gcc-tools-epoch1-automake                  1.9.6-2                          OK
gcc-tools-epoch2-autoconf                  2.64-2                           OK
gcc-tools-epoch2-automake                  1.11.6-1                         OK
gccmakedep                                 1.0.3-1                          OK
gconf-desktop-schemas                      2.32.1-3                         OK
GConf2                                     3.2.6-2                          OK
GConf2-debuginfo                           3.2.6-2                          OK
gconfmm2.6-debuginfo                       2.28.2-2                         OK
gcr                                        3.10.1-1                         OK
gcr-debuginfo                              3.10.1-1                         OK
gd                                         2.0.36RC1-1                      OK
gd-debuginfo                               2.0.36RC1-1                      OK
gdb                                        7.8-2                            OK
gdb-debuginfo                              7.8-2                            OK
gdbm                                       1.11-1                           OK
gdbm-debuginfo                             1.11-1                           OK
gdk-pixbuf2-wmf                            0.2.8.4-1                        OK
gdk-pixbuf2.0-debuginfo                    2.30.4-1                         OK
gdk-pixbuf2.0-svg                          2.40.1-1                         OK
gendef                                     1.0-svn2931-1                    OK
gendef-debuginfo                           1.0-svn2931-1                    OK
genisoimage                                1.1.11-1                         OK
geoclue                                    0.12.99-1                        OK
geoclue-debuginfo                          0.12.99-1                        OK
GeoIP                                      1.6.0-1                          OK
GeoIP-database                             20140305-1                       OK
GeoIP-debuginfo                            1.6.0-1                          OK
getent                                     2.18.90-2                        OK
getent-debuginfo                           2.18.90-2                        OK
getmail                                    4.36.0-2                         OK
gettext                                    0.18.3.2-2                       OK
gettext-debuginfo                          0.18.3.2-2                       OK
gettext-devel                              0.18.3.2-2                       OK
gettext-doc                                0.18.3.2-2                       OK
ghostscript                                9.06-2                           OK
ghostscript-debuginfo                      9.06-2                           OK
ghostscript-fonts-other                    6.0-1                            OK
ghostscript-fonts-std                      8.11-1                           OK
gif2apng                                   1.7-1                            OK
giflib                                     4.1.6-12                         OK
giflib-debuginfo                           4.1.6-12                         OK
gigolo                                     0.4.2-1                          OK
gigolo-debuginfo                           0.4.2-1                          OK
girepository-Atk1.0                        2.10.0-1                         OK
girepository-Atspi2.0                      2.10.2-1                         OK
girepository-Avahi0.6                      0.6.31-2                         OK
girepository-cairo1.0                      1.38.0-1                         OK
girepository-Clutter1.0                    1.16.4-1                         OK
girepository-Cogl1.0                       1.16.2-1                         OK
girepository-Gck1                          3.10.1-1                         OK
girepository-GConf2.0                      3.2.6-2                          OK
girepository-Gcr3                          3.10.1-1                         OK
girepository-GdkPixbuf2.0                  2.30.4-1                         OK
girepository-Gee0.8                        0.12.1-1                         OK
girepository-Gee1.0                        0.6.8-1                          OK
girepository-GIRepository2.0               1.38.0-1                         OK
girepository-GLib2.0                       1.38.0-1                         OK
girepository-GMime2.6                      2.6.20-1                         OK
girepository-GnomeKeyring1.0               3.10.1-1                         OK
girepository-GooCanvas2.0                  2.0.2-1                          OK
girepository-Gsf1                          1.14.30-1                        OK
girepository-Gst0.10                       0.10.36-2                        OK
girepository-Gst1.0                        1.2.3-1                          OK
girepository-GstCheck0.10                  0.10.36-2                        OK
girepository-GstCheck1.0                   1.2.3-1                          OK
girepository-GstInterfaces0.10             0.10.36-2                        OK
girepository-GstInterfaces1.0              1.2.3-1                          OK
girepository-Gtk2.0                        2.24.23-1                        OK
girepository-Gtk3.0                        3.10.9-1                         OK
girepository-GtkClutter0.10                0.10.8-8                         OK
girepository-GtkClutter1.0                 1.4.4-2                          OK
girepository-GtkSource3.0                  3.10.3-1                         OK
girepository-GtkSpell3.0                   3.0.6-1                          OK
girepository-GTop2.0                       2.28.5-2                         OK
girepository-Gucharmap2.0                  2.32.1-2                         OK
girepository-GXPS0.1                       0.2.2-2                          OK
girepository-Json1.0                       0.16.2-1                         OK
girepository-MateMenu2.0                   1.8.0-1                          OK
girepository-Notify0.7                     0.7.6-1                          OK
girepository-Pango1.0                      1.36.3-1                         OK
girepository-Peas1.0                       1.8.1-1                          OK
girepository-Poppler0.18                   0.24.5-1                         OK
girepository-Rest0.7                       0.7.91-1                         OK
girepository-Rsvg2.0                       2.40.1-1                         OK
girepository-Secret1                       0.16-1                           OK
girepository-Soup2.4                       2.44.2-2                         OK
girepository-SoupGNOME2.4                  2.44.2-2                         OK
girepository-Unique1.0                     1.1.6-1                          OK
girepository-Unique3.0                     3.0.2-1                          OK
girepository-Vte0.0                        0.28.2-4                         OK
girepository-Vte2.90                       0.34.9-1                         OK
girepository-WebKit1.0                     2.0.4-1                          OK
girepository-WebKit3.0                     2.0.4-1                          OK
girepository-Wnck1.0                       2.30.7-2                         OK
girepository-Wnck3.0                       3.4.7-1                          OK
girepository-x11                           1.38.0-1                         OK
girepository-Xkl1.0                        5.3-1                            OK
git                                        2.1.1-1                          OK
git-completion                             2.1.1-1                          OK
git-cvs                                    2.1.1-1                          OK
git-debuginfo                              2.1.1-1                          OK
git-email                                  2.1.1-1                          OK
git-gui                                    2.1.1-1                          OK
git-review                                 1.24-2                           OK
git-svn                                    2.1.1-1                          OK
gitk                                       2.1.1-1                          OK
gitweb                                     2.1.1-1                          OK
Empty package gl2ps
gl2ps                                      1.3.8-1                          OK
gl2ps-debuginfo                            1.3.8-1                          OK
glade                                      3.16.1-1                         OK
glade-debuginfo                            3.16.1-1                         OK
glade-devel                                3.16.1-1                         OK
glade-doc                                  3.16.1-1                         OK
glade-libpeas                              1.8.1-1                          OK
glade-python                               3.16.1-1                         OK
glade-vte                                  0.34.9-1                         OK
glade2                                     2.12.2-2                         OK
glade2-debuginfo                           2.12.2-2                         OK
glade3                                     3.8.4-1                          OK
glade3-debuginfo                           3.8.4-1                          OK
glade3-devel                               3.8.4-1                          OK
glade3-gnome                               3.8.4-1                          OK
glade3-gtksourceview                       2.10.5-2                         OK
glade3-python                              3.8.4-1                          OK
glade3-vte                                 0.28.2-4                         OK
glade3-xfce4ui                             4.10.0-1                         OK
glib1.2-debuginfo                          1.2.10-12                        OK
glib2.0-debuginfo                          2.38.2-4                         OK
glib2.0-networking                         2.38.2-1                         OK
glib2.0-networking-debuginfo               2.38.2-1                         OK
glibmm2.4-debuginfo                        2.38.1-1                         OK
glpk                                       4.55-1                           OK
glpk-debuginfo                             4.55-1                           OK
glproto                                    1.4.17-1                         OK
glu-debuginfo                              9.0.0-1                          OK
glw-debuginfo                              8.0.0-1                          OK
gmime2.6-debuginfo                         2.6.20-1                         OK
gmp                                        6.0.0a-1                         OK
gmp-debuginfo                              6.0.0a-1                         OK
gnome-common                               3.10.0-1                         OK
gnome-doc-utils                            0.20.10-2                        OK
gnome-icon-theme                           3.10.0-1                         OK
gnome-keyring                              3.10.1-1                         OK
gnome-keyring-debuginfo                    3.10.1-1                         OK
gnome-mime-data                            2.18.0-10                        OK
gnome-python                               2.28.1-3                         OK
gnome-python-debuginfo                     2.28.1-3                         OK
gnome-python-extras                        2.29.0-2                         OK
gnome-python-extras-debuginfo              2.29.0-2                         OK
gnome-themes-standard                      3.10.0-1                         OK
gnome-themes-standard-debuginfo            3.10.0-1                         OK
gnome-vfs2                                 2.24.4-6                         OK
gnome-vfs2-debuginfo                       2.24.4-6                         OK
gnubg                                      0.91.0-1                         OK
gnubg-debuginfo                            0.91.0-1                         OK
gnupg                                      1.4.18-1                         OK
gnupg-debuginfo                            1.4.18-1                         OK
gnuplot                                    4.6.3-3                          OK
gnuplot-debuginfo                          4.6.3-3                          OK
gnutls                                     3.2.0-4                          OK
gnutls-debuginfo                           3.2.0-4                          OK
gnutls-devel                               3.2.0-4                          OK
gnutls-doc                                 3.2.0-4                          OK
gnutls-guile                               3.2.0-4                          OK
gobject-introspection                      1.38.0-1                         OK
gobject-introspection-debuginfo            1.38.0-1                         OK
goocanvas-debuginfo                        1.0.0-1                          OK
goocanvas2.0-debuginfo                     2.0.2-1                          OK
goocanvasmm2.0-debuginfo                   1.90.9-1                         OK
google-breakpad-devel                      1390-1                           OK
google-breakpad-tools                      1390-1                           OK
googlecl                                   0.9.14-2                         OK
gperf                                      3.0.4-2                          OK
gperf-debuginfo                            3.0.4-2                          OK
gq                                         1.3.4-1                          OK
gq-debuginfo                               1.3.4-1                          OK
grace                                      5.1.23-1                         OK
grace-debuginfo                            5.1.23-1                         OK
GraphicsMagick                             1.3.20-1                         OK
GraphicsMagick-debuginfo                   1.3.20-1                         OK
graphite2-debuginfo                        1.2.3-1                          OK
graphviz                                   2.38.0-1                         OK
graphviz-debuginfo                         2.38.0-1                         OK
graphviz-demo                              2.38.0-1                         OK
greed                                      3.8-1                            OK
grep                                       2.20-1                           OK
grep-debuginfo                             2.20-1                           OK
grepmail                                   5.3033-2                         OK
groff                                      1.22.2-2                         OK
groff-debuginfo                            1.22.2-2                         OK
groff-perl                                 1.22.2-2                         OK
gsettings-desktop-schemas                  3.10.1-1                         OK
gsl                                        1.16-1                           OK
gsl-apps                                   1.16-1                           OK
gsl-debuginfo                              1.16-1                           OK
gsl-devel                                  1.16-1                           OK
gsl-doc                                    1.16-1                           OK
gsm                                        1.0.13-2                         OK
gsm-debuginfo                              1.0.13-2                         OK
gstreamer0.10                              0.10.36-2                        OK
gstreamer0.10-debuginfo                    0.10.36-2                        OK
gstreamer0.10-plugins-aalib                0.10.31-5                        OK
gstreamer0.10-plugins-base                 0.10.36-2                        OK
gstreamer0.10-plugins-base-debuginfo       0.10.36-2                        OK
gstreamer0.10-plugins-cairo                0.10.31-5                        OK
gstreamer0.10-plugins-esd                  0.10.31-5                        OK
gstreamer0.10-plugins-flac                 0.10.31-5                        OK
gstreamer0.10-plugins-gconf                0.10.31-5                        OK
gstreamer0.10-plugins-gdk_pixbuf           0.10.31-5                        OK
gstreamer0.10-plugins-gio                  0.10.36-2                        OK
gstreamer0.10-plugins-good                 0.10.31-5                        OK
gstreamer0.10-plugins-good-debuginfo       0.10.31-5                        OK
gstreamer0.10-plugins-jpeg                 0.10.31-5                        OK
gstreamer0.10-plugins-libcaca              0.10.31-5                        OK
gstreamer0.10-plugins-libdv                0.10.31-5                        OK
gstreamer0.10-plugins-libpng               0.10.31-5                        OK
gstreamer0.10-plugins-ogg                  0.10.36-2                        OK
gstreamer0.10-plugins-pango                0.10.36-2                        OK
gstreamer0.10-plugins-pulse                0.10.31-5                        OK
gstreamer0.10-plugins-shout2               0.10.31-5                        OK
gstreamer0.10-plugins-soup                 0.10.31-5                        OK
gstreamer0.10-plugins-speex                0.10.31-5                        OK
gstreamer0.10-plugins-taglib               0.10.31-5                        OK
gstreamer0.10-plugins-theora               0.10.36-2                        OK
gstreamer0.10-plugins-vorbis               0.10.36-2                        OK
gstreamer0.10-plugins-wavpack              0.10.31-5                        OK
gstreamer0.10-plugins-ximage               0.10.36-2                        OK
gstreamer0.10-plugins-ximagesrc            0.10.31-5                        OK
gstreamer1.0                               1.2.3-1                          OK
gstreamer1.0-debuginfo                     1.2.3-1                          OK
gstreamer1.0-plugins-aalib                 1.2.3-1                          OK
gstreamer1.0-plugins-base                  1.2.3-1                          OK
gstreamer1.0-plugins-base-debuginfo        1.2.3-1                          OK
gstreamer1.0-plugins-base-doc              1.2.3-1                          OK
gstreamer1.0-plugins-cairo                 1.2.3-1                          OK
gstreamer1.0-plugins-flac                  1.2.3-1                          OK
gstreamer1.0-plugins-gdk_pixbuf            1.2.3-1                          OK
gstreamer1.0-plugins-good                  1.2.3-1                          OK
gstreamer1.0-plugins-good-debuginfo        1.2.3-1                          OK
gstreamer1.0-plugins-good-doc              1.2.3-1                          OK
gstreamer1.0-plugins-jpeg                  1.2.3-1                          OK
gstreamer1.0-plugins-libcaca               1.2.3-1                          OK
gstreamer1.0-plugins-libdv                 1.2.3-1                          OK
gstreamer1.0-plugins-libpng                1.2.3-1                          OK
gstreamer1.0-plugins-ogg                   1.2.3-1                          OK
gstreamer1.0-plugins-pango                 1.2.3-1                          OK
gstreamer1.0-plugins-pulse                 1.2.3-1                          OK
gstreamer1.0-plugins-shout2                1.2.3-1                          OK
gstreamer1.0-plugins-soup                  1.2.3-1                          OK
gstreamer1.0-plugins-speex                 1.2.3-1                          OK
gstreamer1.0-plugins-taglib                1.2.3-1                          OK
gstreamer1.0-plugins-theora                1.2.3-1                          OK
gstreamer1.0-plugins-vorbis                1.2.3-1                          OK
gstreamer1.0-plugins-vpx                   1.2.3-1                          OK
gstreamer1.0-plugins-wavpack               1.2.3-1                          OK
gstreamer1.0-plugins-ximage                1.2.3-1                          OK
gstreamer1.0-plugins-ximagesrc             1.2.3-1                          OK
gt5                                        1.5.0~20111220+bzr29-1           OK
gtk-doc                                    1.19-2                           OK
gtk-update-icon-cache                      3.10.9-1                         OK
gtk1.2-debuginfo                           1.2.10-12                        OK
gtk1.2-engines                             0.12-11                          OK
gtk1.2-engines-debuginfo                   0.12-11                          OK
gtk2.0-atk-bridge                          2.10.2-1                         OK
gtk2.0-canberra-module                     0.30-1                           OK
gtk2.0-debuginfo                           2.24.23-1                        OK
gtk2.0-demo                                2.24.23-1                        OK
gtk2.0-engines                             2.20.2-1                         OK
gtk2.0-engines-debuginfo                   2.20.2-1                         OK
gtk2.0-engines-murrine                     0.98.2-1                         OK
gtk2.0-engines-murrine-debuginfo           0.98.2-1                         OK
gtk2.0-engines-pixmap                      2.24.23-1                        OK
gtk2.0-engines-svg                         2.36.4-1                         OK
gtk2.0-gail                                2.24.23-1                        OK
gtk3-canberra-module                       0.30-1                           OK
gtk3-debuginfo                             3.10.9-1                         OK
gtk3-demo                                  3.10.9-1                         OK
gtkmm2.4-debuginfo                         2.24.4-1                         OK
gtkmm3.0-debuginfo                         3.10.1-1                         OK
gtksourceview2.0-debuginfo                 2.10.5-2                         OK
gtksourceview3.0-debuginfo                 3.10.3-1                         OK
gtksourceviewmm3.0-debuginfo               3.2.0-2                          OK
gtkspell-debuginfo                         2.0.16-1                         OK
gtkspell3-debuginfo                        3.0.6-1                          OK
gts                                        20121130-1                       OK
gts-debuginfo                              20121130-1                       OK
gtypist                                    2.9.3-1                          OK
gtypist-debuginfo                          2.9.3-1                          OK
guile                                      1.8.8-1                          OK
guile-debuginfo                            1.8.8-1                          OK
guile-devel                                1.8.8-1                          OK
guile-gv                                   2.38.0-1                         OK
guilt                                      0.35-2                           OK
gv                                         3.7.4-1                          OK
gv-debuginfo                               3.7.4-1                          OK
gvedit                                     2.38.0-1                         OK
gvfs                                       1.18.3-1                         OK
gvfs-debuginfo                             1.18.3-1                         OK
gvim                                       7.4.417-1                        OK
gzip                                       1.6-1                            OK
gzip-debuginfo                             1.6-1                            OK
harfbuzz                                   0.9.25-1                         OK
harfbuzz-debuginfo                         0.9.25-1                         OK
hdf5                                       1.8.13-1                         OK
hdf5-debuginfo                             1.8.13-1                         OK
heimdal-debuginfo                          1.5.3-1                          OK
help2man                                   1.44.1-1                         OK
help2man-debuginfo                         1.44.1-1                         OK
hexedit                                    1.2.13-1                         OK
hexedit-debuginfo                          1.2.13-1                         OK
hicolor-icon-theme                         0.12-1                           OK
hostname                                   3.13-1                           OK
hostname-debuginfo                         3.13-1                           OK
hp2xx                                      3.4.4-1                          OK
hp2xx-debuginfo                            3.4.4-1                          OK
html2ps                                    1.0b7-2                          OK
httperf                                    0.9.0-1                          OK
httperf-debuginfo                          0.9.0-1                          OK
httping                                    1.6-1                            OK
httptunnel                                 3.3-1                            OK
iceauth                                    1.0.6-1                          OK
iceauth-debuginfo                          1.0.6-1                          OK
icedax                                     1.1.11-1                         OK
ico                                        1.0.4-1                          OK
ico-debuginfo                              1.0.4-1                          OK
icon-naming-utils                          0.8.90-1                         OK
icoutils                                   0.31.0-1                         OK
icoutils-debuginfo                         0.31.0-1                         OK
icu-debuginfo                              51.2-1                           OK
icu-doc                                    51.2-1                           OK
idle                                       2.7.8-1                          OK
idle3                                      3.2.5-4                          OK
ifile                                      1.3.9-1                          OK
ii                                         1.3-1                            OK
ilmbase-debuginfo                          1.0.3-1                          OK
ImageMagick                                6.7.6.3-4                        OK
ImageMagick-debuginfo                      6.7.6.3-4                        OK
ImageMagick-doc                            6.7.6.3-4                        OK
imake                                      1.0.7-1                          OK
imake-debuginfo                            1.0.7-1                          OK
imlib-debuginfo                            1.9.15-14                        OK
imlib2                                     1.4.5-2                          OK
imlib2-debuginfo                           1.4.5-2                          OK
indent                                     2.2.11-1                         OK
inetutils                                  1.9.1-2                          OK
inetutils-debuginfo                        1.9.1-2                          OK
inetutils-server                           1.9.1-2                          OK
initscripts                                0.9-1                            OK
inputproto                                 2.3.1-1                          OK
integrit                                   4.1-1                            OK
intltool                                   0.50.2-2                         OK
iodbcadm-gtk                               3.52.8-2                         OK
iodbctest                                  3.52.8-2                         OK
ipc-utils                                  1.0-2                            OK
ipcalc                                     0.41-1                           OK
iprint                                     1.3-1                            OK
irssi                                      0.8.15-4                         OK
iselect                                    1.4.0-2                          OK
isl                                        0.11.1-2                         OK
isl-debuginfo                              0.11.1-2                         OK
iso-codes                                  3.56-1                           OK
isomaster                                  1.3.9-2                          OK
isomaster-debuginfo                        1.3.9-2                          OK
itstool                                    1.2.0-1                          OK
jasper                                     1.900.1-13                       OK
jasper-debuginfo                           1.900.1-13                       OK
jbigkit                                    2.0-14                           OK
jbigkit-debuginfo                          2.0-14                           OK
jgraph                                     8.4-1                            OK
jgraph-debuginfo                           8.4-1                            OK
jlint                                      3.1.2-1                          OK
joe                                        3.7-1                            OK
jpeg                                       1.3.1-1                          OK
js185-debuginfo                            1.0.0-3                          OK
jsc1                                       2.0.4-1                          OK
jsc3                                       2.0.4-1                          OK
json-c-debuginfo                           0.11-2                           OK
json-glib1.0-debuginfo                     0.16.2-1                         OK
kbproto                                    1.0.6-1                          OK
keepassx                                   0.4.3-1                          OK
keepassx-debuginfo                         0.4.3-1                          OK
keychain                                   2.7.1-1                          OK
kgb                                        1.0.0.4-1                        OK
khronos-opengl-registry                    20140619_svn27116-1              OK
Empty package klu
klu                                        1.2.1-2                          OK
klu-debuginfo                              1.2.1-2                          OK
krb5-debuginfo                             1.12.2-1                         OK
krb5-doc                                   1.12.2-1                         OK
krb5-server                                1.12.2-1                         OK
krb5-workstation                           1.12.2-1                         OK
Empty package lapack
lapack                                     3.5.0-2                          OK
lapack-debuginfo                           3.5.0-2                          OK
lcab                                       1.0b12-1                         OK
lcms                                       1.19-1                           OK
lcms-debuginfo                             1.19-1                           OK
lcms2                                      2.5-1                            OK
lcms2-debuginfo                            2.5-1                            OK
Empty package ldl
ldl                                        2.1.0-2                          OK
ldl-debuginfo                              2.1.0-2                          OK
less                                       458-1                            OK
less-debuginfo                             458-1                            OK
lftp                                       4.5.6-1                          OK
lftp-debuginfo                             4.5.6-1                          OK
libaa1                                     1.4rc5-11                        OK
libamd-devel                               2.3.1-2                          OK
libamd0                                    2.3.1-2                          OK
libao                                      1.1.0-3                          OK
libao-debuginfo                            1.1.0-3                          OK
libao-devel                                1.1.0-3                          OK
libao4                                     1.1.0-3                          OK
libapr1                                    1.4.8-1                          OK
libapr1-debuginfo                          1.4.8-1                          OK
libapr1-devel                              1.4.8-1                          OK
libaprutil1                                1.5.4-1                          OK
libaprutil1-debuginfo                      1.5.4-1                          OK
libaprutil1-devel                          1.5.4-1                          OK
libarchive-debuginfo                       3.1.2-2                          OK
libarchive-devel                           3.1.2-2                          OK
libarchive13                               3.1.2-2                          OK
libargp                                    20110921-2                       OK
libargp-debuginfo                          20110921-2                       OK
libarpack-devel                            3.1.5-1                          OK
libarpack0                                 3.1.5-1                          OK
Empty package libart_lgpl_2
libart_lgpl_2                              2.3.21-2                         OK
libart_lgpl_2-debuginfo                    2.3.21-2                         OK
libart_lgpl_2-devel                        2.3.21-2                         OK
libart_lgpl_2_2                            2.3.21-2                         OK
libasn1_8                                  1.5.3-1                          OK
libaspell-devel                            0.60.6.1-1                       OK
libaspell15                                0.60.6.1-1                       OK
libasprintf-devel                          0.18.3.2-2                       OK
libasprintf0                               0.18.3.2-2                       OK
libasyncns-debuginfo                       0.8-1                            OK
libasyncns-devel                           0.8-1                            OK
libasyncns0                                0.8-1                            OK
libatk-bridge2.0-devel                     2.10.2-1                         OK
libatk-bridge2.0_0                         2.10.2-1                         OK
libatk1.0-devel                            2.10.0-1                         OK
libatk1.0-doc                              2.10.0-1                         OK
libatk1.0_0                                2.10.0-1                         OK
libatkmm1.6-devel                          2.22.7-1                         OK
libatkmm1.6-doc                            2.22.7-1                         OK
libatkmm1.6_1                              2.22.7-1                         OK
libatomic1                                 4.8.3-3                          OK
libatomic_ops-devel                        7.2d-2                           OK
libatspi-devel                             2.10.2-1                         OK
libatspi-doc                               2.10.2-1                         OK
libatspi0                                  2.10.2-1                         OK
libattr-devel                              2.4.46-1                         OK
libattr1                                   2.4.46-1                         OK
libaudio-devel                             1.9.3-1                          OK
libaudio2                                  1.9.3-1                          OK
libaudiofile-devel                         0.3.6-1                          OK
libaudiofile1                              0.3.6-1                          OK
libautotrace-devel                         0.31.1-1                         OK
libautotrace3                              0.31.1-1                         OK
libavahi-client-devel                      0.6.31-2                         OK
libavahi-client3                           0.6.31-2                         OK
libavahi-common-devel                      0.6.31-2                         OK
libavahi-common3                           0.6.31-2                         OK
libavahi-core-devel                        0.6.31-2                         OK
libavahi-core7                             0.6.31-2                         OK
libavahi-glib-devel                        0.6.31-2                         OK
libavahi-glib1                             0.6.31-2                         OK
libavahi-gobject-devel                     0.6.31-2                         OK
libavahi-gobject0                          0.6.31-2                         OK
libavahi-qt4-devel                         0.6.31-2                         OK
libavahi-qt4_1                             0.6.31-2                         OK
libavahi-ui-devel                          0.6.31-2                         OK
libavahi-ui-gtk3-devel                     0.6.31-2                         OK
libavahi-ui-gtk3_0                         0.6.31-2                         OK
libavahi-ui0                               0.6.31-2                         OK
libblkid-devel                             2.24.2-1                         OK
libblkid1                                  2.24.2-1                         OK
libbonobo2                                 2.32.1-2                         OK
libbonobo2-debuginfo                       2.32.1-2                         OK
libbonobo2-devel                           2.32.1-2                         OK
libbonobo2_0                               2.32.1-2                         OK
libbonoboui2                               2.24.5-2                         OK
libbonoboui2-debuginfo                     2.24.5-2                         OK
libbonoboui2-devel                         2.24.5-2                         OK
libbonoboui2_0                             2.24.5-2                         OK
libboost-devel                             1.55.0-1                         OK
libboost1.53                               1.53.0-2                         OK
libboost_atomic1.55                        1.55.0-1                         OK
libboost_chrono1.55                        1.55.0-1                         OK
libboost_context1.55                       1.55.0-1                         OK
libboost_coroutine1.55                     1.55.0-1                         OK
libboost_date_time1.55                     1.55.0-1                         OK
libboost_filesystem1.55                    1.55.0-1                         OK
libboost_graph1.55                         1.55.0-1                         OK
libboost_iostreams1.55                     1.55.0-1                         OK
libboost_locale1.55                        1.55.0-1                         OK
libboost_log1.55                           1.55.0-1                         OK
libboost_math1.55                          1.55.0-1                         OK
libboost_program_options1.55               1.55.0-1                         OK
libboost_python-devel                      1.55.0-1                         OK
libboost_python1.53                        1.53.0-2                         OK
libboost_python1.55                        1.55.0-1                         OK
libboost_python3-devel                     1.55.0-1                         OK
libboost_python3_1.53                      1.53.0-2                         OK
libboost_python3_1.55                      1.55.0-1                         OK
libboost_random1.55                        1.55.0-1                         OK
libboost_regex1.55                         1.55.0-1                         OK
libboost_serialization1.55                 1.55.0-1                         OK
libboost_signals1.55                       1.55.0-1                         OK
libboost_system1.55                        1.55.0-1                         OK
libboost_test1.55                          1.55.0-1                         OK
libboost_thread1.55                        1.55.0-1                         OK
libboost_timer1.55                         1.55.0-1                         OK
libboost_wave1.55                          1.55.0-1                         OK
libbotan-devel                             1.8.14-2                         OK
libbotan1.10-devel                         1.10.8-2                         OK
libbotan1.10-doc                           1.10.8-2                         OK
libbotan1.10_0                             1.10.8-2                         OK
libbotan1.8.13                             1.8.14-2                         OK
libbtf-devel                               1.2.0-2                          OK
libbtf0                                    1.2.0-2                          OK
libbz2-devel                               1.0.6-2                          OK
libbz2_1                                   1.0.6-2                          OK
libcaca++-devel                            0.99.beta19-1                    OK
libcaca++0                                 0.99.beta19-1                    OK
libcaca-bin                                0.99.beta19-1                    OK
libcaca-debuginfo                          0.99.beta19-1                    OK
libcaca-devel                              0.99.beta19-1                    OK
libcaca-doc                                0.99.beta19-1                    OK
libcaca0                                   0.99.beta19-1                    OK
libcairo-devel                             1.12.16-1                        OK
libcairo-doc                               1.12.16-1                        OK
libcairo2                                  1.12.16-1                        OK
libcairomm1.0-devel                        1.10.0-2                         OK
libcairomm1.0-doc                          1.10.0-2                         OK
libcairomm1.0_1                            1.10.0-2                         OK
libcamd-devel                              2.3.1-2                          OK
libcamd0                                   2.3.1-2                          OK
libcanberra-debuginfo                      0.30-1                           OK
libcanberra-devel                          0.30-1                           OK
libcanberra-gtk-devel                      0.30-1                           OK
libcanberra-gtk0                           0.30-1                           OK
libcanberra-gtk3-devel                     0.30-1                           OK
libcanberra-gtk3_0                         0.30-1                           OK
libcanberra0                               0.30-1                           OK
libcatgets-devel                           1.1-2                            OK
libcatgets1                                1.1-2                            OK
libccolamd-devel                           2.8.0-2                          OK
libccolamd0                                2.8.0-2                          OK
libcdt5                                    2.38.0-1                         OK
libcgraph6                                 2.38.0-1                         OK
libcharset1                                1.14-1                           OK
libcholmod-devel                           2.1.2-1                          OK
libcholmod0                                2.1.2-1                          OK
libclamav-devel                            0.97.8-1                         OK
libclamav6                                 0.97.8-1                         OK
libclang                                   3.4.2-3                          OK
libclang-devel                             3.4.2-3                          OK
libclang-devel-static                      3.4.2-3                          OK
libcloog-devel                             0.15.11-2                        OK
libcloog-isl-devel                         0.18.0-2                         OK
libcloog-isl-doc                           0.18.0-2                         OK
libcloog-isl4                              0.18.0-2                         OK
libcloog0                                  0.15.11-2                        OK
libclutter-gtk0.10-devel                   0.10.8-8                         OK
libclutter-gtk0.10-doc                     0.10.8-8                         OK
libclutter-gtk0.10_0                       0.10.8-8                         OK
libclutter-gtk1.0-devel                    1.4.4-2                          OK
libclutter-gtk1.0-doc                      1.4.4-2                          OK
libclutter-gtk1.0_0                        1.4.4-2                          OK
libclutter1.0-devel                        1.16.4-1                         OK
libclutter1.0-doc                          1.16.4-1                         OK
libclutter1.0_0                            1.16.4-1                         OK
libcogl-common                             1.16.2-1                         OK
libcogl-devel                              1.16.2-1                         OK
libcogl-doc                                1.16.2-1                         OK
libcogl15                                  1.16.2-1                         OK
libcolamd-devel                            2.8.0-2                          OK
libcolamd0                                 2.8.0-2                          OK
libcom_err-devel                           1.42.10-1                        OK
libcom_err2                                1.42.10-1                        OK
libcompface-devel                          1.5.2-1                          OK
libcompface0                               1.5.2-1                          OK
libcroco0.6                                0.6.8-1                          OK
libcroco0.6-debuginfo                      0.6.8-1                          OK
libcroco0.6-devel                          0.6.8-1                          OK
libcroco0.6_3                              0.6.8-1                          OK
libcrypt-devel                             1.1-1                            OK
libcrypt0                                  1.1-1                            OK
libct4                                     0.91.103-1                       OK
libcurl-devel                              7.38.0-1                         OK
libcurl-doc                                7.38.0-1                         OK
libcurl4                                   7.38.0-1                         OK
libcxsparse-devel                          3.1.2-1                          OK
libcxsparse0                               3.1.2-1                          OK
libdaemon-debuginfo                        0.14-1                           OK
libdaemon-devel                            0.14-1                           OK
libdaemon0                                 0.14-1                           OK
libdatrie                                  0.2.6-1                          OK
libdatrie-debuginfo                        0.2.6-1                          OK
libdatrie-devel                            0.2.6-1                          OK
libdatrie-doc                              0.2.6-1                          OK
libdatrie1                                 0.2.6-1                          OK
libdb-devel                                5.3.21-1                         OK
libdb5.3                                   5.3.21-1                         OK
libdbus-glib_1-devel                       0.100.2-1                        OK
libdbus-glib_1_2                           0.100.2-1                        OK
libdbus1-devel                             1.6.18-1                         OK
libdbus1_3                                 1.6.18-1                         OK
libdconf-dbus1-devel                       0.18.0-1                         OK
libdconf-dbus1_0                           0.18.0-1                         OK
libdconf-devel                             0.18.0-1                         OK
libdconf-doc                               0.18.0-1                         OK
libdconf1                                  0.18.0-1                         OK
libdialog-devel                            1.2-20140112-1                   OK
libdialog11                                1.2-20140112-1                   OK
libdjvulibre-devel                         3.5.25.3-1                       OK
libdjvulibre21                             3.5.25.3-1                       OK
libdmx-debuginfo                           1.1.3-1                          OK
libdmx-devel                               1.1.3-1                          OK
libdmx1                                    1.1.3-1                          OK
libdns_sd-devel                            379.32.1-1                       OK
libdns_sd1                                 379.32.1-1                       OK
libdv-debuginfo                            1.0.0-11                         OK
libdv-devel                                1.0.0-11                         OK
libdv4                                     1.0.0-11                         OK
libe2p-devel                               1.42.10-1                        OK
libe2p2                                    1.42.10-1                        OK
libecpg-compat3                            9.3.5-2                          OK
libecpg-devel                              9.3.5-2                          OK
libecpg6                                   9.3.5-2                          OK
libedit-debuginfo                          20130712-1                       OK
libedit-devel                              20130712-1                       OK
libedit0                                   20130712-1                       OK
libEGL-devel                               10.2.5-1                         OK
libEGL1                                    10.2.5-1                         OK
libelf-debuginfo                           0.8.13-3                         OK
libelf-devel                               0.8.13-3                         OK
libelf0                                    0.8.13-3                         OK
libEMF                                     1.0.7-1                          OK
libEMF-debuginfo                           1.0.7-1                          OK
libEMF-devel                               1.0.7-1                          OK
libEMF1                                    1.0.7-1                          OK
libenchant-devel                           1.6.0-1                          OK
libenchant1                                1.6.0-1                          OK
libesd-devel                               0.2.41-12                        OK
libesd0                                    0.2.41-12                        OK
libesmtp-debuginfo                         1.0.6-2                          OK
libesmtp-devel                             1.0.6-2                          OK
libesmtp6                                  1.0.6-2                          OK
libevent-debuginfo                         2.0.21-1                         OK
libevent-devel                             2.0.21-1                         OK
libevent2.0_5                              2.0.21-1                         OK
libevtlog-devel                            0.2.12-2                         OK
libevtlog0                                 0.2.12-2                         OK
libexempi-devel                            2.2.1-1                          OK
libexempi3                                 2.2.1-1                          OK
libexif-common                             0.6.21-2                         OK
libexif-debuginfo                          0.6.21-2                         OK
libexif-devel                              0.6.21-2                         OK
libexif12                                  0.6.21-2                         OK
libexo1-common                             0.10.2-1                         OK
libexo1-devel                              0.10.2-1                         OK
libexo1_0                                  0.10.2-1                         OK
libexpat-devel                             2.1.0-3                          OK
libexpat1                                  2.1.0-3                          OK
libext2fs-devel                            1.42.10-1                        OK
libext2fs2                                 1.42.10-1                        OK
libfam-devel                               0.1.10-15                        OK
libfam0                                    0.1.10-15                        OK
libffi-debuginfo                           3.0.13-1                         OK
libffi-devel                               3.0.13-1                         OK
libffi6                                    3.0.13-1                         OK
libfftw3-devel                             3.3.4-1                          OK
libfftw3_3                                 3.3.4-1                          OK
libFLAC++6                                 1.3.0-1                          OK
libFLAC8                                   1.3.0-1                          OK
libfltk-devel                              1.3.2.9965-1                     OK
libfltk-doc                                1.3.2.9965-1                     OK
libfltk1.3                                 1.3.2.9965-1                     OK
libfontconfig-devel                        2.11.1-1                         OK
libfontconfig1                             2.11.1-1                         OK
libfontenc-debuginfo                       1.1.2-1                          OK
libfontenc-devel                           1.1.2-1                          OK
libfontenc1                                1.1.2-1                          OK
libfpx                                     1.3.1.2-1                        OK
libfpx-debuginfo                           1.3.1.2-1                        OK
libfpx-devel                               1.3.1.2-1                        OK
libfpx1                                    1.3.1.2-1                        OK
libfreetype-devel                          2.5.3-1                          OK
libfreetype-doc                            2.5.3-1                          OK
libfreetype6                               2.5.3-1                          OK
libfribidi-devel                           0.19.2-1                         OK
libfribidi0                                0.19.2-1                         OK
libFS-debuginfo                            1.0.6-1                          OK
libFS-devel                                1.0.6-1                          OK
libFS6                                     1.0.6-1                          OK
libgailutil-devel                          2.24.23-1                        OK
libgailutil-doc                            2.24.23-1                        OK
libgailutil18                              2.24.23-1                        OK
libgailutil3-devel                         3.10.9-1                         OK
libgailutil3-doc                           3.10.9-1                         OK
libgailutil3_0                             3.10.9-1                         OK
libgamin1_0                                0.1.10-15                        OK
libgarcon1-devel                           0.2.1-1                          OK
libgarcon1_0                               0.2.1-1                          OK
libgc                                      7.2d-2                           OK
libgc-debuginfo                            7.2d-2                           OK
libgc-devel                                7.2d-2                           OK
libgc1                                     7.2d-2                           OK
libgcc1                                    4.8.3-3                          OK
libgck1-devel                              3.10.1-1                         OK
libgck1-doc                                3.10.1-1                         OK
libgck1_0                                  3.10.1-1                         OK
libgconf2-devel                            3.2.6-2                          OK
libgconf2_4                                3.2.6-2                          OK
libgconfmm2.6-devel                        2.28.2-2                         OK
libgconfmm2.6-doc                          2.28.2-2                         OK
libgconfmm2.6_1                            2.28.2-2                         OK
libgcr3-common                             3.10.1-1                         OK
libgcr3-devel                              3.10.1-1                         OK
libgcr3-doc                                3.10.1-1                         OK
libgcr3_1                                  3.10.1-1                         OK
libgcrypt                                  1.5.3-1                          OK
libgcrypt-debuginfo                        1.5.3-1                          OK
libgcrypt-devel                            1.5.3-1                          OK
libgcrypt11                                1.5.3-1                          OK
libgd-devel                                2.0.36RC1-1                      OK
libgd2                                     2.0.36RC1-1                      OK
libgdbm-devel                              1.11-1                           OK
libgdbm4                                   1.11-1                           OK
libgdk_imlib-devel                         1.9.15-14                        OK
libgdk_imlib1                              1.9.15-14                        OK
libgdk_pixbuf2.0-devel                     2.30.4-1                         OK
libgdk_pixbuf2.0-doc                       2.30.4-1                         OK
libgdk_pixbuf2.0_0                         2.30.4-1                         OK
libgdk_pixbuf_xlib2.0-devel                2.30.4-1                         OK
libgdk_pixbuf_xlib2.0_0                    2.30.4-1                         OK
libgee-debuginfo                           0.6.8-1                          OK
libgee-devel                               0.6.8-1                          OK
libgee0.8-debuginfo                        0.12.1-1                         OK
libgee0.8-devel                            0.12.1-1                         OK
libgee0.8_2                                0.12.1-1                         OK
libgee2                                    0.6.8-1                          OK
libgeoclue-devel                           0.12.99-1                        OK
libgeoclue0                                0.12.99-1                        OK
libGeoIP-devel                             1.6.0-1                          OK
libGeoIP1                                  1.6.0-1                          OK
libgeotiff                                 1.4.0-1                          OK
libgeotiff-debuginfo                       1.4.0-1                          OK
libgeotiff-devel                           1.4.0-1                          OK
libgeotiff2                                1.4.0-1                          OK
libgettextpo-devel                         0.18.3.2-2                       OK
libgettextpo0                              0.18.3.2-2                       OK
libgfortran3                               4.8.3-3                          OK
libggi2                                    2.2.2-3                          OK
libggi2-debuginfo                          2.2.2-3                          OK
libggi2-devel                              2.2.2-3                          OK
libggi2-display-aa                         2.2.2-3                          OK
libggi2-display-file                       2.2.2-3                          OK
libggi2-display-terminfo                   2.2.2-3                          OK
libggi2-display-x                          2.2.2-3                          OK
libggi2-samples                            2.2.2-3                          OK
libggimisc2                                2.2.2-3                          OK
libggimisc2-debuginfo                      2.2.2-3                          OK
libggimisc2-devel                          2.2.2-3                          OK
libggimisc2-samples                        2.2.2-3                          OK
libggiwmh0                                 0.3.2-3                          OK
libggiwmh0-debuginfo                       0.3.2-3                          OK
libggiwmh0-devel                           0.3.2-3                          OK
libggiwmh0-display-x                       0.3.2-3                          OK
libggiwmh0-samples                         0.3.2-3                          OK
libgif-devel                               4.1.6-12                         OK
libgif4                                    4.1.6-12                         OK
libgii1                                    1.0.2-3                          OK
libgii1-debuginfo                          1.0.2-3                          OK
libgii1-devel                              1.0.2-3                          OK
libgii1-input-x                            1.0.2-3                          OK
libgirepository1.0-devel                   1.38.0-1                         OK
libgirepository1.0-doc                     1.38.0-1                         OK
libgirepository1.0_1                       1.38.0-1                         OK
libGL-devel                                10.2.5-1                         OK
libGL1                                     10.2.5-1                         OK
libgl2ps-devel                             1.3.8-1                          OK
libgl2ps1                                  1.3.8-1                          OK
libglade2.0-debuginfo                      2.6.4-2                          OK
libglade2.0-devel                          2.6.4-2                          OK
libglade2.0_0                              2.6.4-2                          OK
libglademm2.4-debuginfo                    2.6.7-11                         OK
libglademm2.4-devel                        2.6.7-11                         OK
libglademm2.4-doc                          2.6.7-11                         OK
libglademm2.4_1                            2.6.7-11                         OK
libglapi0                                  10.2.5-1                         OK
libGLESv1_CM-devel                         10.2.5-1                         OK
libGLESv1_CM1                              10.2.5-1                         OK
libGLESv2-devel                            10.2.5-1                         OK
libGLESv2_2                                10.2.5-1                         OK
libglib1.2-devel                           1.2.10-12                        OK
libglib1.2_0                               1.2.10-12                        OK
libglib2.0-devel                           2.38.2-4                         OK
libglib2.0-doc                             2.38.2-4                         OK
libglib2.0_0                               2.38.2-4                         OK
libglibmm2.4-devel                         2.38.1-1                         OK
libglibmm2.4-doc                           2.38.1-1                         OK
libglibmm2.4_1                             2.38.1-1                         OK
libglpk-devel                              4.55-1                           OK
libglpk33                                  4.48-1                           OK
libglpk35                                  4.52-1                           OK
libglpk36                                  4.55-1                           OK
libGLU-devel                               9.0.0-1                          OK
libGLU1                                    9.0.0-1                          OK
libglut-devel                              2.8.1-1                          OK
libglut3                                   2.8.1-1                          OK
libGLw-devel                               8.0.0-1                          OK
libGLw1                                    8.0.0-1                          OK
libgmime2.6-devel                          2.6.20-1                         OK
libgmime2.6-doc                            2.6.20-1                         OK
libgmime2.6_0                              2.6.20-1                         OK
libgmp-devel                               6.0.0a-1                         OK
libgmp-doc                                 6.0.0a-1                         OK
libgmp10                                   6.0.0a-1                         OK
libgmpxx4                                  6.0.0a-1                         OK
libgnat4.8                                 4.8.3-3                          OK
libgnat4.9                                 4.9.0-1                          OK
libgnome-keyring-debuginfo                 3.10.1-1                         OK
libgnome-keyring-devel                     3.10.1-1                         OK
libgnome-keyring-doc                       3.10.1-1                         OK
libgnome-keyring0                          3.10.1-1                         OK
libgnome2-debuginfo                        2.32.1-3                         OK
libgnome2-devel                            2.32.1-3                         OK
libgnome2_0                                2.32.1-3                         OK
libgnomecanvas2-debuginfo                  2.30.3-2                         OK
libgnomecanvas2-devel                      2.30.3-2                         OK
libgnomecanvas2_0                          2.30.3-2                         OK
libgnomeui2-debuginfo                      2.24.5-2                         OK
libgnomeui2-devel                          2.24.5-2                         OK
libgnomeui2_0                              2.24.5-2                         OK
libgnomevfs2-devel                         2.24.4-6                         OK
libgnomevfs2-doc                           2.24.4-6                         OK
libgnomevfs2_0                             2.24.4-6                         OK
libgnutls28                                3.2.0-4                          OK
libgomp1                                   4.8.3-3                          OK
libgoocanvas-devel                         1.0.0-1                          OK
libgoocanvas2.0-devel                      2.0.2-1                          OK
libgoocanvas2.0-doc                        2.0.2-1                          OK
libgoocanvas2.0_9                          2.0.2-1                          OK
libgoocanvas3                              1.0.0-1                          OK
libgoocanvasmm2.0-devel                    1.90.9-1                         OK
libgoocanvasmm2.0-doc                      1.90.9-1                         OK
libgoocanvasmm2.0_6                        1.90.9-1                         OK
libgpg-error                               1.12-1                           OK
libgpg-error-debuginfo                     1.12-1                           OK
libgpg-error-devel                         1.12-1                           OK
libgpg-error0                              1.12-1                           OK
libGraphicsMagick-devel                    1.3.20-1                         OK
libGraphicsMagick3                         1.3.20-1                         OK
libgraphite2-devel                         1.2.3-1                          OK
libgraphite2_3                             1.2.3-1                          OK
libgs-devel                                9.06-2                           OK
libgs9                                     9.06-2                           OK
libgsf                                     1.14.30-1                        OK
libgsf-debuginfo                           1.14.30-1                        OK
libgsf1-devel                              1.14.30-1                        OK
libgsf1-doc                                1.14.30-1                        OK
libgsf1_114                                1.14.30-1                        OK
libgsm-devel                               1.0.13-2                         OK
libgsm1                                    1.0.13-2                         OK
libgssapi3                                 1.5.3-1                          OK
libgssapi_krb5_2                           1.12.2-1                         OK
libgssrpc4                                 1.12.2-1                         OK
libgstinterfaces0.10-devel                 0.10.36-2                        OK
libgstinterfaces0.10_0                     0.10.36-2                        OK
libgstinterfaces1.0-devel                  1.2.3-1                          OK
libgstinterfaces1.0_0                      1.2.3-1                          OK
libgstreamer0.10-devel                     0.10.36-2                        OK
libgstreamer0.10_0                         0.10.36-2                        OK
libgstreamer1.0-devel                      1.2.3-1                          OK
libgstreamer1.0-doc                        1.2.3-1                          OK
libgstreamer1.0_0                          1.2.3-1                          OK
libgtk1.2-devel                            1.2.10-12                        OK
libgtk1.2_0                                1.2.10-12                        OK
libgtk2.0-devel                            2.24.23-1                        OK
libgtk2.0-doc                              2.24.23-1                        OK
libgtk2.0_0                                2.24.23-1                        OK
libgtk3-devel                              3.10.9-1                         OK
libgtk3-doc                                3.10.9-1                         OK
libgtk3_0                                  3.10.9-1                         OK
libgtkmm2.4-devel                          2.24.4-1                         OK
libgtkmm2.4-doc                            2.24.4-1                         OK
libgtkmm2.4_1                              2.24.4-1                         OK
libgtkmm3.0-devel                          3.10.1-1                         OK
libgtkmm3.0-doc                            3.10.1-1                         OK
libgtkmm3.0_1                              3.10.1-1                         OK
libgtksourceview2.0-devel                  2.10.5-2                         OK
libgtksourceview2.0_0                      2.10.5-2                         OK
libgtksourceview3.0-common                 3.10.3-1                         OK
libgtksourceview3.0-devel                  3.10.3-1                         OK
libgtksourceview3.0-doc                    3.10.3-1                         OK
libgtksourceview3.0_1                      3.10.3-1                         OK
libgtksourceviewmm3.0-devel                3.2.0-2                          OK
libgtksourceviewmm3.0-doc                  3.2.0-2                          OK
libgtksourceviewmm3.0_0                    3.2.0-2                          OK
libgtkspell-devel                          2.0.16-1                         OK
libgtkspell0                               2.0.16-1                         OK
libgtkspell3-common                        3.0.6-1                          OK
libgtkspell3-devel                         3.0.6-1                          OK
libgtkspell3-doc                           3.0.6-1                          OK
libgtkspell3_3_0                           3.0.6-1                          OK
libgtop2.0-debuginfo                       2.28.5-2                         OK
libgtop2.0-devel                           2.28.5-2                         OK
libgtop2.0-doc                             2.28.5-2                         OK
libgtop2.0_7                               2.28.5-2                         OK
libgts-devel                               20121130-1                       OK
libgts0.7_5                                20121130-1                       OK
libgucharmap-debuginfo                     2.32.1-2                         OK
libgucharmap-devel                         2.32.1-2                         OK
libgucharmap7                              2.32.1-2                         OK
libguile17                                 1.8.8-1                          OK
libgvc-devel                               2.38.0-1                         OK
libgvc6                                    2.38.0-1                         OK
libgvpr2                                   2.38.0-1                         OK
libgxps                                    0.2.2-2                          OK
libgxps-debuginfo                          0.2.2-2                          OK
libgxps-devel                              0.2.2-2                          OK
libgxps2                                   0.2.2-2                          OK
libharfbuzz-devel                          0.9.25-1                         OK
libharfbuzz0                               0.9.25-1                         OK
libhdb9                                    1.5.3-1                          OK
libhdf5-devel                              1.8.13-1                         OK
libhdf5_8                                  1.8.13-1                         OK
libheimbase1                               1.5.3-1                          OK
libheimntlm0                               1.5.3-1                          OK
libhogweed2                                2.7-1                            OK
libhx509_5                                 1.5.3-1                          OK
libical-debuginfo                          1.0-1                            OK
libical-devel                              1.0-1                            OK
libical0                                   1.0-1                            OK
libical_cxx-devel                          1.0-1                            OK
libical_cxx0                               1.0-1                            OK
libICE-debuginfo                           1.0.9-1                          OK
libICE-devel                               1.0.9-1                          OK
libICE6                                    1.0.9-1                          OK
libiconv                                   1.14-1                           OK
libiconv-debuginfo                         1.14-1                           OK
libiconv-devel                             1.14-1                           OK
libiconv2                                  1.14-1                           OK
libicu-devel                               51.2-1                           OK
libicu51                                   51.2-1                           OK
libid3tag-debuginfo                        0.15.1b-10                       OK
libid3tag-devel                            0.15.1b-10                       OK
libid3tag0                                 0.15.1b-10                       OK
libIDL2-debuginfo                          0.8.14-2                         OK
libIDL2-devel                              0.8.14-2                         OK
libIDL2_0                                  0.8.14-2                         OK
libidn                                     1.26-1                           OK
libidn-debuginfo                           1.26-1                           OK
libidn-devel                               1.26-1                           OK
libidn-doc                                 1.26-1                           OK
libidn11                                   1.26-1                           OK
libilmbase-common                          1.0.3-1                          OK
libilmbase-devel                           1.0.3-1                          OK
libilmbase7                                1.0.3-1                          OK
libIlmImf-devel                            1.7.1-1                          OK
libIlmImf7                                 1.7.1-1                          OK
libImlib-devel                             1.9.15-14                        OK
libImlib1                                  1.9.15-14                        OK
libImlib2-devel                            1.4.5-2                          OK
libImlib2_1                                1.4.5-2                          OK
libintl-devel                              0.18.3.2-2                       OK
libintl8                                   0.18.3.2-2                       OK
libiodbc-debuginfo                         3.52.8-2                         OK
libiodbc-devel                             3.52.8-2                         OK
libiodbc2                                  3.52.8-2                         OK
libisl-devel                               0.11.1-2                         OK
libisl-doc                                 0.11.1-2                         OK
libisl10                                   0.11.1-2                         OK
libjasper-devel                            1.900.1-13                       OK
libjasper1                                 1.900.1-13                       OK
libjavascriptcoregtk1.0-devel              2.0.4-1                          OK
libjavascriptcoregtk1.0_0                  2.0.4-1                          OK
libjavascriptcoregtk3.0-devel              2.0.4-1                          OK
libjavascriptcoregtk3.0_0                  2.0.4-1                          OK
libjbig-devel                              2.0-14                           OK
libjbig2                                   2.0-14                           OK
libjpeg-devel                              1.3.1-1                          OK
libjpeg-turbo-debuginfo                    1.3.1-1                          OK
libjpeg8                                   1.3.1-1                          OK
libjson-c-common                           0.11-2                           OK
libjson-c-devel                            0.11-2                           OK
libjson-c2                                 0.11-2                           OK
libjson-glib1.0-devel                      0.16.2-1                         OK
libjson-glib1.0-doc                        0.16.2-1                         OK
libjson-glib1.0_0                          0.16.2-1                         OK
libk5crypto3                               1.12.2-1                         OK
libkadm5clnt_mit9                          1.12.2-1                         OK
libkadm5srv_mit9                           1.12.2-1                         OK
libkafs0                                   1.5.3-1                          OK
libkate                                    0.4.1-1                          OK
libkate-bin                                0.4.1-1                          OK
libkate-debuginfo                          0.4.1-1                          OK
libkate-devel                              0.4.1-1                          OK
libkate1                                   0.4.1-1                          OK
libkdb5_7                                  1.12.2-1                         OK
libkdc2                                    1.5.3-1                          OK
libklu-devel                               1.2.1-2                          OK
libklu0                                    1.2.1-2                          OK
libkpathsea-devel                          20140523-1                       OK
libkpathsea6                               20140523-1                       OK
libkrad0                                   1.12.2-1                         OK
libkrb5-devel                              1.12.2-1                         OK
libkrb5_26                                 1.5.3-1                          OK
libkrb5_3                                  1.12.2-1                         OK
libkrb5support0                            1.12.2-1                         OK
liblapack-devel                            3.5.0-2                          OK
liblapack-doc                              3.5.0-2                          OK
liblapack0                                 3.5.0-2                          OK
libLASi-debuginfo                          1.1.1-2                          OK
libLASi-devel                              1.1.1-2                          OK
libLASi-doc                                1.1.1-2                          OK
libLASi1                                   1.1.1-2                          OK
liblcms-devel                              1.19-1                           OK
liblcms1                                   1.19-1                           OK
liblcms2-devel                             2.5-1                            OK
liblcms2_2                                 2.5-1                            OK
libldl-devel                               2.1.0-2                          OK
libldl0                                    2.1.0-2                          OK
libllvm-devel                              3.4.2-3                          OK
libllvm-devel-static                       3.4.2-3                          OK
libllvm3.4                                 3.4.2-3                          OK
liblqr1-debuginfo                          0.4.2-1                          OK
liblqr1-devel                              0.4.2-1                          OK
liblqr1_0                                  0.4.2-1                          OK
liblrzip-devel                             0.616-1                          OK
liblrzip0                                  0.616-1                          OK
libltdl7                                   2.4.2-5                          OK
liblzma-devel                              5.0.5-1                          OK
liblzma5                                   5.0.5-1                          OK
liblzo2-debuginfo                          2.06-1                           OK
liblzo2-devel                              2.06-1                           OK
liblzo2-doc                                2.06-1                           OK
liblzo2_2                                  2.06-1                           OK
libMagick-devel                            6.7.6.3-4                        OK
libMagickCore5                             6.7.6.3-4                        OK
libmangle                                  1.0-svn2930-1                    OK
libmangle-debuginfo                        1.0-svn2930-1                    OK
libmate-desktop2-devel                     1.8.1-1                          OK
libmate-desktop2-doc                       1.8.1-1                          OK
libmate-desktop2_17                        1.8.1-1                          OK
libmate-menu-devel                         1.8.0-1                          OK
libmate-menu2                              1.8.0-1                          OK
libmatedict-devel                          1.8.0-1                          OK
libmatedict6                               1.8.0-1                          OK
libmatekbd-common                          1.8.0-1                          OK
libmatekbd-debuginfo                       1.8.0-1                          OK
libmatekbd-devel                           1.8.0-1                          OK
libmatekbd4                                1.8.0-1                          OK
libmateweather-common                      1.8.0-2                          OK
libmateweather-debuginfo                   1.8.0-2                          OK
libmateweather-devel                       1.8.0-2                          OK
libmateweather-doc                         1.8.0-2                          OK
libmateweather1                            1.8.0-2                          OK
libmcpp-devel                              2.7.2-2                          OK
libmcpp0                                   2.7.2-2                          OK
libmcrypt-debuginfo                        2.5.8-1                          OK
libmcrypt-devel                            2.5.8-1                          OK
libmcrypt-doc                              2.5.8-1                          OK
libmcrypt4                                 2.5.8-1                          OK
libmetalink-debuginfo                      0.1.2-1                          OK
libmetalink-devel                          0.1.2-1                          OK
libmetalink3                               0.1.2-1                          OK
libmetis-devel                             5.1.0-1                          OK
libmetis0                                  5.1.0-1                          OK
libmhash-devel                             0.9.9.9-2                        OK
libmhash2                                  0.9.9.9-2                        OK
libming-devel                              0.4.5-1                          OK
libming1                                   0.4.5-1                          OK
libminizip-devel                           1.2.8-1                          OK
libminizip1                                1.2.8-1                          OK
libmng                                     1.0.10-1                         OK
libmng-contrib                             1.0.10-1                         OK
libmng-debuginfo                           1.0.10-1                         OK
libmng-devel                               1.0.10-1                         OK
libmng1                                    1.0.10-1                         OK
libmozjs185-devel                          1.0.0-3                          OK
libmozjs185_1.0                            1.0.0-3                          OK
libmpc-devel                               1.0.2-1                          OK
libmpc-doc                                 1.0.2-1                          OK
libmpc3                                    1.0.2-1                          OK
libmpfr-devel                              3.1.2-1                          OK
libmpfr-doc                                3.1.2-1                          OK
libmpfr4                                   3.1.2-1                          OK
libmysqlclient-devel                       5.5.39-1                         OK
libmysqlclient18                           5.5.39-1                         OK
libmysqld-devel                            5.5.39-1                         OK
libmysqld0                                 5.5.39-1                         OK
libncurses-devel                           5.9-20140524-1                   OK
Empty package libncursesw-devel
libncursesw-devel                          5.9-20140524-1                   OK
libncursesw10                              5.9-20140524-1                   OK
libneon-devel                              0.29.6-1                         OK
libneon27                                  0.29.6-1                         OK
libnetcdf-cxx4-devel                       4.2.1-1                          OK
libnetcdf-cxx4_1                           4.2.1-1                          OK
libnetcdf-devel                            4.3.2-1                          OK
libnetcdf-fortran-devel                    4.2-2                            OK
libnetcdf-fortran_5                        4.2-2                            OK
libnetcdf7                                 4.3.2-1                          OK
libnetpbm-devel                            10.61.02-1                       OK
libnetpbm10                                10.61.02-1                       OK
libnettle-devel                            2.7-1                            OK
libnettle4                                 2.7-1                            OK
libnotify                                  0.7.6-1                          OK
libnotify-debuginfo                        0.7.6-1                          OK
libnotify-devel                            0.7.6-1                          OK
libnotify-doc                              0.7.6-1                          OK
libnotify4                                 0.7.6-1                          OK
libnspr-devel                              4.10.6-1                         OK
libnspr4                                   4.10.6-1                         OK
libnss-devel                               3.16.6-1                         OK
libnss3                                    3.16.6-1                         OK
liboauth-common                            1.0.3-1                          OK
liboauth-debuginfo                         1.0.3-1                          OK
liboauth-devel                             1.0.3-1                          OK
liboauth0                                  1.0.3-1                          OK
libobjc4                                   4.8.3-3                          OK
libogg                                     1.3.1-1                          OK
libogg-debuginfo                           1.3.1-1                          OK
libogg-devel                               1.3.1-1                          OK
libogg0                                    1.3.1-1                          OK
libonig-devel                              5.9.3-1                          OK
libonig2                                   5.9.3-1                          OK
libopencdk-devel                           0.6.6-1                          OK
libopencdk10                               0.6.6-1                          OK
libopenjpeg-devel                          1.5.1-3                          OK
libopenjpeg1                               1.5.1-3                          OK
libopenldap2_4_2                           2.4.35-1                         OK
libopenmpi                                 1.8.3-1                          OK
libopenmpi-devel                           1.8.3-1                          OK
libopenmpicxx1                             1.8.3-1                          OK
libopenmpifh2                              1.8.3-1                          OK
libopenmpiuse1                             1.8.3-1                          OK
libopenssl100                              1.0.1j-1                         OK
libOpenVG-devel                            10.2.5-1                         OK
libOpenVG1                                 10.2.5-1                         OK
libORBit2-devel                            2.14.19-2                        OK
libORBit2_0                                2.14.19-2                        OK
liborc0.4-devel                            0.4.18-2                         OK
liborc0.4-doc                              0.4.18-2                         OK
liborc0.4_0                                0.4.18-2                         OK
libOSMesa-devel                            10.2.5-1                         OK
libOSMesa8                                 10.2.5-1                         OK
libosp-devel                               1.5.2-2                          OK
libosp5                                    1.5.2-2                          OK
libostyle-devel                            1.4devel1-3                      OK
libostyle1                                 1.4devel1-3                      OK
libp11-kit-devel                           0.20.7-1                         OK
libp11-kit-doc                             0.20.7-1                         OK
libp11-kit0                                0.20.7-1                         OK
libpango1.0-devel                          1.36.3-1                         OK
libpango1.0-doc                            1.36.3-1                         OK
libpango1.0_0                              1.36.3-1                         OK
libpangomm1.4-devel                        2.34.0-1                         OK
libpangomm1.4-doc                          2.34.0-1                         OK
libpangomm1.4_1                            2.34.0-1                         OK
libpangox1.0-devel                         0.0.2-1                          OK
libpangox1.0_0                             0.0.2-1                          OK
libpaper-common                            1.1.24-2                         OK
libpaper-debuginfo                         1.1.24-2                         OK
libpaper-devel                             1.1.24-2                         OK
libpaper1                                  1.1.24-2                         OK
libparpack-devel                           3.1.5-1                          OK
libparpack0                                3.1.5-1                          OK
libpathplan4                               2.38.0-1                         OK
libpcre-devel                              8.35-1                           OK
libpcre1                                   8.35-1                           OK
libpcre16_0                                8.35-1                           OK
libpcre32_0                                8.35-1                           OK
libpcrecpp0                                8.35-1                           OK
libpcreposix0                              8.35-1                           OK
libpeas-common                             1.8.1-1                          OK
libpeas-debuginfo                          1.8.1-1                          OK
libpeas1.0-devel                           1.8.1-1                          OK
libpeas1.0_0                               1.8.1-1                          OK
libpgtypes3                                9.3.5-2                          OK
libphonon-devel                            4.7.2-1                          OK
libphonon4                                 4.7.2-1                          OK
libpipeline-debuginfo                      1.3.0-3                          OK
libpipeline-devel                          1.3.0-3                          OK
libpipeline-doc                            1.3.0-3                          OK
libpipeline1                               1.3.0-3                          OK
libpixman1-devel                           0.32.4-1                         OK
libpixman1_0                               0.32.4-1                         OK
libplot-devel                              2.6-3                            OK
libplot2                                   2.6-3                            OK
libplotter-devel                           2.6-3                            OK
libplotter2                                2.6-3                            OK
libpng-debuginfo                           1.5.18-1                         OK
libpng-devel                               1.5.18-1                         OK
libpng-doc                                 1.5.18-1                         OK
libpng15                                   1.5.18-1                         OK
libpoco-devel                              1.4.6p4-1                        OK
libpoco-doc                                1.4.6p4-1                        OK
libpoco16                                  1.4.6p4-1                        OK
libpoppler-cpp-devel                       0.24.5-1                         OK
libpoppler-cpp0                            0.24.5-1                         OK
libpoppler-devel                           0.24.5-1                         OK
libpoppler-glib-devel                      0.24.5-1                         OK
libpoppler-glib-doc                        0.24.5-1                         OK
libpoppler-glib8                           0.24.5-1                         OK
libpoppler-qt4-devel                       0.24.5-1                         OK
libpoppler-qt4_4                           0.24.5-1                         OK
libpoppler28                               0.20.5-3                         OK
libpoppler37                               0.22.5-2                         OK
libpoppler44                               0.24.5-1                         OK
Empty package libpopt-devel
libpopt-devel                              1.16-1                           OK
Empty package libpopt0
libpopt0                                   1.16-1                           OK
libppl-devel                               0.11.2-2                         OK
libppl9                                    0.11.2-2                         OK
libppl_c4                                  0.11.2-2                         OK
libpq-devel                                9.3.5-2                          OK
libpq5                                     9.3.5-2                          OK
libproj-devel                              4.8.0-1                          OK
libproj1                                   4.8.0-1                          OK
libprotobuf-devel                          2.5.0-1                          OK
libprotobuf8                               2.5.0-1                          OK
libproxy                                   0.4.11-2                         OK
libproxy-debuginfo                         0.4.11-2                         OK
libproxy-devel                             0.4.11-2                         OK
libproxy1                                  0.4.11-2                         OK
libproxy1-gnome                            0.4.11-2                         OK
libpstoedit0                               3.61-1                           OK
libptexenc-devel                           20140523-1                       OK
libptexenc1                                20140523-1                       OK
libpulse-devel                             4.0-1                            OK
libpulse-doc                               4.0-1                            OK
libpulse-mainloop-glib0                    4.0-1                            OK
libpulse-simple0                           4.0-1                            OK
libpulse0                                  4.0-1                            OK
libpwl5                                    0.11.2-2                         OK
libqhull-devel                             2012.1-2                         OK
libqhull_6                                 2012.1-2                         OK
libqrencode-devel                          3.4.3-1                          OK
libqrencode3                               3.4.3-1                          OK
libqrupdate-devel                          1.1.2-1                          OK
libqrupdate0                               1.1.2-1                          OK
libqscintilla2-common                      2.8.1-1                          OK
libqscintilla2-devel                       2.8.1-1                          OK
libqscintilla2_11                          2.8.1-1                          OK
libqscintilla2_9                           2.7.2-1                          OK
libqt3                                     3.3.8b-14                        OK
libqt3-devel                               3.3.8b-14                        OK
libQt3Support4                             4.8.6-2                          OK
libQt3Support4-devel                       4.8.6-2                          OK
libQtCore4                                 4.8.6-2                          OK
libQtCore4-devel                           4.8.6-2                          OK
libQtDBus4                                 4.8.6-2                          OK
libQtDBus4-devel                           4.8.6-2                          OK
libQtDeclarative4                          4.8.6-2                          OK
libQtDeclarative4-devel                    4.8.6-2                          OK
libQtDesigner4                             4.8.6-2                          OK
libQtDesigner4-devel                       4.8.6-2                          OK
libQtGui4                                  4.8.6-2                          OK
libQtGui4-devel                            4.8.6-2                          OK
libQtHelp4                                 4.8.6-2                          OK
libQtHelp4-devel                           4.8.6-2                          OK
libQtMultimedia4                           4.8.6-2                          OK
libQtMultimedia4-devel                     4.8.6-2                          OK
libQtNetwork4                              4.8.6-2                          OK
libQtNetwork4-devel                        4.8.6-2                          OK
libQtOpenGL4                               4.8.6-2                          OK
libQtOpenGL4-devel                         4.8.6-2                          OK
libQtScript4                               4.8.6-2                          OK
libQtScript4-devel                         4.8.6-2                          OK
libQtScriptTools4                          4.8.6-2                          OK
libQtScriptTools4-devel                    4.8.6-2                          OK
libQtSql4                                  4.8.6-2                          OK
libQtSql4-devel                            4.8.6-2                          OK
libQtSvg4                                  4.8.6-2                          OK
libQtSvg4-devel                            4.8.6-2                          OK
libQtTest4                                 4.8.6-2                          OK
libQtTest4-devel                           4.8.6-2                          OK
libQtWebKit4                               4.8.6-2                          OK
libQtWebKit4-devel                         4.8.6-2                          OK
libQtXml4                                  4.8.6-2                          OK
libQtXml4-devel                            4.8.6-2                          OK
libQtXmlPatterns4                          4.8.6-2                          OK
libQtXmlPatterns4-devel                    4.8.6-2                          OK
libquadmath0                               4.8.3-3                          OK
libquota-devel                             1.42.7-1                         OK
libqzeitgeist-common                       0.8.0-2                          OK
libqzeitgeist-debuginfo                    0.8.0-2                          OK
libqzeitgeist-devel                        0.8.0-2                          OK
libqzeitgeist1                             0.8.0-2                          OK
librarian-devel                            0.8.1-12                         OK
librarian0                                 0.8.1-12                         OK
librbio-devel                              2.1.1-2                          OK
librbio0                                   2.1.1-2                          OK
libreadline-devel                          6.2-1                            OK
libreadline7                               6.2-1                            OK
libregina                                  3.8.2-1                          OK
libregina-devel                            3.8.2-1                          OK
librest0.7-debuginfo                       0.7.91-1                         OK
librest0.7-devel                           0.7.91-1                         OK
librest0.7-doc                             0.7.91-1                         OK
librest0.7_0                               0.7.91-1                         OK
libRmath                                   3.1.0-1                          OK
libRmath-devel                             3.1.0-1                          OK
libroken18                                 1.5.3-1                          OK
librsvg2-debuginfo                         2.40.1-1                         OK
librsvg2-devel                             2.40.1-1                         OK
librsvg2-doc                               2.40.1-1                         OK
librsvg2_2                                 2.40.1-1                         OK
librsync-devel                             0.9.7-3                          OK
librsync1                                  0.9.7-3                          OK
libsamplerate                              0.1.8-1                          OK
libsamplerate-debuginfo                    0.1.8-1                          OK
libsamplerate-devel                        0.1.8-1                          OK
libsamplerate0                             0.1.8-1                          OK
libsasl2-devel                             2.1.26-8                         OK
libsasl2_3                                 2.1.26-8                         OK
libsasl2_3-ldap                            2.1.26-8                         OK
libsasl2_3-sql                             2.1.26-8                         OK
libsecret-bin                              0.16-1                           OK
libsecret1-debuginfo                       0.16-1                           OK
libsecret1-devel                           0.16-1                           OK
libsecret1-doc                             0.16-1                           OK
libsecret1_0                               0.16-1                           OK
libserf1-devel                             1.3.7-1                          OK
libserf1_0                                 1.3.7-1                          OK
libshout-debuginfo                         2.3.1-1                          OK
libshout-devel                             2.3.1-1                          OK
libshout3                                  2.3.1-1                          OK
libsigc2.0-debuginfo                       2.2.11-1                         OK
libsigc2.0-devel                           2.2.11-1                         OK
libsigc2.0-doc                             2.2.11-1                         OK
libsigc2.0_0                               2.2.11-1                         OK
libslang-devel                             2.3.0-1                          OK
libslang2                                  2.3.0-1                          OK
libSM-debuginfo                            1.2.2-1                          OK
libSM-devel                                1.2.2-1                          OK
libSM6                                     1.2.2-1                          OK
libsmi                                     0.4.8-1                          OK
libsmi-debuginfo                           0.4.8-1                          OK
libsmi-devel                               0.4.8-1                          OK
libsmi2                                    0.4.8-1                          OK
libsndfile                                 1.0.25-1                         OK
libsndfile-debuginfo                       1.0.25-1                         OK
libsndfile-devel                           1.0.25-1                         OK
libsndfile1                                1.0.25-1                         OK
libsoup-gnome2.4-devel                     2.44.2-2                         OK
libsoup-gnome2.4_1                         2.44.2-2                         OK
libsoup2.4-debuginfo                       2.44.2-2                         OK
libsoup2.4-devel                           2.44.2-2                         OK
libsoup2.4-doc                             2.44.2-2                         OK
libsoup2.4_1                               2.44.2-2                         OK
libsource-highlight-common                 3.1.7-5                          OK
libsource-highlight-devel                  3.1.7-5                          OK
libsource-highlight4                       3.1.7-5                          OK
libsox-devel                               14.4.0-1                         OK
libsox2                                    14.4.0-1                         OK
libspectre-debuginfo                       0.2.7-1                          OK
libspectre-devel                           0.2.7-1                          OK
libspectre1                                0.2.7-1                          OK
libspeex1                                  1.2rc1-1                         OK
libspqr-devel                              1.3.1-2                          OK
libspqr0                                   1.3.1-2                          OK
libsqlite3-devel                           3.8.6-1                          OK
libsqlite3_0                               3.8.6-1                          OK
libss-devel                                1.42.10-1                        OK
libss2                                     1.42.10-1                        OK
libssh2-debuginfo                          1.4.2-1                          OK
libssh2-devel                              1.4.2-1                          OK
libssh2_1                                  1.4.2-1                          OK
libssp0                                    4.8.3-3                          OK
libstartup-notification1-devel             0.12-2                           OK
libstartup-notification1_0                 0.12-2                           OK
libstdc++6                                 4.8.3-3                          OK
libsuitesparseconfig-devel                 4.2.1-1                          OK
libsuitesparseconfig0                      4.2.1-1                          OK
libsybdb-devel                             0.91.103-1                       OK
libsybdb5                                  0.91.103-1                       OK
libtag-devel                               1.8-3                            OK
libtag1                                    1.8-3                            OK
libtag_c-devel                             1.8-3                            OK
libtag_c0                                  1.8-3                            OK
libtasn1-debuginfo                         3.3-1                            OK
libtasn1-devel                             3.3-1                            OK
libtasn1-doc                               3.3-1                            OK
libtasn1_6                                 3.3-1                            OK
libtdb-devel                               1.2.11-2                         OK
libtdb1                                    1.2.11-2                         OK
libthai-debuginfo                          0.1.19-1                         OK
libthai-devel                              0.1.19-1                         OK
libthai-doc                                0.1.19-1                         OK
libthai0                                   0.1.19-1                         OK
libtheora                                  1.1.1-2                          OK
libtheora-debuginfo                        1.1.1-2                          OK
libtheora-devel                            1.1.1-2                          OK
libtheora0                                 1.1.1-2                          OK
libtheoradec1                              1.1.1-2                          OK
libtheoraenc1                              1.1.1-2                          OK
libtidy-devel                              20090325-1                       OK
libtidy0_99_0                              20090325-1                       OK
libtiff-devel                              4.0.3-2                          OK
libtiff5                                   3.9.7-4                          OK
libtiff6                                   4.0.3-2                          OK
libtinyxml2-devel                          2.2.0-1                          OK
libtinyxml2_2                              2.2.0-1                          OK
libtirpc-common                            0.2.4-1                          OK
libtirpc-debuginfo                         0.2.4-1                          OK
libtirpc-devel                             0.2.4-1                          OK
libtirpc1                                  0.2.4-1                          OK
libtool                                    2.4.2-5                          OK
libtool-debuginfo                          2.4.2-5                          OK
Empty package libtorrent
libtorrent                                 0.13.4-1                         OK
libtorrent-debuginfo                       0.13.4-1                         OK
libtorrent-devel                           0.13.4-1                         OK
libtorrent18                               0.13.4-1                         OK
libturbojpeg                               1.2.1-2                          OK
libturbojpeg-devel                         1.3.1-1                          OK
libturbojpeg0                              1.3.1-1                          OK
libudunits-devel                           2.2.11-1                         OK
libudunits0                                2.2.11-1                         OK
libumfpack-devel                           5.6.2-1                          OK
libumfpack0                                5.6.2-1                          OK
libunique1.0-debuginfo                     1.1.6-1                          OK
libunique1.0-devel                         1.1.6-1                          OK
libunique1.0_0                             1.1.6-1                          OK
libunique3.0-debuginfo                     3.0.2-1                          OK
libunique3.0-devel                         3.0.2-1                          OK
libunique3.0_0                             3.0.2-1                          OK
libunistring-debuginfo                     0.9.4-1                          OK
libunistring-devel                         0.9.4-1                          OK
libunistring-doc                           0.9.4-1                          OK
libunistring0                              0.9.3-2                          OK
libunistring2                              0.9.4-1                          OK
libusb-devel                               1.2.6.0-1                        OK
libusb-win32-debuginfo                     1.2.6.0-1                        OK
libusb0                                    1.2.6.0-1                        OK
libusb1.0                                  1.0.19-1                         OK
libusb1.0-debuginfo                        1.0.19-1                         OK
libusb1.0-devel                            1.0.19-1                         OK
libustr                                    1.0.4-12                         OK
libustr-devel                              1.0.4-12                         OK
libustr1                                   1.0.4-12                         OK
libuuid-devel                              2.24.2-1                         OK
libuuid1                                   2.24.2-1                         OK
libvala0.20-devel                          0.20.1-1                         OK
libvala0.20_0                              0.20.1-1                         OK
libvala0.22-devel                          0.22.1-1                         OK
libvala0.22_0                              0.22.1-1                         OK
libverto-debuginfo                         0.2.6-1                          OK
libverto-devel                             0.2.6-1                          OK
libverto1                                  0.2.6-1                          OK
libvorbis                                  1.3.4-1                          OK
libvorbis-debuginfo                        1.3.4-1                          OK
libvorbis-devel                            1.3.4-1                          OK
libvorbis0                                 1.3.4-1                          OK
libvorbisenc2                              1.3.4-1                          OK
libvorbisfile3                             1.3.4-1                          OK
libvpx                                     1.3.0-1                          OK
libvpx-debuginfo                           1.3.0-1                          OK
libvpx-devel                               1.3.0-1                          OK
libvpx-doc                                 1.3.0-1                          OK
libvpx1                                    1.3.0-1                          OK
libvte-devel                               0.28.2-4                         OK
libvte2.90-devel                           0.34.9-1                         OK
libvte2.90_9                               0.34.9-1                         OK
libvte9                                    0.28.2-4                         OK
libwavpack-devel                           4.60.1-1                         OK
libwavpack1                                4.60.1-1                         OK
libwebkitgtk-doc                           2.0.4-1                          OK
libwebkitgtk1.0-devel                      2.0.4-1                          OK
libwebkitgtk1.0_0                          2.0.4-1                          OK
libwebkitgtk3.0-devel                      2.0.4-1                          OK
libwebkitgtk3.0_0                          2.0.4-1                          OK
libwebp                                    0.4.0-1                          OK
libwebp-debuginfo                          0.4.0-1                          OK
libwebp-devel                              0.4.0-1                          OK
libwebp5                                   0.4.0-1                          OK
libwebpdecoder1                            0.4.0-1                          OK
libwebpdemux1                              0.4.0-1                          OK
libwebpmux1                                0.4.0-1                          OK
libwebrtc-audio-processing-devel           0.1-1                            OK
libwebrtc-audio-processing0                0.1-1                            OK
libwind0                                   1.5.3-1                          OK
libWindowsWM-debuginfo                     1.0.1-1                          OK
libWindowsWM-devel                         1.0.1-1                          OK
libWindowsWM7                              1.0.1-1                          OK
libWINGs-devel                             0.95.4-1                         OK
libWINGs2                                  0.95.4-1                         OK
libWMaker-devel                            0.95.4-1                         OK
libWMaker1                                 0.95.4-1                         OK
libwmf                                     0.2.8.4-1                        OK
libwmf-debuginfo                           0.2.8.4-1                        OK
libwmf-devel                               0.2.8.4-1                        OK
libwmf-doc                                 0.2.8.4-1                        OK
libwmf027                                  0.2.8.4-1                        OK
Empty package libwnck
libwnck                                    2.30.7-2                         OK
libwnck-debuginfo                          2.30.7-2                         OK
libwnck1-devel                             2.30.7-2                         OK
libwnck1_22                                2.30.7-2                         OK
libwnck3-debuginfo                         3.4.7-1                          OK
libwnck3-devel                             3.4.7-1                          OK
libwnck3_0                                 3.4.7-1                          OK
libwrap-devel                              7.6-22                           OK
libwrap0                                   7.6-22                           OK
libwraster-devel                           0.95.4-1                         OK
libwraster3                                0.95.4-1                         OK
libX11-debuginfo                           1.6.2-1                          OK
libX11-devel                               1.6.2-1                          OK
libX11-xcb-devel                           1.6.2-1                          OK
libX11-xcb1                                1.6.2-1                          OK
libX11_6                                   1.6.2-1                          OK
libXau-debuginfo                           1.0.8-1                          OK
libXau-devel                               1.0.8-1                          OK
libXau6                                    1.0.8-1                          OK
libXaw-debuginfo                           1.0.12-2                         OK
libXaw-devel                               1.0.12-2                         OK
libXaw3d-debuginfo                         1.6.2-2                          OK
libXaw3d-devel                             1.6.2-2                          OK
libXaw3d8                                  1.6.2-2                          OK
libXaw7                                    1.0.12-2                         OK
libxcb-composite-devel                     1.10-1                           OK
libxcb-composite0                          1.10-1                           OK
libxcb-cursor-devel                        0.1.1-1                          OK
libxcb-cursor0                             0.1.1-1                          OK
libxcb-damage-devel                        1.10-1                           OK
libxcb-damage0                             1.10-1                           OK
libxcb-debuginfo                           1.10-1                           OK
libxcb-devel                               1.10-1                           OK
libxcb-doc                                 1.10-1                           OK
libxcb-dpms-devel                          1.10-1                           OK
libxcb-dpms0                               1.10-1                           OK
libxcb-ewmh-devel                          0.4.1-1                          OK
libxcb-ewmh2                               0.4.1-1                          OK
libxcb-glx-devel                           1.10-1                           OK
libxcb-glx0                                1.10-1                           OK
libxcb-icccm-devel                         0.4.1-1                          OK
libxcb-icccm4                              0.4.1-1                          OK
libxcb-image-devel                         0.3.9-1                          OK
libxcb-image0                              0.3.9-1                          OK
libxcb-keysyms-devel                       0.3.9-1                          OK
libxcb-keysyms1                            0.3.9-1                          OK
libxcb-present-devel                       1.10-1                           OK
libxcb-present0                            1.10-1                           OK
libxcb-randr-devel                         1.10-1                           OK
libxcb-randr0                              1.10-1                           OK
libxcb-record-devel                        1.10-1                           OK
libxcb-record0                             1.10-1                           OK
libxcb-render-devel                        1.10-1                           OK
libxcb-render-util-devel                   0.3.9-1                          OK
libxcb-render-util0                        0.3.9-1                          OK
libxcb-render0                             1.10-1                           OK
libxcb-res-devel                           1.10-1                           OK
libxcb-res0                                1.10-1                           OK
libxcb-screensaver-devel                   1.10-1                           OK
libxcb-screensaver0                        1.10-1                           OK
libxcb-shape-devel                         1.10-1                           OK
libxcb-shape0                              1.10-1                           OK
libxcb-shm-devel                           1.10-1                           OK
libxcb-shm0                                1.10-1                           OK
libxcb-sync-devel                          1.10-1                           OK
libxcb-sync0                               1.9.1-2                          OK
libxcb-sync1                               1.10-1                           OK
libxcb-util-devel                          0.3.9-1                          OK
libxcb-util1                               0.3.9-1                          OK
libxcb-xfixes-devel                        1.10-1                           OK
libxcb-xfixes0                             1.10-1                           OK
libxcb-xinerama-devel                      1.10-1                           OK
libxcb-xinerama0                           1.10-1                           OK
libxcb-xinput-devel                        1.10-1                           OK
libxcb-xinput0                             1.10-1                           OK
libxcb-xkb-devel                           1.10-1                           OK
libxcb-xkb0                                1.9.1-2                          OK
libxcb-xkb1                                1.10-1                           OK
libxcb-xtest-devel                         1.10-1                           OK
libxcb-xtest0                              1.10-1                           OK
libxcb1                                    1.10-1                           OK
libXcomposite-debuginfo                    0.4.3-1                          OK
libXcomposite-devel                        0.4.3-1                          OK
libXcomposite1                             0.4.3-1                          OK
libXcursor-debuginfo                       1.1.14-1                         OK
libXcursor-devel                           1.1.14-1                         OK
libXcursor1                                1.1.14-1                         OK
libxcwm-debuginfo                          20140606-1                       OK
libxcwm-devel                              20140606-1                       OK
libxcwm0                                   20140606-1                       OK
libXdamage-debuginfo                       1.1.4-1                          OK
libXdamage-devel                           1.1.4-1                          OK
libXdamage1                                1.1.4-1                          OK
libXdmcp-debuginfo                         1.1.1-1                          OK
libXdmcp-devel                             1.1.1-1                          OK
libXdmcp6                                  1.1.1-1                          OK
libxdot4                                   2.38.0-1                         OK
libxerces-c-devel                          3.1.1-1                          OK
libxerces-c31                              3.1.1-1                          OK
libXext-debuginfo                          1.3.3-1                          OK
libXext-devel                              1.3.3-1                          OK
libXext6                                   1.3.3-1                          OK
libxfce4kbd-private2-devel                 4.10.0-1                         OK
libxfce4kbd-private2_0                     4.10.0-1                         OK
libxfce4ui-debuginfo                       4.10.0-1                         OK
libxfce4ui1-devel                          4.10.0-1                         OK
libxfce4ui1_0                              4.10.0-1                         OK
libxfce4util-common                        4.10.1-1                         OK
libxfce4util-debuginfo                     4.10.1-1                         OK
libxfce4util-devel                         4.10.1-1                         OK
libxfce4util6                              4.10.1-1                         OK
libxfcegui4-debuginfo                      4.10.0-1                         OK
libxfcegui4-devel                          4.10.0-1                         OK
libxfcegui4_4                              4.10.0-1                         OK
libxfconf0-devel                           4.10.0-2                         OK
libxfconf0_2                               4.10.0-2                         OK
libXfixes-debuginfo                        5.0.1-1                          OK
libXfixes-devel                            5.0.1-1                          OK
libXfixes3                                 5.0.1-1                          OK
libXfont-debuginfo                         1.5.0-1                          OK
libXfont-devel                             1.5.0-1                          OK
libXfont1                                  1.5.0-1                          OK
libxfsm4.6-devel                           4.10.1-1                         OK
libxfsm4.6_0                               4.10.1-1                         OK
libXft-debuginfo                           2.3.2-1                          OK
libXft-devel                               2.3.2-1                          OK
libXft2                                    2.3.2-1                          OK
libXi-debuginfo                            1.7.4-1                          OK
libXi-devel                                1.7.4-1                          OK
libXi6                                     1.7.4-1                          OK
libXinerama-debuginfo                      1.1.3-1                          OK
libXinerama-devel                          1.1.3-1                          OK
libXinerama1                               1.1.3-1                          OK
libxkbcommon-debuginfo                     0.4.2-1                          OK
libxkbcommon-devel                         0.4.2-1                          OK
libxkbcommon-doc                           0.4.2-1                          OK
libxkbcommon0                              0.4.2-1                          OK
libxkbfile-debuginfo                       1.0.8-1                          OK
libxkbfile-devel                           1.0.8-1                          OK
libxkbfile1                                1.0.8-1                          OK
libxklavier-debuginfo                      5.3-1                            OK
libxklavier-devel                          5.3-1                            OK
libxklavier16                              5.3-1                            OK
libXm-devel                                2.3.4-2                          OK
libXm4                                     2.3.4-2                          OK
libXmHTML0                                 1.1.7-1                          OK
libxmi-devel                               2.6-3                            OK
libxmi0                                    2.6-3                            OK
libxml2                                    2.9.2-1                          OK
libxml2-debuginfo                          2.9.2-1                          OK
libxml2-devel                              2.9.2-1                          OK
libxml2-doc                                2.9.2-1                          OK
libXmu-debuginfo                           1.1.2-1                          OK
libXmu-devel                               1.1.2-1                          OK
libXmu6                                    1.1.2-1                          OK
libXmuu1                                   1.1.2-1                          OK
libXpm-debuginfo                           3.5.11-1                         OK
libXpm-devel                               3.5.11-1                         OK
libXpm-noX                                 3.5.10-1                         OK
libXpm-noX-debuginfo                       3.5.10-1                         OK
libXpm-noX-devel                           3.5.10-1                         OK
libXpm-noX_4                               3.5.10-1                         OK
libXpm4                                    3.5.11-1                         OK
libXrandr-debuginfo                        1.4.2-1                          OK
libXrandr-devel                            1.4.2-1                          OK
libXrandr2                                 1.4.2-1                          OK
libXrender-debuginfo                       0.9.8-1                          OK
libXrender-devel                           0.9.8-1                          OK
libXrender1                                0.9.8-1                          OK
libXres-debuginfo                          1.0.7-1                          OK
libXRes-devel                              1.0.7-1                          OK
libXRes1                                   1.0.7-1                          OK
libXScrnSaver-debuginfo                    1.2.2-1                          OK
libxslt                                    1.1.28-1                         OK
libxslt-debuginfo                          1.1.28-1                         OK
libxslt-devel                              1.1.28-1                         OK
libxslt-doc                                1.1.28-1                         OK
libXss-devel                               1.2.2-1                          OK
libXss1                                    1.2.2-1                          OK
libXt-debuginfo                            1.1.4-2                          OK
libXt-devel                                1.1.4-2                          OK
libXt6                                     1.1.4-2                          OK
libXtst-debuginfo                          1.2.2-1                          OK
libXtst-devel                              1.2.2-1                          OK
libXtst6                                   1.2.2-1                          OK
libyaml-devel                              0.1.6-1                          OK
libyaml0_2                                 0.1.6-1                          OK
libzeitgeist1.0-debuginfo                  0.3.18-1                         OK
libzeitgeist1.0-devel                      0.3.18-1                         OK
libzeitgeist1.0_1                          0.3.18-1                         OK
libzip                                     0.11.2-1                         OK
libzip-debuginfo                           0.11.2-1                         OK
libzip-devel                               0.11.2-1                         OK
libzip-doc                                 0.11.2-1                         OK
libzip2                                    0.11.2-1                         OK
libzzip-devel                              0.13.62-1                        OK
libzzip0.13                                0.13.62-1                        OK
licensecheck                               2.14.6-1                         OK
lighttpd                                   1.4.35-1                         OK
lighttpd-debuginfo                         1.4.35-1                         OK
linklint                                   2.3.5-1                          OK
links                                      2.7-1                            OK
listres                                    1.0.3-1                          OK
listres-debuginfo                          1.0.3-1                          OK
llvm                                       3.4.2-3                          OK
llvm-debuginfo                             3.4.2-3                          OK
llvm-doc                                   3.4.2-3                          OK
lndir                                      1.0.3-1                          OK
lndir-debuginfo                            1.0.3-1                          OK
login                                      1.11-1                           OK
login-debuginfo                            1.11-1                           OK
lrzip                                      0.616-1                          OK
lrzip-debuginfo                            0.616-1                          OK
lua                                        5.1.5-1                          OK
lua-debuginfo                              5.1.5-1                          OK
lua-gv                                     2.38.0-1                         OK
luit                                       20130217-1                       OK
luit-debuginfo                             20130217-1                       OK
lv                                         4.51-2                           OK
lynx                                       2.8.7-2                          OK
lynx-debuginfo                             2.8.7-2                          OK
lyx                                        2.1.2-1                          OK
lyx-debuginfo                              2.1.2-1                          OK
lzip                                       1.14-1                           OK
lziprecover                                1.14-1                           OK
lzop                                       1.03-1                           OK
m4                                         1.4.17-1                         OK
m4-debuginfo                               1.4.17-1                         OK
mairix                                     0.22-1                           OK
make                                       4.0-2                            OK
make-debuginfo                             4.0-2                            OK
makedepend                                 1.0.5-1                          OK
makedepend-debuginfo                       1.0.5-1                          OK
makepasswd                                 1.10-2                           OK
makeself                                   2.1.5+20120813+gitdcbe778-1      OK
Empty package man
man                                        2.6.7-2                          OK
man-db                                     2.6.7-2                          OK
man-db-debuginfo                           2.6.7-2                          OK
man-debuginfo                              1.6g-2                           OK
manlint                                    1.6g-2                           OK
marco                                      1.8.0-1                          OK
marco-debuginfo                            1.8.0-1                          OK
marco-devel                                1.8.0-1                          OK
mate-applets                               1.8.0-2                          OK
mate-applets-debuginfo                     1.8.0-2                          OK
mate-backgrounds                           1.8.0-1                          OK
mate-calc                                  1.8.0-1                          OK
mate-calc-debuginfo                        1.8.0-1                          OK
mate-common                                1.8.0-1                          OK
mate-control-center                        1.8.1-1                          OK
mate-control-center-debuginfo              1.8.1-1                          OK
mate-desktop                               1.8.1-1                          OK
mate-desktop-debuginfo                     1.8.1-1                          OK
mate-dialogs                               1.8.0-1                          OK
mate-dialogs-debuginfo                     1.8.0-1                          OK
mate-icon-theme                            1.8.0-1                          OK
mate-media                                 1.8.0-1                          OK
mate-media-debuginfo                       1.8.0-1                          OK
mate-menus                                 1.8.0-1                          OK
mate-menus-debuginfo                       1.8.0-1                          OK
mate-notification-daemon                   1.8.0-2                          OK
mate-notification-daemon-debuginfo         1.8.0-2                          OK
mate-panel                                 1.8.0-3                          OK
mate-panel-debuginfo                       1.8.0-3                          OK
mate-panel-devel                           1.8.0-3                          OK
mate-panel-doc                             1.8.0-3                          OK
mate-session-manager                       1.8.1-1                          OK
mate-session-manager-debuginfo             1.8.1-1                          OK
mate-settings-daemon                       1.8.1-1                          OK
mate-settings-daemon-debuginfo             1.8.1-1                          OK
mate-settings-daemon-devel                 1.8.1-1                          OK
mate-system-monitor                        1.8.0-2                          OK
mate-system-monitor-debuginfo              1.8.0-2                          OK
mate-terminal                              1.8.0-1                          OK
mate-terminal-debuginfo                    1.8.0-1                          OK
mate-themes                                1.8.1-1                          OK
mate-utils                                 1.8.0-1                          OK
mate-utils-debuginfo                       1.8.0-1                          OK
mboxcheck                                  0.1.2-2                          OK
mc                                         4.8.13-1                         OK
mc-debuginfo                               4.8.13-1                         OK
mcpp                                       2.7.2-2                          OK
mcpp-debuginfo                             2.7.2-2                          OK
mcrypt                                     2.6.8-1                          OK
mcrypt-debuginfo                           2.6.8-1                          OK
mDNSResponder                              379.32.1-1                       OK
mercurial                                  3.0.1-1                          OK
mesa                                       10.2.5-1                         OK
mesa-debuginfo                             10.2.5-1                         OK
mesa-demos                                 8.2.0-1                          OK
mesa-demos-debuginfo                       8.2.0-1                          OK
metis                                      5.1.0-1                          OK
metis-debuginfo                            5.1.0-1                          OK
mhash-debuginfo                            0.9.9.9-2                        OK
micro-httpd                                20051212-1                       OK
midori                                     0.5.8-1                          OK
midori-debuginfo                           0.5.8-1                          OK
mined                                      2014.24.2-0                      OK
ming                                       0.4.5-1                          OK
ming-debuginfo                             0.4.5-1                          OK
mingw-binutils                             2.23.1-1                         OK
mingw-binutils-debuginfo                   2.23.1-1                         OK
mingw-bzip2                                1.0.6-2                          OK
mingw-gcc-core                             4.7.3-1                          OK
mingw-gcc-debuginfo                        4.7.3-1                          OK
mingw-gcc-fortran                          4.7.3-1                          OK
mingw-gcc-g++                              4.7.3-1                          OK
mingw-gcc-objc                             4.7.3-1                          OK
mingw-libbz2-devel                         1.0.6-2                          OK
mingw-libbz2_2                             1.0.6-2                          OK
mingw-libminizip-devel                     1.2.8-1                          OK
mingw-libminizip1                          1.2.8-1                          OK
mingw-minizip                              1.2.8-1                          OK
mingw-pthreads                             20110507-2                       OK
mingw-runtime                              4.0-1                            OK
mingw-w32api                               4.0-1                            OK
mingw-zlib                                 1.2.8-1                          OK
mingw-zlib-devel                           1.2.8-1                          OK
mingw-zlib1                                1.2.8-1                          OK
mingw64-i686-binutils                      2.24.0.3.85cf705-1               OK
mingw64-i686-binutils-debuginfo            2.24.0.3.85cf705-1               OK
mingw64-i686-bzip2                         1.0.6-4                          OK
mingw64-i686-gcc-ada                       4.8.3-1                          OK
mingw64-i686-gcc-core                      4.8.3-1                          OK
mingw64-i686-gcc-debuginfo                 4.8.3-1                          OK
mingw64-i686-gcc-fortran                   4.8.3-1                          OK
mingw64-i686-gcc-g++                       4.8.3-1                          OK
mingw64-i686-gcc-objc                      4.8.3-1                          OK
mingw64-i686-google-breakpad-devel         1390-1                           OK
mingw64-i686-headers                       3.2.0-1                          OK
mingw64-i686-libgcrypt                     1.5.3-1                          OK
mingw64-i686-libgpg-error                  1.12-1                           OK
mingw64-i686-minizip                       1.2.8-3                          OK
mingw64-i686-pkg-config                    0.28-1                           OK
mingw64-i686-pkg-config-debuginfo          0.28-1                           OK
mingw64-i686-pthreads                      20100619-5                       OK
mingw64-i686-runtime                       3.2.0-1                          OK
mingw64-i686-runtime-debuginfo             3.2.0-1                          OK
mingw64-i686-winpthreads                   3.2.0-1                          OK
mingw64-i686-winpthreads-debuginfo         3.2.0-1                          OK
mingw64-i686-xz                            5.0.5-1                          OK
mingw64-i686-zlib                          1.2.8-3                          OK
mingw64-x86_64-binutils                    2.24.0.3.85cf705-1               OK
mingw64-x86_64-binutils-debuginfo          2.24.0.3.85cf705-1               OK
mingw64-x86_64-bzip2                       1.0.6-4                          OK
mingw64-x86_64-gcc-ada                     4.8.3-1                          OK
mingw64-x86_64-gcc-core                    4.8.3-1                          OK
mingw64-x86_64-gcc-debuginfo               4.8.3-1                          OK
mingw64-x86_64-gcc-fortran                 4.8.3-1                          OK
mingw64-x86_64-gcc-g++                     4.8.3-1                          OK
mingw64-x86_64-gcc-objc                    4.8.3-1                          OK
mingw64-x86_64-google-breakpad-devel       1390-1                           OK
mingw64-x86_64-headers                     3.2.0-1                          OK
mingw64-x86_64-libgcrypt                   1.5.3-1                          OK
mingw64-x86_64-libgpg-error                1.12-1                           OK
mingw64-x86_64-minizip                     1.2.8-3                          OK
mingw64-x86_64-pkg-config                  0.28-1                           OK
mingw64-x86_64-pkg-config-debuginfo        0.28-1                           OK
mingw64-x86_64-pthreads                    20100619-5                       OK
mingw64-x86_64-runtime                     3.2.0-1                          OK
mingw64-x86_64-runtime-debuginfo           3.2.0-1                          OK
mingw64-x86_64-winpthreads                 3.2.0-1                          OK
mingw64-x86_64-winpthreads-debuginfo       3.2.0-1                          OK
mingw64-x86_64-xz                          5.0.5-1                          OK
mingw64-x86_64-zlib                        1.2.8-3                          OK
minizip                                    1.2.8-1                          OK
mintty                                     1.2-beta1-1                      OK
mkcomposecache                             1.2.1-1                          OK
mkcomposecache-debuginfo                   1.2.1-1                          OK
mkfontdir                                  1.0.7-1                          OK
mkfontscale                                1.1.1-1                          OK
mkfontscale-debuginfo                      1.1.1-1                          OK
mkisofs                                    1.1.11-1                         OK
mksh                                       49-1                             OK
mksh-debuginfo                             49-1                             OK
mm-common                                  0.9.6-1                          OK
mmv                                        1.01b-1                          OK
monotone                                   1.0-3                            OK
monotone-debuginfo                         1.0-3                            OK
mosh                                       1.2.4-1                          OK
mosh-debuginfo                             1.2.4-1                          OK
most                                       5.0.0.1-1                        OK
motif                                      2.3.4-2                          OK
motif-debuginfo                            2.3.4-2                          OK
mousepad                                   0.3.0-1                          OK
mousepad-debuginfo                         0.3.0-1                          OK
mozo                                       1.8.0-1                          OK
Empty package mpclib
mpclib                                     1.0.2-1                          OK
mpclib-debuginfo                           1.0.2-1                          OK
mpfr                                       3.1.2-1                          OK
mpfr-debuginfo                             3.1.2-1                          OK
mscgen                                     0.20-1                           OK
mscgen-debuginfo                           0.20-1                           OK
msmtp                                      1.4.31-1                         OK
mt                                         2.5.2-1                          OK
mt-debuginfo                               2.5.2-1                          OK
multitail                                  5.2.12-1                         OK
Missing file: /etc/mime.types.setupnew from package mutt
Missing file: /etc/Muttrc.setupnew from package mutt
mutt                                       1.5.23-1                         Incomplete
mutt-debuginfo                             1.5.23-1                         OK
mysql                                      5.5.39-1                         OK
mysql-debuginfo                            5.5.39-1                         OK
mysql-test                                 5.5.39-1                         OK
mysqld                                     5.5.39-1                         OK
nano                                       2.2.6-1                          OK
nano-debuginfo                             2.2.6-1                          OK
nas                                        1.9.3-1                          OK
nasm                                       2.10.07-1                        OK
nasm-debuginfo                             2.10.07-1                        OK
nc                                         1.107-4                          OK
nc6                                        1.0-1                            OK
nc6-debuginfo                              1.0-1                            OK
ncdu                                       1.10-1                           OK
ncdu-debuginfo                             1.10-1                           OK
ncftp                                      3.2.5-1                          OK
ncompress                                  4.2.4.4-3                        OK
ncompress-debuginfo                        4.2.4.4-3                        OK
ncurses                                    5.9-20140524-1                   OK
ncurses-debuginfo                          5.9-20140524-1                   OK
ncurses-demo                               5.9-20140524-1                   OK
nedit                                      5.5-6                            OK
nedit-debuginfo                            5.5-6                            OK
neon                                       0.29.6-1                         OK
neon-debuginfo                             0.29.6-1                         OK
net-snmp                                   5.7.2-1                          OK
net-snmp-agent-libs                        5.7.2-1                          OK
net-snmp-debuginfo                         5.7.2-1                          OK
net-snmp-devel                             5.7.2-1                          OK
net-snmp-gui                               5.7.2-1                          OK
net-snmp-libs                              5.7.2-1                          OK
net-snmp-perl                              5.7.2-1                          OK
net-snmp-python                            5.7.2-1                          OK
net-snmp-utils                             5.7.2-1                          OK
netcdf                                     4.3.2-1                          OK
Empty package netcdf-cxx4
netcdf-cxx4                                4.2.1-1                          OK
netcdf-cxx4-debuginfo                      4.2.1-1                          OK
netcdf-debuginfo                           4.3.2-1                          OK
Empty package netcdf-fortran
netcdf-fortran                             4.2-2                            OK
netcdf-fortran-debuginfo                   4.2-2                            OK
netpbm                                     10.61.02-1                       OK
netpbm-debuginfo                           10.61.02-1                       OK
nettle                                     2.7-1                            OK
nettle-debuginfo                           2.7-1                            OK
newmail                                    0.5-1                            OK
ngspice                                    26-1                             OK
ngspice-debuginfo                          26-1                             OK
ninvaders                                  0.1.1-1                          OK
ninvaders-debuginfo                        0.1.1-1                          OK
nmh                                        1.6-1                            OK
nosleep                                    0.1.5-1                          OK
notification-daemon                        0.7.6-1                          OK
notification-daemon-debuginfo              0.7.6-1                          OK
nrss                                       0.3.9-2                          OK
nspr-debuginfo                             4.10.6-1                         OK
nss                                        3.16.6-1                         OK
nss-debuginfo                              3.16.6-1                         OK
nttcp                                      1.47-2                           OK
obconf                                     2.0.4-1                          OK
obconf-debuginfo                           2.0.4-1                          OK
Empty package ocaml
ocaml                                      4.01.0-2                         OK
ocaml-base                                 4.01.0-2                         OK
ocaml-camlp4                               4.01.0-2                         OK
ocaml-compiler-libs                        4.01.0-2                         OK
ocaml-gv                                   2.38.0-1                         OK
oclock                                     1.0.3-1                          OK
oclock-debuginfo                           1.0.3-1                          OK
octave                                     3.8.2-1                          OK
octave-bim                                 1.1.4-1                          OK
octave-cgi                                 0.1.0r11869-1                    OK
octave-communications                      1.2.0-1                          OK
octave-control                             2.6.5-1                          OK
octave-data-smoothing                      1.3.0-1                          OK
octave-database                            2.3.0-1                          OK
octave-dataframe                           1.0.0-1                          OK
octave-devel                               3.8.2-1                          OK
octave-divand                              1.1.2-1                          OK
octave-doc                                 3.8.2-1                          OK
octave-econometrics                        1.1.1-1                          OK
octave-financial                           0.4.0r124-1                      OK
octave-fl-core                             1.0.0r7-1                        OK
octave-fpl                                 1.3.4r12354-1                    OK
octave-fuzzy-logic-toolkit                 0.4.5-1                          OK
octave-ga                                  0.10.0r147-1                     OK
octave-general                             1.3.4-1                          OK
octave-generate_html                       0.1.6-1                          OK
octave-geometry                            1.7.0r314-1                      OK
octave-image                               2.2.1-1                          OK
octave-instrument-control                  0.2.0-2                          OK
octave-integration                         1.0.7r28-1                       OK
octave-io                                  2.2.3-1                          OK
octave-linear-algebra                      2.2.0r164-1                      OK
octave-lssa                                0.1.2r11495-1                    OK
octave-ltfat                               1.4.3a-1                         OK
octave-mechanics                           1.3.1r89-1                       OK
octave-miscellaneous                       1.2.1-1                          OK
octave-mpi                                 1.2.0r42-1                       OK
octave-msh                                 1.0.10-1                         OK
octave-mvn                                 1.1.0-1                          OK
octave-nan                                 2.5.9-1                          OK
octave-ncarray                             1.0.2-1                          OK
octave-netcdf                              1.0.2r12477-1                    OK
octave-nurbs                               1.3.8r12287-1                    OK
octave-ocs                                 0.1.3r12205-1                    OK
octave-octcdf                              1.1.7-1                          OK
octave-odepkg                              0.8.4r354-1                      OK
octave-optim                               1.4.0-1                          OK
octave-optiminterp                         0.3.4-1                          OK
octave-parallel                            2.2.0-1                          OK
octave-quaternion                          2.2.2-1                          OK
octave-queueing                            1.2.3-1                          OK
octave-secs1d                              0.1.0r12375-1                    OK
octave-secs2d                              0.0.9r12205-1                    OK
octave-secs3d                              0.0.1r11495-1                    OK
octave-signal                              1.3.0-1                          OK
octave-sockets                             1.0.8r65-1                       OK
octave-specfun                             1.1.0r147-1                      OK
octave-splines                             1.2.7-1                          OK
octave-statistics                          1.2.3r12532-1                    OK
octave-strings                             1.1.0r141-1                      OK
octave-struct                              1.0.10r92-1                      OK
octave-tsa                                 4.2.7-1                          OK
octave-vrml                                1.0.13r146-1                     OK
odbc-mysql                                 5.2.5-1                          OK
odbc-mysql-debuginfo                       5.2.5-1                          OK
odbc-psql                                  09.02.0100-1                     OK
odbc-psql-debuginfo                        09.02.0100-1                     OK
odbc-sqlite3                               0.993-1                          OK
odbc-sqlite3-debuginfo                     0.993-1                          OK
odbc-tds                                   0.91.103-1                       OK
odt2txt                                    0.3+git20070827-1                OK
offlineimap                                6.5.5-1                          OK
ogmtools                                   1.5-1                            OK
onc-rpc-devel                              2.19_20140816-1                  OK
Empty package onig
onig                                       5.9.3-1                          OK
onig-debuginfo                             5.9.3-1                          OK
openbox                                    3.5.2-1                          OK
openbox-debuginfo                          3.5.2-1                          OK
openbox-devel                              3.5.2-1                          OK
opencdk                                    0.6.6-1                          OK
opencdk-debuginfo                          0.6.6-1                          OK
openexr                                    1.7.1-1                          OK
openexr-debuginfo                          1.7.1-1                          OK
openjade                                   1.4devel1-3                      OK
openjade-debuginfo                         1.4devel1-3                      OK
openjpeg                                   1.5.1-3                          OK
openjpeg-debuginfo                         1.5.1-3                          OK
openldap                                   2.4.35-1                         OK
openldap-debuginfo                         2.4.35-1                         OK
openldap-devel                             2.4.35-1                         OK
openldap-server                            2.4.35-1                         OK
openmpi                                    1.8.3-1                          OK
openmpi-debuginfo                          1.8.3-1                          OK
OpenSP                                     1.5.2-2                          OK
OpenSP-debuginfo                           1.5.2-2                          OK
openssh                                    6.7p1-1                          OK
openssh-debuginfo                          6.7p1-1                          OK
openssl                                    1.0.1j-1                         OK
openssl-debuginfo                          1.0.1j-1                         OK
openssl-devel                              1.0.1j-1                         OK
optipng                                    0.7.5-1                          OK
orage                                      4.8.4-1                          OK
orage-debuginfo                            4.8.4-1                          OK
ORBit2                                     2.14.19-2                        OK
ORBit2-debuginfo                           2.14.19-2                        OK
orc-debuginfo                              0.4.18-2                         OK
orpie                                      1.5.2-1                          OK
orpie-debuginfo                            1.5.2-1                          OK
outguess                                   0.2-1                            OK
p11-kit                                    0.20.7-1                         OK
p11-kit-debuginfo                          0.20.7-1                         OK
p11-kit-trust                              0.20.7-1                         OK
p7zip                                      9.20.1-1                         OK
pango1.0-debuginfo                         1.36.3-1                         OK
pangomm1.4-debuginfo                       2.34.0-1                         OK
pangox-compat-debuginfo                    0.0.2-1                          OK
paperconf                                  1.1.24-2                         OK
paprefs                                    0.9.10-2                         OK
paprefs-debuginfo                          0.9.10-2                         OK
par                                        1.52-3                           OK
patch                                      2.7.1-1                          OK
patch-debuginfo                            2.7.1-1                          OK
patcher                                    0.0.20040521-1                   OK
patchutils                                 0.3.3-1                          OK
patchutils-debuginfo                       0.3.3-1                          OK
pavucontrol                                2.0-1                            OK
pavucontrol-debuginfo                      2.0-1                            OK
pax                                        20120606-1                       OK
pcre                                       8.35-1                           OK
pcre-debuginfo                             8.35-1                           OK
perl                                       5.14.4-1                         OK
perl-Archive-Zip                           1.30-1                           OK
perl-Authen-SASL                           2.16-1                           OK
perl-Business-ISBN                         2.06-1                           OK
perl-Business-ISBN-Data                    20120719.001-1                   OK
perl-Business-ISMN                         1.11-1                           OK
perl-Business-ISSN                         0.91-1                           OK
perl-Cairo                                 1.104-1                          OK
perl-Cairo-debuginfo                       1.104-1                          OK
perl-Cairo-GObject                         1.004-1                          OK
perl-Cairo-GObject-debuginfo               1.004-1                          OK
perl-Capture-Tiny                          0.22-1                           OK
perl-Clone                                 0.34-1                           OK
perl-Clone-debuginfo                       0.34-1                           OK
perl-Config-AutoConf                       0.22-1                           OK
perl-Data-Compare                          1.22-1                           OK
perl-Data-Diver                            1.0101-1                         OK
perl-Data-Dump                             1.22-1                           OK
perl-Date-Simple                           3.03-1                           OK
perl-Date-Simple-debuginfo                 3.03-1                           OK
perl-DBD-mysql                             4.023-1                          OK
perl-DBD-mysql-debuginfo                   4.023-1                          OK
perl-DBD-SQLite                            1.37-4                           OK
perl-DBD-SQLite-debuginfo                  1.37-4                           OK
perl-DBI                                   1.623-2                          OK
perl-DBI-debuginfo                         1.623-2                          OK
perl-Digest-HMAC                           1.03-1                           OK
perl-Digest-SHA1                           2.13-1                           OK
perl-Digest-SHA1-debuginfo                 2.13-1                           OK
perl-Encode-EUCJPASCII                     0.03-1                           OK
perl-Encode-EUCJPASCII-debuginfo           0.03-1                           OK
perl-Encode-HanExtra                       0.23-1                           OK
perl-Encode-HanExtra-debuginfo             0.23-1                           OK
perl-Encode-JIS2K                          0.02-1                           OK
perl-Encode-JIS2K-debuginfo                0.02-1                           OK
perl-Encode-Locale                         1.03-1                           OK
perl-Error                                 0.17019-1                        OK
perl-ExtUtils-Depends                      0.306-1                          OK
perl-ExtUtils-LibBuilder                   0.04-1                           OK
perl-ExtUtils-PkgConfig                    1.15-1                           OK
perl-File-Find-Rule                        0.33-1                           OK
perl-File-Listing                          6.04-1                           OK
perl-File-Slurp                            9999.19-1                        OK
perl-File-Slurp-Unicode                    0.7.1-1                          OK
perl-Getopt-ArgvFile                       1.11-1                           OK
perl-Glib                                  1.304-1                          OK
perl-Glib-debuginfo                        1.304-1                          OK
perl-Glib-Object-Introspection             0.022-1                          OK
perl-Glib-Object-Introspection-debuginfo   0.022-1                          OK
perl-Gnome2                                1.045-1                          OK
perl-Gnome2-Canvas                         1.002-11                         OK
perl-Gnome2-Canvas-debuginfo               1.002-11                         OK
perl-Gnome2-debuginfo                      1.045-1                          OK
perl-Gnome2-GConf                          1.044-11                         OK
perl-Gnome2-GConf-debuginfo                1.044-11                         OK
perl-Gnome2-Rsvg                           0.11-1                           OK
perl-Gnome2-Rsvg-debuginfo                 0.11-1                           OK
perl-Gnome2-VFS                            1.082-1                          OK
perl-Gnome2-VFS-debuginfo                  1.082-1                          OK
perl-Gnome2-Vte                            0.11-1                           OK
perl-Gnome2-Vte-debuginfo                  0.11-1                           OK
perl-Gnome2-Wnck                           0.16-11                          OK
perl-Gnome2-Wnck-debuginfo                 0.16-11                          OK
perl-Graphics-Magick                       1.3.20-1                         OK
perl-GStreamer                             0.19-1                           OK
perl-GStreamer-debuginfo                   0.19-1                           OK
perl-GStreamer-Interfaces                  0.06-1                           OK
perl-GStreamer-Interfaces-debuginfo        0.06-1                           OK
perl-Gtk2                                  1.249-1                          OK
perl-Gtk2-debuginfo                        1.249-1                          OK
perl-Gtk2-GladeXML                         1.007-11                         OK
perl-Gtk2-GladeXML-debuginfo               1.007-11                         OK
perl-Gtk2-Notify                           0.05-11                          OK
perl-Gtk2-Notify-debuginfo                 0.05-11                          OK
perl-Gtk2-SourceView2                      0.10-2                           OK
perl-Gtk2-SourceView2-debuginfo            0.10-2                           OK
perl-Gtk2-Spell                            1.04-1                           OK
perl-Gtk2-Spell-debuginfo                  1.04-1                           OK
perl-Gtk2-Unique                           0.05-2                           OK
perl-Gtk2-Unique-debuginfo                 0.05-2                           OK
perl-Gtk2-WebKit                           0.09-1                           OK
perl-Gtk2-WebKit-debuginfo                 0.09-1                           OK
perl-Gtk3                                  0.016-1                          OK
perl-gv                                    2.38.0-1                         OK
perl-HTML-Parser                           3.70-1                           OK
perl-HTML-Parser-debuginfo                 3.70-1                           OK
perl-HTML-Tagset                           3.20-1                           OK
perl-HTTP-Cookies                          6.01-1                           OK
perl-HTTP-Daemon                           6.01-1                           OK
perl-HTTP-Date                             6.02-1                           OK
perl-HTTP-Message                          6.06-1                           OK
perl-HTTP-Negotiate                        6.01-1                           OK
perl-Image-Magick                          6.7.6.3-4                        OK
perl-IO-HTML                               1.00-1                           OK
perl-IO-Socket-IP                          0.22-1                           OK
perl-IO-Socket-SSL                         1.997-1                          OK
perl-IPC-Run3                              0.045-1                          OK
perl-List-AllUtils                         0.03-1                           OK
perl-List-MoreUtils                        0.33-1                           OK
perl-List-MoreUtils-debuginfo              0.33-1                           OK
perl-Locale-gettext                        1.05-12                          OK
perl-Locale-gettext-debuginfo              1.05-12                          OK
perl-Log-Log4perl                          1.41-1                           OK
perl-LWP                                   6.05-1                           OK
perl-LWP-MediaTypes                        6.02-1                           OK
perl-LWP-Protocol-https                    6.04-1                           OK
perl-MailTools                             2.12-1                           OK
perl-MIME-Charset                          1.009.3-1                        OK
perl-ming                                  0.4.5-1                          OK
perl-Module-ScanDeps                       1.10-1                           OK
perl-Mozilla-CA                            20130114-2                       OK
perl-Net-HTTP                              6.06-1                           OK
perl-Net-Libproxy                          0.4.11-2                         OK
perl-Net-SMTP-SSL                          1.01-1                           OK
perl-Net-SSLeay                            1.65-1                           OK
perl-Net-SSLeay-debuginfo                  1.65-1                           OK
perl-Number-Compare                        0.03-1                           OK
perl-Pango                                 1.226-1                          OK
perl-Pango-debuginfo                       1.226-1                          OK
perl-PAR                                   1.007-1                          OK
perl-PAR-Dist                              0.49-1                           OK
perl-PAR-Packer                            1.014-1                          OK
perl-Params-Util                           1.07-1                           OK
perl-Proc-ProcessTable                     0.48-1                           OK
perl-Proc-ProcessTable-debuginfo           0.48-1                           OK
perl-Readonly                              1.03-1                           OK
perl-Readonly-XS                           1.05-1                           OK
perl-Readonly-XS-debuginfo                 1.05-1                           OK
perl-Regexp-Common                         2013031301-1                     OK
perl-SGMLSpm                               1.03ii-3                         OK
perl-Socket                                2.011-1                          OK
perl-Socket-debuginfo                      2.011-1                          OK
perl-Term-ReadKey                          2.30-1                           OK
perl-Term-ReadKey-debuginfo                2.30-1                           OK
perl-Term-ReadLine-Gnu                     1.20-1                           OK
perl-Term-ReadLine-Gnu-debuginfo           1.20-1                           OK
perl-Text-BibTeX                           0.66-1                           OK
perl-Text-BibTeX-debuginfo                 0.66-1                           OK
perl-Text-CharWidth                        0.04-2                           OK
perl-Text-CharWidth-debuginfo              0.04-2                           OK
perl-Text-CSV                              1.32-1                           OK
perl-Text-CSV_XS                           1.11-1                           OK
perl-Text-CSV_XS-debuginfo                 1.11-1                           OK
perl-Text-Glob                             0.09-1                           OK
perl-Text-WrapI18N                         0.06-2                           OK
perl-Tie-Cycle                             1.17-1                           OK
perl-TimeDate                              2.30-1                           OK
perl-Tk                                    804.030-3                        OK
perl-Tk-Canvas-GradientColor               1.05-1                           OK
perl-Tk-ColoredButton                      1.05-1                           OK
perl-Tk-debuginfo                          804.030-3                        OK
perl-Tk-EntryCheck                         0.04-1                           OK
perl-Tk-Getopt                             0.50-1                           OK
perl-Tk-Pod                                0.9941-1                         OK
perl-Unicode-Collate                       0.97-1                           OK
perl-Unicode-Collate-debuginfo             0.97-1                           OK
perl-Unicode-GCString                      2012.10-1                        OK
perl-Unicode-GCString-debuginfo            2012.10-1                        OK
perl-URI                                   1.60-1                           OK
perl-WWW-RobotRules                        6.02-1                           OK
perl-Xfce4-Xfconf                          4.10.0-2                         OK
perl-XML-LibXML                            2.0018-1                         OK
perl-XML-LibXML-debuginfo                  2.0018-1                         OK
perl-XML-LibXML-Simple                     0.93-1                           OK
perl-XML-LibXSLT                           1.80-1                           OK
perl-XML-LibXSLT-debuginfo                 1.80-1                           OK
perl-XML-NamespaceSupport                  1.11-1                           OK
perl-XML-Parser                            2.41-1                           OK
perl-XML-Parser-debuginfo                  2.41-1                           OK
perl-XML-SAX                               0.99-2                           OK
perl-XML-SAX-Base                          1.08-1                           OK
perl-XML-Simple                            2.20-1                           OK
perl-YAML                                  0.84-1                           OK
phonon-backend-gstreamer                   4.7.2-1                          OK
phonon-backend-gstreamer-debuginfo         4.7.2-1                          OK
phonon-debuginfo                           4.7.2-1                          OK
php                                        5.5.18-1                         OK
php-Archive_Tar                            1.3.13-1                         OK
php-bcmath                                 5.5.18-1                         OK
php-bz2                                    5.5.18-1                         OK
php-calendar                               5.5.18-1                         OK
php-Console_Getopt                         1.3.1-1                          OK
php-ctype                                  5.5.18-1                         OK
php-curl                                   5.5.18-1                         OK
php-dba                                    5.5.18-1                         OK
php-debuginfo                              5.5.18-1                         OK
php-devel                                  5.5.18-1                         OK
php-enchant                                5.5.18-1                         OK
php-exif                                   5.5.18-1                         OK
php-fileinfo                               5.5.18-1                         OK
php-ftp                                    5.5.18-1                         OK
php-gd                                     5.5.18-1                         OK
php-gettext                                5.5.18-1                         OK
php-gmp                                    5.5.18-1                         OK
php-gv                                     2.38.0-1                         OK
php-iconv                                  5.5.18-1                         OK
php-imap                                   5.5.18-1                         OK
php-intl                                   5.5.18-1                         OK
php-jsonc                                  1.3.5-1                          OK
php-jsonc-debuginfo                        1.3.5-1                          OK
php-ldap                                   5.5.18-1                         OK
php-mbstring                               5.5.18-1                         OK
php-mcrypt                                 5.5.18-1                         OK
php-mssql                                  5.5.18-1                         OK
php-mysql                                  5.5.18-1                         OK
php-mysqli                                 5.5.18-1                         OK
php-odbc                                   5.5.18-1                         OK
php-opcache                                5.5.18-1                         OK
php-pdo_dblib                              5.5.18-1                         OK
php-pdo_mysql                              5.5.18-1                         OK
php-pdo_odbc                               5.5.18-1                         OK
php-pdo_pgsql                              5.5.18-1                         OK
php-pdo_sqlite                             5.5.18-1                         OK
php-PEAR                                   1.9.5-1                          OK
php-pgsql                                  5.5.18-1                         OK
php-phar                                   5.5.18-1                         OK
php-posix                                  5.5.18-1                         OK
php-pspell                                 5.5.18-1                         OK
php-readline                               5.5.18-1                         OK
php-recode                                 5.5.18-1                         OK
php-shmop                                  5.5.18-1                         OK
php-simplexml                              5.5.18-1                         OK
php-soap                                   5.5.18-1                         OK
php-sockets                                5.5.18-1                         OK
php-sqlite3                                5.5.18-1                         OK
php-Structures_Graph                       1.0.4-1                          OK
php-sybase_ct                              5.5.18-1                         OK
php-sysvmsg                                5.5.18-1                         OK
php-sysvsem                                5.5.18-1                         OK
php-sysvshm                                5.5.18-1                         OK
php-tidy                                   5.5.18-1                         OK
php-tokenizer                              5.5.18-1                         OK
php-wddx                                   5.5.18-1                         OK
php-XML_Util                               1.2.1-1                          OK
php-xmlreader                              5.5.18-1                         OK
php-xmlrpc                                 5.5.18-1                         OK
php-xmlwriter                              5.5.18-1                         OK
php-xsl                                    5.5.18-1                         OK
php-zip                                    5.5.18-1                         OK
php-zlib                                   5.5.18-1                         OK
pinfo                                      0.6.10-1                         OK
pinfo-debuginfo                            0.6.10-1                         OK
ping                                       1.0.2-1                          OK
pixman-debuginfo                           0.32.4-1                         OK
pkg-config                                 0.28-1                           OK
pkg-config-debuginfo                       0.28-1                           OK
pl                                         6.6.6-1                          OK
pl-debuginfo                               6.6.6-1                          OK
pl-devel                                   6.6.6-1                          OK
pl-doc                                     6.6.6-1                          OK
pl-odbc                                    6.6.6-1                          OK
pl-static                                  6.6.6-1                          OK
pl-xpce                                    6.6.6-1                          OK
planet                                     2.0-4                            OK
plotutils                                  2.6-3                            OK
plotutils-debuginfo                        2.6-3                            OK
pluma                                      1.8.1-1                          OK
pluma-debuginfo                            1.8.1-1                          OK
pluma-devel                                1.8.1-1                          OK
pluma-plugins                              1.8.0-1                          OK
pluma-plugins-debuginfo                    1.8.0-1                          OK
pngcheck                                   2.3.0-1                          OK
pngcrush                                   1.7.72+20140315+gitde47033-1     OK
pngquant                                   2.0.20130820+git1e28372-1        OK
po4a                                       0.44-1                           OK
poco                                       1.4.6p4-1                        OK
poco-debuginfo                             1.4.6p4-1                        OK
poppler                                    0.24.5-1                         OK
poppler-data                               0.4.6-1                          OK
poppler-debuginfo                          0.24.5-1                         OK
popt                                       1.16-1                           OK
popt-debuginfo                             1.16-1                           OK
popt-devel                                 1.16-1                           OK
posh                                       0.12.3-1                         OK
postgresql                                 9.3.5-2                          OK
postgresql-client                          9.3.5-2                          OK
postgresql-contrib                         9.3.5-2                          OK
postgresql-devel                           9.3.5-2                          OK
postgresql-doc                             9.3.5-2                          OK
postgresql-plperl                          9.3.5-2                          OK
postgresql-plpython                        9.3.5-2                          OK
potrace                                    1.10-1                           OK
ppl                                        0.11.2-2                         OK
ppl-debuginfo                              0.11.2-2                         OK
ppl-doc                                    0.11.2-2                         OK
presentproto                               1.0-1                            OK
procmail                                   3.22-13                          OK
procps                                     3.2.8-3                          OK
procps-debuginfo                           3.2.8-3                          OK
proj                                       4.8.0-1                          OK
proj-debuginfo                             4.8.0-1                          OK
protobuf-debuginfo                         2.5.0-1                          OK
pscan                                      1.2-1                            OK
psmisc                                     22.20-1                          OK
psmisc-debuginfo                           22.20-1                          OK
pstoedit                                   3.61-1                           OK
pstoedit-debuginfo                         3.61-1                           OK
pstoedit-devel                             3.61-1                           OK
pstotext                                   1.9-1                            OK
pulseaudio                                 4.0-1                            OK
pulseaudio-debuginfo                       4.0-1                            OK
pulseaudio-equalizer                       4.0-1                            OK
pulseaudio-esound-compat                   4.0-1                            OK
pulseaudio-module-gconf                    4.0-1                            OK
pulseaudio-module-x11                      4.0-1                            OK
pulseaudio-module-zeroconf                 4.0-1                            OK
pulseaudio-utils                           4.0-1                            OK
pv                                         1.4.12-1                         OK
pv-debuginfo                               1.4.12-1                         OK
pwgen                                      2.06-1                           OK
pwget                                      2013.0911+gitaf1c897-2           OK
pylint                                     1.1.0-1                          OK
python                                     2.7.8-1                          OK
python-avahi                               0.6.31-2                         OK
python-backports.ssl_match_hostname        3.4.0.2-1                        OK
python-beautifulsoup                       3.2.1-1                          OK
python-bonobo2                             2.28.1-3                         OK
python-botan                               1.10.8-2                         OK
python-bsddb3                              5.3.0-2                          OK
python-bsddb3-debuginfo                    5.3.0-2                          OK
python-caca                                0.99.beta19-1                    OK
python-cairo                               1.10.0-3                         OK
python-cairo-debuginfo                     1.10.0-3                         OK
python-cairo-devel                         1.10.0-3                         OK
python-chardet                             2.0.1-2                          OK
python-clang                               3.4.2-3                          OK
python-crypto                              2.6-1                            OK
python-crypto-debuginfo                    2.6-1                            OK
python-dbus                                1.2.0-1                          OK
python-dbus-debuginfo                      1.2.0-1                          OK
python-dbus-devel                          1.2.0-1                          OK
python-debuginfo                           2.7.8-1                          OK
python-docutils                            0.12-1                           OK
python-egg                                 2.29.0-2                         OK
python-fastimport                          0.9.2-1                          OK
python-feedparser                          5.0.1-2                          OK
python-gamin                               0.1.10-15                        OK
python-gconf2                              2.28.1-3                         OK
python-gdata                               2.0.18-1                         OK
python-gi                                  3.10.2-1                         OK
python-gi-common                           3.10.2-1                         OK
python-gi-debuginfo                        3.10.2-1                         OK
python-gi-devel                            3.10.2-1                         OK
python-gnome2                              2.28.1-3                         OK
python-gnomecanvas2                        2.28.1-3                         OK
python-gnomevfs2                           2.28.1-3                         OK
python-gobject                             2.28.6-5                         OK
python-gobject-debuginfo                   2.28.6-5                         OK
python-gobject-devel                       2.28.6-5                         OK
python-gobject-doc                         2.28.6-5                         OK
python-goocanvas                           0.14.1-4                         OK
python-goocanvas-debuginfo                 0.14.1-4                         OK
python-gst0.10                             0.10.22-2                        OK
python-gst0.10-debuginfo                   0.10.22-2                        OK
python-gst0.10-devel                       0.10.22-2                        OK
python-gtk2.0                              2.24.0-3                         OK
python-gtk2.0-debuginfo                    2.24.0-3                         OK
python-gtk2.0-demo                         2.24.0-3                         OK
python-gtk2.0-devel                        2.24.0-3                         OK
python-gtk2.0-doc                          2.24.0-3                         OK
python-gtksourceview2                      2.10.1-2                         OK
python-gtksourceview2-debuginfo            2.10.1-2                         OK
python-gtkspell                            2.29.0-2                         OK
python-gucharmap                           2.32.1-2                         OK
python-gv                                  2.38.0-1                         OK
python-h5py                                2.3.1-1                          OK
python-h5py-debuginfo                      2.3.1-1                          OK
python-htmltmpl                            1.22-3                           OK
python-imaging                             1.1.7-5                          OK
python-imaging-debuginfo                   1.1.7-5                          OK
python-jinja2                              2.7.3-1                          OK
python-lcms                                1.19-1                           OK
python-libproxy                            0.4.11-2                         OK
python-libxml2                             2.9.2-1                          OK
python-libxslt                             1.1.28-1                         OK
python-logilab-astng                       0.23.1-2                         OK
python-logilab-common                      0.58.0-2                         OK
python-lxml                                3.2.3-1                          OK
python-lxml-debuginfo                      3.2.3-1                          OK
python-magic                               5.19-1                           OK
python-mako                                0.7.2-2                          OK
python-markupsafe                          0.15-2                           OK
python-markupsafe-debuginfo                0.15-2                           OK
python-matemenu                            1.8.0-1                          OK
python-ming                                0.4.5-1                          OK
python-numpy                               1.7.2-1                          OK
python-numpy-debuginfo                     1.7.2-1                          OK
python-openssl                             0.13.1-1                         OK
python-openssl-debuginfo                   0.13.1-1                         OK
python-orbit                               2.24.0-12                        OK
python-orbit-debuginfo                     2.24.0-12                        OK
python-orbit-devel                         2.24.0-12                        OK
python-paramiko                            1.14+20140525+gite811e71-1       OK
python-pyasn1                              0.1.6-1                          OK
python-pygments                            1.5-2                            OK
python-pyqt4                               4.10.4-1                         OK
python-pyqt4-debuginfo                     4.10.4-1                         OK
python-pyqt4-qsci                          2.8.1-1                          OK
python-pyrex                               0.9.9-2                          OK
python-requests                            2.3.0-1                          OK
python-setuptools                          0.6.34-1                         OK
python-simplejson                          3.6.3-1                          OK
python-simplejson-debuginfo                3.6.3-1                          OK
python-sip                                 4.15.5-1                         OK
python-sip-debuginfo                       4.15.5-1                         OK
python-six                                 1.7.3-1                          OK
python-sphinx                              1.2.3-1                          OK
python-tdb                                 1.2.11-2                         OK
python-test                                2.7.8-1                          OK
python-tkinter                             2.7.8-1                          OK
python-twisted                             12.3.0-1                         OK
python-twisted-debuginfo                   12.3.0-1                         OK
python-urllib3                             1.8.2-1                          OK
python-vte                                 0.28.2-4                         OK
python-webkit                              1.1.8-2                          OK
python-webkit-debuginfo                    1.1.8-2                          OK
python-webkit-devel                        1.1.8-2                          OK
python-xdg                                 0.25-2                           OK
python-zope.interface                      4.0.3-1                          OK
python-zope.interface-debuginfo            4.0.3-1                          OK
python3                                    3.2.5-4                          OK
python3-bsddb3                             5.3.0-1                          OK
python3-bsddb3-debuginfo                   5.3.0-1                          OK
python3-caca                               0.99.beta19-1                    OK
python3-cairo                              1.10.0-3                         OK
python3-cairo-debuginfo                    1.10.0-3                         OK
python3-cairo-devel                        1.10.0-3                         OK
python3-chardet                            2.0.1-2                          OK
python3-clang                              3.4.2-3                          OK
python3-dbus                               1.2.0-1                          OK
python3-dbus-debuginfo                     1.2.0-1                          OK
python3-debuginfo                          3.2.5-4                          OK
python3-doc                                3.2.3-1                          OK
python3-gi                                 3.10.2-1                         OK
python3-h5py                               2.3.1-1                          OK
python3-h5py-debuginfo                     2.3.1-1                          OK
python3-libproxy                           0.4.11-2                         OK
python3-lxml                               3.2.3-1                          OK
python3-lxml-debuginfo                     3.2.3-1                          OK
python3-magic                              5.19-1                           OK
python3-mako                               0.7.2-1                          OK
python3-markupsafe                         0.15-1                           OK
python3-markupsafe-debuginfo               0.15-1                           OK
python3-numpy                              1.7.2-1                          OK
python3-numpy-debuginfo                    1.7.2-1                          OK
python3-openssl                            0.13.1-1                         OK
python3-openssl-debuginfo                  0.13.1-1                         OK
python3-pygments                           1.5-1                            OK
python3-pyqt4                              4.10.4-1                         OK
python3-pyqt4-debuginfo                    4.10.4-1                         OK
python3-pyqt4-qsci                         2.8.1-1                          OK
python3-requests                           2.3.0-1                          OK
python3-setuptools                         0.6.34-1                         OK
python3-sip                                4.15.5-1                         OK
python3-sip-debuginfo                      4.15.5-1                         OK
python3-six                                1.7.3-1                          OK
python3-test                               3.2.5-4                          OK
python3-tkinter                            3.2.5-4                          OK
python3-urllib3                            1.8.2-1                          OK
python3-xdg                                0.25-1                           OK
qhull                                      2012.1-2                         OK
qhull-debuginfo                            2012.1-2                         OK
qiv                                        2.2.4-2                          OK
qrencode                                   3.4.3-1                          OK
qrencode-debuginfo                         3.4.3-1                          OK
Empty package qrupdate
qrupdate                                   1.1.2-1                          OK
qrupdate-debuginfo                         1.1.2-1                          OK
qscintilla2-debuginfo                      2.8.1-1                          OK
qsf                                        1.2.7-1                          OK
qt3-debuginfo                              3.3.8b-14                        OK
qt3-devel-tools                            3.3.8b-14                        OK
qt3-doc                                    3.3.8b-14                        OK
qt3-qtconfig                               3.3.8b-14                        OK
qt4-debuginfo                              4.8.6-2                          OK
qt4-devel-tools                            4.8.6-2                          OK
qt4-doc                                    4.8.6-2                          OK
qt4-qml-zeitgeist                          0.8.0-2                          OK
qt4-qtconfig                               4.8.6-2                          OK
quilt                                      0.63-1                           OK
R                                          3.1.0-1                          OK
R-debuginfo                                3.1.0-1                          OK
randrproto                                 1.4.0-1                          OK
rarian                                     0.8.1-12                         OK
rarian-debuginfo                           0.8.1-12                         OK
rats                                       2.3-1                            OK
Empty package rbio
rbio                                       2.1.1-2                          OK
rbio-debuginfo                             2.1.1-2                          OK
rc                                         1.7.1-1                          OK
rcs                                        5.9.3-1                          OK
rcs-debuginfo                              5.9.3-1                          OK
rdiff                                      0.9.7-3                          OK
rdiff-backup                               1.2.8-5                          OK
rdiff-backup-debuginfo                     1.2.8-5                          OK
rdiff-debuginfo                            0.9.7-3                          OK
rdtool                                     0.6.38-1                         OK
readline-debuginfo                         6.2-1                            OK
readpst                                    0.6.59-1                         OK
rebase                                     4.4.1-1                          OK
recode                                     3.7-beta2-1                      OK
recode-debuginfo                           3.7-beta2-1                      OK
recordproto                                1.14.2-1                         OK
regina-rexx                                3.8.2-1                          OK
regina-rexx-debuginfo                      3.8.2-1                          OK
renameutils                                0.12.0-1                         OK
renattach                                  1.2.4-2                          OK
rendercheck                                1.4-1                            OK
rendercheck-debuginfo                      1.4-1                            OK
renderproto                                0.11.1-1                         OK
resourceproto                              1.2.0-1                          OK
rgb                                        1.0.5-1                          OK
rgb-debuginfo                              1.0.5-1                          OK
ristretto                                  0.6.3-1                          OK
ristretto-debuginfo                        0.6.3-1                          OK
rlwrap                                     0.37-1                           OK
rlwrap-debuginfo                           0.37-1                           OK
rng-tools                                  5-1                              OK
rng-tools-debuginfo                        5-1                              OK
robodoc                                    4.99.41-1                        OK
robodoc-debuginfo                          4.99.41-1                        OK
robots                                     2.3-1                            OK
rodent-icon-theme                          5.0-1                            OK
rpcbind                                    0.2.1-1                          OK
rpcbind-debuginfo                          0.2.1-1                          OK
rpm                                        4.11.1-1                         OK
rpm-build                                  4.11.1-1                         OK
rpm-debuginfo                              4.11.1-1                         OK
rpm-devel                                  4.11.1-1                         OK
rsh                                        0.17-2                           OK
rsh-debuginfo                              0.17-2                           OK
rsh-server                                 0.17-2                           OK
rsnapshot                                  1.3.1-2                          OK
rstart                                     1.0.5-1                          OK
rstart-debuginfo                           1.0.5-1                          OK
rsvg                                       2.40.1-1                         OK
rsync                                      3.0.9-1                          OK
rsync-debuginfo                            3.0.9-1                          OK
rtf2html-htdig                             20040602-1                       OK
rtorrent                                   0.9.4-1                          OK
rtorrent-debuginfo                         0.9.4-1                          OK
ruby                                       2.0.0-p576-1                     OK
ruby-actionmailer                          4.0.10-1                         OK
ruby-actionmailer-doc                      4.0.10-1                         OK
ruby-actionpack                            4.0.10-1                         OK
ruby-actionpack-doc                        4.0.10-1                         OK
ruby-activemodel                           4.0.10-1                         OK
ruby-activemodel-doc                       4.0.10-1                         OK
ruby-activerecord                          4.0.10-1                         OK
ruby-activerecord-deprecated_finders       1.0.3-1                          OK
ruby-activerecord-deprecated_finders-doc   1.0.3-1                          OK
ruby-activerecord-doc                      4.0.10-1                         OK
ruby-activesupport                         4.0.10-1                         OK
ruby-activesupport-doc                     4.0.10-1                         OK
ruby-arel                                  4.0.2-1                          OK
ruby-arel-doc                              4.0.2-1                          OK
ruby-atk                                   2.2.0-1                          OK
ruby-atk-debuginfo                         2.2.0-1                          OK
ruby-atk-devel                             2.2.0-1                          OK
ruby-atk-doc                               2.2.0-1                          OK
ruby-bcrypt                                3.1.7-1                          OK
ruby-bcrypt-debuginfo                      3.1.7-1                          OK
ruby-bcrypt-doc                            3.1.7-1                          OK
ruby-bigdecimal                            1.2.5-1                          OK
ruby-bigdecimal-debuginfo                  1.2.5-1                          OK
ruby-bigdecimal-doc                        1.2.5-1                          OK
ruby-builder                               3.1.4-1                          OK
ruby-builder-doc                           3.1.4-1                          OK
ruby-bundler                               1.6.6-1                          OK
ruby-bundler-doc                           1.6.6-1                          OK
ruby-caca                                  0.99.beta19-1                    OK
ruby-cairo                                 1.12.9-1                         OK
ruby-cairo-debuginfo                       1.12.9-1                         OK
ruby-cairo-devel                           1.12.9-1                         OK
ruby-cairo-doc                             1.12.9-1                         OK
ruby-cairo-gobject                         2.2.0-1                          OK
ruby-cairo-gobject-debuginfo               2.2.0-1                          OK
ruby-cairo-gobject-devel                   2.2.0-1                          OK
ruby-cairo-gobject-doc                     2.2.0-1                          OK
ruby-celluloid                             0.15.2-1                         OK
ruby-celluloid-doc                         0.15.2-1                         OK
ruby-coffee-rails                          4.0.1-1                          OK
ruby-coffee-rails-doc                      4.0.1-1                          OK
ruby-coffee-script                         2.3.0-1                          OK
ruby-coffee-script-doc                     2.3.0-1                          OK
ruby-coffee-script-source                  1.7.1-1                          OK
ruby-coffee-script-source-doc              1.7.1-1                          OK
ruby-curses                                1.0.1-1                          OK
ruby-curses-debuginfo                      1.0.1-1                          OK
ruby-curses-doc                            1.0.1-1                          OK
ruby-debuginfo                             2.0.0-p576-1                     OK
ruby-doc                                   2.0.0-p576-1                     OK
ruby-erubis                                2.7.0-2                          OK
ruby-erubis-doc                            2.7.0-2                          OK
ruby-execjs                                2.2.1-1                          OK
ruby-execjs-doc                            2.2.1-1                          OK
ruby-gdk3                                  2.2.0-1                          OK
ruby-gdk3-debuginfo                        2.2.0-1                          OK
ruby-gdk3-devel                            2.2.0-1                          OK
ruby-gdk3-doc                              2.2.0-1                          OK
ruby-gdk_pixbuf2                           2.2.0-1                          OK
ruby-gdk_pixbuf2-debuginfo                 2.2.0-1                          OK
ruby-gdk_pixbuf2-devel                     2.2.0-1                          OK
ruby-gdk_pixbuf2-doc                       2.2.0-1                          OK
ruby-gettext                               3.1.4-1                          OK
ruby-gettext-doc                           3.1.4-1                          OK
ruby-gio2                                  2.2.0-1                          OK
ruby-gio2-debuginfo                        2.2.0-1                          OK
ruby-gio2-devel                            2.2.0-1                          OK
ruby-gio2-doc                              2.2.0-1                          OK
ruby-glib2                                 2.2.0-1                          OK
ruby-glib2-debuginfo                       2.2.0-1                          OK
ruby-glib2-devel                           2.2.0-1                          OK
ruby-glib2-doc                             2.2.0-1                          OK
ruby-gobject-introspection                 2.2.0-1                          OK
ruby-gobject-introspection-debuginfo       2.2.0-1                          OK
ruby-gobject-introspection-devel           2.2.0-1                          OK
ruby-gobject-introspection-doc             2.2.0-1                          OK
ruby-goocanvas1                            1.2.6-2                          OK
ruby-goocanvas1-debuginfo                  1.2.6-2                          OK
ruby-goocanvas1-devel                      1.2.6-2                          OK
ruby-goocanvas1-doc                        1.2.6-2                          OK
ruby-goocanvas2                            2.2.0-1                          OK
ruby-goocanvas2-debuginfo                  2.2.0-1                          OK
ruby-goocanvas2-devel                      2.2.0-1                          OK
ruby-goocanvas2-doc                        2.2.0-1                          OK
ruby-gstreamer0.10                         1.2.6-2                          OK
ruby-gstreamer0.10-debuginfo               1.2.6-2                          OK
ruby-gstreamer0.10-devel                   1.2.6-2                          OK
ruby-gstreamer0.10-doc                     1.2.6-2                          OK
ruby-gstreamer1.0                          2.2.0-1                          OK
ruby-gstreamer1.0-debuginfo                2.2.0-1                          OK
ruby-gstreamer1.0-devel                    2.2.0-1                          OK
ruby-gstreamer1.0-doc                      2.2.0-1                          OK
ruby-gtk2                                  2.2.0-1                          OK
ruby-gtk2-debuginfo                        2.2.0-1                          OK
ruby-gtk2-devel                            2.2.0-1                          OK
ruby-gtk2-doc                              2.2.0-1                          OK
ruby-gtk3                                  2.2.0-1                          OK
ruby-gtk3-debuginfo                        2.2.0-1                          OK
ruby-gtk3-devel                            2.2.0-1                          OK
ruby-gtk3-doc                              2.2.0-1                          OK
ruby-gtksourceview2                        2.2.0-1                          OK
ruby-gtksourceview2-debuginfo              2.2.0-1                          OK
ruby-gtksourceview2-devel                  2.2.0-1                          OK
ruby-gtksourceview2-doc                    2.2.0-1                          OK
ruby-gtksourceview3                        2.2.0-1                          OK
ruby-gtksourceview3-debuginfo              2.2.0-1                          OK
ruby-gtksourceview3-devel                  2.2.0-1                          OK
ruby-gtksourceview3-doc                    2.2.0-1                          OK
ruby-gv                                    2.38.0-1                         OK
ruby-hike                                  1.2.3-2                          OK
ruby-hike-doc                              1.2.3-2                          OK
ruby-hoe                                   3.12.0-1                         OK
ruby-hoe-doc                               3.12.0-1                         OK
ruby-i18n                                  0.6.11-1                         OK
ruby-i18n-doc                              0.6.11-1                         OK
ruby-io-console                            0.4.2-1                          OK
ruby-io-console-debuginfo                  0.4.2-1                          OK
ruby-io-console-doc                        0.4.2-1                          OK
ruby-jbuilder                              1.5.3-1                          OK
ruby-jbuilder-doc                          1.5.3-1                          OK
ruby-journey                               1.0.4-2                          OK
ruby-journey-doc                           1.0.4-2                          OK
ruby-jquery-rails                          3.1.2-1                          OK
ruby-jquery-rails-doc                      3.1.2-1                          OK
ruby-json                                  1.8.1-1                          OK
ruby-json-debuginfo                        1.8.1-1                          OK
ruby-json-doc                              1.8.1-1                          OK
ruby-kgio                                  2.9.2-1                          OK
ruby-kgio-debuginfo                        2.9.2-1                          OK
ruby-kgio-doc                              2.9.2-1                          OK
ruby-listen                                2.7.9-1                          OK
ruby-listen-doc                            2.7.9-1                          OK
ruby-locale                                2.1.0-1                          OK
ruby-locale-doc                            2.1.0-1                          OK
ruby-mail                                  2.5.4-2                          OK
ruby-mail-doc                              2.5.4-2                          OK
ruby-mime-types                            1.25.1-1                         OK
ruby-mime-types-doc                        1.25.1-1                         OK
ruby-minitest                              2.12.1-1                         OK
ruby-minitest4                             4.7.5-1                          OK
ruby-minitest4-doc                         4.7.5-1                          OK
ruby-multi_json                            1.10.1-1                         OK
ruby-multi_json-doc                        1.10.1-1                         OK
ruby-mysql2                                0.3.16-1                         OK
ruby-mysql2-debuginfo                      0.3.16-1                         OK
ruby-mysql2-doc                            0.3.16-1                         OK
ruby-net-http-persistent                   2.9.4-1                          OK
ruby-net-http-persistent-doc               2.9.4-1                          OK
ruby-nokogiri                              1.6.3.1-1                        OK
ruby-nokogiri-debuginfo                    1.6.3.1-1                        OK
ruby-nokogiri-doc                          1.6.3.1-1                        OK
ruby-oj                                    2.10.2-1                         OK
ruby-oj-debuginfo                          2.10.2-1                         OK
ruby-oj-doc                                2.10.2-1                         OK
ruby-pango                                 2.2.0-1                          OK
ruby-pango-debuginfo                       2.2.0-1                          OK
ruby-pango-devel                           2.2.0-1                          OK
ruby-pango-doc                             2.2.0-1                          OK
ruby-pg                                    0.17.1-1                         OK
ruby-pg-debuginfo                          0.17.1-1                         OK
ruby-pg-doc                                0.17.1-1                         OK
ruby-pkg-config                            1.1.5-1                          OK
ruby-pkg-config-doc                        1.1.5-1                          OK
ruby-polyglot                              0.3.5-1                          OK
ruby-polyglot-doc                          0.3.5-1                          OK
ruby-poppler                               2.2.0-1                          OK
ruby-poppler-debuginfo                     2.2.0-1                          OK
ruby-poppler-devel                         2.2.0-1                          OK
ruby-poppler-doc                           2.2.0-1                          OK
ruby-psych                                 2.0.6-1                          OK
ruby-psych-debuginfo                       2.0.6-1                          OK
ruby-psych-doc                             2.0.6-1                          OK
ruby-rack                                  1.5.2-1                          OK
ruby-rack-cache                            1.2-2                            OK
ruby-rack-cache-doc                        1.2-2                            OK
ruby-rack-doc                              1.5.2-1                          OK
ruby-rack-ssl                              1.4.1-1                          OK
ruby-rack-ssl-doc                          1.4.1-1                          OK
ruby-rack-test                             0.6.2-2                          OK
ruby-rack-test-doc                         0.6.2-2                          OK
ruby-rails                                 4.0.10-1                         OK
ruby-rails-doc                             4.0.10-1                         OK
ruby-railties                              4.0.10-1                         OK
ruby-railties-doc                          4.0.10-1                         OK
ruby-raindrops                             0.13.0-1                         OK
ruby-raindrops-debuginfo                   0.13.0-1                         OK
ruby-raindrops-doc                         0.13.0-1                         OK
ruby-rake                                  10.3.2-1                         OK
ruby-rake-compiler                         0.9.3-1                          OK
ruby-rake-compiler-doc                     0.9.3-1                          OK
ruby-rake-doc                              10.3.2-1                         OK
ruby-rdoc                                  4.1.2-1                          OK
ruby-rdoc-doc                              4.1.2-1                          OK
ruby-rsvg2                                 2.2.0-1                          OK
ruby-rsvg2-debuginfo                       2.2.0-1                          OK
ruby-rsvg2-devel                           2.2.0-1                          OK
ruby-rsvg2-doc                             2.2.0-1                          OK
ruby-sass                                  3.2.19-1                         OK
ruby-sass-doc                              3.2.19-1                         OK
ruby-sass-rails                            4.0.3-1                          OK
ruby-sass-rails-doc                        4.0.3-1                          OK
ruby-sdoc                                  0.4.1-1                          OK
ruby-sdoc-doc                              0.4.1-1                          OK
ruby-sprockets                             2.11.0-1                         OK
ruby-sprockets-doc                         2.11.0-1                         OK
ruby-sprockets-rails                       2.1.3-1                          OK
ruby-sprockets-rails-doc                   2.1.3-1                          OK
ruby-sqlite3                               1.3.9-1                          OK
ruby-sqlite3-debuginfo                     1.3.9-1                          OK
ruby-sqlite3-doc                           1.3.9-1                          OK
ruby-tcltk                                 2.0.0-p576-1                     OK
ruby-test-unit                             2.5.5-1                          OK
ruby-test-unit-doc                         2.5.5-1                          OK
ruby-text                                  1.3.0-1                          OK
ruby-text-doc                              1.3.0-1                          OK
ruby-thor                                  0.19.1-1                         OK
ruby-thor-doc                              0.19.1-1                         OK
ruby-thread_safe                           0.3.4-1                          OK
ruby-thread_safe-doc                       0.3.4-1                          OK
ruby-tilt                                  1.4.1-2                          OK
ruby-tilt-doc                              1.4.1-2                          OK
ruby-timers                                1.1.0-1                          OK
ruby-timers-doc                            1.1.0-1                          OK
Missing file: /usr/bin/tt from package ruby-treetop
ruby-treetop                               1.4.15-1                         Incomplete
ruby-treetop-doc                           1.4.15-1                         OK
ruby-turbolinks                            2.3.0-1                          OK
ruby-turbolinks-doc                        2.3.0-1                          OK
ruby-tzinfo                                0.3.41-1                         OK
ruby-tzinfo-doc                            0.3.41-1                         OK
ruby-uglifier                              2.5.3-1                          OK
ruby-uglifier-doc                          2.5.3-1                          OK
ruby-unicorn                               4.8.3-1                          OK
ruby-unicorn-debuginfo                     4.8.3-1                          OK
ruby-unicorn-doc                           4.8.3-1                          OK
ruby-vte                                   2.2.0-1                          OK
ruby-vte-debuginfo                         2.2.0-1                          OK
ruby-vte-devel                             2.2.0-1                          OK
ruby-vte-doc                               2.2.0-1                          OK
ruby-vte3                                  2.2.0-1                          OK
ruby-vte3-debuginfo                        2.2.0-1                          OK
ruby-vte3-devel                            2.2.0-1                          OK
ruby-vte3-doc                              2.2.0-1                          OK
ruby-yajl                                  1.2.1-1                          OK
ruby-yajl-debuginfo                        1.2.1-1                          OK
ruby-yajl-doc                              1.2.1-1                          OK
rubygems                                   2.4.1-1                          OK
rubygems-doc                               2.4.1-1                          OK
run                                        1.3.3-1                          OK
run-debuginfo                              1.3.3-1                          OK
run2                                       0.4.2-2                          OK
run2-debuginfo                             0.4.2-2                          OK
rxp                                        1.5.0-1                          OK
rxvt-unicode                               9.20-1                           OK
rxvt-unicode-debuginfo                     9.20-1                           OK
rzip                                       2.1-1                            OK
scons                                      2.3.0-5                          OK
screen                                     4.2.1-2                          OK
screen-debuginfo                           4.2.1-2                          OK
scrnsaverproto                             1.2.2-2                          OK
sed                                        4.2.2-3                          OK
sed-debuginfo                              4.2.2-3                          OK
sendxmpp                                   1.22-1                           OK
Empty package serf
serf                                       1.3.7-1                          OK
serf-debuginfo                             1.2.1-1                          OK
sessreg                                    1.0.8-1                          OK
sessreg-debuginfo                          1.0.8-1                          OK
setxkbmap                                  1.3.0-1                          OK
setxkbmap-debuginfo                        1.3.0-1                          OK
sgml-common                                0.6.3-3                          OK
sgrep                                      1.94a-3                          OK
shared-mime-info                           1.3-3                            OK
shared-mime-info-debuginfo                 1.3-3                            OK
sharutils                                  4.14-2                           OK
sharutils-debuginfo                        4.14-2                           OK
shed                                       1.15-1                           OK
showfont                                   1.0.4-1                          OK
showfont-debuginfo                         1.0.4-1                          OK
shutdown                                   1.10-1                           OK
shutdown-debuginfo                         1.10-1                           OK
sic                                        1.0-1                            OK
signify                                    1.14-1                           OK
since                                      1.1-2                            OK
Empty package slang
slang                                      2.3.0-1                          OK
slang-debuginfo                            2.3.0-1                          OK
slrn                                       1.0.2-1                          OK
slsh                                       2.3.0-1                          OK
smartmontools                              6.3-1                            OK
smartmontools-debuginfo                    6.3-1                            OK
smproxy                                    1.0.5-1                          OK
smproxy-debuginfo                          1.0.5-1                          OK
sng                                        1.0.6-1                          OK
sng-debuginfo                              1.0.6-1                          OK
snownews                                   1.5.12-1                         OK
snownews-debuginfo                         1.5.12-1                         OK
socat                                      1.7.2.4-1                        OK
socat-debuginfo                            1.7.2.4-1                        OK
sound-theme-freedesktop                    0.7-1                            OK
source-highlight                           3.1.7-5                          OK
source-highlight-debuginfo                 3.1.7-5                          OK
sox                                        14.4.0-1                         OK
sox-debuginfo                              14.4.0-1                         OK
sox-fmt-ao                                 14.4.0-1                         OK
sox-fmt-flac                               14.4.0-1                         OK
sox-fmt-pulseaudio                         14.4.0-1                         OK
sox-fmt-wavpack                            14.4.0-1                         OK
spambayes                                  1.0.4-2                          OK
spamoracle                                 1.4-2                            OK
speex                                      1.2rc1-1                         OK
speex-debuginfo                            1.2rc1-1                         OK
speex-devel                                1.2rc1-1                         OK
splint                                     3.1.2-1                          OK
splitpatch                                 0.0+20131223+gitb13d810-1        OK
Empty package spqr
spqr                                       1.3.1-2                          OK
spqr-debuginfo                             1.3.1-2                          OK
sqlite3                                    3.8.6-1                          OK
sqlite3-compress                           3.8.6-1                          OK
sqlite3-debuginfo                          3.8.6-1                          OK
sqlite3-extensions                         3.8.6-1                          OK
sqlite3-icu                                3.8.6-1                          OK
sqlite3-vfslog                             3.8.6-1                          OK
sqlite3-zlib                               3.8.6-1                          OK
squid                                      3.3.3-2                          OK
squid-debuginfo                            3.3.3-2                          OK
ssmtp                                      2.64-7                           OK
ssmtp-debuginfo                            2.64-7                           OK
startup-notification-debuginfo             0.12-2                           OK
steghide                                   0.5.1-2                          OK
stgit                                      0.17.1-1                         OK
stow                                       2.2.0-1                          OK
stunnel                                    5.06-1                           OK
stunnel-debuginfo                          5.06-1                           OK
subversion                                 1.8.10-2                         OK
subversion-apache2                         1.8.10-2                         OK
subversion-debuginfo                       1.8.10-2                         OK
subversion-devel                           1.8.10-2                         OK
subversion-gnome                           1.8.10-2                         OK
subversion-perl                            1.8.10-2                         OK
subversion-python                          1.8.10-2                         OK
subversion-ruby                            1.8.10-2                         OK
subversion-tools                           1.8.10-2                         OK
suck                                       4.3.2-1                          OK
sudoku                                     1.0.1-2                          OK
Empty package suitesparseconfig
suitesparseconfig                          4.2.1-1                          OK
suitesparseconfig-debuginfo                4.2.1-1                          OK
svn-load                                   1.3-1                            OK
svn_load_dirs                              1.8.0-1                          OK
swig                                       2.0.12-1                         OK
swig-debuginfo                             2.0.12-1                         OK
sxpm                                       3.5.11-1                         OK
symlinks                                   1.4-1                            OK
syslog-ng                                  3.2.5-1                          OK
syslog-ng-debuginfo                        3.2.5-1                          OK
sysvinit                                   2.86-1                           OK
sysvinit-debuginfo                         2.86-1                           OK
t1lib                                      5.1.2-1                          OK
t1lib-debuginfo                            5.1.2-1                          OK
t1lib-devel                                5.1.2-1                          OK
t1lib-x11                                  5.1.2-1                          OK
t1lib5                                     5.1.2-1                          OK
t1libx-devel                               5.1.2-1                          OK
t1libx5                                    5.1.2-1                          OK
taglib-debuginfo                           1.8-3                            OK
tailor                                     0.9.35+darcs20090615-2           OK
tar                                        1.27.1-1                         OK
tar-debuginfo                              1.27.1-1                         OK
tcl                                        8.5.11-1                         OK
tcl-db                                     5.3.21-1                         OK
tcl-debuginfo                              8.5.11-1                         OK
tcl-itcl                                   3.4.1-1                          OK
tcl-itcl-debuginfo                         3.4.1-1                          OK
tcl-itk                                    3.3-2                            OK
tcl-itk-debuginfo                          3.3-2                            OK
tcl-iwidgets                               4.0.1-2                          OK
tcl-ming                                   0.4.5-1                          OK
tcl-sqlite3                                3.8.6-1                          OK
tcl-tcldot                                 2.38.0-1                         OK
tcl-tix                                    8.4.3-2                          OK
tcl-tix-debuginfo                          8.4.3-2                          OK
tcl-tk                                     8.5.11-1                         OK
tcl-tk-debuginfo                           8.5.11-1                         OK
tcm                                        2.20-1                           OK
tcm-debuginfo                              2.20-1                           OK
tcp_wrappers                               7.6-22                           OK
tcp_wrappers-debuginfo                     7.6-22                           OK
tcsh                                       6.18.01-3                        OK
tcsh-debuginfo                             6.18.01-3                        OK
tdb                                        1.2.11-2                         OK
tdb-debuginfo                              1.2.11-2                         OK
ted                                        2.23-2                           OK
ted-debuginfo                              2.23-2                           OK
terminfo                                   5.9-20140524-1                   OK
terminfo-extra                             5.9-20140524-1                   OK
texi2html                                  1.82-11                          OK
texinfo                                    5.2-2                            OK
texinfo-debuginfo                          5.2-2                            OK
texlive                                    20140523-1                       OK
texlive-collection-basic                   20140523-1                       OK
texlive-collection-basic-doc               20140523-1                       OK
texlive-collection-bibtexextra             20140523-1                       OK
texlive-collection-bibtexextra-doc         20140523-1                       OK
texlive-collection-binextra                20140523-1                       OK
texlive-collection-binextra-doc            20140523-1                       OK
texlive-collection-context                 20140523-1                       OK
texlive-collection-context-doc             20140523-1                       OK
texlive-collection-fontsextra              20140523-1                       OK
texlive-collection-fontsextra-doc          20140523-1                       OK
texlive-collection-fontsrecommended        20140523-1                       OK
texlive-collection-fontsrecommended-doc    20140523-1                       OK
texlive-collection-fontutils               20140523-1                       OK
texlive-collection-fontutils-doc           20140523-1                       OK
texlive-collection-formatsextra            20140523-1                       OK
texlive-collection-games                   20140523-1                       OK
texlive-collection-genericextra            20140523-1                       OK
texlive-collection-genericextra-doc        20140523-1                       OK
texlive-collection-genericrecommended      20140523-1                       OK
texlive-collection-genericrecommended-doc  20140523-1                       OK
texlive-collection-htmlxml                 20140523-1                       OK
texlive-collection-humanities              20140523-1                       OK
texlive-collection-humanities-doc          20140523-1                       OK
texlive-collection-langafrican             20140523-1                       OK
texlive-collection-langarabic              20140523-1                       OK
texlive-collection-langchinese             20140523-1                       OK
texlive-collection-langcjk                 20140523-1                       OK
texlive-collection-langcyrillic            20140523-1                       OK
texlive-collection-langczechslovak         20140523-1                       OK
texlive-collection-langenglish             20140523-1                       OK
texlive-collection-langeuropean            20140523-1                       OK
texlive-collection-langfrench              20140523-1                       OK
texlive-collection-langgerman              20140523-1                       OK
texlive-collection-langgreek               20140523-1                       OK
texlive-collection-langindic               20140523-1                       OK
texlive-collection-langitalian             20140523-1                       OK
Missing file: /etc/preremove/texlive-collection-langjapanese.new from package texlive-collection-langjapanese
texlive-collection-langjapanese            20140523-1                       Incomplete
texlive-collection-langkorean              20140523-1                       OK
texlive-collection-langother               20140523-1                       OK
texlive-collection-langpolish              20140523-1                       OK
texlive-collection-langportuguese          20140523-1                       OK
texlive-collection-langspanish             20140523-1                       OK
texlive-collection-latex                   20140523-1                       OK
texlive-collection-latex-doc               20140523-1                       OK
texlive-collection-latexextra              20140523-1                       OK
texlive-collection-latexextra-doc          20140523-1                       OK
texlive-collection-latexrecommended        20140523-1                       OK
texlive-collection-latexrecommended-doc    20140523-1                       OK
texlive-collection-luatex                  20140523-1                       OK
texlive-collection-luatex-doc              20140523-1                       OK
texlive-collection-mathextra               20140523-1                       OK
texlive-collection-mathextra-doc           20140523-1                       OK
texlive-collection-metapost                20140523-1                       OK
texlive-collection-metapost-doc            20140523-1                       OK
texlive-collection-music                   20140523-1                       OK
texlive-collection-music-doc               20140523-1                       OK
texlive-collection-omega                   20140523-1                       OK
texlive-collection-pictures                20140523-1                       OK
texlive-collection-pictures-doc            20140523-1                       OK
texlive-collection-plainextra              20140523-1                       OK
texlive-collection-pstricks                20140523-1                       OK
texlive-collection-pstricks-doc            20140523-1                       OK
texlive-collection-publishers              20140523-1                       OK
texlive-collection-publishers-doc          20140523-1                       OK
texlive-collection-science                 20140523-1                       OK
texlive-collection-science-doc             20140523-1                       OK
texlive-collection-xetex                   20140523-1                       OK
texlive-collection-xetex-doc               20140523-1                       OK
texlive-debuginfo                          20140523-1                       OK
TeXmacs                                    1.0.7.21-1                       OK
TeXmacs-debuginfo                          1.0.7.21-1                       OK
tftp                                       5.2-1                            OK
tftp-debuginfo                             5.2-1                            OK
tftp-server                                5.2-1                            OK
Thunar                                     1.6.3-2                          OK
Thunar-debuginfo                           1.6.3-2                          OK
Thunar-devel                               1.6.3-2                          OK
tidy                                       20090325-1                       OK
tidy-debuginfo                             20090325-1                       OK
tiff                                       4.0.3-2                          OK
tiff-debuginfo                             4.0.3-2                          OK
tiff-doc                                   4.0.3-2                          OK
tiff-opengl                                4.0.3-2                          OK
tig                                        1.2.1-1                          OK
time                                       1.7-3                            OK
time-debuginfo                             1.7-3                            OK
tin                                        2.3.0-1                          OK
tin-debuginfo                              2.3.0-1                          OK
tinyxml2-debuginfo                         2.2.0-1                          OK
tirc                                       1.2-2                            OK
tmux                                       1.9a-3                           OK
tmux-debuginfo                             1.9a-3                           OK
tnef                                       1.4.9-1                          OK
tnftp                                      20130505-1                       OK
transfig                                   3.2.5d-1                         OK
transfig-debuginfo                         3.2.5d-1                         OK
transset                                   1.0.1-1                          OK
transset-debuginfo                         1.0.1-1                          OK
tree                                       1.7.0-1                          OK
ttcp                                       20071212-1                       OK
tumbler                                    0.1.30-1                         OK
tumbler-debuginfo                          0.1.30-1                         OK
tumbler-devel                              0.1.30-1                         OK
twm                                        1.0.8-1                          OK
twm-debuginfo                              1.0.8-1                          OK
txt2regex                                  0.8-2                            OK
typespeed                                  0.6.5-1                          OK
typespeed-debuginfo                        0.6.5-1                          OK
tzcode                                     2013c-1                          OK
tzcode-debuginfo                           2013c-1                          OK
ucl                                        1.03-2                           OK
ucl-debuginfo                              1.03-2                           OK
udunits                                    2.2.11-1                         OK
udunits-debuginfo                          2.2.11-1                         OK
Empty package umfpack
umfpack                                    5.6.2-1                          OK
umfpack-debuginfo                          5.6.2-1                          OK
unace                                      1.2b-1                           OK
unalz                                      0.65-1                           OK
unifdef                                    2.6-1                            OK
unison2.27                                 2.27.157-4                       OK
unison2.32                                 2.32.52-4                        OK
unison2.40                                 2.40.102-1                       OK
unison2.45                                 2.45.28-1                        OK
units                                      2.01-2                           OK
units-debuginfo                            2.01-2                           OK
unrtf                                      0.19.3-1                         OK
untex                                      1.2-1                            OK
unzip                                      6.0-1                            OK
unzip-debuginfo                            6.0-1                            OK
upx                                        3.91-1                           OK
upx-debuginfo                              3.91-1                           OK
urlgrabber                                 3.1.0-3                          OK
util-linux                                 2.24.2-1                         OK
util-linux-debuginfo                       2.24.2-1                         OK
uw-imap                                    2007f-2                          OK
uw-imap-debuginfo                          2007f-2                          OK
uw-imap-imapd                              2007f-2                          OK
uw-imap-util                               2007f-2                          OK
vala                                       0.22.1-1                         OK
vala-dconf                                 0.18.0-1                         OK
vala-debuginfo                             0.22.1-1                         OK
vala-gck1                                  3.10.1-1                         OK
vala-gcr3                                  3.10.1-1                         OK
vala-gee0.8                                0.12.1-1                         OK
vala-gee1.0                                0.6.8-1                          OK
vala-gmime2.6                              2.6.20-1                         OK
vala-gnome-keyring1                        3.10.1-1                         OK
vala-gtkspell3                             3.0.6-1                          OK
vala-libcanberra                           0.30-1                           OK
vala-libproxy1.0                           0.4.11-2                         OK
vala-libpulse                              4.0-1                            OK
vala-libsecret1                            0.16-1                           OK
vala-zeitgeist1.0                          0.3.18-1                         OK
varnish                                    3.0.5-1                          OK
vfu                                        4.10-1                           OK
viewres                                    1.0.4-1                          OK
viewres-debuginfo                          1.0.4-1                          OK
vim                                        7.4.417-1                        OK
vim-common                                 7.4.417-1                        OK
vim-debuginfo                              7.4.417-1                        OK
vim-minimal                                7.4.417-1                        OK
vorbis-tools                               1.4.0-1                          OK
vorbis-tools-debuginfo                     1.4.0-1                          OK
vte                                        0.28.2-4                         OK
vte-debuginfo                              0.28.2-4                         OK
vte2.90                                    0.34.9-1                         OK
vte2.90-debuginfo                          0.34.9-1                         OK
w32api-headers                             3.2.0-1                          OK
w32api-runtime                             3.2.0-1                          OK
w32api-runtime-debuginfo                   3.2.0-1                          OK
w3m                                        0.5.3-1                          OK
w3m-debuginfo                              0.5.3-1                          OK
wavpack                                    4.60.1-1                         OK
wavpack-debuginfo                          4.60.1-1                         OK
wcd                                        5.2.5-1                          OK
wdiff                                      1.2.2-1                          OK
webcheck                                   1.10.4-1                         OK
webkitgtk-debuginfo                        2.0.4-1                          OK
webrtc-audio-processing-debuginfo          0.1-1                            OK
weechat                                    1.0.1-1                          OK
weechat-debuginfo                          1.0.1-1                          OK
weechat-devel                              1.0.1-1                          OK
weechat-doc                                1.0.1-1                          OK
weechat-lua                                1.0.1-1                          OK
weechat-perl                               1.0.1-1                          OK
weechat-python                             1.0.1-1                          OK
weechat-ruby                               1.0.1-1                          OK
weechat-tcl                                1.0.1-1                          OK
wget                                       1.15-1                           OK
wget-debuginfo                             1.15-1                           OK
which                                      2.20-2                           OK
which-debuginfo                            2.20-2                           OK
whois                                      5.0.26-1                         OK
whois-debuginfo                            5.0.26-1                         OK
wiggle                                     0.8-2                            OK
WindowMaker                                0.95.4-1                         OK
WindowMaker-debuginfo                      0.95.4-1                         OK
windows-default-manifest                   6.3-1                            OK
windowswmproto                             1.0.4-1                          OK
wodim                                      1.1.11-1                         OK
WordNet                                    3.0-1                            OK
WordNet-debuginfo                          3.0-1                            OK
wput                                       0.6.2+git20130413-1              OK
x11perf                                    1.5.4-1                          OK
x11perf-debuginfo                          1.5.4-1                          OK
xarchiver                                  0.5.2-11                         OK
xarchiver-debuginfo                        0.5.2-11                         OK
xauth                                      1.0.9-1                          OK
xauth-debuginfo                            1.0.9-1                          OK
xbiff                                      1.0.3-1                          OK
xbiff-debuginfo                            1.0.3-1                          OK
xbitmaps                                   1.1.1-1                          OK
xcalc                                      1.0.5-1                          OK
xcalc-debuginfo                            1.0.5-1                          OK
xcb-proto                                  1.10-1                           OK
xcb-util-cursor-debuginfo                  0.1.1-1                          OK
xcb-util-debuginfo                         0.3.9-1                          OK
xcb-util-image-debuginfo                   0.3.9-1                          OK
xcb-util-keysyms-debuginfo                 0.3.9-1                          OK
xcb-util-renderutil-debuginfo              0.3.9-1                          OK
xcb-util-wm-debuginfo                      0.4.1-1                          OK
xclipboard                                 1.1.3-1                          OK
xclipboard-debuginfo                       1.1.3-1                          OK
xclock                                     1.0.7-1                          OK
xclock-debuginfo                           1.0.7-1                          OK
xcmiscproto                                1.2.2-2                          OK
xcmsdb                                     1.0.4-1                          OK
xcmsdb-debuginfo                           1.0.4-1                          OK
xcompmgr                                   1.1.6-1                          OK
xcompmgr-debuginfo                         1.1.6-1                          OK
xconsole                                   1.0.6-1                          OK
xconsole-debuginfo                         1.0.6-1                          OK
xcursor-themes                             1.0.4-1                          OK
xcursorgen                                 1.0.6-1                          OK
xcursorgen-debuginfo                       1.0.6-1                          OK
xdbedizzy                                  1.1.0-1                          OK
xdbedizzy-debuginfo                        1.1.0-1                          OK
xdg-user-dirs                              0.14-1                           OK
xdg-user-dirs-debuginfo                    0.14-1                           OK
xdg-user-dirs-gtk                          0.10-2                           OK
xdg-user-dirs-gtk-debuginfo                0.10-2                           OK
xditview                                   1.0.3-1                          OK
xditview-debuginfo                         1.0.3-1                          OK
xdpyinfo                                   1.3.1-1                          OK
xdpyinfo-debuginfo                         1.3.1-1                          OK
xedit                                      1.2.1-1                          OK
xedit-debuginfo                            1.2.1-1                          OK
xerces-c-debuginfo                         3.1.1-1                          OK
xev                                        1.2.1-1                          OK
xev-debuginfo                              1.2.1-1                          OK
xextproto                                  7.3.0-1                          OK
xeyes                                      1.1.1-1                          OK
xeyes-debuginfo                            1.1.1-1                          OK
xf86-video-dummy                           0.3.7-2                          OK
xf86-video-dummy-debuginfo                 0.3.7-2                          OK
xf86-video-nested                          0.1.0-5                          OK
xf86-video-nested-debuginfo                0.1.0-5                          OK
xf86bigfontproto                           1.2.0-1                          OK
xfce-themes                                3.0.1-1                          OK
xfce-themes-debuginfo                      3.0.1-1                          OK
xfce4-about                                4.10.0-1                         OK
xfce4-appfinder                            4.10.1-1                         OK
xfce4-appfinder-debuginfo                  4.10.1-1                         OK
xfce4-clipman-plugin                       1.2.5-1                          OK
xfce4-clipman-plugin-debuginfo             1.2.5-1                          OK
xfce4-cpugraph-plugin                      1.0.5-1                          OK
xfce4-cpugraph-plugin-debuginfo            1.0.5-1                          OK
xfce4-dev-tools                            4.10.0-1                         OK
xfce4-dev-tools-debuginfo                  4.10.0-1                         OK
xfce4-dict                                 0.7.0-1                          OK
xfce4-dict-debuginfo                       0.7.0-1                          OK
xfce4-embed-plugin                         1.4.0-1                          OK
xfce4-embed-plugin-debuginfo               1.4.0-1                          OK
xfce4-equake-plugin                        1.3.4-1                          OK
xfce4-equake-plugin-debuginfo              1.3.4-1                          OK
xfce4-eyes-plugin                          4.4.2-1                          OK
xfce4-eyes-plugin-debuginfo                4.4.2-1                          OK
xfce4-fsguard-plugin                       1.0.1-1                          OK
xfce4-fsguard-plugin-debuginfo             1.0.1-1                          OK
xfce4-genmon-plugin                        3.4.0-1                          OK
xfce4-genmon-plugin-debuginfo              3.4.0-1                          OK
xfce4-kiosk-query                          4.10.1-1                         OK
xfce4-mailwatch-plugin                     1.2.0-1                          OK
xfce4-mailwatch-plugin-debuginfo           1.2.0-1                          OK
xfce4-mixer                                4.10.0-1                         OK
xfce4-mixer-debuginfo                      4.10.0-1                         OK
xfce4-notes-plugin                         1.7.7-2                          OK
xfce4-notes-plugin-debuginfo               1.7.7-2                          OK
xfce4-notifyd                              0.2.4-1                          OK
xfce4-notifyd-debuginfo                    0.2.4-1                          OK
xfce4-panel                                4.10.1-1                         OK
xfce4-panel-debuginfo                      4.10.1-1                         OK
xfce4-panel-devel                          4.10.1-1                         OK
xfce4-places-plugin                        1.6.0-1                          OK
xfce4-places-plugin-debuginfo              1.6.0-1                          OK
xfce4-screenshooter                        1.8.1-2                          OK
xfce4-screenshooter-debuginfo              1.8.1-2                          OK
xfce4-session                              4.10.1-1                         OK
xfce4-session-debuginfo                    4.10.1-1                         OK
xfce4-settings                             4.10.1-1                         OK
xfce4-settings-debuginfo                   4.10.1-1                         OK
xfce4-smartbookmark-plugin                 0.4.5-1                          OK
xfce4-smartbookmark-plugin-debuginfo       0.4.5-1                          OK
xfce4-taskmanager                          1.0.1-1                          OK
xfce4-taskmanager-debuginfo                1.0.1-1                          OK
xfce4-terminal                             0.6.3-1                          OK
xfce4-terminal-debuginfo                   0.6.3-1                          OK
xfce4-time-out-plugin                      1.0.1-1                          OK
xfce4-time-out-plugin-debuginfo            1.0.1-1                          OK
xfce4-timer-plugin                         1.5.0-1                          OK
xfce4-timer-plugin-debuginfo               1.5.0-1                          OK
xfce4-verve-plugin                         1.0.0-2                          OK
xfce4-verve-plugin-debuginfo               1.0.0-2                          OK
xfce4-weather-plugin                       0.8.3-1                          OK
xfce4-weather-plugin-debuginfo             0.8.3-1                          OK
xfce4-whiskermenu-plugin                   1.4.0-1                          OK
xfce4-whiskermenu-plugin-debuginfo         1.4.0-1                          OK
xfce4-wmdock-plugin                        0.3.4-2                          OK
xfce4-wmdock-plugin-debuginfo              0.3.4-2                          OK
xfce4-xkb-plugin                           0.5.6-1                          OK
xfce4-xkb-plugin-debuginfo                 0.5.6-1                          OK
xfconf                                     4.10.0-2                         OK
xfconf-debuginfo                           4.10.0-2                         OK
xfconfd                                    4.10.0-2                         OK
xfd                                        1.1.2-1                          OK
xfd-debuginfo                              1.1.2-1                          OK
xfdesktop                                  4.10.2-1                         OK
xfdesktop-debuginfo                        4.10.2-1                         OK
xfig                                       3.2.5b-1                         OK
xfig-debuginfo                             3.2.5b-1                         OK
xfig-lib                                   3.2.5b-1                         OK
xfontsel                                   1.0.5-1                          OK
xfontsel-debuginfo                         1.0.5-1                          OK
xfs                                        1.1.3-20140603-1                 OK
xfs-debuginfo                              1.1.3-20140603-1                 OK
xfsinfo                                    1.0.4-1                          OK
xfsinfo-debuginfo                          1.0.4-1                          OK
xfwm4                                      4.10.1-1                         OK
xfwm4-debuginfo                            4.10.1-1                         OK
xfwm4-themes                               4.10.0-1                         OK
xgc                                        1.0.4-1                          OK
xgc-debuginfo                              1.0.4-1                          OK
xhost                                      1.0.6-1                          OK
xhost-debuginfo                            1.0.6-1                          OK
xhtml2ps                                   1.0b7-2                          OK
xineramaproto                              1.2.1-1                          OK
xinit                                      1.3.2-1                          OK
xinit-debuginfo                            1.3.2-1                          OK
xinput                                     1.6.1-1                          OK
xinput-debuginfo                           1.6.1-1                          OK
xkbcomp                                    1.2.4-1                          OK
xkbcomp-debuginfo                          1.2.4-1                          OK
xkbevd                                     1.1.3-1                          OK
xkbevd-debuginfo                           1.1.3-1                          OK
xkbprint                                   1.0.3-1                          OK
xkbprint-debuginfo                         1.0.3-1                          OK
xkbutils                                   1.0.4-1                          OK
xkbutils-debuginfo                         1.0.4-1                          OK
xkeyboard-config                           2.12-1                           OK
xkill                                      1.0.4-1                          OK
xkill-debuginfo                            1.0.4-1                          OK
xlaunch                                    20140605-1                       OK
xlaunch-debuginfo                          20140605-1                       OK
xlhtml                                     0.5.1-2                          OK
xload                                      1.1.2-1                          OK
xload-debuginfo                            1.1.2-1                          OK
xloadimage                                 4.1-2                            OK
xloadimage-debuginfo                       4.1-2                            OK
xlogo                                      1.0.4-1                          OK
xlogo-debuginfo                            1.0.4-1                          OK
xlsatoms                                   1.1.1-1                          OK
xlsatoms-debuginfo                         1.1.1-1                          OK
xlsclients                                 1.1.3-1                          OK
xlsclients-debuginfo                       1.1.3-1                          OK
xlsfonts                                   1.0.4-1                          OK
xlsfonts-debuginfo                         1.0.4-1                          OK
xlsx2csv                                   0.11+20120814+gitf54ab78-1       OK
xmag                                       1.0.4-1                          OK
xmag-debuginfo                             1.0.4-1                          OK
xman                                       1.1.3-2                          OK
xman-debuginfo                             1.1.3-2                          OK
xmessage                                   1.0.4-1                          OK
xmessage-debuginfo                         1.0.4-1                          OK
xmh                                        1.0.2-1                          OK
xmh-debuginfo                              1.0.2-1                          OK
XmHTML                                     1.1.7-1                          OK
XmHTML-debuginfo                           1.1.7-1                          OK
XmHTML-devel                               1.1.7-1                          OK
xml2po                                     0.20.10-2                        OK
xmlstarlet                                 1.6.1-1                          OK
xmlstarlet-debuginfo                       1.6.1-1                          OK
xmlto                                      0.0.26-1                         OK
xmlto-debuginfo                            0.0.26-1                         OK
xmltoman                                   0.4-2                            OK
xmodmap                                    1.0.8-1                          OK
xmodmap-debuginfo                          1.0.8-1                          OK
xmon                                       1.5.6-3                          OK
xmore                                      1.0.2-1                          OK
xmore-debuginfo                            1.0.2-1                          OK
xorg-cf-files                              1.0.5-2                          OK
xorg-docs                                  1.7-1                            OK
xorg-scripts                               1.0.1-1                          OK
xorg-server                                1.16.1-3                         OK
xorg-server-common                         1.16.1-3                         OK
xorg-server-cygwin-crashreporter           20141015-1                       OK
xorg-server-cygwin-crashreporter-debuginfo 20141015-1                       OK
xorg-server-debuginfo                      1.16.1-3                         OK
xorg-server-devel                          1.16.1-3                         OK
xorg-server-dmx                            1.16.1-3                         OK
xorg-server-extra                          1.16.1-3                         OK
xorg-sgml-doctools                         1.11-1                           OK
xorg-util-macros                           1.19.0-1                         OK
xpdf                                       3.03-4                           OK
xpdf-debuginfo                             3.03-4                           OK
xpr                                        1.0.4-1                          OK
xpr-debuginfo                              1.0.4-1                          OK
xprop                                      1.2.2-1                          OK
xprop-debuginfo                            1.2.2-1                          OK
xproto                                     7.0.26-1                         OK
xrandr                                     1.4.3-1                          OK
xrandr-debuginfo                           1.4.3-1                          OK
xrdb                                       1.1.0-1                          OK
xrdb-debuginfo                             1.1.0-1                          OK
xrefresh                                   1.0.5-1                          OK
xrefresh-debuginfo                         1.0.5-1                          OK
xscope                                     1.4-1                            OK
xscope-debuginfo                           1.4-1                            OK
xset                                       1.2.3-1                          OK
xset-debuginfo                             1.2.3-1                          OK
xsetroot                                   1.1.0-1                          OK
xsetroot-debuginfo                         1.1.0-1                          OK
xsm                                        1.0.3-1                          OK
xsm-debuginfo                              1.0.3-1                          OK
xstdcmap                                   1.0.3-1                          OK
xstdcmap-debuginfo                         1.0.3-1                          OK
xtail                                      2.1-1                            OK
xterm                                      308-1                            OK
xterm-debuginfo                            308-1                            OK
XtoW                                       20130802-2                       OK
XtoW-debuginfo                             20130802-2                       OK
xtrans                                     1.3.4-1                          OK
xwd                                        1.0.6-1                          OK
xwd-debuginfo                              1.0.6-1                          OK
xwinclip                                   1.16.1-3                         OK
xwininfo                                   1.1.3-1                          OK
xwininfo-debuginfo                         1.1.3-1                          OK
xwud                                       1.0.4-1                          OK
xwud-debuginfo                             1.0.4-1                          OK
xxd                                        7.4.417-1                        OK
xz                                         5.0.5-1                          OK
xz-debuginfo                               5.0.5-1                          OK
yaml-debuginfo                             0.1.6-1                          OK
yasm                                       1.3.0-1                          OK
yasm-debuginfo                             1.3.0-1                          OK
yasm-devel                                 1.3.0-1                          OK
yelp-tools                                 3.10.0-1                         OK
yelp-xsl                                   3.10.1-1                         OK
ytree                                      1.97-2                           OK
zip                                        3.0-12                           OK
zip-debuginfo                              3.0-12                           OK
zlib                                       1.2.8-1                          OK
zlib-debuginfo                             1.2.8-1                          OK
zlib-devel                                 1.2.8-1                          OK
zlib0                                      1.2.8-1                          OK
zoo                                        2.10-1                           OK
zsh                                        5.0.6-1                          OK
zsync                                      0.6.2-1                          OK
zziplib                                    0.13.62-1                        OK
zziplib-debuginfo                          0.13.62-1                        OK
Use -h to see help about each section

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

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

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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-21 16:54         ` run.exe flashes non-hidden console window " John Wiersba
@ 2014-10-22 13:50           ` Andrey Repin
  2014-10-22 20:37             ` John Wiersba
  2014-10-23 19:40           ` Doug Henderson
  1 sibling, 1 reply; 28+ messages in thread
From: Andrey Repin @ 2014-10-22 13:50 UTC (permalink / raw)
  To: John Wiersba, cygwin

Greetings, John Wiersba!

> I'm trying to use run.exe to avoid a flashing console window, but it is not
> working on my cygwin64 install on Win7Pro-64.  This is a fresh install from
> 10/20/2014.  I've attached my cygcheck.out.  I've tried the following
> windows shortcuts and all cause a console window to briefly flash (in the
> case of mintty a console window flashes before the mintty terminal is displayed).

>   D:\cygwin\bin\run.exe /bin/bash -c "echo hi"
>   D:\cygwin\bin\run.exe /bin/env -i PATH=/bin bash --norc -c "echo hi"
>   D:\cygwin\bin\run.exe /bin/env -i PATH=/bin mintty bash --norc


> Since hiding the console window is the main purpose of run.exe, it seems
> that it is badly broken for Win7Pro-64.

Can you tell, what is that console? I.e. what's in it's header?


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 22.10.2014, <17:35>

Sorry for my terrible english...


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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-22 13:50           ` Andrey Repin
@ 2014-10-22 20:37             ` John Wiersba
  2014-10-23  0:20               ` Doug Henderson
  0 siblings, 1 reply; 28+ messages in thread
From: John Wiersba @ 2014-10-22 20:37 UTC (permalink / raw)
  To: cygwin

Andrey, the flashing console flashes very quickly and I don't know how to slow it down.
It appears to have no title and no contents.

I gave up on using the bash option -c, because of clashes due to mixing windows and 

linux command line parsing conventions.  So, instead I created a script /d/try:  

  export PATH=/bin
  sleep 10
  date >>/d/out.txt # cygdrive is /

Here are the results of my recent tests:

When I run:  

  D:\cygwin\bin\run.exe /bin/bash --norc /d/try
then there is a flashing console window which closes immediately.  It appears to have no title or
contents but it's hard to tell since it flashes so quickly.  In the process list of Process 

Explorer (from Microsoft's SysInternals), I can see:

  1) conhost.exe "Console Window Host" (nested under csrss.exe "Client Server Runtime Process"))
  2) bash.exe (at the top level)  

  3) sleep.exe (at the top level)

After the expected 10 seconds, the processes disappear and the file /d/out.txt gets written to.

If I run instead:   

  D:\cygwin\bin\bash.exe --norc /d/try
I get an empty console window (which doesn't close immediately), with the same title as my 

shortcut name.  This console window closes after the specified 10 seconds.  In this case, there 

is a slight change in the processes running:

  1) conhost.exe "Console Window Host" (nested under csrss.exe "Client Server Runtime Process"))
  2) bash.exe (running under explorer.exe "Windows Explorer")
  3) sleep.exe (at the top level)


So, definitely, run.exe is *not* preventing the flashing console window as I expected it to.


>________________________________
> From: Andrey Repin <anrdaemon@yandex.ru>
>To: John Wiersba <jrw32982@yahoo.com>; cygwin@cygwin.com 
>Sent: Wednesday, October 22, 2014 9:36 AM
>Subject: Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
> 
>
>Greetings, John Wiersba!
>
>
>> I'm trying to use run.exe to avoid a flashing console window, but it is not
>> working on my cygwin64 install on Win7Pro-64.  This is a fresh install from
>> 10/20/2014.  I've attached my cygcheck.out.  I've tried the following
>> windows shortcuts and all cause a console window to briefly flash (in the
>> case of mintty a console window flashes before the mintty terminal is displayed).
>
>>   D:\cygwin\bin\run.exe /bin/bash -c "echo hi"
>>   D:\cygwin\bin\run.exe /bin/env -i PATH=/bin bash --norc -c "echo hi"
>>   D:\cygwin\bin\run.exe /bin/env -i PATH=/bin mintty bash --norc
>
>
>> Since hiding the console window is the main purpose of run.exe, it seems
>> that it is badly broken for Win7Pro-64.
>
>Can you tell, what is that console? I.e. what's in it's header?
>
>
>--
>WBR,
>Andrey Repin (anrdaemon@yandex.ru) 22.10.2014, <17:35>
>
>Sorry for my terrible english...
>
>
>--
>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
>
>
>
>
>

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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-22 20:37             ` John Wiersba
@ 2014-10-23  0:20               ` Doug Henderson
  2014-10-23  1:35                 ` Andrey Repin
  0 siblings, 1 reply; 28+ messages in thread
From: Doug Henderson @ 2014-10-23  0:20 UTC (permalink / raw)
  To: cygwin

On 22 October 2014 14:34, John Wiersba  wrote:
> Andrey, the flashing console flashes very quickly and I don't know how to slow it down.
> It appears to have no title and no contents.

run appears to work correctly when you use it at a cygwin shell prompt.

run.exe is a cygwin executable; use ldd see the DLLs that it uses.

Since your shortcut is not starting a windows GUI program, it starts a
console window, possibly executing cmd.exe

It is this console windows where cmd.exe executes run.exe that you see
flashing on the screen.

Have you tried changing the shortcut to cause it to open the window
minimized? I vaguely remember doing something like that with the
cygwin.bat clone I used to start a (non-X windows) rxvt window.

Doug

-- 
Doug Henderson, Calgary, Alberta, Canada

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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-23  0:20               ` Doug Henderson
@ 2014-10-23  1:35                 ` Andrey Repin
  2014-10-23  8:42                   ` Andrew Schulman
       [not found]                   ` <1414037878.2285.YahooMailNeo@web162805.mail.bf1.yahoo.com>
  0 siblings, 2 replies; 28+ messages in thread
From: Andrey Repin @ 2014-10-23  1:35 UTC (permalink / raw)
  To: Doug Henderson, cygwin

Greetings, Doug Henderson!

>> Andrey, the flashing console flashes very quickly and I don't know how to slow it down.
>> It appears to have no title and no contents.

Normally, I just fire up a screen recorder in such cases. But I seems to have
missed the beginning of a discussion.

> run appears to work correctly when you use it at a cygwin shell prompt.

> run.exe is a cygwin executable; use ldd see the DLLs that it uses.

> Since your shortcut is not starting a windows GUI program, it starts a
> console window, possibly executing cmd.exe

Depends on the way shortcut is constructed... I don't think it ever touch
cmd.exe, there's no need to do so. But the console window is really the
run.exe itself. Most, if not all, of Cygwin applications are in fact "console
applications" in Windows terms.

> Have you tried changing the shortcut to cause it to open the window
> minimized? I vaguely remember doing something like that with the
> cygwin.bat clone I used to start a (non-X windows) rxvt window.

That may at least alleviate the window flashing in the face of a user.


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 23.10.2014, <5:25>

Sorry for my terrible english...


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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-23  1:35                 ` Andrey Repin
@ 2014-10-23  8:42                   ` Andrew Schulman
       [not found]                   ` <1414037878.2285.YahooMailNeo@web162805.mail.bf1.yahoo.com>
  1 sibling, 0 replies; 28+ messages in thread
From: Andrew Schulman @ 2014-10-23  8:42 UTC (permalink / raw)
  To: cygwin

> > Have you tried changing the shortcut to cause it to open the window
> > minimized? I vaguely remember doing something like that with the
> > cygwin.bat clone I used to start a (non-X windows) rxvt window.
> 
> That may at least alleviate the window flashing in the face of a user.

Yeah, that does seem to help.  Thanks.


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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
       [not found]                   ` <1414037878.2285.YahooMailNeo@web162805.mail.bf1.yahoo.com>
@ 2014-10-23 12:24                     ` John Wiersba
  2014-10-23 17:56                       ` Achim Gratz
  2014-10-23 18:34                       ` Doug Henderson
  0 siblings, 2 replies; 28+ messages in thread
From: John Wiersba @ 2014-10-23 12:24 UTC (permalink / raw)
  To: cygwin, Doug Henderson

> From: Andrey Repin <anrdaemon@yandex.ru>

>To: Doug Henderson <djndnbvg@gmail.com>; cygwin@cygwin.com 
>Sent: Wednesday, October 22, 2014 9:28 PM
>Subject: Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
>
>>> Andrey, the flashing console flashes very quickly and I don't know how to slow it down.
>>> It appears to have no title and no contents.
>
>Normally, I just fire up a screen recorder in such cases. But I seems to have
>missed the beginning of a discussion.
>
>> run appears to work correctly when you use it at a cygwin shell prompt.
>
>> run.exe is a cygwin executable; use ldd see the DLLs that it uses.
>
>> Since your shortcut is not starting a windows GUI program, it starts a
>> console window, possibly executing cmd.exe
>
>Depends on the way shortcut is constructed... I don't think it ever touch
>cmd.exe, there's no need to do so. But the console window is really the
>run.exe itself. Most, if not all, of Cygwin applications are in fact "console
>applications" in Windows terms.
>
>> Have you tried changing the shortcut to cause it to open the window
>> minimized? I vaguely remember doing something like that with the
>> cygwin.bat clone I used to start a (non-X windows) rxvt window.
>
>That may at least alleviate the window flashing in the face of a user.

Maybe I'm confused.  Isn't the purpose of run.exe to start a
cygwin program without creating a (visible) console window? 
I can just start a cygwin program directly without the indirection of
run.exe if I don't care about the random flashing console window.

From the run.exe manpage: 
  run will do this for you.  It works as intermediate and starts a program but makes the console window hidden.

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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-23 12:24                     ` John Wiersba
@ 2014-10-23 17:56                       ` Achim Gratz
  2014-10-23 18:47                         ` John Wiersba
  2014-10-23 18:34                       ` Doug Henderson
  1 sibling, 1 reply; 28+ messages in thread
From: Achim Gratz @ 2014-10-23 17:56 UTC (permalink / raw)
  To: cygwin

John Wiersba writes:
> Maybe I'm confused.  Isn't the purpose of run.exe to start a
> cygwin program without creating a (visible) console window?

The purpose of run is to start a Windows program that needs a console to
exist and hide the console window created by windows if there is no
console that the program can attach to (which would otherwise clutter
the taskbar even when minimized).

> I can just start a cygwin program directly without the indirection of
> run.exe if I don't care about the random flashing console window.

What are you actually trying to do?  Starting mintty from a Windows
shortcut doesn't produce a console window to start with and you can just
tell mintty what program you intend to run inside it.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-23 12:24                     ` John Wiersba
  2014-10-23 17:56                       ` Achim Gratz
@ 2014-10-23 18:34                       ` Doug Henderson
  2014-10-23 19:15                         ` John Wiersba
  1 sibling, 1 reply; 28+ messages in thread
From: Doug Henderson @ 2014-10-23 18:34 UTC (permalink / raw)
  To: cygwin

On 23 October 2014 06:24, John Wiersba > wrote:
> Maybe I'm confused.  Isn't the purpose of run.exe to start a
> cygwin program without creating a (visible) console window?
> I can just start a cygwin program directly without the indirection of
> run.exe if I don't care about the random flashing console window.
>
> From the run.exe manpage:
>   run will do this for you.  It works as intermediate and starts a program but makes the console window hidden.

AFAIK, all programs that run in Windows need a window handle in order
to receive events, and to pass to a lot of windows functions. If your
program create a windows before it tries to do anything that requires
a window, that window gets used. When your program does not create its
own windows, the start up code tries to attach you to an existing
console window, and if there is not one, it creates it.

A Windows GUI program starts at winmain(). This entry point does not
have the same requirements as the C standard main() entry point.
Mainly, you do not have the stdin, stdout, and stderr attached to
anything, and you do not have a window. Creating a console or GUI
window is entirely up to your code.

Normally, any non-GUI program will attach to the console window where
it starts. A "dos" type program will attach to the window running the
cmd.exe that started it, and a cygwin program will get attached to the
mintty console window to which your shell is attached,

For both types of non-GUI programs, the msvcrt.dll or cygwin1.dll
runtime code will setup stdin, stdout and stderr before entering
main(). The runtime startup code will create a console window for you
if you did not inherit one from your parent process, and the code will
attach those file pointers to the console window

In any system: Windows, cygwin, linux, or whatever, to create a
windowless process, you close those initial file pointers or file
handles and fork a new process. In the original process, you close
your window if necessary, you call exit(), and the runtime will close
your window if necessary. In the new process, you do what ever you
want.

When you have a cmd.exe window, you use "start" to fire off a new
program and control what happens to its window with command line
options.
When you have a shell in a cygwin console, you use "run.exe" at the
shell prompt.
When you use a shortcut, you have not initial window, so the
msvcrt.dll runtime creates one for you, and uses the properties of the
shortcut to control how that window is created.

At the shell prompt, try the following commands:

$ /cygdrive/c/windows/system32/notepad.exe

$ /cygdrive/c/windows/system32/notepad.exe &

$ run /cygdrive/c/windows/system32/notepad.exe

$ run /cygdrive/c/windows/system32/notepad.exe &

use ps to check how the notepad process is connected to cygwin. Try
exiting the shell after the second command to see why you want to use
run.

Anyway, that's how I think things work. But I may be wrong. It may
give you some ideas on where to look for more correct and/or detailed
answers.

Doug

-- 
Doug Henderson, Calgary, Alberta, Canada

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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-23 17:56                       ` Achim Gratz
@ 2014-10-23 18:47                         ` John Wiersba
  0 siblings, 0 replies; 28+ messages in thread
From: John Wiersba @ 2014-10-23 18:47 UTC (permalink / raw)
  To: Achim Gratz, cygwin

>________________________________

> From: Achim Gratz <Stromeko@nexgo.de>
>John Wiersba writes:
>> Maybe I'm confused.  Isn't the purpose of run.exe to start a
>> cygwin program without creating a (visible) console window?
>
>The purpose of run is to start a Windows program that needs a console to
>exist and hide the console window created by windows if there is no
>console that the program can attach to (which would otherwise clutter
>the taskbar even when minimized).


I believe this fits what I am trying to do.  Start a console program (/bin/bash.exe)
without a console being visible, even for a short period of time.


>> I can just start a cygwin program directly without the indirection of
>> run.exe if I don't care about the random flashing console window.
>
>What are you actually trying to do?  Starting mintty from a Windows
>shortcut doesn't produce a console window to start with and you can just
>tell mintty what program you intend to run inside it.

My scenario is to eventually start mintty.  But I want to script up the 

arguments to mintty so I didn't have to type them into the windows shortcut.  

I created a shortcut:  

  d:\cygwin\bin\run.exe /bin/bash.exe script.sh

(I would prefer:  d:\cyginw\run.exe script.sh, but that doesn't work for
some reason)


where script.sh eventually starts mintty with some command line arguments.  

However, I don't want the flashing window before the bash script calls mintty.  

Run.exe flashes a console window before (or in the process of) starting bash.

If I don't use run.exe and instead start bash.exe directly with


  d:\cygwin\bin\bash.exe script.sh

I get an extra console window.  So, run.exe is successfully getting rid of that 

extra console window, but in the process it flashes the console window, which 

is what I'm trying to get rid of (and I think might be a bug in run.exe).

Additionally, I have other scenarios where I would like to start bash from a 

windows shortcut without a flashing console window, even though run.exe is
successful in not leaving a console window on the taskbar.


>Regards,
>Achim.
>-- 
>+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
>
>Wavetables for the Terratec KOMPLEXER:
>http://Synth.Stromeko.net/Downloads.html#KomplexerWaves
>
>--
>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
>
>
>
>
>

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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-23 18:34                       ` Doug Henderson
@ 2014-10-23 19:15                         ` John Wiersba
  0 siblings, 0 replies; 28+ messages in thread
From: John Wiersba @ 2014-10-23 19:15 UTC (permalink / raw)
  To: Doug Henderson, cygwin

Thanks, Doug.  

I use cygstart.exe to start windows programs (such as winword or notepad) from 

a mintty/bash console in a way that allows the mintty console to be closed 

while the windows application is still active.


I thought run.exe was meant to be used from shortcuts to run cygwin programs 

without flashing a console window on the desktop.  I don't think it's needed
to start programs from a mintty console.


>________________________________
> From: Doug Henderson <djndnbvg@gmail.com>
>To: "cygwin@cygwin.com" <cygwin@cygwin.com> 
>Sent: Thursday, October 23, 2014 2:34 PM
>Subject: Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
> 
>
>On 23 October 2014 06:24, John Wiersba > wrote:
>> Maybe I'm confused.  Isn't the purpose of run.exe to start a
>> cygwin program without creating a (visible) console window?
>> I can just start a cygwin program directly without the indirection of
>> run.exe if I don't care about the random flashing console window.
>>
>> From the run.exe manpage:
>>   run will do this for you.  It works as intermediate and starts a program 

>>   but makes the console window hidden.
>
>AFAIK, all programs that run in Windows need a window handle in order
>to receive events, and to pass to a lot of windows functions. If your
>program create a windows before it tries to do anything that requires
>a window, that window gets used. When your program does not create its
>own windows, the start up code tries to attach you to an existing
>console window, and if there is not one, it creates it.
>
>A Windows GUI program starts at winmain(). This entry point does not
>have the same requirements as the C standard main() entry point.
>Mainly, you do not have the stdin, stdout, and stderr attached to
>anything, and you do not have a window. Creating a console or GUI
>window is entirely up to your code.
>
>Normally, any non-GUI program will attach to the console window where
>it starts. A "dos" type program will attach to the window running the
>cmd.exe that started it, and a cygwin program will get attached to the
>mintty console window to which your shell is attached,
>
>For both types of non-GUI programs, the msvcrt.dll or cygwin1.dll
>runtime code will setup stdin, stdout and stderr before entering
>main(). The runtime startup code will create a console window for you
>if you did not inherit one from your parent process, and the code will
>attach those file pointers to the console window
>
>In any system: Windows, cygwin, linux, or whatever, to create a
>windowless process, you close those initial file pointers or file
>handles and fork a new process. In the original process, you close
>your window if necessary, you call exit(), and the runtime will close
>your window if necessary. In the new process, you do what ever you
>want.
>
>When you have a cmd.exe window, you use "start" to fire off a new
>program and control what happens to its window with command line
>options.
>When you have a shell in a cygwin console, you use "run.exe" at the
>shell prompt.
>When you use a shortcut, you have not initial window, so the
>msvcrt.dll runtime creates one for you, and uses the properties of the
>shortcut to control how that window is created.
>
>At the shell prompt, try the following commands:
>
>$ /cygdrive/c/windows/system32/notepad.exe
>
>$ /cygdrive/c/windows/system32/notepad.exe &
>
>$ run /cygdrive/c/windows/system32/notepad.exe
>
>$ run /cygdrive/c/windows/system32/notepad.exe &
>
>use ps to check how the notepad process is connected to cygwin. Try
>exiting the shell after the second command to see why you want to use
>run.
>
>Anyway, that's how I think things work. But I may be wrong. It may
>give you some ideas on where to look for more correct and/or detailed
>answers.

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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-21 16:54         ` run.exe flashes non-hidden console window " John Wiersba
  2014-10-22 13:50           ` Andrey Repin
@ 2014-10-23 19:40           ` Doug Henderson
  2014-10-23 20:26             ` John Wiersba
  1 sibling, 1 reply; 28+ messages in thread
From: Doug Henderson @ 2014-10-23 19:40 UTC (permalink / raw)
  To: cygwin

On 21 October 2014 10:51, John Wiersba wrote:
> I'm trying to use run.exe to avoid a flashing console window, but it is not working on my cygwin64 install on Win7Pro-64.  This is a fresh install from 10/20/2014.  I've attached my cygcheck.out.  I've tried the following windows shortcuts and all cause a console window to briefly flash (in the case of mintty a console window flashes before the mintty terminal is displayed).
>
>   D:\cygwin\bin\run.exe /bin/bash -c "echo hi"
>   D:\cygwin\bin\run.exe /bin/env -i PATH=/bin bash --norc -c "echo hi"
>   D:\cygwin\bin\run.exe /bin/env -i PATH=/bin mintty bash --norc
>
>
> Since hiding the console window is the main purpose of run.exe, it seems that it is badly broken for Win7Pro-64.

Short answer: minimize the shortcut window.

Long answer: In windows explorer, right click on the shortcut and
select "Properties" from the context menu (it's the last item). On the
"Shortcut" tab (it's the default tab), change the value of the drop
down labeled "Run:" from "Normal window" to "Minimized". Click "OK".

Now, that flashing window will open minimized, which is much less
noticeable. It may not even paint on the task bar before the mintty
window opens. On my machine, the mintty icon paints to the right of a
blank icon space, and immediately slides left to abut the previous
icons on the task bar. If your task bar is hidden, you may not even
see that.

For clarity, let me describe the process for creating your shortcut:
In windows explorer, right click in a directory (i.e. the right pane),
select "New" -> "Shortcut". In the frst panel of the shortcut wizard,
enter "D:\cygwin\bin\run.exe" as the location. At this point you can
only enter the name of the executable without command line arguments.
Click "Next" and in the second panel of the shortcut wizard, enter a
name for the shortcut and click "OK". Now right click on the shortcut
and select "Properties". On the "Shortcut" tab, change the Target:"
text box to add arguments to the exe's command line, so the box
contains "D:\cygwin\bin\run.exe /bin/env -i PATH=/bin mintty bash
--norc". You could also change the target to "D:\cygwin\bin\env.exe -i
PATH=/bin mintty bash --norc" with equivalent result. Or even
"D:\cygwin64\bin\mintty.exe ./env.exe -i PATH=/bin bash --norc", now
you set "Run:" to "Normal window".

BTW, this search may help to discover how to create a shortcut from
the command line.

https://www.google.com/search?q=create+windows+shortcut+command+line

Doug

-- 
Doug Henderson, Calgary, Alberta, Canada

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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-23 19:40           ` Doug Henderson
@ 2014-10-23 20:26             ` John Wiersba
  2014-10-23 20:52               ` Achim Gratz
  0 siblings, 1 reply; 28+ messages in thread
From: John Wiersba @ 2014-10-23 20:26 UTC (permalink / raw)
  To: Doug Henderson, cygwin

> From: Doug Henderson <djndnbvg@gmail.com>

>
>On 21 October 2014 10:51, John Wiersba wrote:
>
>> I'm trying to use run.exe to avoid a flashing console window, but it is not working on 

>> my cygwin64 install on Win7Pro-64.  This is a fresh install from 10/20/2014.  I've 

>> attached my cygcheck.out.  I've tried the following windows shortcuts and all cause a 

>> console window to briefly flash (in the case of mintty a console window flashes before 

>> the mintty terminal is displayed).
>>
>>   D:\cygwin\bin\run.exe /bin/bash -c "echo hi"
>>   D:\cygwin\bin\run.exe /bin/env -i PATH=/bin bash --norc -c "echo hi"
>>   D:\cygwin\bin\run.exe /bin/env -i PATH=/bin mintty bash --norc
>>
>> Since hiding the console window is the main purpose of run.exe, it seems that it is 

>> badly broken for Win7Pro-64.
>
>Short answer: minimize the shortcut window.
>
>Long answer: In windows explorer, right click on the shortcut and
>...

Thanks, Doug.  I did that (minimize the shortcut) which makes it almost unnoticeable.
That's an acceptable work-around for me.

Is this not a bug in run.exe?  Run.exe documents a hidden console window, but it sounds
like "flashing and then hidden console window, unless you externally minimize the window
by minimizing the shortcut" would be a more accurate description.  Perhaps there no
(easy) way of run.exe doing this?

Is there a use-case for run.exe besides its use in shortcuts?  If not, then it would be
even more handy for run.exe to do the minimizing/fully-hiding of the console window.

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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-23 20:26             ` John Wiersba
@ 2014-10-23 20:52               ` Achim Gratz
  2014-10-23 21:25                 ` John Wiersba
  0 siblings, 1 reply; 28+ messages in thread
From: Achim Gratz @ 2014-10-23 20:52 UTC (permalink / raw)
  To: cygwin

John Wiersba writes:
> Is this not a bug in run.exe?

No, if anything it's a bug in Windows.  Look in the archives at the
beginning of 2009 where this was discussed.  You can at least hide the
window after it exists now, but the option of starting it out of sight
has been removed with Windows 7 and not returned best I know.

> Run.exe documents a hidden console window, but it sounds
> like "flashing and then hidden console window, unless you externally minimize the window
> by minimizing the shortcut" would be a more accurate description.  Perhaps there no
> (easy) way of run.exe doing this?

It does hide the console window at the earliest possible moment.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

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

* Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
  2014-10-23 20:52               ` Achim Gratz
@ 2014-10-23 21:25                 ` John Wiersba
  0 siblings, 0 replies; 28+ messages in thread
From: John Wiersba @ 2014-10-23 21:25 UTC (permalink / raw)
  To: Achim Gratz, cygwin

Thank you -- that clears up a lot of my confusion.



----- Original Message -----
> From: Achim Gratz <Stromeko@nexgo.de>
> To: cygwin@cygwin.com
> Cc: 
> Sent: Thursday, October 23, 2014 4:52 PM
> Subject: Re: run.exe flashes non-hidden console window in cygwin64 on Win7Pro-64
> 
> John Wiersba writes:
>>  Is this not a bug in run.exe?
> 
> No, if anything it's a bug in Windows.  Look in the archives at the
> beginning of 2009 where this was discussed.  You can at least hide the
> window after it exists now, but the option of starting it out of sight
> has been removed with Windows 7 and not returned best I know.
> 
> 
>>  Run.exe documents a hidden console window, but it sounds
>>  like "flashing and then hidden console window, unless you externally 
> minimize the window
>>  by minimizing the shortcut" would be a more accurate description.  
> Perhaps there no
>>  (easy) way of run.exe doing this?
> 
> It does hide the console window at the earliest possible moment.
> 
> 
> Regards,
> Achim.
> -- 
> +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
> 
> SD adaptation for Waldorf rackAttack V1.04R1:
> http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
> 
> --
> 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
> 

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

* Re: Starting mintty via run.exe
  2014-10-16 14:44 Starting mintty via run.exe John Wiersba
@ 2014-10-16 15:05 ` Eliot Moss
  0 siblings, 0 replies; 28+ messages in thread
From: Eliot Moss @ 2014-10-16 15:05 UTC (permalink / raw)
  To: cygwin

On 10/16/2014 10:44 AM, John Wiersba wrote:
> I'm trying to create a windows shortcut which will start mintty indirectlyby running a (perl) script which will exec mintty.  I know I can start mintty.exe directly via the shortcut, but the purpose of my script is to wrap the invocation in the proper environment and arguments.

> I'm encountering two problems using run.exe:
>
> 1) run.exe doesn't seem to be able to run a hashbang script.  My script starts with #!/usr/bin/perl and runs just fine from a cygwin bash command line, starting a new mintty terminal as expected.  But calling it from run.exe fails.  It flashes some kind of terminal window on the screen, which appears to have no content (but it is hard to tell, since it flashes so quickly) and then the terminal window immediately closes.  In this case, my shortcut target is: d:\cygwin\bin\run.exe /path/to/hashbang/script.

I think it may be designed to deal only with actual executables (.exe files).
The wording of the man page is ambiguous, but suggestive of this in that it
speaks of "Windows programs".

So maybe you want: run /bin/bash -c /path/to/hashbang/script

This worked for me with a trival mintty-starting hash-bang bash script.

Regards -- Eliot Moss

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

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

* Starting mintty via run.exe
@ 2014-10-16 14:44 John Wiersba
  2014-10-16 15:05 ` Eliot Moss
  0 siblings, 1 reply; 28+ messages in thread
From: John Wiersba @ 2014-10-16 14:44 UTC (permalink / raw)
  To: cygwin

I'm trying to create a windows shortcut which will start mintty indirectlyby running a (perl) script which will exec mintty.  I know I can start mintty.exe directly via the shortcut, but the purpose of my script is to wrap the invocation in the proper environment and arguments.  


I'm encountering two problems using run.exe:

1) run.exe doesn't seem to be able to run a hashbang script.  My script starts with #!/usr/bin/perl and runs just fine from a cygwin bash command line, starting a new mintty terminal as expected.  But calling it from run.exe fails.  It flashes some kind of terminal window on the screen, which appears to have no content (but it is hard to tell, since it flashes so quickly) and then the terminal window immediately closes.  In this case, my shortcut target is: d:\cygwin\bin\run.exe /path/to/hashbang/script.

2)  When I change my shortcut target to: d:\cygwin\run.exe perl /path/to/hashbang/script, then it runs the script and starts a mintty terminal session, but I still get the flashing terminal window before mintty starts, which I don't want.  I kind of thought the purpose of run.exe was to hide such a terminal window?  There must be something I'm not understanding about how run.exe works or its purpose.


Finally, is there any way I can debug what's going on without rebuilding run.exe?  For example, can I prevent the flashing window from flashing so quickly (in case there's a message displayed there).

Thanks!


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

end of thread, other threads:[~2014-10-23 21:25 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-16 19:43 Starting mintty via run.exe John Wiersba
2014-10-16 23:34 ` Eliot Moss
2014-10-17  3:39   ` John Wiersba
2014-10-17  3:51     ` John Wiersba
2014-10-17 13:14       ` Eliot Moss
2014-10-17 21:52         ` cygcheck -s segfaults in cygwin64 on Win7Pro-64 John Wiersba
2014-10-18  3:59           ` Marco Atzeri
2014-10-20 22:39             ` John Wiersba
2014-10-21  8:03               ` Andrew Schulman
2014-10-21 11:03                 ` Corinna Vinschen
2014-10-21 15:31                   ` John Wiersba
2014-10-21 16:54         ` run.exe flashes non-hidden console window " John Wiersba
2014-10-22 13:50           ` Andrey Repin
2014-10-22 20:37             ` John Wiersba
2014-10-23  0:20               ` Doug Henderson
2014-10-23  1:35                 ` Andrey Repin
2014-10-23  8:42                   ` Andrew Schulman
     [not found]                   ` <1414037878.2285.YahooMailNeo@web162805.mail.bf1.yahoo.com>
2014-10-23 12:24                     ` John Wiersba
2014-10-23 17:56                       ` Achim Gratz
2014-10-23 18:47                         ` John Wiersba
2014-10-23 18:34                       ` Doug Henderson
2014-10-23 19:15                         ` John Wiersba
2014-10-23 19:40           ` Doug Henderson
2014-10-23 20:26             ` John Wiersba
2014-10-23 20:52               ` Achim Gratz
2014-10-23 21:25                 ` John Wiersba
  -- strict thread matches above, loose matches on Subject: below --
2014-10-16 14:44 Starting mintty via run.exe John Wiersba
2014-10-16 15:05 ` Eliot Moss

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