public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Re: Question on gcc install
@ 2014-06-19 23:59 Arthur Schwarz
  2014-06-20  0:31 ` Larry Hall (Cygwin)
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Arthur Schwarz @ 2014-06-19 23:59 UTC (permalink / raw)
  To: 'Arthur Schwarz', cygwin; +Cc: 10walls

Hi JonY;

I hope that this clarifies some of the thing yous mentioned (as well as
others unmentioned).

None of the toolchains are multilib capable, so -m32/-m64 is not going
to work. See also http://wiki.osdev.org/Target_Triplet
   "> info gcc -> Option Index" shows -m32 and -m64 as valid 
   Options Are there plans to change the info files so that 
   they better represent the distributed versions of the 
   compiler?

No, gdb happens to be invariant because you don't have cross gdb
installed. You cannot debug 32bit code with 64bit gdb on Windows.
   Would it be possible to clarify that 64-bit compiler target
   Will only work on a compatible 64-bit gdb (same for 32-bit)
   and that in order to get gcc to generate code for 32-bit
   targets the setup-x86.exe must be used ant that in order to
   get 64-bit target code setup-x86_64.exe must be used?


> If there is a resource document that I can look at to find the meaning of
> life, could you tell me where to find it? I have downloaded the 
> gcc.gnu.org document set for vrs. 4.8.3, Is this sufficient?

My advice is, stop jumping to conclusions, 
   Could you please clarify what in the above sentence draws a 
   conclusion? Are you saying that if I have concluded that
   documentation exists that it does not?

and stop assuming facts about how things are related, 
   Could you please clarify what in the above sentence supports your 
   statement? Are you saying that the gcc documentation for vrs. 4.8.3
   Is not related to the gcc port?

and fix your email client to reply to threads properly instead of starting a
new thread for every reply.
   I am trying. I am terribly sorry that this occurs.

   What on Earth is the python script for?
      It is for gdb pretty-printing. Your questions are more 
      appropriate on gcc-help.
         Is there some reason a gdb script is located under
         A gcc directory and not a gdb directory?


   Supposing the following seems to have occurred with this release.
      1: The use of appended version numbers in /bin has been 
         abandoned.
      2: The latest distribution (16 Jun) has an error in that 
         x86_64-w64-mingw32 does not have an associated file 
         in /usr/. There is an associated file in /usr/lib/gcc 
         however.

      What?
         In trying to understand your comment I assume that you
         Are questioning items 1: and 2: above. 
         1: the latest download, unlike previous downloads, is
             Missing compiler files such as 
             i686-pc-cygwin-gcc-4.8.2.exe.
         2: In all cases except x86_64-w64-mingw32, there is
            a directory in /usr and /usr/lib/gcc with the
            same toolchain prefix as in /bin. Without being
            tendentious I assume that you understand the
            toolchain prefix as defined in 
            http://wiki.osdev.org/Target_Triplet. You have 
            requested that I make no assumptions, so I now
            assume that the omission is deliberate and 
            need no further investigation or action.

   From http://wiki.osdev.org/Target_Triplet the compiler names
   are:
      machine-vendor-operatingsystem

   For the cygwin distribution this translates to:
        i686-pc-cygwin
        |    |  o- operating system
        |    o- vendor
        o- target platform

        x86_64-pc-cygwin
        |      |  o- operating system
        |      o- vendor
        o- target platform

        i686-pc-mingw32/
        |    |  o- operating system
        |    o- vendor
        o- target platform

        i686-w64-mingw32
        |    |   o- operating system
        |    o- vendor
        o- target platform

        x86_64-w64-mingw32
        |      |   o- operating system
        |      o- vendor
        o- target platform

       What is the w64 vendor and mingw32 operatingsystem?
       I am relieved that the '32' in 'mingw32' has
       no meaning.


   /usr/share/doc/gcc/README and /usr/share/doc/gcc/INSTALL/README 
   Reference the directory gcc/doc. Would it be possible to show 
   the complete path to this directory?

Thanks
art


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

* Re: Question on gcc install
  2014-06-19 23:59 Re: Question on gcc install Arthur Schwarz
@ 2014-06-20  0:31 ` Larry Hall (Cygwin)
  2014-06-20  9:47 ` JonY
  2014-06-20 14:37 ` Arthur Schwarz
  2 siblings, 0 replies; 18+ messages in thread
From: Larry Hall (Cygwin) @ 2014-06-20  0:31 UTC (permalink / raw)
  To: cygwin

On 06/19/2014 07:58 PM, Arthur Schwarz wrote:

<snip>

>     Would it be possible to clarify that 64-bit compiler target
>     Will only work on a compatible 64-bit gdb (same for 32-bit)
>     and that in order to get gcc to generate code for 32-bit
>     targets the setup-x86.exe must be used ant that in order to
>     get 64-bit target code setup-x86_64.exe must be used?

This is how it works now.  Only if you install both environments
will there be 2 versions.  It's assumed that if you install both,
you know to keep them separate.  Mixing the two environments won't
work.

>           In trying to understand your comment I assume that you
>           Are questioning items 1: and 2: above.
>           1: the latest download, unlike previous downloads, is
>               Missing compiler files such as
>               i686-pc-cygwin-gcc-4.8.2.exe.

See:

<https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86%2Fgcc-core%2Fgcc-core-4.8.2-2&grep=i686-pc-cygwin-gcc-4.8.2.exe>

It's in there.  If you don't have it, install it.  If it's already
installed, re-install.

-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

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

* Re: Question on gcc install
  2014-06-19 23:59 Re: Question on gcc install Arthur Schwarz
  2014-06-20  0:31 ` Larry Hall (Cygwin)
@ 2014-06-20  9:47 ` JonY
  2014-06-20 14:37 ` Arthur Schwarz
  2 siblings, 0 replies; 18+ messages in thread
From: JonY @ 2014-06-20  9:47 UTC (permalink / raw)
  To: The Cygwin Mailing List

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

On 6/20/2014 07:58, Arthur Schwarz wrote:
> Hi JonY;
> 
> I hope that this clarifies some of the thing yous mentioned (as well as
> others unmentioned).
> 
> None of the toolchains are multilib capable, so -m32/-m64 is not going
> to work. See also http://wiki.osdev.org/Target_Triplet
>    "> info gcc -> Option Index" shows -m32 and -m64 as valid 
>    Options Are there plans to change the info files so that 
>    they better represent the distributed versions of the 
>    compiler?
> 

Yes, they are valid options to gcc, but that does not mean gcc is able
to honor them. None of the builds are specifically set up for multilib.

> No, gdb happens to be invariant because you don't have cross gdb
> installed. You cannot debug 32bit code with 64bit gdb on Windows.
>    Would it be possible to clarify that 64-bit compiler target
>    Will only work on a compatible 64-bit gdb (same for 32-bit)
>    and that in order to get gcc to generate code for 32-bit
>    targets the setup-x86.exe must be used ant that in order to
>    get 64-bit target code setup-x86_64.exe must be used?
> 
> 

No, use the cross compilers, host and target triplets are not tied to
each other. You can easily run a 32bit compiler that targets 64bt etc,
eg x86_64-w64-mingw32-gcc on 32bit Cygwin.

>> If there is a resource document that I can look at to find the meaning of
>> life, could you tell me where to find it? I have downloaded the 
>> gcc.gnu.org document set for vrs. 4.8.3, Is this sufficient?
> 
> My advice is, stop jumping to conclusions, 
>    Could you please clarify what in the above sentence draws a 
>    conclusion? Are you saying that if I have concluded that
>    documentation exists that it does not?
> 

You jump to conclusion about "version" strings and "triplets", assume
differences where there are none.

> and stop assuming facts about how things are related, 
>    Could you please clarify what in the above sentence supports your 
>    statement? Are you saying that the gcc documentation for vrs. 4.8.3
>    Is not related to the gcc port?
> 

Just start using ${prefix}-gcc for cross compiles, and "gcc" for native
compiles, likewise for other frontend drivers.

> 
>    What on Earth is the python script for?
>       It is for gdb pretty-printing. Your questions are more 
>       appropriate on gcc-help.
>          Is there some reason a gdb script is located under
>          A gcc directory and not a gdb directory?
> 

Because libstdc++ internal structures are tied to gcc, not gdb.

> 
>    Supposing the following seems to have occurred with this release.
>       1: The use of appended version numbers in /bin has been 
>          abandoned.

That is up to upstream gcc to decide, I don't control how the executable
end up as.

>       2: The latest distribution (16 Jun) has an error in that 
>          x86_64-w64-mingw32 does not have an associated file 
>          in /usr/. There is an associated file in /usr/lib/gcc 
>          however.
> 

It doesn't really matter where it goes, there is no meaning in it.

>       What?
>          In trying to understand your comment I assume that you
>          Are questioning items 1: and 2: above. 
>          1: the latest download, unlike previous downloads, is
>              Missing compiler files such as 
>              i686-pc-cygwin-gcc-4.8.2.exe.

Use "i686-pc-cygwin-gcc", so you don't have to mess around each and
every update.

>          2: In all cases except x86_64-w64-mingw32, there is
>             a directory in /usr and /usr/lib/gcc with the
>             same toolchain prefix as in /bin. Without being
>             tendentious I assume that you understand the
>             toolchain prefix as defined in 
>             http://wiki.osdev.org/Target_Triplet. You have 
>             requested that I make no assumptions, so I now
>             assume that the omission is deliberate and 
>             need no further investigation or action.
> 

That is right, because there is no hidden conspiracy theory behind it.

>    From http://wiki.osdev.org/Target_Triplet the compiler names
>    are:
>       machine-vendor-operatingsystem
> 
>    For the cygwin distribution this translates to:
>         i686-pc-cygwin
>         |    |  o- operating system
>         |    o- vendor
>         o- target platform
> 
>         x86_64-pc-cygwin
>         |      |  o- operating system
>         |      o- vendor
>         o- target platform
> 
>         i686-pc-mingw32/
>         |    |  o- operating system
>         |    o- vendor
>         o- target platform
> 
>         i686-w64-mingw32
>         |    |   o- operating system
>         |    o- vendor
>         o- target platform
> 
>         x86_64-w64-mingw32
>         |      |   o- operating system
>         |      o- vendor
>         o- target platform
> 
>        What is the w64 vendor and mingw32 operatingsystem?
>        I am relieved that the '32' in 'mingw32' has
>        no meaning.
> 

mingw32 is a shorthand for "stuff that runs on Windows and uses msvcrt".
The "w64" signifies the "mingw32" implementation came from mingw-w64, as
opposed to the default "pc", where it came from mingw.org. Different
implementations of the same target.

> 
>    /usr/share/doc/gcc/README and /usr/share/doc/gcc/INSTALL/README 
>    Reference the directory gcc/doc. Would it be possible to show 
>    the complete path to this directory?

It means <https://gcc.gnu.org/install/>.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* RE: Question on gcc install
  2014-06-19 23:59 Re: Question on gcc install Arthur Schwarz
  2014-06-20  0:31 ` Larry Hall (Cygwin)
  2014-06-20  9:47 ` JonY
@ 2014-06-20 14:37 ` Arthur Schwarz
  2014-06-21  1:56   ` JonY
  2014-06-21 16:44   ` Arthur Schwarz
  2 siblings, 2 replies; 18+ messages in thread
From: Arthur Schwarz @ 2014-06-20 14:37 UTC (permalink / raw)
  To: 'Arthur Schwarz', cygwin; +Cc: 10walls


> At the present time /bin/gcc.exe, etc., works. /bin/*mingw*.exe either
> compiles but does not link, or does not compile - which seems to be a
header
> issue. gcc -m32 does not work which may be a gcc.gnu issue.
> 

Can you at least be specific about the errors? It is rather frustrating
reading your emails, being so vague about and all. Are you mixing Cygwin
and mingw code?

   Sorry. I was remiss.

   Execution fails on all of the mingw compilers with the same error
   message. All compilations use the same command line options.

   > i686-pc-mingw32-g++ -Wall -Wno-reorder -Wno-unused-value -DYYDEBUG=1 
     -DDEBUG_IO   -c -g -MMD -MP -MF

   > slip.exe

/E/home/skidmarks/Projects/SLIP/slip/dist/Debug/mingw-Windows/slip.exe:
error while loading shared libraries: libstdc++-6.dll: cannot open shared
object file: No such file or directory

RUN FAILED (exit value 127, total time: 15ms)

After execution I ran the following find on /usr.

> find /usr/i686-pc-cygwin 
       /usr/i686-pc-mingw32 
       /usr/i686-w64-mingw32 
       /usr/x86_64-w64-mingw32 -iname 'libstdc++-6.dll'

i686-pc-mingw32/sys-root/mingw/bin/libstdc++-6.dll
i686-w64-mingw32/sys-root/mingw/bin/libstdc++-6.dll
x86_64-w64-mingw32/sys-root/mingw/bin/libstdc++-6.dll

/usr/i686-pc-cygwin apparently does not use this dll and the generated mingw
executables can not find it. Can anything be done about this - I refrain
from 'guessing', 'inferring', or 'assuming (causality)'.


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

* Re: Question on gcc install
  2014-06-20 14:37 ` Arthur Schwarz
@ 2014-06-21  1:56   ` JonY
  2014-06-21 16:44   ` Arthur Schwarz
  1 sibling, 0 replies; 18+ messages in thread
From: JonY @ 2014-06-21  1:56 UTC (permalink / raw)
  To: The Cygwin Mailing List

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

On 6/20/2014 22:37, Arthur Schwarz wrote:
> 
>> At the present time /bin/gcc.exe, etc., works. /bin/*mingw*.exe either
>> compiles but does not link, or does not compile - which seems to be a
> header
>> issue. gcc -m32 does not work which may be a gcc.gnu issue.
>>
> 
> Can you at least be specific about the errors? It is rather frustrating
> reading your emails, being so vague about and all. Are you mixing Cygwin
> and mingw code?
> 
>    Sorry. I was remiss.
> 
>    Execution fails on all of the mingw compilers with the same error
>    message. All compilations use the same command line options.
> 
>    > i686-pc-mingw32-g++ -Wall -Wno-reorder -Wno-unused-value -DYYDEBUG=1 
>      -DDEBUG_IO   -c -g -MMD -MP -MF
> 
>    > slip.exe
> 
> /E/home/skidmarks/Projects/SLIP/slip/dist/Debug/mingw-Windows/slip.exe:
> error while loading shared libraries: libstdc++-6.dll: cannot open shared
> object file: No such file or directory
> 
> RUN FAILED (exit value 127, total time: 15ms)
> 

You are not supposed to run cross compiled executable files. This is not
even a linker error.

> After execution I ran the following find on /usr.
> 
>> find /usr/i686-pc-cygwin 
>        /usr/i686-pc-mingw32 
>        /usr/i686-w64-mingw32 
>        /usr/x86_64-w64-mingw32 -iname 'libstdc++-6.dll'
> 
> i686-pc-mingw32/sys-root/mingw/bin/libstdc++-6.dll
> i686-w64-mingw32/sys-root/mingw/bin/libstdc++-6.dll
> x86_64-w64-mingw32/sys-root/mingw/bin/libstdc++-6.dll
> 
> /usr/i686-pc-cygwin apparently does not use this dll and the generated mingw
> executables can not find it. Can anything be done about this - I refrain
> from 'guessing', 'inferring', or 'assuming (causality)'.
> 
> 

Do not guess, there is nothing to infer from it, it is done on purpose.
You will need to copy these to where your executable programs are
running. Additionally, you mustn't mix DLLs from different toolchains,
so in this case, take the dll from i686-pc-mingw32.





[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* RE: Question on gcc install
  2014-06-20 14:37 ` Arthur Schwarz
  2014-06-21  1:56   ` JonY
@ 2014-06-21 16:44   ` Arthur Schwarz
  2014-06-22  2:14     ` JonY
  1 sibling, 1 reply; 18+ messages in thread
From: Arthur Schwarz @ 2014-06-21 16:44 UTC (permalink / raw)
  To: 'Arthur Schwarz', cygwin; +Cc: 10walls

On 6/20/2014 22:37, Arthur Schwarz wrote:
> 
>> At the present time /bin/gcc.exe, etc., works. /bin/*mingw*.exe 
>> either compiles but does not link, or does not compile - which seems 
>> to be a
> header
>> issue. gcc -m32 does not work which may be a gcc.gnu issue.
>>
> 
> Can you at least be specific about the errors? It is rather 
> frustrating reading your emails, being so vague about and all. Are you 
> mixing Cygwin and mingw code?
> 
>    Sorry. I was remiss.
> 
>    Execution fails on all of the mingw compilers with the same error
>    message. All compilations use the same command line options.
> 
>    > i686-pc-mingw32-g++ -Wall -Wno-reorder -Wno-unused-value -DYYDEBUG=1 
>      -DDEBUG_IO   -c -g -MMD -MP -MF
> 
>    > slip.exe
> 
> /E/home/skidmarks/Projects/SLIP/slip/dist/Debug/mingw-Windows/slip.exe:
> error while loading shared libraries: libstdc++-6.dll: cannot open 
> shared object file: No such file or directory
> 
> RUN FAILED (exit value 127, total time: 15ms)
> 

You are not supposed to run cross compiled executable files. This is not
even a linker error.

    I compiled my program with each of the mingw32 compilers.
    After each compilation I copied the libstdc++-6.dll into
    the directory containing the compiled executable and then
    ran the compiled code. After each execution I received the
    same error. Are you saying that the mingw32 compiled code
    is cross-compiled to a non-intel, non-windows and/or
    non-cygwin architecture and that is why the code doesn't
    execute? What are you supposed to do with mingw32 compiled
    code instead of executing it?


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

* Re: Question on gcc install
  2014-06-21 16:44   ` Arthur Schwarz
@ 2014-06-22  2:14     ` JonY
  2014-06-22  4:25       ` René Berber
  0 siblings, 1 reply; 18+ messages in thread
From: JonY @ 2014-06-22  2:14 UTC (permalink / raw)
  To: The Cygwin Mailing List

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

On 6/22/2014 00:43, Arthur Schwarz wrote:
>> /E/home/skidmarks/Projects/SLIP/slip/dist/Debug/mingw-Windows/slip.exe:
>> error while loading shared libraries: libstdc++-6.dll: cannot open 
>> shared object file: No such file or directory
>>
>> RUN FAILED (exit value 127, total time: 15ms)
>>
> 
> You are not supposed to run cross compiled executable files. This is not
> even a linker error.
> 
>     I compiled my program with each of the mingw32 compilers.
>     After each compilation I copied the libstdc++-6.dll into
>     the directory containing the compiled executable and then
>     ran the compiled code. After each execution I received the
>     same error. Are you saying that the mingw32 compiled code
>     is cross-compiled to a non-intel, non-windows and/or
>     non-cygwin architecture and that is why the code doesn't
>     execute? What are you supposed to do with mingw32 compiled
>     code instead of executing it?
> 
> 

There you go again with all the implications, mingw32 code is cross
compiled from Cygwin's point of view, so don't run it under Cygwin. Run
it under cmd or something.

Was that too hard to understand?



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* Re: Question on gcc install
  2014-06-22  2:14     ` JonY
@ 2014-06-22  4:25       ` René Berber
  2014-06-22 22:08         ` JonY
  0 siblings, 1 reply; 18+ messages in thread
From: René Berber @ 2014-06-22  4:25 UTC (permalink / raw)
  To: cygwin

On 6/21/2014 9:13 PM, JonY wrote:

> There you go again with all the implications, mingw32 code is cross
> compiled from Cygwin's point of view, so don't run it under Cygwin. Run
> it under cmd or something.
>
> Was that too hard to understand?

Yes, because its not true, the code runs fine under Cygwin (as long as 
the executable and its dependencies are in the PATH, or on the current 
working directory, and all of them have the executable attribute set, 
i.e. it follows Windows' rules) the same as any other Windows program 
runs under Cygwin.
-- 
René Berber


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

* Re: Question on gcc install
  2014-06-22  4:25       ` René Berber
@ 2014-06-22 22:08         ` JonY
  0 siblings, 0 replies; 18+ messages in thread
From: JonY @ 2014-06-22 22:08 UTC (permalink / raw)
  To: The Cygwin Mailing List

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

On 6/22/2014 12:24, René Berber wrote:
> On 6/21/2014 9:13 PM, JonY wrote:
> 
>> There you go again with all the implications, mingw32 code is cross
>> compiled from Cygwin's point of view, so don't run it under Cygwin. Run
>> it under cmd or something.
>>
>> Was that too hard to understand?
> 
> Yes, because its not true, the code runs fine under Cygwin (as long as
> the executable and its dependencies are in the PATH, or on the current
> working directory, and all of them have the executable attribute set,
> i.e. it follows Windows' rules) the same as any other Windows program
> runs under Cygwin.

Sure you can make it work by messing with PATH, but you'd run into other
issues like PATH translation from the command line etc. Do to simplify
it for the user, just don't do it if you don't know what you're doing.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* Re: Question on gcc install
  2014-06-18 15:11   ` Arthur Schwarz
@ 2014-06-18 22:12     ` JonY
  0 siblings, 0 replies; 18+ messages in thread
From: JonY @ 2014-06-18 22:12 UTC (permalink / raw)
  To: cygwin

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

On 6/18/2014 23:11, Arthur Schwarz wrote:
> I am including cygcheck.out as an attachment. 
> 
> Andrey Repin pointed out to me that my various e-mail responses are
> scattered all over the mailing list. I am very sorry for this and hope that
> at least this e-mail is put in the appropriate place so that proper tracking
> can be done. If you have not seen my prior posts then some of the history
> and flavor of comments in this post may be lost.
> 

Please don't add "--" to separate your text from others too, it is
treated as a signature in some clients.

> I don't think that there is an error in cygwin. I think that the number of
> executables, directories, etc. is by intent. What I am trying to do is to
> discover the intent and then, if necessary, report errors.
> 
> Here are a list of guesses:
>    /bin
>       i686-pc-cygwin.*      Related toolchain for a compiler
>       i686-pc-mingw32.*     i686/x86 indicates the compiler instruction set
>       i686-w64-mingw32.*    pc/w64 = 32/64-bits the input architecture (?)
>       x86_64-pc-cygwin.*    cygwin/mingw32 the compiler producer
>       x86_64-w64-mingw32.*
> 
> It is also possible (again I'm guessing) the prefix represents the output
> architecture rather than the compiler architecture. This would (perhaps)
> explain why the gcc -m32 option has been disabled. If the -m32 option is not
> disabled by intent then there is a compiler bug, and if it is disabled by
> intent then this indicates a departure from behavior for a direct port.
> 

None of the toolchains are multilib capable, so -m32/-m64 is not going
to work. See also http://wiki.osdev.org/Target_Triplet

> Each prefix has two related directories:
>    /usr   used by the compiler
>       i686-pc-cygwin/
>       i686-pc-mingw32/
>       i686-w64-mingw32
>       x86_64-pc-cygwin
>       x86_64-w64-mingw32
> 
>    /usr/lib/gcc  contains version specific data for user (& compiler?)
>       i686-pc-cygwin/vrs/
>       i686-pc-mingw32/vrs/
>       i686-w64-mingw32/vrs/
>       x86_64-pc-cygwin/vrs/
>       x86_64-w64-mingw32/vrs/
> 
> Prefixes with an appended version number in /bin are given as a visual
> indication of the version of the software associated with the prefix. For
> example, i686-pc-cygwin-gcc-4.8.2.exe indicates that the toolchain for
> i686-pc-cygwin is specific to gcc 4.8.2. I think that
> i686-pc-cygwin-gcc-4.8.2.exe is the same file as i686-pc-cygwin-gcc.exe.
> 

Yes.

> Supposing the following seems to have occurred with this release.
> 1: The use of appended version numbers in /bin has been abandoned.
> 2: The latest distribution (16 Jun) has an error in that x86_64-w64-mingw32
> does not have an associated file in /usr/. There is an associated file in
> /usr/lib/gcc however.
> 

What?

> What I would (ultimately) like to discover is resource material containing
> the exact expected configurations and the meanings for all the prefixes.

http://wiki.osdev.org/Target_Triplet

> What is what and what goes where. And I would like to have a resource rather
> than wasting bandwidth on the mailing list. To this I would add that the
> information in /usr/share/doc/gcc is not specific to the installation on
> cygwin, and also that /usr/share/gcc-vrs/ has a nested python script. What
> on Earth is the python script for?
> 

It is for gdb pretty-printing. Your questions are more appropriate on
gcc-help.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* RE: Question on gcc install
  2014-06-18  7:43 ` Csaba Raduly
@ 2014-06-18 15:11   ` Arthur Schwarz
  2014-06-18 22:12     ` JonY
  0 siblings, 1 reply; 18+ messages in thread
From: Arthur Schwarz @ 2014-06-18 15:11 UTC (permalink / raw)
  To: 'Csaba Raduly'; +Cc: 'cygwin list'

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



-----Original Message-----
From: Csaba Raduly [mailto:rcsaba@gmail.com] 
Sent: Wednesday, June 18, 2014 12:43 AM
To: Arthur Schwarz
Cc: cygwin list
Subject: Re: Question on gcc install

Hi Arthur,

On Tue, Jun 17, 2014 at 6:31 PM, Arthur Schwarz  wrote:
> Win7
> gcc 4.8.3
> Netbeans 7.4
>
> Hi Csaba;
>
> I used setup.exe.

In that case, the behavior is entirely up to what setup.exe can do and
what the GCC packages tell it to do.

setup.exe _can_ delete files (as opposed to GCC's own build system,
which can install, but not uninstall). I don't understand how you
managed to get all those versions on your system; if you just kept
upgrading GCC, I would have expected the previous versions to be
deleted.

Perhaps it's time for you to run   cygcheck -s -v -r   and attach its
output, as described in
> Problem reports:       http://cygwin.com/problems.html

Csaba
-- 

I am including cygcheck.out as an attachment. 

Andrey Repin pointed out to me that my various e-mail responses are
scattered all over the mailing list. I am very sorry for this and hope that
at least this e-mail is put in the appropriate place so that proper tracking
can be done. If you have not seen my prior posts then some of the history
and flavor of comments in this post may be lost.

I don't think that there is an error in cygwin. I think that the number of
executables, directories, etc. is by intent. What I am trying to do is to
discover the intent and then, if necessary, report errors.

Here are a list of guesses:
   /bin
      i686-pc-cygwin.*      Related toolchain for a compiler
      i686-pc-mingw32.*     i686/x86 indicates the compiler instruction set
      i686-w64-mingw32.*    pc/w64 = 32/64-bits the input architecture (?)
      x86_64-pc-cygwin.*    cygwin/mingw32 the compiler producer
      x86_64-w64-mingw32.*

It is also possible (again I'm guessing) the prefix represents the output
architecture rather than the compiler architecture. This would (perhaps)
explain why the gcc -m32 option has been disabled. If the -m32 option is not
disabled by intent then there is a compiler bug, and if it is disabled by
intent then this indicates a departure from behavior for a direct port.

Each prefix has two related directories:
   /usr   used by the compiler
      i686-pc-cygwin/
      i686-pc-mingw32/
      i686-w64-mingw32
      x86_64-pc-cygwin
      x86_64-w64-mingw32

   /usr/lib/gcc  contains version specific data for user (& compiler?)
      i686-pc-cygwin/vrs/
      i686-pc-mingw32/vrs/
      i686-w64-mingw32/vrs/
      x86_64-pc-cygwin/vrs/
      x86_64-w64-mingw32/vrs/

Prefixes with an appended version number in /bin are given as a visual
indication of the version of the software associated with the prefix. For
example, i686-pc-cygwin-gcc-4.8.2.exe indicates that the toolchain for
i686-pc-cygwin is specific to gcc 4.8.2. I think that
i686-pc-cygwin-gcc-4.8.2.exe is the same file as i686-pc-cygwin-gcc.exe.

Supposing the following seems to have occurred with this release.
1: The use of appended version numbers in /bin has been abandoned.
2: The latest distribution (16 Jun) has an error in that x86_64-w64-mingw32
does not have an associated file in /usr/. There is an associated file in
/usr/lib/gcc however.

What I would (ultimately) like to discover is resource material containing
the exact expected configurations and the meanings for all the prefixes.
What is what and what goes where. And I would like to have a resource rather
than wasting bandwidth on the mailing list. To this I would add that the
information in /usr/share/doc/gcc is not specific to the installation on
cygwin, and also that /usr/share/gcc-vrs/ has a nested python script. What
on Earth is the python script for?

And in apologia, gcc maintenance is a huge undertaking. I would sincerely
like to thank everyone involved.

art


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


Cygwin Configuration Diagnostics
Current System Time: Wed Jun 18 15:13:10 2014

Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1

Path:	.
	C:\Program Files\Java\jdk1.7.0_45\bin\
	C:\cygwin64\usr\local\bin
	C:\cygwin64\bin
	C:\Program Files (x86)\AMD APP\bin\x86_64
	C:\Program Files (x86)\AMD APP\bin\x86
	C:\Program Files\Common Files\Microsoft Shared\Windows Live
	C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live
	C:\Windows\system32
	C:\Windows
	C:\Windows\System32\Wbem
	C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static
	C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn
	C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn
	C:\Program Files (x86)\Windows Live\Shared
	C:\Program Files (x86)\Common Files\HP\Digital Imaging\bin
	C:\Program Files (x86)\HP\Digital Imaging\bin
	C:\Program Files (x86)\HP\Digital Imaging\bin\Qt\Qt 4.3.3
	C:\Program Files\doxygen\bin
	C:\Windows\System32\WindowsPowerShell\v1.0
	C:\Program Files (x86)\Graphviz2.30\bin
	C:\Windows\System32\WindowsPowerShell\v1.0
	C:\Program Files (x86)\QuickTime\QTSystem
	C:\cygwin64\lib\lapack
	C:\Program Files (x86)
	C:\Program Files

Output from C:\cygwin64\bin\id.exe
UID: 1000(skidmarks)      GID: 513(None)
513(None)                 545(Users)                1004(Debugger Users)
1008(HelpLibraryUpdaters)

SysDir: C:\Windows\system32
WinDir: C:\Windows

USER = 'skidmarks'
PWD = '/cygdrive/e/home/skidmarks'
HOME = '/cygdrive/e/home/skidmarks'

HOMEPATH = '\Users\skidmarks'
APPDATA = 'C:\Users\skidmarks\AppData\Roaming'
ProgramW6432 = 'C:\Program Files'
HOSTNAME = '2600k-PC'
JDK = 'jdk1.7.0_45'
SHELL = '/bin/bash'
TERM = 'xterm'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 42 Stepping 7, GenuineIntel'
PROFILEREAD = 'true'
WINDIR = 'C:\Windows'
VS80COMNTOOLS = 'C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\Tools\'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/cygdrive/e/home/skidmarks'
ANTLR = 'antlr-4.1-complete.jar'
ORIGINAL_PATH = '/ProgramFiles86/AMD APP/bin/x86_64:/ProgramFiles86/AMD APP/bin/x86:/ProgramFiles/Common Files/Microsoft Shared/Windows Live:/ProgramFiles86/Common Files/Microsoft Shared/Windows Live:/Windows/system32:/Windows:/Windows/System32/Wbem:/ProgramFiles86/ATI Technologies/ATI.ACE/Core-Static:/ProgramFiles86/Microsoft SQL Server/90/Tools/binn:/ProgramFiles86/Microsoft SQL Server/80/Tools/Binn:/ProgramFiles86/Windows Live/Shared:/ProgramFiles86/Common Files/HP/Digital Imaging/bin:/ProgramFiles86/HP/Digital Imaging/bin:/ProgramFiles86/HP/Digital Imaging/bin/Qt/Qt 4.3.3:/ProgramFiles/doxygen/bin:/Windows/System32/WindowsPowerShell/v1.0:/ProgramFiles86/Graphviz2.30/bin:/Windows/System32/WindowsPowerShell/v1.0:/ProgramFiles86/QuickTime/QTSystem'
USERDOMAIN = '2600k-PC'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\ProgramData'
hprofile = '$HOME/.profile'
!:: = '::\'
TEMP = '/tmp'
VS90COMNTOOLS = 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
MICROSOFT = '/ProgramFiles86/Microsoft\ Office'
PROGRAM = '/ProgramFiles'
WINNT = '/Windows'
PARSE = '/usr/local/lib/antlr-4.1-complete.jar'
MYHOME = '/cygdrive/e/home/skidmarks'
USERNAME = 'skidmarks'
PROCESSOR_LEVEL = '6'
ProgramFiles(x86) = 'C:\Program Files (x86)'
PSModulePath = 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
JAVA = '/ProgramFiles/Java/jdk1.7.0_45/bin/'
ByPass = '1'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
AMDAPPSDKROOT = 'C:\Program Files (x86)\AMD APP\'
LANG = 'en_US.UTF-8'
USERPROFILE = 'C:\Users\skidmarks'
TZ = 'America/Los_Angeles'
PS1 = '\W >> '
LOGONSERVER = '\\2600K-PC'
CommonProgramW6432 = 'C:\Program Files\Common Files'
PROCESSOR_ARCHITECTURE = 'AMD64'
LOCALAPPDATA = 'C:\Users\skidmarks\AppData\Local'
HISTCONTROL = 'ignoredups'
ProgramData = 'C:\ProgramData'
EXECIGNORE = '*.dll'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
HOMEDRIVE = 'C:'
COMSPEC = 'C:\Windows\system32\cmd.exe'
TMP = '/tmp'
SYSTEMROOT = 'C:\Windows'
PRINTER = 'HP Officejet 6500 E709a Series'
PROCESSOR_REVISION = '2a07'
CLASSPATH = '.'
VS100COMNTOOLS = 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info'
PROGRAMFILES = 'C:\Program Files'
PROGRAM86 = '/ProgramFiles86'
NUMBER_OF_PROCESSORS = '8'
asl.log = 'Destination=file'
SESSIONNAME = 'Console'
COMPUTERNAME = '2600K-PC'
WCDHOME = '/cygdrive/e/home/skidmarks/.wcd'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Console\Cygwin
  (default) = 0x00000097
  PopupColors = 0x000000f5
  ColorTable00 = 0x00646265
  ColorTable01 = 0x00806200
  ColorTable02 = 0x00008000
  ColorTable03 = 0x00808000
  ColorTable04 = 0x00000080
  ColorTable05 = 0x00800080
  ColorTable06 = 0x00008080
  ColorTable07 = 0x00c0c0c0
  ColorTable08 = 0x00808080
  ColorTable09 = 0x00f53232
  ColorTable10 = 0x0000ff00
  ColorTable11 = 0x00ffff00
  ColorTable12 = 0x000000ff
  ColorTable13 = 0x00ff00ff
  ColorTable14 = 0x0000ffff
  ColorTable15 = 0x00ffffff
  InsertMode = 0x00000001
  QuickEdit = 0x00000001
  ScreenBufferSize = 0x0bb80078
  WindowSize = 0x00280078
  FontSize = 0x000c0008
  FontFamily = 0x00000030
  FontWeight = 0x00000190
  FaceName = 'Terminal'
  CursorSize = 0x00000019
  HistoryBufferSize = 0x00000032
  NumberOfHistoryBuffers = 0x00000004
  HistoryNoDup = 0x00000000
HKEY_CURRENT_USER\Software\ATI\HydraVision2k\Position Memory\cygwin/x
HKEY_CURRENT_USER\Software\ATI\HydraVision2k\Position Memory\cygwin/x X rl
HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\cygwin'
  e022582115c10879 = '\??\C:\cygwin64'
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\XLaunch.cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\XLaunch.cygwin\DefaultIcon
  (default) = 'C:\cygwin64\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) = '"C:\cygwin64\bin\run" "C:\cygwin64\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) = '"C:\cygwin64\bin\run" "C:\cygwin64\bin\bash" -l -c "xlaunch -run  \"%1\""'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Cygwin\setup
  (default) = 'C:\cygwin'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: e022582115c10879 Path: C:\cygwin64
  User:   Key: c5e39b7a9d22bafb Path: C:\cygwin (ORPHANED)
  User:   Key: e022582115c10879 Path: C:\cygwin64

c:  hd  NTFS    953766Mb  20% CP CS UN PA FC     
d:  cd             N/A    N/A                    
e:  hd  NTFS   1907726Mb  11% CP CS UN PA FC     
f:  cd             N/A    N/A                    
z:  net            N/A    N/A                    

Warning: Mount entries should not have a trailing (back)slash

C:\cygwin64                   /                system  binary,auto
C:\Users\Anne\Desktop         /Anne            system  binary,exec,posix=0
E:\Users\Public\Downloads     /Cygwin          system  binary,exec,posix=0
D:\                           /D               system  binary,exec,posix=0
E:\Users\skidmarks\Downloads  /Downloads       system  binary,exec,posix=0
E:\                           /E               system  binary,exec,posix=0
F:\                           /F               system  binary,exec,posix=0
G:\                           /G               system  binary,exec,posix=0
H:\                           /H               system  binary,exec,posix=0
C:\Program Files              /ProgramFiles    system  binary,exec,posix=0
C:\Program Files (x86)        /ProgramFiles86  system  binary,exec,posix=0
C:\Users                      /Users           system  binary,exec,posix=0
C:\Windows                    /Windows         system  binary,exec,posix=0
C:\                           /c               system  binary,exec,posix=0
C:\cygwin64\bin               /usr/bin         system  binary,auto
C:\cygwin64\lib               /usr/lib         system  binary,auto
E:\Users\skidmarks\volatile   /volatile        system  binary,exec,posix=0
cygdrive prefix               /cygdrive        user    binary,auto

Found: C:\cygwin64\bin\awk
 -> C:\cygwin64\bin\gawk.exe
Found: C:\cygwin64\bin\bash.exe
Found: C:\cygwin64\bin\cat.exe
Found: C:\cygwin64\bin\cp.exe
Found: C:\cygwin64\bin\cpp.exe
Found: C:\cygwin64\bin\crontab.exe
Found: C:\cygwin64\bin\find.exe
Found: C:\Windows\system32\find.exe
Warning: C:\cygwin64\bin\find.exe hides C:\Windows\system32\find.exe
Found: C:\cygwin64\bin\gcc.exe
Found: C:\cygwin64\bin\gdb.exe
Found: C:\cygwin64\bin\grep.exe
Found: C:\cygwin64\bin\kill.exe
Found: C:\cygwin64\bin\ld.exe
Found: C:\cygwin64\bin\ls.exe
Found: C:\cygwin64\bin\make.exe
Found: C:\cygwin64\bin\mv.exe
Found: C:\cygwin64\bin\patch.exe
Found: C:\cygwin64\bin\perl.exe
Found: C:\cygwin64\bin\rm.exe
Found: C:\cygwin64\bin\sed.exe
Found: C:\cygwin64\bin\ssh.exe
Found: C:\cygwin64\bin\sh.exe
Found: C:\cygwin64\bin\tar.exe
Found: C:\cygwin64\bin\test.exe
Found: C:\cygwin64\bin\vi.exe
Not Found: vim

   88k 2013/04/02 C:\cygwin64\bin\cygaa-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygaa-1.dll" v0.0 ts=2013-04-02 12:06
   37k 2013/07/14 C:\cygwin64\bin\cygamd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygamd-0.dll" v0.0 ts=2013-07-14 15:25
  127k 2013/06/23 C:\cygwin64\bin\cygapr-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygapr-1-0.dll" v0.0 ts=2013-06-23 18:53
  115k 2013/08/11 C:\cygwin64\bin\cygaprutil-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygaprutil-1-0.dll" v0.0 ts=2013-08-11 19:13
  575k 2013/05/30 C:\cygwin64\bin\cygarchive-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygarchive-13.dll" v0.0 ts=2013-05-30 03:06
   38k 2013/07/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygargp-0.dll" v0.0 ts=2013-07-19 15:07
  304k 2013/11/17 C:\cygwin64\bin\cygarpack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygarpack-0.dll" v0.0 ts=2013-11-17 07:16
   92k 2013/05/30 C:\cygwin64\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-31 00:00
  510k 2014/03/20 C:\cygwin64\bin\cygasn1-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygasn1-8.dll" v0.0 ts=2014-03-20 04:54
  643k 2013/04/30 C:\cygwin64\bin\cygaspell-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygaspell-15.dll" v0.0 ts=2013-04-30 08:11
    9k 2014/06/16 C:\cygwin64\bin\cygasprintf-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygasprintf-0.dll" v0.0 ts=1970-01-01 00:00
   20k 2013/06/03 C:\cygwin64\bin\cygasyncns-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygasyncns-0.dll" v0.0 ts=2013-06-03 20:41
  107k 2014/03/12 C:\cygwin64\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 07:45
  145k 2014/03/12 C:\cygwin64\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 08:36
   87k 2014/06/01 C:\cygwin64\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygatomic-1.dll" v0.0 ts=1970-01-01 00:00
  137k 2014/03/12 C:\cygwin64\bin\cygatspi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatspi-0.dll" v0.0 ts=2014-03-12 08:18
   16k 2013/03/26 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygattr-1.dll" v0.0 ts=2013-03-26 18:26
   80k 2013/05/30 C:\cygwin64\bin\cygaudio-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygaudio-2.dll" v0.0 ts=2013-05-30 23:41
  174k 2013/04/29 C:\cygwin64\bin\cygautotrace-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygautotrace-3.dll" v0.0 ts=2013-04-29 09:23
   59k 2013/06/04 C:\cygwin64\bin\cygavahi-client-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-client-3.dll" v0.0 ts=2013-06-04 05:29
   42k 2013/06/04 C:\cygwin64\bin\cygavahi-common-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-common-3.dll" v0.0 ts=2013-06-04 05:28
   13k 2013/06/04 C:\cygwin64\bin\cygavahi-glib-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygavahi-glib-1.dll" v0.0 ts=2013-06-04 05:29
  125k 2013/03/11 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygblkid-1.dll" v0.0 ts=2013-03-11 03:08
  368k 2013/05/30 C:\cygwin64\bin\cygbonobo-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygbonobo-2-0.dll" v0.0 ts=2013-05-31 00:16
   84k 2013/05/30 C:\cygwin64\bin\cygbonobo-activation-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygbonobo-activation-4.dll" v0.0 ts=2013-05-31 00:16
  351k 2013/06/04 C:\cygwin64\bin\cygbonoboui-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygbonoboui-2-0.dll" v0.0 ts=2013-06-04 18:37
    7k 2013/05/29 C:\cygwin64\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 23:31
   24k 2013/05/29 C:\cygwin64\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 23:31
   49k 2013/05/29 C:\cygwin64\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 23:31
   83k 2013/05/29 C:\cygwin64\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 23:31
  255k 2013/05/29 C:\cygwin64\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 23:32
   92k 2013/05/29 C:\cygwin64\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 23:32
  670k 2013/05/29 C:\cygwin64\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 23:33
   63k 2013/05/29 C:\cygwin64\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 23:34
   68k 2013/05/29 C:\cygwin64\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 23:34
  320k 2013/05/29 C:\cygwin64\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 23:33
  321k 2013/05/29 C:\cygwin64\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 23:34
   42k 2013/05/29 C:\cygwin64\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 23:37
  361k 2013/05/29 C:\cygwin64\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 23:36
   11k 2013/05/29 C:\cygwin64\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 23:36
  913k 2013/05/29 C:\cygwin64\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 23:32
  363k 2013/05/29 C:\cygwin64\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 23:37
   74k 2013/05/29 C:\cygwin64\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 23:37
   19k 2013/05/29 C:\cygwin64\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 23:31
   70k 2013/05/29 C:\cygwin64\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 23:32
   17k 2013/05/29 C:\cygwin64\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 23:37
  520k 2013/05/29 C:\cygwin64\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 23:38
  991k 2013/05/29 C:\cygwin64\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 23:38
  257k 2013/05/29 C:\cygwin64\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 23:37
   64k 2013/03/07 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2013-03-07 02:54
 1061k 2014/03/13 C:\cygwin64\bin\cygcairo-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-2.dll" v0.0 ts=2014-03-13 21:39
   26k 2014/03/13 C:\cygwin64\bin\cygcairo-gobject-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-gobject-2.dll" v0.0 ts=2014-03-13 21:39
  122k 2014/03/13 C:\cygwin64\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 21:40
   39k 2013/07/14 C:\cygwin64\bin\cygcamd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcamd-0.dll" v0.0 ts=2013-07-14 15:45
   59k 2013/06/04 C:\cygwin64\bin\cygcanberra-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcanberra-0.dll" v0.0 ts=2013-06-04 08:04
   17k 2013/06/04 C:\cygwin64\bin\cygcanberra-gtk-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcanberra-gtk-0.dll" v0.0 ts=2013-06-04 08:05
   17k 2013/06/04 C:\cygwin64\bin\cygcanberra-gtk3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcanberra-gtk3-0.dll" v0.0 ts=2013-06-04 08:05
   13k 2013/03/06 C:\cygwin64\bin\cygcatgets1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcatgets1.dll" v0.0 ts=2013-03-06 14:34
   39k 2013/07/14 C:\cygwin64\bin\cygccolamd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygccolamd-0.dll" v0.0 ts=2013-07-14 15:54
   10k 2013/03/07 C:\cygwin64\bin\cygcharset-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcharset-1.dll" v0.0 ts=2013-03-07 03:03
  873k 2013/07/14 C:\cygwin64\bin\cygcholmod-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcholmod-0.dll" v0.0 ts=2013-07-14 17:37
  111k 2013/05/05 C:\cygwin64\bin\cygcloog-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcloog-0.dll" v0.0 ts=2013-05-05 16:39
  117k 2013/05/05 C:\cygwin64\bin\cygcloog-isl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcloog-isl-4.dll" v0.0 ts=2013-05-05 16:41
   27k 2013/07/14 C:\cygwin64\bin\cygcolamd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcolamd-0.dll" v0.0 ts=2013-07-14 15:32
   12k 2014/06/09 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcom_err-2.dll" v0.0 ts=1970-01-01 00:00
   31k 2013/04/24 C:\cygwin64\bin\cygcord-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcord-1.dll" v0.0 ts=2013-04-24 23:14
  203k 2013/04/21 C:\cygwin64\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 06:25
    9k 2013/03/07 C:\cygwin64\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-0.dll" v0.0 ts=2013-03-07 09:29
 1748k 2014/06/06 C:\cygwin64\bin\cygcrypto-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.0.0.dll" v0.0 ts=1970-01-01 00:00
  307k 2014/05/19 C:\cygwin64\bin\cygct-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygct-4.dll" v0.0 ts=1970-01-01 00:00
  413k 2014/05/23 C:\cygwin64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcurl-4.dll" v0.0 ts=1970-01-01 00:00
  158k 2013/07/14 C:\cygwin64\bin\cygcxsparse-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcxsparse-0.dll" v0.0 ts=2013-07-14 16:07
   23k 2013/04/12 C:\cygwin64\bin\cygdatrie-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdatrie-1.dll" v0.0 ts=2013-04-12 07:10
 1526k 2013/03/08 C:\cygwin64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb-5.3.dll" v0.0 ts=2013-03-08 07:55
  242k 2014/03/31 C:\cygwin64\bin\cygdbus-1-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdbus-1-3.dll" v0.0 ts=1970-01-01 00:00
  124k 2013/04/21 C:\cygwin64\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 07:12
  111k 2013/03/08 C:\cygwin64\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 07:56
  472k 2013/03/08 C:\cygwin64\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 07:58
   47k 2014/03/12 C:\cygwin64\bin\cygdconf-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdconf-1.dll" v0.0 ts=2014-03-13 00:12
   46k 2014/03/12 C:\cygwin64\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-13 00:12
  169k 2014/02/10 C:\cygwin64\bin\cygdialog-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygdialog-11.dll" v0.0 ts=2014-02-10 01:24
   15k 2013/06/06 C:\cygwin64\bin\cygdmx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdmx-1.dll" v0.0 ts=2013-06-06 20:04
   24k 2014/06/09 C:\cygwin64\bin\cyge2p-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyge2p-2.dll" v0.0 ts=1970-01-01 00:00
   67k 2014/04/12 C:\cygwin64\bin\cygecpg-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygecpg-6.dll" v0.0 ts=2014-03-21 13:22
   16k 2014/04/12 C:\cygwin64\bin\cygecpg_compat-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygecpg_compat-3.dll" v0.0 ts=2014-03-21 00:18
  154k 2013/10/20 C:\cygwin64\bin\cygedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygedit-0.dll" v0.0 ts=2013-10-20 21:56
   70k 2013/10/09 C:\cygwin64\bin\cygEGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEGL-1.dll" v0.0 ts=2013-10-09 03:31
  158k 2013/04/23 C:\cygwin64\bin\cygEMF-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEMF-1.dll" v0.0 ts=2013-04-23 06:39
   16k 2013/03/28 C:\cygwin64\bin\cygevtlog-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygevtlog-0.dll" v0.0 ts=2013-03-28 14:00
  147k 2013/07/31 C:\cygwin64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygexpat-1.dll" v0.0 ts=2013-07-31 22:53
   72k 2013/09/02 C:\cygwin64\bin\cygexslt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygexslt-0.dll" v0.0 ts=2013-09-02 17:55
  211k 2014/06/09 C:\cygwin64\bin\cygext2fs-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygext2fs-2.dll" v0.0 ts=1970-01-01 00:00
   31k 2013/08/06 C:\cygwin64\bin\cygfam-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygfam-0.dll" v0.0 ts=2013-08-06 20:09
   22k 2013/05/12 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygffi-6.dll" v0.0 ts=2013-05-12 22:53
 1050k 2014/04/13 C:\cygwin64\bin\cygfftw3-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3-3.dll" v0.0 ts=1970-01-01 00:00
 1011k 2014/04/13 C:\cygwin64\bin\cygfftw3f-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f-3.dll" v0.0 ts=1970-01-01 00:00
   25k 2014/04/13 C:\cygwin64\bin\cygfftw3f_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f_threads-3.dll" v0.0 ts=1970-01-01 00:00
   24k 2014/04/13 C:\cygwin64\bin\cygfftw3_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3_threads-3.dll" v0.0 ts=1970-01-01 00:00
  175k 2013/06/02 C:\cygwin64\bin\cygFLAC-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygFLAC-8.dll" v0.0 ts=2013-06-02 07:05
  959k 2013/09/10 C:\cygwin64\bin\cygfltk-1.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfltk-1.3.dll" v0.0 ts=2013-09-10 19:39
   21k 2013/09/10 C:\cygwin64\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 19:39
   90k 2013/09/10 C:\cygwin64\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 19:39
   47k 2013/09/10 C:\cygwin64\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 19:39
  218k 2014/04/29 C:\cygwin64\bin\cygfontconfig-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontconfig-1.dll" v0.0 ts=1970-01-01 00:00
   25k 2013/06/06 C:\cygwin64\bin\cygfontenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontenc-1.dll" v0.0 ts=2013-06-06 22:13
   56k 2014/05/26 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=1970-01-01 00:00
  545k 2013/04/21 C:\cygwin64\bin\cygfpx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfpx-1.dll" v0.0 ts=2013-04-21 12:24
  329k 2014/01/28 C:\cygwin64\bin\cygfreebl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreebl3.dll" v0.0 ts=2014-01-28 20:15
  585k 2014/03/31 C:\cygwin64\bin\cygfreetype-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreetype-6.dll" v0.0 ts=1970-01-01 00:00
   91k 2013/06/05 C:\cygwin64\bin\cygfribidi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygfribidi-0.dll" v0.0 ts=2013-06-05 18:14
   28k 2014/03/28 C:\cygwin64\bin\cyggailutil-18.dll - os=4.0 img=0.0 sys=5.2
                  "cyggailutil-18.dll" v0.0 ts=2014-03-28 18:05
   29k 2014/03/30 C:\cygwin64\bin\cyggailutil-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggailutil-3-0.dll" v0.0 ts=2014-03-30 08:10
  103k 2013/04/24 C:\cygwin64\bin\cyggc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggc-1.dll" v0.0 ts=2013-04-24 23:14
    8k 2013/04/24 C:\cygwin64\bin\cyggccpp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggccpp-1.dll" v0.0 ts=2013-04-24 23:14
   67k 2014/06/01 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcc_s-seh-1.dll" v0.0 ts=1970-01-01 00:00
  176k 2014/03/20 C:\cygwin64\bin\cyggck-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggck-1-0.dll" v0.0 ts=2014-03-20 03:06
  156k 2013/08/06 C:\cygwin64\bin\cyggconf-2-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggconf-2-4.dll" v0.0 ts=2013-08-06 20:22
  470k 2014/03/20 C:\cygwin64\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-20 03:07
  357k 2014/03/20 C:\cygwin64\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-20 03:09
  470k 2014/06/01 C:\cygwin64\bin\cyggcrypt-11.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcrypt-11.dll" v0.0 ts=1970-01-01 00:00
  239k 2013/04/21 C:\cygwin64\bin\cyggd-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggd-2.dll" v0.0 ts=2013-04-21 15:06
   40k 2014/05/27 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=1970-01-01 00:00
   13k 2014/05/27 C:\cygwin64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm_compat-4.dll" v0.0 ts=1970-01-01 00:00
  218k 2013/07/22 C:\cygwin64\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-22 04:00
  547k 2014/03/30 C:\cygwin64\bin\cyggdk-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk-3-0.dll" v0.0 ts=2014-03-30 07:56
  602k 2014/03/28 C:\cygwin64\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 17:57
  159k 2013/07/22 C:\cygwin64\bin\cyggdk_imlib-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk_imlib-1.dll" v0.0 ts=2013-07-22 05:26
  215k 2014/03/12 C:\cygwin64\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 08:07
   63k 2014/03/12 C:\cygwin64\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 08:08
  198k 2014/06/16 C:\cygwin64\bin\cyggettextlib-0-18-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggettextlib-0-18-3.dll" v0.0 ts=1970-01-01 00:00
  270k 2014/06/16 C:\cygwin64\bin\cyggettextpo-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggettextpo-0.dll" v0.0 ts=1970-01-01 00:00
  232k 2014/06/16 C:\cygwin64\bin\cyggettextsrc-0-18-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggettextsrc-0-18-3.dll" v0.0 ts=1970-01-01 00:00
 1109k 2014/06/01 C:\cygwin64\bin\cyggfortran-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-3.dll" v0.0 ts=1970-01-01 00:00
   36k 2013/04/02 C:\cygwin64\bin\cyggg-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggg-1.dll" v0.0 ts=2013-04-02 20:27
   52k 2013/04/02 C:\cygwin64\bin\cygggi-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygggi-2.dll" v0.0 ts=2013-04-02 20:50
   12k 2013/04/02 C:\cygwin64\bin\cygggimisc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygggimisc-2.dll" v0.0 ts=2013-04-02 20:56
   12k 2013/04/02 C:\cygwin64\bin\cygggiwmh-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygggiwmh-0.dll" v0.0 ts=2013-04-02 20:58
   32k 2013/07/22 C:\cygwin64\bin\cyggif-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggif-4.dll" v0.0 ts=2013-07-22 05:17
   29k 2013/04/02 C:\cygwin64\bin\cyggii-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggii-1.dll" v0.0 ts=2013-04-02 20:28
 1189k 2014/04/02 C:\cygwin64\bin\cyggio-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggio-2.0-0.dll" v0.0 ts=1970-01-01 00:00
  187k 2014/03/12 C:\cygwin64\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 07:32
  396k 2013/10/09 C:\cygwin64\bin\cygGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGL-1.dll" v0.0 ts=2013-10-09 03:31
   76k 2013/10/30 C:\cygwin64\bin\cyggl2ps-1.dll - os=4.0 img=1.3 sys=5.2
                  "cyggl2ps-1.dll" v0.0 ts=2013-10-30 18:31
   87k 2013/05/30 C:\cygwin64\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 23:40
  213k 2013/10/09 C:\cygwin64\bin\cygglapi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglapi-0.dll" v0.0 ts=2013-10-09 01:25
  149k 2013/07/22 C:\cygwin64\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-22 03:11
  904k 2014/04/02 C:\cygwin64\bin\cygglib-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglib-2.0-0.dll" v0.0 ts=1970-01-01 00:00
  885k 2013/03/14 C:\cygwin64\bin\cygglpk-33.dll - os=4.0 img=0.0 sys=5.2
                  "cygglpk-33.dll" v0.0 ts=2013-03-14 08:19
  901k 2013/10/03 C:\cygwin64\bin\cygglpk-35.dll - os=4.0 img=0.0 sys=5.2
                  "cygglpk-35.dll" v0.0 ts=2013-10-03 13:59
  894k 2014/04/13 C:\cygwin64\bin\cygglpk-36.dll - os=4.0 img=0.0 sys=5.2
                  "cygglpk-36.dll" v0.0 ts=1970-01-01 00:00
  477k 2013/04/09 C:\cygwin64\bin\cygGLU-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGLU-1.dll" v0.0 ts=2013-04-09 07:56
  220k 2013/04/09 C:\cygwin64\bin\cygglut-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygglut-3.dll" v0.0 ts=2013-04-09 08:57
   22k 2013/07/07 C:\cygwin64\bin\cygGLw-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGLw-1.dll" v0.0 ts=2013-07-07 23:57
   13k 2013/07/22 C:\cygwin64\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-22 03:11
   15k 2014/04/02 C:\cygwin64\bin\cyggmodule-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmodule-2.0-0.dll" v0.0 ts=1970-01-01 00:00
  516k 2014/04/05 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmp-10.dll" v0.0 ts=1970-01-01 00:00
   23k 2014/04/05 C:\cygwin64\bin\cyggmpxx-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmpxx-4.dll" v0.0 ts=1970-01-01 00:00
   75k 2013/06/04 C:\cygwin64\bin\cyggnome-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnome-2-0.dll" v0.0 ts=2013-06-04 17:44
  126k 2014/03/12 C:\cygwin64\bin\cyggnome-keyring-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnome-keyring-0.dll" v0.0 ts=2014-03-12 21:20
  184k 2013/05/30 C:\cygwin64\bin\cyggnomecanvas-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnomecanvas-2-0.dll" v0.0 ts=2013-05-31 00:13
  522k 2013/06/04 C:\cygwin64\bin\cyggnomeui-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnomeui-2-0.dll" v0.0 ts=2013-06-04 18:57
  331k 2014/05/23 C:\cygwin64\bin\cyggnomevfs-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnomevfs-2-0.dll" v0.0 ts=1970-01-01 00:00
  904k 2013/05/29 C:\cygwin64\bin\cyggnutls-28.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-28.dll" v0.0 ts=2013-05-29 16:52
   84k 2013/05/29 C:\cygwin64\bin\cyggnutls-openssl-27.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-openssl-27.dll" v0.0 ts=2013-05-29 16:52
   83k 2013/05/29 C:\cygwin64\bin\cyggnutls-xssl-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-xssl-0.dll" v0.0 ts=2013-05-29 16:52
   41k 2013/05/29 C:\cygwin64\bin\cyggnutlsxx-28.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutlsxx-28.dll" v0.0 ts=2013-05-29 16:52
  277k 2014/04/02 C:\cygwin64\bin\cyggobject-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggobject-2.0-0.dll" v0.0 ts=1970-01-01 00:00
   46k 2014/06/01 C:\cygwin64\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggomp-1.dll" v0.0 ts=1970-01-01 00:00
   19k 2014/06/01 C:\cygwin64\bin\cyggpg-error-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggpg-error-0.dll" v0.0 ts=1970-01-01 00:00
  280k 2014/01/03 C:\cygwin64\bin\cygGraphicsMagick++-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagick++-3.dll" v0.0 ts=2014-01-03 11:49
 2860k 2014/01/03 C:\cygwin64\bin\cygGraphicsMagick-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagick-3.dll" v0.0 ts=2014-01-03 11:48
  143k 2014/01/03 C:\cygwin64\bin\cygGraphicsMagickWand-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagickWand-2.dll" v0.0 ts=2014-01-03 11:49
  116k 2013/08/05 C:\cygwin64\bin\cyggraphite2-3.dll - os=4.0 img=3.0 sys=5.2
                  "cyggraphite2-3.dll" v0.0 ts=2013-08-05 07:33
 7684k 2013/04/30 C:\cygwin64\bin\cyggs-9.dll - os=4.0 img=0.0 sys=5.2
                  "cyggs-9.dll" v0.0 ts=2013-04-30 12:31
  213k 2014/03/25 C:\cygwin64\bin\cyggsf-1-114.dll - os=4.0 img=0.0 sys=5.2
                  "cyggsf-1-114.dll" v0.0 ts=2014-03-25 13:37
  198k 2014/03/20 C:\cygwin64\bin\cyggssapi-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi-3.dll" v0.0 ts=2014-03-20 06:15
  251k 2014/05/23 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi_krb5-2.dll" v0.0 ts=1970-01-01 00:00
   42k 2013/06/02 C:\cygwin64\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-03 00:47
  198k 2013/06/02 C:\cygwin64\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-03 00:48
  304k 2013/05/30 C:\cygwin64\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-31 00:20
   32k 2013/06/02 C:\cygwin64\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-03 00:48
  133k 2013/05/30 C:\cygwin64\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-31 00:07
   19k 2013/05/30 C:\cygwin64\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-31 00:07
   39k 2013/06/02 C:\cygwin64\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-03 00:46
   58k 2013/06/02 C:\cygwin64\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-03 00:46
   24k 2013/05/30 C:\cygwin64\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-31 00:08
   11k 2013/06/02 C:\cygwin64\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-03 00:46
  116k 2013/06/02 C:\cygwin64\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-03 00:46
  778k 2013/05/30 C:\cygwin64\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-31 00:20
   48k 2013/06/02 C:\cygwin64\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-03 00:49
   80k 2013/06/02 C:\cygwin64\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-03 00:47
   80k 2013/06/02 C:\cygwin64\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-03 00:48
   28k 2013/06/02 C:\cygwin64\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-03 00:47
  194k 2013/06/02 C:\cygwin64\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-03 00:47
   98k 2013/06/02 C:\cygwin64\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-03 00:47
   12k 2013/07/22 C:\cygwin64\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-22 03:11
   10k 2014/04/02 C:\cygwin64\bin\cyggthread-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggthread-2.0-0.dll" v0.0 ts=1970-01-01 00:00
 1282k 2013/07/22 C:\cygwin64\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-22 04:01
 4720k 2014/03/30 C:\cygwin64\bin\cyggtk-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtk-3-0.dll" v0.0 ts=2014-03-30 08:08
 3929k 2014/03/28 C:\cygwin64\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 18:03
  691k 2013/04/22 C:\cygwin64\bin\cygguile-17.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-17.dll" v0.0 ts=2013-04-22 03:15
  178k 2014/03/23 C:\cygwin64\bin\cyggvfscommon-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggvfscommon-0.dll" v0.0 ts=2014-03-23 20:48
  316k 2014/01/09 C:\cygwin64\bin\cygharfbuzz-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-0.dll" v0.0 ts=2014-01-09 07:16
   10k 2014/01/09 C:\cygwin64\bin\cygharfbuzz-icu-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-icu-0.dll" v0.0 ts=2014-01-09 07:16
 2510k 2014/06/03 C:\cygwin64\bin\cyghdf5-8.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5-8.dll" v0.0 ts=1970-01-01 00:00
  254k 2014/06/03 C:\cygwin64\bin\cyghdf5_cpp-8.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_cpp-8.dll" v0.0 ts=1970-01-01 00:00
  101k 2014/06/03 C:\cygwin64\bin\cyghdf5_hl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_hl-8.dll" v0.0 ts=1970-01-01 00:00
   10k 2014/06/03 C:\cygwin64\bin\cyghdf5_hl_cpp-8.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_hl_cpp-8.dll" v0.0 ts=1970-01-01 00:00
   14k 2014/03/20 C:\cygwin64\bin\cygheimbase-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygheimbase-1.dll" v0.0 ts=2014-03-20 04:52
   24k 2014/03/20 C:\cygwin64\bin\cygheimntlm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygheimntlm-0.dll" v0.0 ts=2014-03-20 06:13
   29k 2013/03/14 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
                  "cyghistory7.dll" v0.0 ts=2013-03-14 11:14
  166k 2013/05/14 C:\cygwin64\bin\cyghogweed-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyghogweed-2.dll" v0.0 ts=2013-05-14 07:42
  332k 2014/04/08 C:\cygwin64\bin\cyghttpd2core.dll - os=4.0 img=0.0 sys=5.2
                  "cyghttpd2core.dll" v0.0 ts=1970-01-01 00:00
  236k 2014/03/20 C:\cygwin64\bin\cyghx509-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyghx509-5.dll" v0.0 ts=2014-03-20 04:55
   78k 2013/03/15 C:\cygwin64\bin\cygICE-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygICE-6.dll" v0.0 ts=2013-03-15 09:46
  360k 2013/07/29 C:\cygwin64\bin\cygicons-0.dll - os=4.0 img=1.4 sys=5.2
                  "cygicons-0.dll" v0.0 ts=2013-07-29 02:27
  998k 2013/03/07 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiconv-2.dll" v0.0 ts=2013-03-07 03:03
21806k 2013/06/25 C:\cygwin64\bin\cygicudata51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata51.dll" v0.0 ts=2013-06-25 06:30
 1717k 2013/06/25 C:\cygwin64\bin\cygicui18n51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n51.dll" v0.0 ts=2013-06-25 06:28
   43k 2013/06/25 C:\cygwin64\bin\cygicuio51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio51.dll" v0.0 ts=2013-06-25 06:30
  305k 2013/06/25 C:\cygwin64\bin\cygicule51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule51.dll" v0.0 ts=2013-06-25 06:28
   38k 2013/06/25 C:\cygwin64\bin\cygiculx51.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx51.dll" v0.0 ts=2013-06-25 06:28
   49k 2013/06/25 C:\cygwin64\bin\cygicutest51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicutest51.dll" v0.0 ts=2013-06-25 06:29
  140k 2013/06/25 C:\cygwin64\bin\cygicutu51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicutu51.dll" v0.0 ts=2013-06-25 06:29
 1231k 2013/06/25 C:\cygwin64\bin\cygicuuc51.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc51.dll" v0.0 ts=2013-06-25 06:27
   78k 2013/06/05 C:\cygwin64\bin\cygid3tag-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygid3tag-0.dll" v0.0 ts=2013-06-05 16:05
  144k 2013/05/02 C:\cygwin64\bin\cygIDL-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygIDL-2-0.dll" v0.0 ts=2013-05-02 10:11
  195k 2013/04/05 C:\cygwin64\bin\cygidn-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn-11.dll" v0.0 ts=2013-04-05 09:58
  320k 2013/06/05 C:\cygwin64\bin\cygImlib2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygImlib2-1.dll" v0.0 ts=2013-06-05 16:28
   38k 2014/06/16 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygintl-8.dll" v0.0 ts=1970-01-01 00:00
  294k 2013/09/09 C:\cygwin64\bin\cygiodbc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbc-2.dll" v0.0 ts=2013-09-09 16:36
  273k 2013/09/09 C:\cygwin64\bin\cygiodbcadm-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbcadm-2.dll" v0.0 ts=2013-09-09 16:36
   66k 2013/09/09 C:\cygwin64\bin\cygiodbcinst-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbcinst-2.dll" v0.0 ts=2013-09-09 16:35
  888k 2013/05/05 C:\cygwin64\bin\cygisl-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-10.dll" v0.0 ts=2013-05-05 16:36
  271k 2013/04/11 C:\cygwin64\bin\cygjasper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygjasper-1.dll" v0.0 ts=2013-04-11 08:18
   48k 2013/04/26 C:\cygwin64\bin\cygjbig-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig-2.dll" v0.0 ts=2013-04-26 06:24
  256k 2014/05/26 C:\cygwin64\bin\cygjpeg-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygjpeg-8.dll" v0.0 ts=1970-01-01 00:00
   35k 2014/04/09 C:\cygwin64\bin\cygjson-c-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjson-c-2.dll" v0.0 ts=1970-01-01 00:00
  181k 2014/05/23 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygk5crypto-3.dll" v0.0 ts=1970-01-01 00:00
   23k 2014/03/20 C:\cygwin64\bin\cygkafs-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkafs-0.dll" v0.0 ts=2014-03-20 06:13
   83k 2013/05/30 C:\cygwin64\bin\cygkpathsea-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygkpathsea-6.dll" v0.0 ts=2013-05-30 15:10
  403k 2014/03/20 C:\cygwin64\bin\cygkrb5-26.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-26.dll" v0.0 ts=2014-03-20 06:12
  700k 2014/05/23 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-3.dll" v0.0 ts=1970-01-01 00:00
   36k 2014/05/23 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5support-0.dll" v0.0 ts=1970-01-01 00:00
   44k 2013/06/18 C:\cygwin64\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 21:00
  188k 2013/04/10 C:\cygwin64\bin\cyglcms-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyglcms-1.dll" v0.0 ts=2013-04-10 12:13
  283k 2013/09/03 C:\cygwin64\bin\cyglcms2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglcms2-2.dll" v0.0 ts=2013-09-03 13:56
  243k 2013/06/18 C:\cygwin64\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 21:00
  260k 2013/06/18 C:\cygwin64\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 21:01
   88k 2014/03/12 C:\cygwin64\bin\cyglightcomp.dll - os=4.0 img=0.0 sys=5.2
                  "cyglightcomp.dll" v0.0 ts=2014-03-12 19:37
    6k 2014/05/23 C:\cygwin64\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
                  "cyglsa64.dll" v0.0 ts=2014-05-23 09:35
   34k 2013/05/27 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygltdl-7.dll" v0.0 ts=2013-05-27 07:22
  145k 2013/05/14 C:\cygwin64\bin\cyglua-5.1.dll - os=4.0 img=0.0 sys=5.2
                  "cyglua-5.1.dll" v0.0 ts=2013-05-14 02:53
  129k 2014/05/29 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzma-5.dll" v0.0 ts=1970-01-01 00:00
  124k 2013/03/19 C:\cygwin64\bin\cyglzo2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzo2-2.dll" v0.0 ts=2013-03-19 05:35
  107k 2014/03/27 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmagic-1.dll" v0.0 ts=1970-01-01 00:00
  291k 2013/10/12 C:\cygwin64\bin\cygMagick++-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-5.dll" v0.0 ts=2013-10-12 18:21
 4157k 2013/10/12 C:\cygwin64\bin\cygMagickCore-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-5.dll" v0.0 ts=2013-10-12 18:17
 1088k 2013/10/12 C:\cygwin64\bin\cygMagickWand-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-5.dll" v0.0 ts=2013-10-12 18:19
  132k 2014/01/21 C:\cygwin64\bin\cygmcpp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmcpp-0.dll" v0.0 ts=2014-01-21 18:41
  155k 2013/05/29 C:\cygwin64\bin\cygmcrypt-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmcrypt-4.dll" v0.0 ts=2013-05-29 14:09
   30k 2014/05/26 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=1970-01-01 00:00
   42k 2013/08/12 C:\cygwin64\bin\cygmetalink-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetalink-3.dll" v0.0 ts=2013-08-13 00:02
  347k 2013/07/14 C:\cygwin64\bin\cygmetis-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetis-0.dll" v0.0 ts=2013-07-14 13:12
  163k 2013/05/29 C:\cygwin64\bin\cygmhash-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygmhash-2.dll" v0.0 ts=2013-05-29 23:29
  331k 2013/09/03 C:\cygwin64\bin\cygming-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygming-1.dll" v0.0 ts=2013-09-03 12:51
  370k 2013/05/02 C:\cygwin64\bin\cygmng-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmng-1.dll" v0.0 ts=2013-05-02 12:20
 3424k 2013/08/06 C:\cygwin64\bin\cygmozjs185-1.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmozjs185-1.0.dll" v0.0 ts=2013-08-06 08:32
   87k 2014/04/05 C:\cygwin64\bin\cygmpc-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpc-3.dll" v0.0 ts=1970-01-01 00:00
  319k 2013/05/05 C:\cygwin64\bin\cygmpfr-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-4.dll" v0.0 ts=2013-05-05 13:40
  119k 2013/05/02 C:\cygwin64\bin\cygMrm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygMrm-4.dll" v0.0 ts=2013-05-02 09:20
 2833k 2013/12/06 C:\cygwin64\bin\cygmysqlclient-18.dll - os=4.0 img=18.0 sys=5.2
                  "cygmysqlclient-18.dll" v0.0 ts=2013-12-06 01:49
 7642k 2013/12/06 C:\cygwin64\bin\cygmysqld-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmysqld-0.dll" v0.0 ts=2013-12-06 01:57
  449k 2014/05/06 C:\cygwin64\bin\cygnativeGLthunk.dll - os=4.0 img=0.0 sys=5.2
                  "cygnativeGLthunk.dll" v0.0 ts=1970-01-01 00:00
   53k 2014/05/26 C:\cygwin64\bin\cygncurses++w-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncurses++w-10.dll" v0.0 ts=1970-01-01 00:00
  299k 2014/05/26 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=1970-01-01 00:00
  126k 2013/04/24 C:\cygwin64\bin\cygneon-27.dll - os=4.0 img=0.0 sys=5.2
                  "cygneon-27.dll" v0.0 ts=2013-04-24 08:25
  188k 2013/06/05 C:\cygwin64\bin\cygnetpbm-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetpbm-10.dll" v0.0 ts=2013-06-05 16:55
  566k 2013/07/05 C:\cygwin64\bin\cygnetsnmp-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetsnmp-30.dll" v0.0 ts=2013-07-05 16:28
  334k 2013/07/05 C:\cygwin64\bin\cygnetsnmpagent-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetsnmpagent-30.dll" v0.0 ts=2013-07-05 16:29
    7k 2013/07/05 C:\cygwin64\bin\cygnetsnmphelpers-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetsnmphelpers-30.dll" v0.0 ts=2013-07-05 16:29
  449k 2013/07/05 C:\cygwin64\bin\cygnetsnmpmibs-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetsnmpmibs-30.dll" v0.0 ts=2013-07-05 16:30
   38k 2013/07/05 C:\cygwin64\bin\cygnetsnmptrapd-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygnetsnmptrapd-30.dll" v0.0 ts=2013-07-05 16:30
  177k 2013/05/14 C:\cygwin64\bin\cygnettle-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnettle-4.dll" v0.0 ts=2013-05-14 07:42
  218k 2014/01/28 C:\cygwin64\bin\cygnspr4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnspr4.dll" v0.0 ts=2014-01-28 19:59
 1265k 2014/01/28 C:\cygwin64\bin\cygnss3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnss3.dll" v0.0 ts=2014-01-28 20:17
  156k 2014/01/28 C:\cygwin64\bin\cygnssdbm3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssdbm3.dll" v0.0 ts=2014-01-28 20:15
  146k 2014/01/28 C:\cygwin64\bin\cygnssutil3.dll - os=4.0 img=0.0 sys=5.2
                  "cygnssutil3.dll" v0.0 ts=2014-01-28 20:14
  103k 2013/10/23 C:\cygwin64\bin\cygobrender-29.dll - os=4.0 img=0.0 sys=5.2
                  "cygobrender-29.dll" v0.0 ts=2013-10-23 19:24
   53k 2013/10/23 C:\cygwin64\bin\cygobt-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygobt-2.dll" v0.0 ts=2013-10-23 19:24
14945k 2014/03/16 C:\cygwin64\bin\cygoctave-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctave-2.dll" v0.0 ts=2014-03-08 10:11
 1198k 2014/03/16 C:\cygwin64\bin\cygoctgui-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctgui-0.dll" v0.0 ts=2014-03-08 10:37
12422k 2014/03/16 C:\cygwin64\bin\cygoctinterp-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctinterp-2.dll" v0.0 ts=2014-03-08 10:33
   22k 2013/06/01 C:\cygwin64\bin\cygogg-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygogg-0.dll" v0.0 ts=2013-06-01 17:40
   58k 2013/06/04 C:\cygwin64\bin\cygogrove-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygogrove-1.dll" v0.0 ts=2013-06-04 21:36
  123k 2013/04/27 C:\cygwin64\bin\cygopencdk-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygopencdk-10.dll" v0.0 ts=2013-04-27 11:48
  123k 2014/01/31 C:\cygwin64\bin\cygopenjpeg-1.dll - os=4.0 img=1.5 sys=5.2
                  "cygopenjpeg-1.dll" v0.0 ts=2014-01-31 05:12
   30k 2013/10/09 C:\cygwin64\bin\cygOpenVG-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygOpenVG-1.dll" v0.0 ts=2013-10-09 03:31
  317k 2013/05/06 C:\cygwin64\bin\cygORBit-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygORBit-2-0.dll" v0.0 ts=2013-05-06 02:46
   34k 2013/05/06 C:\cygwin64\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-06 02:46
   22k 2013/05/06 C:\cygwin64\bin\cygORBitCosNaming-2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygORBitCosNaming-2-0.dll" v0.0 ts=2013-05-06 02:46
  474k 2013/11/12 C:\cygwin64\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 10:46
   27k 2013/11/12 C:\cygwin64\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 10:46
 3166k 2013/10/09 C:\cygwin64\bin\cygOSMesa-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygOSMesa-8.dll" v0.0 ts=2013-10-09 03:31
 1486k 2013/06/04 C:\cygwin64\bin\cygosp-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygosp-5.dll" v0.0 ts=2013-06-04 21:16
  344k 2013/06/04 C:\cygwin64\bin\cygospgrove-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygospgrove-1.dll" v0.0 ts=2013-06-04 21:36
 1810k 2013/06/04 C:\cygwin64\bin\cygostyle-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygostyle-1.dll" v0.0 ts=2013-06-04 21:37
  207k 2014/03/13 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygp11-kit-0.dll" v0.0 ts=2014-03-13 03:35
   15k 2014/05/26 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=1970-01-01 00:00
  261k 2014/03/20 C:\cygwin64\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 10:59
   41k 2014/03/20 C:\cygwin64\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 10:59
   69k 2014/03/20 C:\cygwin64\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 10:59
   27k 2014/03/20 C:\cygwin64\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 10:59
   11k 2013/07/23 C:\cygwin64\bin\cygpaper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpaper-1.dll" v0.0 ts=2013-07-23 05:40
  271k 2014/03/12 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2014-03-12 02:35
  247k 2014/03/12 C:\cygwin64\bin\cygpcre16-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre16-0.dll" v0.0 ts=2014-03-12 02:35
  243k 2014/03/12 C:\cygwin64\bin\cygpcre32-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre32-0.dll" v0.0 ts=2014-03-12 02:35
   30k 2014/03/12 C:\cygwin64\bin\cygpcrecpp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcrecpp-0.dll" v0.0 ts=2014-03-12 02:35
   10k 2014/03/12 C:\cygwin64\bin\cygpcreposix-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcreposix-0.dll" v0.0 ts=2014-03-12 02:35
 1580k 2013/03/11 C:\cygwin64\bin\cygperl5_14.dll - os=4.0 img=0.0 sys=5.2
                  "cygperl5_14.dll" v0.0 ts=2013-03-12 00:25
   59k 2014/04/12 C:\cygwin64\bin\cygpgtypes-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygpgtypes-3.dll" v0.0 ts=2014-03-21 00:17
  430k 2013/06/05 C:\cygwin64\bin\cygphonon-4.dll - os=4.0 img=4.6 sys=5.2
                  "cygphonon-4.dll" v0.0 ts=2013-06-05 03:02
   92k 2013/06/05 C:\cygwin64\bin\cygphononexperimental-4.dll - os=4.0 img=4.6 sys=5.2
                  "cygphononexperimental-4.dll" v0.0 ts=2013-06-05 03:03
  656k 2014/01/10 C:\cygwin64\bin\cygpixman-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpixman-1-0.dll" v0.0 ts=2014-01-10 01:32
   16k 2014/01/28 C:\cygwin64\bin\cygplc4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplc4.dll" v0.0 ts=2014-01-28 19:59
   14k 2014/01/28 C:\cygwin64\bin\cygplds4.dll - os=4.0 img=0.0 sys=5.2
                  "cygplds4.dll" v0.0 ts=2014-01-28 19:59
 1157k 2014/02/02 C:\cygwin64\bin\cygplot-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygplot-2.dll" v0.0 ts=2014-02-02 16:27
  148k 2014/05/26 C:\cygwin64\bin\cygpng15-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygpng15-15.dll" v0.0 ts=1970-01-01 00:00
  104k 2014/04/19 C:\cygwin64\bin\cygPocoCrypto.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoCrypto.16.dll" v0.0 ts=1970-01-01 00:00
  246k 2014/04/19 C:\cygwin64\bin\cygPocoData.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoData.16.dll" v0.0 ts=1970-01-01 00:00
   80k 2014/04/19 C:\cygwin64\bin\cygPocoDataMySQL.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoDataMySQL.16.dll" v0.0 ts=1970-01-01 00:00
  164k 2014/04/19 C:\cygwin64\bin\cygPocoDataODBC.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoDataODBC.16.dll" v0.0 ts=1970-01-01 00:00
  142k 2014/04/19 C:\cygwin64\bin\cygPocoDataSQLite.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoDataSQLite.16.dll" v0.0 ts=1970-01-01 00:00
  958k 2014/04/19 C:\cygwin64\bin\cygPocoFoundation.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoFoundation.16.dll" v0.0 ts=1970-01-01 00:00
  674k 2014/04/19 C:\cygwin64\bin\cygPocoNet.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoNet.16.dll" v0.0 ts=1970-01-01 00:00
  201k 2014/04/19 C:\cygwin64\bin\cygPocoNetSSL.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoNetSSL.16.dll" v0.0 ts=1970-01-01 00:00
  243k 2014/04/19 C:\cygwin64\bin\cygPocoUtil.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoUtil.16.dll" v0.0 ts=1970-01-01 00:00
  292k 2014/04/19 C:\cygwin64\bin\cygPocoXML.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoXML.16.dll" v0.0 ts=1970-01-01 00:00
  205k 2014/04/19 C:\cygwin64\bin\cygPocoZip.16.dll - os=4.0 img=0.0 sys=5.2
                  "cygPocoZip.16.dll" v0.0 ts=1970-01-01 00:00
 1847k 2013/06/05 C:\cygwin64\bin\cygpoppler-28.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-28.dll" v0.0 ts=2013-06-05 06:22
 1866k 2014/01/13 C:\cygwin64\bin\cygpoppler-37.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-37.dll" v0.0 ts=2014-01-13 04:09
 1897k 2014/02/23 C:\cygwin64\bin\cygpoppler-44.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-44.dll" v0.0 ts=2014-02-23 20:36
  205k 2014/02/23 C:\cygwin64\bin\cygpoppler-glib-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-glib-8.dll" v0.0 ts=2014-02-23 20:37
  308k 2014/02/23 C:\cygwin64\bin\cygpoppler-qt4-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygpoppler-qt4-4.dll" v0.0 ts=2014-02-23 20:38
   41k 2013/10/21 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpopt-0.dll" v0.0 ts=2013-10-21 21:52
  844k 2013/05/05 C:\cygwin64\bin\cygppl-9.dll - os=4.0 img=0.0 sys=5.2
                  "cygppl-9.dll" v0.0 ts=2013-05-05 13:53
 2956k 2013/05/05 C:\cygwin64\bin\cygppl_c-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygppl_c-4.dll" v0.0 ts=2013-05-05 13:54
  145k 2014/04/12 C:\cygwin64\bin\cygpq-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpq-5.dll" v0.0 ts=2014-03-21 13:22
  122k 2013/04/21 C:\cygwin64\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygproxy-1.dll" v0.0 ts=2013-04-21 10:24
    8k 2013/04/30 C:\cygwin64\bin\cygpspell-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygpspell-15.dll" v0.0 ts=2013-04-30 08:12
  349k 2013/04/28 C:\cygwin64\bin\cygpstoedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpstoedit-0.dll" v0.0 ts=2013-04-28 09:25
   38k 2013/05/30 C:\cygwin64\bin\cygptexenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygptexenc-1.dll" v0.0 ts=2013-05-30 15:10
  278k 2014/03/28 C:\cygwin64\bin\cygpulse-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpulse-0.dll" v0.0 ts=2014-03-28 01:59
   16k 2014/03/28 C:\cygwin64\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-28 01:59
  382k 2014/03/28 C:\cygwin64\bin\cygpulsecommon-4.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpulsecommon-4.0.dll" v0.0 ts=2014-03-28 01:59
   15k 2013/05/05 C:\cygwin64\bin\cygpwl-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpwl-5.dll" v0.0 ts=2013-05-05 13:53
   15k 2013/10/24 C:\cygwin64\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 20:39
   14k 2014/03/20 C:\cygwin64\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 07:50
  310k 2013/03/18 C:\cygwin64\bin\cygqhull-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygqhull-6.dll" v0.0 ts=2013-03-18 10:56
  319k 2013/03/18 C:\cygwin64\bin\cygqhull_p-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygqhull_p-6.dll" v0.0 ts=2013-03-18 10:56
   95k 2013/04/10 C:\cygwin64\bin\cygqrupdate-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygqrupdate-0.dll" v0.0 ts=2013-04-10 20:26
 2705k 2014/02/25 C:\cygwin64\bin\cygqscintilla2-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygqscintilla2-11.dll" v0.0 ts=2014-02-24 21:36
 2530k 2013/08/16 C:\cygwin64\bin\cygqscintilla2-9.dll - os=4.0 img=0.0 sys=5.2
                  "cygqscintilla2-9.dll" v0.0 ts=2013-08-16 21:36
 6028k 2013/09/10 C:\cygwin64\bin\cygqt-mt-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygqt-mt-3.dll" v0.0 ts=2013-09-10 03:21
 2451k 2014/04/28 C:\cygwin64\bin\cygQt3Support-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQt3Support-4.dll" v0.0 ts=1970-01-01 00:00
 1190k 2014/04/28 C:\cygwin64\bin\cygQtCLucene-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtCLucene-4.dll" v0.0 ts=1970-01-01 00:00
 2696k 2014/04/28 C:\cygwin64\bin\cygQtCore-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtCore-4.dll" v0.0 ts=1970-01-01 00:00
  469k 2014/04/28 C:\cygwin64\bin\cygQtDBus-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtDBus-4.dll" v0.0 ts=1970-01-01 00:00
 3745k 2014/04/28 C:\cygwin64\bin\cygQtDeclarative-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtDeclarative-4.dll" v0.0 ts=1970-01-01 00:00
 5001k 2014/04/28 C:\cygwin64\bin\cygQtDesigner-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtDesigner-4.dll" v0.0 ts=1970-01-01 00:00
 2711k 2014/04/28 C:\cygwin64\bin\cygQtDesignerComponents-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtDesignerComponents-4.dll" v0.0 ts=1970-01-01 00:00
 9970k 2014/04/28 C:\cygwin64\bin\cygQtGui-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtGui-4.dll" v0.0 ts=1970-01-01 00:00
  505k 2014/04/28 C:\cygwin64\bin\cygQtHelp-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtHelp-4.dll" v0.0 ts=1970-01-01 00:00
  136k 2014/04/28 C:\cygwin64\bin\cygQtMultimedia-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtMultimedia-4.dll" v0.0 ts=1970-01-01 00:00
 1243k 2014/04/28 C:\cygwin64\bin\cygQtNetwork-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtNetwork-4.dll" v0.0 ts=1970-01-01 00:00
  946k 2014/04/28 C:\cygwin64\bin\cygQtOpenGL-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtOpenGL-4.dll" v0.0 ts=1970-01-01 00:00
  141k 2013/06/03 C:\cygwin64\bin\cygQtOpenVG-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtOpenVG-4.dll" v0.0 ts=2013-06-03 03:38
 2125k 2014/04/28 C:\cygwin64\bin\cygQtScript-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtScript-4.dll" v0.0 ts=1970-01-01 00:00
  754k 2014/04/28 C:\cygwin64\bin\cygQtScriptTools-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtScriptTools-4.dll" v0.0 ts=1970-01-01 00:00
  226k 2014/04/28 C:\cygwin64\bin\cygQtSql-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtSql-4.dll" v0.0 ts=1970-01-01 00:00
  321k 2014/04/28 C:\cygwin64\bin\cygQtSvg-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtSvg-4.dll" v0.0 ts=1970-01-01 00:00
  130k 2014/04/28 C:\cygwin64\bin\cygQtTest-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtTest-4.dll" v0.0 ts=1970-01-01 00:00
25209k 2014/04/28 C:\cygwin64\bin\cygQtWebKit-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtWebKit-4.dll" v0.0 ts=1970-01-01 00:00
  250k 2014/04/28 C:\cygwin64\bin\cygQtXml-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtXml-4.dll" v0.0 ts=1970-01-01 00:00
 4413k 2014/04/28 C:\cygwin64\bin\cygQtXmlPatterns-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygQtXmlPatterns-4.dll" v0.0 ts=1970-01-01 00:00
  302k 2014/06/01 C:\cygwin64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygquadmath-0.dll" v0.0 ts=1970-01-01 00:00
  159k 2013/09/10 C:\cygwin64\bin\cygqui-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygqui-1.dll" v0.0 ts=2013-09-10 03:22
  121k 2013/06/05 C:\cygwin64\bin\cygqzeitgeist-1.dll - os=4.0 img=0.8 sys=5.2
                  "cygqzeitgeist-1.dll" v0.0 ts=2013-06-05 02:59
   83k 2013/06/05 C:\cygwin64\bin\cygrarian-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrarian-0.dll" v0.0 ts=2013-06-05 01:24
  193k 2013/03/14 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
                  "cygreadline7.dll" v0.0 ts=2013-03-14 11:14
   57k 2014/03/20 C:\cygwin64\bin\cygroken-18.dll - os=4.0 img=0.0 sys=5.2
                  "cygroken-18.dll" v0.0 ts=2014-03-20 04:53
  200k 2014/03/12 C:\cygwin64\bin\cygrsvg-2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygrsvg-2-2.dll" v0.0 ts=2014-03-13 00:52
   46k 2013/06/09 C:\cygwin64\bin\cygrsync-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygrsync-1.dll" v0.0 ts=2013-06-09 04:36
 1816k 2014/02/06 C:\cygwin64\bin\cygruby191.dll - os=4.0 img=0.0 sys=5.2
                  "cygruby191.dll" v1.9 ts=2014-02-06 21:07
   97k 2014/05/26 C:\cygwin64\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsasl2-3.dll" v0.0 ts=1970-01-01 00:00
  248k 2014/03/12 C:\cygwin64\bin\cygsecret-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsecret-1-0.dll" v0.0 ts=2014-03-12 21:29
   84k 2014/05/26 C:\cygwin64\bin\cygserf-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygserf-1-0.dll" v0.0 ts=1970-01-01 00:00
   28k 2014/01/14 C:\cygwin64\bin\cygSM-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygSM-6.dll" v0.0 ts=2014-01-14 23:23
  164k 2014/01/28 C:\cygwin64\bin\cygsmime3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmime3.dll" v0.0 ts=2014-01-28 20:18
  364k 2013/06/03 C:\cygwin64\bin\cygsndfile-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsndfile-1.dll" v0.0 ts=2013-06-03 20:54
  566k 2013/07/05 C:\cygwin64\bin\cygsnmp-30.dll - os=4.0 img=0.0 sys=5.2
                  "cygsnmp-30.dll" v0.0 ts=2013-07-05 16:32
  257k 2014/01/28 C:\cygwin64\bin\cygsoftokn3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoftokn3.dll" v0.0 ts=2014-01-28 20:15
  564k 2014/04/02 C:\cygwin64\bin\cygsoup-2.4-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsoup-2.4-1.dll" v0.0 ts=1970-01-01 00:00
   12k 2014/04/02 C:\cygwin64\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=1970-01-01 00:00
  677k 2013/05/29 C:\cygwin64\bin\cygsource-highlight-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygsource-highlight-4.dll" v0.0 ts=2013-05-30 00:22
  733k 2014/06/06 C:\cygwin64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3-0.dll" v0.0 ts=1970-01-01 00:00
   17k 2014/06/06 C:\cygwin64\bin\cygsqlite3vfslog-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3vfslog-0.dll" v0.0 ts=1970-01-01 00:00
   20k 2014/06/09 C:\cygwin64\bin\cygss-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygss-2.dll" v0.0 ts=1970-01-01 00:00
  141k 2013/03/11 C:\cygwin64\bin\cygssh2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssh2-1.dll" v0.0 ts=2013-03-11 11:42
  377k 2014/06/06 C:\cygwin64\bin\cygssl-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.0.0.dll" v0.0 ts=1970-01-01 00:00
  370k 2014/01/28 C:\cygwin64\bin\cygssl3.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl3.dll" v0.0 ts=2014-01-28 20:18
   11k 2014/06/01 C:\cygwin64\bin\cygssp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssp-0.dll" v0.0 ts=1970-01-01 00:00
   30k 2013/06/05 C:\cygwin64\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-06 00:39
  892k 2014/06/01 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=1970-01-01 00:00
    8k 2013/07/14 C:\cygwin64\bin\cygsuitesparseconfig-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsuitesparseconfig-0.dll" v0.0 ts=2013-07-14 15:16
   12k 2014/02/22 C:\cygwin64\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-02-22 18:34
  356k 2014/02/22 C:\cygwin64\bin\cygsvn_client-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_client-1-0.dll" v0.0 ts=2014-02-22 18:35
   63k 2014/02/22 C:\cygwin64\bin\cygsvn_delta-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_delta-1-0.dll" v0.0 ts=2014-02-22 18:34
   70k 2014/02/22 C:\cygwin64\bin\cygsvn_diff-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_diff-1-0.dll" v0.0 ts=2014-02-22 18:34
   30k 2014/02/22 C:\cygwin64\bin\cygsvn_fs-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs-1-0.dll" v0.0 ts=2014-02-22 18:34
  150k 2014/02/22 C:\cygwin64\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-02-22 18:34
  180k 2014/02/22 C:\cygwin64\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-02-22 18:34
   10k 2014/02/22 C:\cygwin64\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-02-22 18:34
   45k 2014/02/22 C:\cygwin64\bin\cygsvn_ra-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra-1-0.dll" v0.0 ts=2014-02-22 18:35
   30k 2014/02/22 C:\cygwin64\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-02-22 18:34
  162k 2014/02/22 C:\cygwin64\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-02-22 18:34
   94k 2014/02/22 C:\cygwin64\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-02-22 18:34
  182k 2014/02/22 C:\cygwin64\bin\cygsvn_repos-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_repos-1-0.dll" v0.0 ts=2014-02-22 18:34
  380k 2014/02/22 C:\cygwin64\bin\cygsvn_subr-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_subr-1-0.dll" v0.0 ts=2014-02-22 18:34
   37k 2014/02/22 C:\cygwin64\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-02-22 18:37
   77k 2014/02/22 C:\cygwin64\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-02-22 18:39
   59k 2014/02/22 C:\cygwin64\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-02-22 18:35
  618k 2014/02/22 C:\cygwin64\bin\cygsvn_wc-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_wc-1-0.dll" v0.0 ts=2014-02-22 18:34
  358k 2014/05/19 C:\cygwin64\bin\cygsybdb-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygsybdb-5.dll" v0.0 ts=1970-01-01 00:00
  341k 2013/04/19 C:\cygwin64\bin\cygsyslog-ng-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsyslog-ng-0.dll" v0.0 ts=2013-04-19 15:44
  242k 2013/04/26 C:\cygwin64\bin\cygt1-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygt1-5.dll" v0.0 ts=2013-04-25 17:35
   69k 2013/04/22 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtasn1-6.dll" v0.0 ts=2013-04-22 01:25
   65k 2013/06/02 C:\cygwin64\bin\cygtdb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygtdb-1.dll" v0.0 ts=2013-06-02 21:35
   31k 2013/04/12 C:\cygwin64\bin\cygthai-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygthai-0.dll" v0.0 ts=2013-04-12 12:02
   53k 2014/05/26 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=1970-01-01 00:00
  296k 2013/05/31 C:\cygwin64\bin\cygtidy-0-99-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygtidy-0-99-0.dll" v0.0 ts=2013-05-31 07:38
  359k 2013/04/24 C:\cygwin64\bin\cygtiff-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiff-5.dll" v0.0 ts=2013-04-24 06:30
  415k 2014/05/30 C:\cygwin64\bin\cygtiff-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiff-6.dll" v0.0 ts=1970-01-01 00:00
   10k 2013/04/24 C:\cygwin64\bin\cygtiffxx-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiffxx-5.dll" v0.0 ts=2013-04-24 06:30
   12k 2014/05/30 C:\cygwin64\bin\cygtiffxx-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiffxx-6.dll" v0.0 ts=1970-01-01 00:00
  280k 2014/05/26 C:\cygwin64\bin\cygturbojpeg-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygturbojpeg-0.dll" v0.0 ts=1970-01-01 00:00
  261k 2013/04/12 C:\cygwin64\bin\cygturbojpeg.dll - os=4.0 img=0.0 sys=5.2
                  "cygturbojpeg.dll" v0.0 ts=2013-04-12 05:01
  362k 2013/05/02 C:\cygwin64\bin\cygUil-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygUil-4.dll" v0.0 ts=2013-05-02 09:21
  677k 2013/07/14 C:\cygwin64\bin\cygumfpack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygumfpack-0.dll" v0.0 ts=2013-07-14 21:49
 1154k 2013/04/20 C:\cygwin64\bin\cygunistring-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygunistring-0.dll" v0.0 ts=2013-04-20 19:38
  166k 2013/06/12 C:\cygwin64\bin\cygustr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygustr-1.dll" v0.0 ts=2013-06-12 09:42
   15k 2013/03/11 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguuid-1.dll" v0.0 ts=2013-03-11 03:07
  168k 2014/01/26 C:\cygwin64\bin\cygvorbis-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvorbis-0.dll" v0.0 ts=2014-01-26 21:11
  606k 2014/01/26 C:\cygwin64\bin\cygvorbisenc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygvorbisenc-2.dll" v0.0 ts=2014-01-26 21:11
   28k 2014/01/26 C:\cygwin64\bin\cygvorbisfile-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygvorbisfile-3.dll" v0.0 ts=2014-01-26 21:11
  161k 2014/03/20 C:\cygwin64\bin\cygwind-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwind-0.dll" v0.0 ts=2014-03-20 04:53
   11k 2013/07/31 C:\cygwin64\bin\cygWindowsWM-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygWindowsWM-7.dll" v0.0 ts=2013-07-31 23:47
  299k 2013/07/29 C:\cygwin64\bin\cygWINGs-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygWINGs-2.dll" v0.0 ts=2013-07-29 03:09
  309k 2013/04/25 C:\cygwin64\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 19:33
  101k 2013/04/25 C:\cygwin64\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 19:33
   62k 2013/04/29 C:\cygwin64\bin\cygWN-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygWN-3.dll" v0.0 ts=2013-04-29 08:54
  208k 2013/06/24 C:\cygwin64\bin\cygwnck-1-22.dll - os=4.0 img=0.0 sys=5.2
                  "cygwnck-1-22.dll" v0.0 ts=2013-06-24 02:39
   30k 2013/11/15 C:\cygwin64\bin\cygwrap-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwrap-0.dll" v0.0 ts=2013-11-15 19:58
   72k 2013/07/29 C:\cygwin64\bin\cygwraster-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygwraster-3.dll" v0.0 ts=2013-07-29 03:09
   91k 2013/07/29 C:\cygwin64\bin\cygWUtil-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygWUtil-2.dll" v0.0 ts=2013-07-29 03:09
 1120k 2014/01/10 C:\cygwin64\bin\cygX11-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-6.dll" v0.0 ts=2014-01-10 01:15
    8k 2014/01/10 C:\cygwin64\bin\cygX11-xcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-xcb-1.dll" v0.0 ts=2014-01-10 01:15
   12k 2013/06/06 C:\cygwin64\bin\cygXau-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXau-6.dll" v0.0 ts=2013-06-06 06:23
  368k 2014/01/15 C:\cygwin64\bin\cygXaw-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygXaw-7.dll" v0.0 ts=2014-01-15 02:53
  296k 2013/04/08 C:\cygwin64\bin\cygXaw3d-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygXaw3d-8.dll" v0.0 ts=2013-04-08 22:20
   97k 2013/08/14 C:\cygwin64\bin\cygxcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-1.dll" v0.0 ts=2013-08-14 19:30
   11k 2013/08/14 C:\cygwin64\bin\cygxcb-composite-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-composite-0.dll" v0.0 ts=2013-08-14 19:31
   10k 2013/08/14 C:\cygwin64\bin\cygxcb-damage-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-damage-0.dll" v0.0 ts=2013-08-14 19:31
   10k 2013/08/14 C:\cygwin64\bin\cygxcb-dpms-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-dpms-0.dll" v0.0 ts=2013-08-14 19:31
   40k 2013/03/17 C:\cygwin64\bin\cygxcb-ewmh-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-ewmh-2.dll" v0.0 ts=2013-03-17 22:48
   70k 2013/08/14 C:\cygwin64\bin\cygxcb-glx-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-glx-0.dll" v0.0 ts=2013-08-14 19:31
   17k 2013/03/17 C:\cygwin64\bin\cygxcb-icccm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-icccm-4.dll" v0.0 ts=2013-03-17 22:48
   16k 2013/03/17 C:\cygwin64\bin\cygxcb-image-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-image-0.dll" v0.0 ts=2013-03-17 22:42
   11k 2013/08/01 C:\cygwin64\bin\cygxcb-keysyms-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-keysyms-1.dll" v0.0 ts=2013-08-01 08:15
   32k 2013/08/14 C:\cygwin64\bin\cygxcb-randr-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-randr-0.dll" v0.0 ts=2013-08-14 19:31
   14k 2013/08/14 C:\cygwin64\bin\cygxcb-record-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-record-0.dll" v0.0 ts=2013-08-14 19:31
   31k 2013/08/14 C:\cygwin64\bin\cygxcb-render-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-render-0.dll" v0.0 ts=2013-08-14 19:31
   10k 2013/08/14 C:\cygwin64\bin\cygxcb-res-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-res-0.dll" v0.0 ts=2013-08-14 19:31
   11k 2013/08/14 C:\cygwin64\bin\cygxcb-screensaver-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-screensaver-0.dll" v0.0 ts=2013-08-14 19:31
   12k 2013/08/14 C:\cygwin64\bin\cygxcb-shape-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shape-0.dll" v0.0 ts=2013-08-14 19:31
   11k 2013/08/14 C:\cygwin64\bin\cygxcb-shm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shm-0.dll" v0.0 ts=2013-08-14 19:31
   18k 2013/08/14 C:\cygwin64\bin\cygxcb-sync-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-sync-0.dll" v0.0 ts=2013-08-14 19:31
   17k 2013/03/17 C:\cygwin64\bin\cygxcb-util-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-util-1.dll" v0.0 ts=2013-03-17 22:33
   22k 2013/08/14 C:\cygwin64\bin\cygxcb-xfixes-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xfixes-0.dll" v0.0 ts=2013-08-14 19:31
   11k 2013/08/14 C:\cygwin64\bin\cygxcb-xinerama-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xinerama-0.dll" v0.0 ts=2013-08-14 19:31
   37k 2013/08/14 C:\cygwin64\bin\cygxcb-xinput-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xinput-0.dll" v0.0 ts=2013-08-14 19:31
    9k 2013/08/14 C:\cygwin64\bin\cygxcb-xtest-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-xtest-0.dll" v0.0 ts=2013-08-14 19:31
   11k 2013/03/18 C:\cygwin64\bin\cygXcomposite-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcomposite-1.dll" v0.0 ts=2013-03-18 23:05
   34k 2013/06/06 C:\cygwin64\bin\cygXcursor-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcursor-1.dll" v0.0 ts=2013-06-06 21:15
   36k 2014/06/06 C:\cygwin64\bin\cygxcwm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcwm-0.dll" v0.0 ts=1970-01-01 00:00
   10k 2013/04/08 C:\cygwin64\bin\cygXdamage-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdamage-1.dll" v0.0 ts=2013-04-08 22:24
   21k 2013/03/13 C:\cygwin64\bin\cygXdmcp-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdmcp-6.dll" v0.0 ts=2013-03-13 04:58
   56k 2013/06/06 C:\cygwin64\bin\cygXext-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXext-6.dll" v0.0 ts=2013-06-06 10:04
   19k 2013/06/06 C:\cygwin64\bin\cygXfixes-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfixes-3.dll" v0.0 ts=2013-06-06 20:27
  210k 2014/04/04 C:\cygwin64\bin\cygXfont-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfont-1.dll" v0.0 ts=1970-01-01 00:00
   73k 2013/03/14 C:\cygwin64\bin\cygXft-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXft-2.dll" v0.0 ts=2013-03-14 05:18
   56k 2013/07/29 C:\cygwin64\bin\cygXi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXi-6.dll" v0.0 ts=2013-07-29 07:30
   10k 2013/06/06 C:\cygwin64\bin\cygXinerama-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXinerama-1.dll" v0.0 ts=2013-06-06 21:33
  125k 2013/04/08 C:\cygwin64\bin\cygxkbfile-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxkbfile-1.dll" v0.0 ts=2013-04-08 21:24
 2275k 2013/05/02 C:\cygwin64\bin\cygXm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXm-4.dll" v0.0 ts=2013-05-02 09:19
  387k 2013/05/02 C:\cygwin64\bin\cygXmHTML-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmHTML-0.dll" v0.0 ts=2013-05-02 12:41
 1212k 2013/04/21 C:\cygwin64\bin\cygxml2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxml2-2.dll" v0.0 ts=2013-04-21 05:57
   85k 2014/01/15 C:\cygwin64\bin\cygXmu-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmu-6.dll" v0.0 ts=2014-01-15 02:27
   14k 2014/01/15 C:\cygwin64\bin\cygXmuu-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmuu-1.dll" v0.0 ts=2014-01-15 02:27
   59k 2014/01/15 C:\cygwin64\bin\cygXpm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXpm-4.dll" v0.0 ts=2014-01-15 00:59
   54k 2013/07/01 C:\cygwin64\bin\cygXpm-noX-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXpm-noX-4.dll" v0.0 ts=2013-07-01 12:24
   34k 2014/01/14 C:\cygwin64\bin\cygXrandr-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrandr-2.dll" v0.0 ts=2014-01-14 23:56
   35k 2013/06/14 C:\cygwin64\bin\cygXrender-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrender-1.dll" v0.0 ts=2013-06-14 09:29
   10k 2013/06/06 C:\cygwin64\bin\cygXRes-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXRes-1.dll" v0.0 ts=2013-06-06 21:47
  207k 2013/09/02 C:\cygwin64\bin\cygxslt-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxslt-1.dll" v0.0 ts=2013-09-02 17:55
   12k 2013/03/14 C:\cygwin64\bin\cygXss-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXss-1.dll" v0.0 ts=2013-03-14 04:07
  320k 2013/06/06 C:\cygwin64\bin\cygXt-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXt-6.dll" v0.0 ts=2013-06-06 20:43
   21k 2013/06/06 C:\cygwin64\bin\cygXtst-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXtst-6.dll" v0.0 ts=2013-06-06 20:36
  120k 2014/03/30 C:\cygwin64\bin\cygyaml-0-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygyaml-0-2.dll" v0.0 ts=2014-03-30 06:16
   79k 2013/05/09 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
                  "cygz.dll" v0.0 ts=2013-05-09 22:20
   24k 2013/05/30 C:\cygwin64\bin\cygzzip-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzip-0-13.dll" v0.0 ts=2013-05-30 03:34
   12k 2013/05/30 C:\cygwin64\bin\cygzzipfseeko-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipfseeko-0-13.dll" v0.0 ts=2013-05-30 03:34
   15k 2013/05/30 C:\cygwin64\bin\cygzzipmmapped-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipmmapped-0-13.dll" v0.0 ts=2013-05-30 03:34
    9k 2013/05/30 C:\cygwin64\bin\cygzzipwrap-0-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygzzipwrap-0-13.dll" v0.0 ts=2013-05-30 03:34
 3074k 2014/05/23 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=1970-01-01 00:00
    Cygwin DLL version info:
        DLL version: 1.7.30
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 272
        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

  443k 2013/11/17 C:\cygwin64\lib\lapack\cygblas-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygblas-0.dll" v0.0 ts=2013-11-17 14:09
 5626k 2013/11/17 C:\cygwin64\lib\lapack\cyglapack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyglapack-0.dll" v0.0 ts=2013-11-17 14:09

No Cygwin services found.


Cygwin Package Information
Last downloaded files to: E:\Users\Public\Downloads\cygwin
Last downloaded files from: http://cygwin.mirrorcatalogs.com/

Package                               Version                         Status
_autorebase                           000168-1                        OK
_update-info-dir                      00288-1                         OK
a2ps                                  4.14-3                          OK
alternatives                          1.3.30c-10                      OK
apache2                               2.2.27-1                        OK
apache2-devel                         2.2.27-1                        OK
apache2-manual                        2.2.27-1                        OK
appres                                1.0.4-1                         OK
aria2                                 1.17.1-1                        OK
ascii                                 3.12-1                          OK
asciidoc                              8.6.8-1                         OK
aspell                                0.60.6.1-1                      OK
astyle                                2.04-1                          OK
at-spi2-atk                           2.10.2-1                        OK
at-spi2-core                          2.10.2-1                        OK
atool                                 0.39.0-1                        OK
attr                                  2.4.46-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
autossh                               1.4c-1                          OK
aview                                 1.3.0rc1-2                      OK
base-cygwin                           3.3-1                           OK
base-files                            4.2-3                           OK
bash                                  4.1.11-2                        OK
bash-completion                       1.3-1                           OK
bashdb                                3.1_0.09-1                      OK
bc                                    1.06.95-1                       OK
bcrypt                                1.1-3                           OK
bdftopcf                              1.0.4-3                         OK
beforelight                           1.0.5-1                         OK
biber                                 1.5-1                           OK
bigreqsproto                          1.1.2-1                         OK
binutils                              2.24.51-3                       OK
bison                                 2.7.1-1                         OK
bitmap                                1.0.7-1                         OK
bsdcpio                               3.1.2-2                         OK
bsdtar                                3.1.2-2                         OK
bsflite                               0.85-1                          OK
build-docbook-catalog                 1.5-2                           OK
byacc                                 20130304-1                      OK
bzip2                                 1.0.6-2                         OK
bzr                                   2.6b2-1                         OK
bzr-fastimport                        0.13.0-1                        OK
ca-certificates                       1.97-1                          OK
cabextract                            1.4-1                           OK
cadaver                               0.23.3-1                        OK
catgets                               1.1-2                           OK
ccrypt                                1.10-1                          OK
cdda2wav                              1.1.11-1                        OK
cdrecord                              1.1.11-1                        OK
cdrkit-doc                            1.1.11-1                        OK
cfget                                 0.18-1                          OK
cfv                                   1.18.3-1                        OK
cgdb                                  0.6.7-1                         OK
checkbashisms                         2.14.5-1                        OK
chere                                 1.4-1                           OK
chewmail                              1.2-1                           OK
chkconfig                             1.3.30a-2                       OK
cloog-isl                             0.18.0-2                        OK
cmake                                 2.8.11.2-1                      OK
cmake-gui                             2.8.11.2-1                      OK
code2html                             0.9.1-1                         OK
colordiff                             1.0.9-1                         OK
colorgcc                              1.3.2-2                         OK
compositeproto                        0.4.2-1                         OK
convmv                                1.12-1                          OK
copyright-update                      2013.0915+gite8ab62a-1          OK
coreutils                             8.15-3                          OK
corkscrew                             2.0-1                           OK
cppcheck                              1.65-1                          OK
cppi                                  1.18-2                          OK
cron                                  4.1-61                          OK
crypt                                 1.1-1                           OK
csih                                  0.9.7-1                         OK
ctags                                 5.8-1                           OK
ctorrent                              1.3.4-dnh3.2-2                  OK
curl                                  7.37.0-1                        OK
cvs                                   1.11.23-1                       OK
cvsps                                 2.2b1-2                         OK
cygcheck-dep                          2.0-1                           OK
cygrunsrv                             1.50-1                          OK
cygutils                              1.4.14-1                        OK
cygutils-extra                        1.4.14-1                        OK
cygutils-x11                          1.4.14-1                        OK
cygwin                                1.7.30-1                        OK
cygwin-doc                            1.7-1                           OK
cygwin-x-doc                          1.1.20140429-1                  OK
cygwin32                              1.7.30-1                        OK
cygwin32-binutils                     2.24.51.20140603-1              OK
cygwin32-bzip2                        1.0.6-2                         OK
cygwin32-catgets                      1.1-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-expat                        2.1.0-1                         OK
cygwin32-freetype2                    2.4.12-1                        OK
cygwin32-gcc-core                     4.8.3-1                         OK
cygwin32-gcc-fortran                  4.8.3-1                         OK
cygwin32-gcc-g++                      4.8.3-1                         OK
cygwin32-gcc-objc                     4.8.3-1                         OK
cygwin32-gcc-objc++                   4.8.3-1                         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-libedit                      20120311-1                      OK
cygwin32-libffi                       3.0.13-1                        OK
cygwin32-libiconv                     1.14-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-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-ppl                          0.11.2-1                        OK
cygwin32-readline                     6.2-1                           OK
cygwin32-w32api-headers               3.1.0-1                         OK
cygwin32-w32api-runtime               3.1.0-1                         OK
cygwin32-xproto                       7.7-3                           OK
cygwin32-zlib                         1.2.8-1                         OK
cyrus-sasl                            2.1.26-7                        OK
damageproto                           1.2.1-1                         OK
dash                                  0.5.7-4                         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-doc                              1.6.18-1                        OK
dconf                                 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
ddir                                  2010.0321+git1685e72-1          OK
ddrescue                              1.17-1                          OK
delta                                 2006.08.03-1                    OK
deroff                                1.1-1                           OK
desktop-file-utils                    0.21-1                          OK
dialog                                1.2-20140112-1                  OK
diffstat                              1.58-1                          OK
diffutils                             3.3-1                           OK
dmxproto                              2.3.1-1                         OK
docbook-dsssl                         1.79-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-xsl                           1.77.1-1                        OK
dos2unix                              6.0.5-1                         OK
doxygen                               1.8.7-1                         OK
doxygen-doxywizard                    1.8.7-1                         OK
dri-drivers                           8.0.5-5                         OK
e2fsimage                             0.2.2-1                         OK
e2fsprogs                             1.42.10-1                       OK
ed                                    1.9-1                           OK
editres                               1.0.6-1                         OK
editrights                            1.02-1                          OK
ELFIO                                 2.2-1                           OK
emacs                                 24.3-7                          OK
emacs-auctex                          11.87-2                         OK
emacs-cmake                           2.8.11.2-1                      OK
emacs-el                              24.3-7                          OK
emacs-w32                             24.3-7                          OK
emacs-X11                             24.3-7                          OK
email                                 3.2.0-git-1                     OK
enscript                              1.6.4-1                         OK
Empty package eventlog
eventlog                              0.2.12-2                        OK
expect                                5.45-2                          OK
fcrackzip                             1.0-1                           OK
fetchmail                             6.3.22-1                        OK
file                                  5.18-1                          OK
file-devel                            5.18-1                          OK
findutils                             4.5.12-1                        OK
fixesproto                            5.0-1                           OK
flawfinder                            1.27-2                          OK
flex                                  2.5.37-3                        OK
flip                                  1.19-1                          OK
Empty package fltk
fltk                                  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-winitzki-cyrillic                1.0.2-1                         OK
font-xfree86-type1                    1.0.3-1                         OK
fontconfig                            2.11.1-1                        OK
fontsproto                            2.1.2-1                         OK
fonttosfnt                            1.0.4-1                         OK
fortune-mod                           1.99.1-4                        OK
fossil                                20140612172556-2                OK
freetds                               0.91.103-1                      OK
fvwm                                  2.6.5-1                         OK
gamin                                 0.1.10-14                       OK
gawk                                  4.1.1-1                         OK
gcc-core                              4.8.3-2                         OK
gcc-fortran                           4.8.3-2                         OK
gcc-g++                               4.8.3-2                         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.2-1                         OK
gconf-desktop-schemas                 2.32.1-3                        OK
GConf2                                3.2.6-2                         OK
gcr                                   3.10.1-1                        OK
Missing file: /usr/share/info/annotate.info.gz from package gdb
Missing file: /usr/share/info/gdb.info.gz from package gdb
Missing file: /usr/share/info/stabs.info.gz from package gdb
gdb                                   7.6.50-4                        Incomplete
gdbm                                  1.11-1                          OK
gdk-pixbuf2-wmf                       0.2.8.4-1                       OK
gdk-pixbuf2.0-svg                     2.40.1-1                        OK
gendef                                1.0-svn2931-1                   OK
genisoimage                           1.1.11-1                        OK
getent                                2.18.90-2                       OK
getmail                               4.36.0-2                        OK
gettext                               0.18.3.2-2                      OK
gettext-devel                         0.18.3.2-2                      OK
ghostscript                           9.06-2                          OK
ghostscript-fonts-other               6.0-1                           OK
ghostscript-fonts-std                 8.11-1                          OK
girepository-Atk1.0                   2.10.0-1                        OK
girepository-cairo1.0                 1.38.0-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-GIRepository2.0          1.38.0-1                        OK
girepository-GLib2.0                  1.38.0-1                        OK
girepository-GnomeKeyring1.0          3.10.1-1                        OK
girepository-Gsf1                     1.14.30-1                       OK
girepository-Gtk2.0                   2.24.23-1                       OK
girepository-Gtk3.0                   3.10.7-2                        OK
girepository-Pango1.0                 1.36.3-1                        OK
girepository-Poppler0.18              0.24.5-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-Wnck1.0                  2.30.7-2                        OK
girepository-x11                      1.38.0-1                        OK
git                                   1.7.9-1                         OK
git-completion                        1.7.9-1                         OK
git-cvs                               1.7.9-1                         OK
git-email                             1.7.9-1                         OK
git-gui                               1.7.9-1                         OK
git-review                            1.23-1                          OK
git-svn                               1.7.9-1                         OK
gitk                                  1.7.9-1                         OK
glib2.0-networking                    2.38.2-1                        OK
glpk                                  4.54-1                          OK
glproto                               1.4.17-1                        OK
gmp                                   6.0.0a-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-mime-data                       2.18.0-10                       OK
gnome-themes-standard                 3.10.0-1                        OK
gnome-vfs2                            2.24.4-6                        OK
gnubg                                 0.91.0-1                        OK
gnupg                                 1.4.16-1                        OK
gnuplot                               4.6.3-3                         OK
gnutls-devel                          3.2.0-4                         OK
gnutls-doc                            3.2.0-4                         OK
gobject-introspection                 1.38.0-1                        OK
gperf                                 3.0.4-1                         OK
gq                                    1.3.4-1                         OK
greed                                 3.8-1                           OK
grep                                  2.16-1                          OK
grepmail                              5.3033-2                        OK
groff                                 1.22.2-2                        OK
gsettings-desktop-schemas             3.10.1-1                        OK
gt5                                   1.5.0~20111220+bzr29-1          OK
gtk-doc                               1.19-2                          OK
gtk-update-icon-cache                 3.10.7-2                        OK
gtk1.2-engines                        0.12-11                         OK
gtk2.0-atk-bridge                     2.10.2-1                        OK
gtk2.0-canberra-module                0.30-1                          OK
gtk2.0-engines                        2.20.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
gv                                    3.7.4-1                         OK
gvfs                                  1.18.3-1                        OK
gzip                                  1.4-1                           OK
harfbuzz                              0.9.25-1                        OK
help2man                              1.44.1-1                        OK
hexedit                               1.2.13-1                        OK
hicolor-icon-theme                    0.12-1                          OK
hostname                              3.13-1                          OK
html2ps                               1.0b7-2                         OK
httperf                               0.9.0-1                         OK
httptunnel                            3.3-1                           OK
iceauth                               1.0.6-1                         OK
icedax                                1.1.11-1                        OK
ico                                   1.0.4-1                         OK
icoutils                              0.31.0-1                        OK
idle3                                 3.2.5-3                         OK
ImageMagick                           6.7.6.3-4                       OK
indent                                2.2.11-1                        OK
inetutils                             1.9.1-2                         OK
inetutils-server                      1.9.1-2                         OK
initscripts                           0.9-1                           OK
inputproto                            2.3-1                           OK
integrit                              4.1-1                           OK
intltool                              0.50.2-2                        OK
iodbcadm-gtk                          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
isomaster                             1.3.9-2                         OK
itstool                               1.2.0-1                         OK
jlint                                 3.1.2-1                         OK
jpeg                                  1.3.1-1                         OK
kbproto                               1.0.6-1                         OK
keychain                              2.7.1-1                         OK
khronos-opengl-registry               20130808-1                      OK
lcab                                  1.0b12-1                        OK
less                                  458-1                           OK
lftp                                  4.4.16-1                        OK
libaa1                                1.4rc5-11                       OK
libamd0                               2.3.1-2                         OK
libapr1                               1.4.8-1                         OK
libapr1-devel                         1.4.8-1                         OK
libaprutil1                           1.5.2-4                         OK
libaprutil1-devel                     1.5.2-4                         OK
libarchive13                          3.1.2-2                         OK
libargp                               20110921-2                      OK
libarpack0                            3.1.4-1                         OK
Empty package libart_lgpl_2
libart_lgpl_2                         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
libaspell15                           0.60.6.1-1                      OK
libasprintf0                          0.18.3.2-2                      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_0                           2.10.0-1                        OK
libatomic1                            4.8.3-2                         OK
libatspi-devel                        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
libautotrace3                         0.31.1-1                        OK
libavahi-client3                      0.6.31-2                        OK
libavahi-common3                      0.6.31-2                        OK
libavahi-glib1                        0.6.31-2                        OK
libblkid-devel                        2.21.2-1                        OK
libblkid1                             2.21.2-1                        OK
libbonobo2                            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-devel                    2.24.5-2                        OK
libbonoboui2_0                        2.24.5-2                        OK
libboost1.53                          1.53.0-2                        OK
libbotan1.10-doc                      1.10.8-1                        OK
libbz2-devel                          1.0.6-2                         OK
libbz2_1                              1.0.6-2                         OK
libcairo-devel                        1.12.16-1                       OK
libcairo2                             1.12.16-1                       OK
libcamd0                              2.3.1-2                         OK
libcanberra-devel                     0.30-1                          OK
libcanberra-gtk0                      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
libccolamd0                           2.8.0-2                         OK
libcharset1                           1.14-1                          OK
libcholmod0                           2.1.2-1                         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
libcolamd0                            2.8.0-2                         OK
libcom_err-devel                      1.42.10-1                       OK
libcom_err2                           1.42.10-1                       OK
libcroco0.6                           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
libcurl4                              7.37.0-1                        OK
libcxsparse0                          3.1.2-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
libdconf1                             0.18.0-1                        OK
libdialog11                           1.2-20140112-1                  OK
libdmx1                               1.1.3-1                         OK
libe2p-devel                          1.42.10-1                       OK
libe2p2                               1.42.10-1                       OK
libecpg-compat3                       9.3.4-1                         OK
libecpg-devel                         9.3.4-1                         OK
libecpg6                              9.3.4-1                         OK
libedit0                              20130712-1                      OK
libEGL1                               8.0.5-5                         OK
libEMF1                               1.0.7-1                         OK
libevtlog-devel                       0.2.12-2                        OK
libevtlog0                            0.2.12-2                        OK
libexpat-devel                        2.1.0-3                         OK
libexpat1                             2.1.0-3                         OK
Empty package libexpat1-devel
libexpat1-devel                       2.1.0-3                         OK
libext2fs-devel                       1.42.10-1                       OK
libext2fs2                            1.42.10-1                       OK
libfam0                               0.1.10-14                       OK
libffi-devel                          3.0.13-1                        OK
libffi6                               3.0.13-1                        OK
libfftw3_3                            3.3.4-1                         OK
libFLAC8                              1.3.0-1                         OK
libfltk1.3                            1.3.2.9965-1                    OK
libfontconfig-devel                   2.11.1-1                        OK
libfontconfig1                        2.11.1-1                        OK
libfontenc-devel                      1.1.2-1                         OK
libfontenc1                           1.1.2-1                         OK
libfpx1                               1.3.1.2-1                       OK
libfreetype-devel                     2.5.3-1                         OK
libfreetype6                          2.5.3-1                         OK
libfribidi0                           0.19.2-1                        OK
libgailutil-devel                     2.24.23-1                       OK
libgailutil-doc                       2.24.23-1                       OK
libgailutil18                         2.24.23-1                       OK
libgailutil3_0                        3.10.7-2                        OK
libgc1                                7.2d-2                          OK
libgcc1                               4.8.3-2                         OK
libgck1_0                             3.10.1-1                        OK
libgconf2-devel                       3.2.6-2                         OK
libgconf2_4                           3.2.6-2                         OK
libgcr3-common                        3.10.1-1                        OK
libgcr3_1                             3.10.1-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_imlib1                         1.9.15-14                       OK
libgdk_pixbuf2.0-devel                2.30.4-1                        OK
libgdk_pixbuf2.0_0                    2.30.4-1                        OK
libgdk_pixbuf_xlib2.0_0               2.30.4-1                        OK
libgettextpo0                         0.18.3.2-2                      OK
libgfortran3                          4.8.3-2                         OK
libggi2                               2.2.2-3                         OK
libggi2-devel                         2.2.2-3                         OK
libggi2-display-x                     2.2.2-3                         OK
libggimisc2                           2.2.2-3                         OK
libggimisc2-devel                     2.2.2-3                         OK
libggiwmh0                            0.3.2-3                         OK
libggiwmh0-devel                      0.3.2-3                         OK
libggiwmh0-display-x                  0.3.2-3                         OK
libgif4                               4.1.6-12                        OK
libgii1                               1.0.2-3                         OK
libgii1-devel                         1.0.2-3                         OK
libgii1-input-x                       1.0.2-3                         OK
libgirepository1.0_1                  1.38.0-1                        OK
libGL-devel                           8.0.5-5                         OK
libGL1                                8.0.5-5                         OK
libgl2ps1                             1.3.8-1                         OK
libglade2.0-devel                     2.6.4-2                         OK
libglade2.0_0                         2.6.4-2                         OK
libglapi0                             8.0.5-5                         OK
libglib1.2_0                          1.2.10-12                       OK
libglib2.0-devel                      2.38.2-2                        OK
libglib2.0-doc                        2.38.2-2                        OK
libglib2.0_0                          2.38.2-2                        OK
libglpk33                             4.48-1                          OK
libglpk35                             4.52-1                          OK
libglpk36                             4.54-1                          OK
libGLU1                               9.0.0-1                         OK
libglut-devel                         2.8.1-1                         OK
libglut3                              2.8.1-1                         OK
libGLw1                               8.0.0-1                         OK
libgmp-devel                          6.0.0a-1                        OK
libgmp10                              6.0.0a-1                        OK
libgmpxx4                             6.0.0a-1                        OK
libgnome-keyring-devel                3.10.1-1                        OK
libgnome-keyring0                     3.10.1-1                        OK
libgnome2-devel                       2.32.1-3                        OK
libgnome2_0                           2.32.1-3                        OK
libgnomecanvas2-devel                 2.30.3-2                        OK
libgnomecanvas2_0                     2.30.3-2                        OK
libgnomeui2-devel                     2.24.5-2                        OK
libgnomeui2_0                         2.24.5-2                        OK
libgnomevfs2-devel                    2.24.4-6                        OK
libgnomevfs2_0                        2.24.4-6                        OK
libgnutls28                           3.2.0-4                         OK
libgomp1                              4.8.3-2                         OK
libgpg-error-devel                    1.12-1                          OK
libgpg-error0                         1.12-1                          OK
libGraphicsMagick3                    1.3.19-2                        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
libgsf1_114                           1.14.30-1                       OK
libgssapi3                            1.5.3-1                         OK
libgssapi_krb5_2                      1.12.1-2                        OK
libgstinterfaces0.10_0                0.10.36-2                       OK
libgstreamer0.10_0                    0.10.36-2                       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_0                             3.10.7-2                        OK
libguile17                            1.8.8-1                         OK
libharfbuzz-devel                     0.9.25-1                        OK
libharfbuzz0                          0.9.25-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
libICE-devel                          1.0.8-1                         OK
libICE6                               1.0.8-1                         OK
libiconv                              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
libid3tag0                            0.15.1b-10                      OK
libIDL2-devel                         0.8.14-2                        OK
libIDL2_0                             0.8.14-2                        OK
libidn-devel                          1.26-1                          OK
libidn11                              1.26-1                          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-devel                        3.52.8-2                        OK
libiodbc2                             3.52.8-2                        OK
libisl-devel                          0.11.1-2                        OK
libisl10                              0.11.1-2                        OK
libjasper1                            1.900.1-13                      OK
libjbig-devel                         2.0-13                          OK
libjbig2                              2.0-13                          OK
libjpeg-devel                         1.3.1-1                         OK
libjpeg8                              1.3.1-1                         OK
libjson-c-common                      0.11-2                          OK
libjson-c2                            0.11-2                          OK
libk5crypto3                          1.12.1-2                        OK
libkafs0                              1.5.3-1                         OK
libkpathsea6                          20130529-1                      OK
libkrb5_26                            1.5.3-1                         OK
libkrb5_3                             1.12.1-2                        OK
libkrb5support0                       1.12.1-2                        OK
liblapack0                            3.5.0-2                         OK
liblcms1                              1.19-1                          OK
liblcms2-devel                        2.5-1                           OK
liblcms2_2                            2.5-1                           OK
libltdl7                              2.4.2-3                         OK
liblzma-devel                         5.0.5-1                         OK
liblzma5                              5.0.5-1                         OK
liblzo2_2                             2.06-1                          OK
libMagickCore5                        6.7.6.3-4                       OK
libmangle                             1.0-svn2930-1                   OK
libmcpp0                              2.7.2-2                         OK
libmcrypt-devel                       2.5.8-1                         OK
libmcrypt-doc                         2.5.8-1                         OK
libmcrypt4                            2.5.8-1                         OK
libmetalink3                          0.1.2-1                         OK
libmetis0                             5.1.0-1                         OK
libmhash2                             0.9.9.9-2                       OK
libming1                              0.4.5-1                         OK
libmng1                               1.0.10-1                        OK
libmozjs185-devel                     1.0.0-3                         OK
libmozjs185_1.0                       1.0.0-3                         OK
libmpc3                               1.0.2-1                         OK
libmpfr4                              3.1.2-1                         OK
libmysqlclient-devel                  5.5.35-1                        OK
libmysqlclient18                      5.5.35-1                        OK
libmysqld-devel                       5.5.35-1                        OK
libmysqld0                            5.5.35-1                        OK
libncursesw10                         5.9-20140524-1                  OK
libneon-devel                         0.29.6-1                        OK
libneon27                             0.29.6-1                        OK
libnetpbm10                           10.61.02-1                      OK
libnettle-devel                       2.7-1                           OK
libnettle4                            2.7-1                           OK
libnspr-devel                         4.10.3-1                        OK
libnspr4                              4.10.3-1                        OK
libnss3                               3.15.3.1-1                      OK
libogg0                               1.3.1-1                         OK
libopencdk-devel                      0.6.6-1                         OK
libopencdk10                          0.6.6-1                         OK
libopenjpeg1                          1.5.1-3                         OK
libopenldap2_4_2                      2.4.35-1                        OK
libopenssl100                         1.0.1h-1                        OK
libOpenVG1                            8.0.5-5                         OK
libORBit2-devel                       2.14.19-2                       OK
libORBit2_0                           2.14.19-2                       OK
liborc0.4_0                           0.4.18-2                        OK
libOSMesa8                            8.0.5-5                         OK
libosp5                               1.5.2-2                         OK
libostyle1                            1.4devel1-3                     OK
libp11-kit-devel                      0.20.2-1                        OK
libp11-kit0                           0.20.2-1                        OK
libpango1.0-devel                     1.36.3-1                        OK
libpango1.0_0                         1.36.3-1                        OK
libpaper-common                       1.1.24-2                        OK
libpaper-devel                        1.1.24-2                        OK
libpaper1                             1.1.24-2                        OK
libpcre-devel                         8.34-1                          OK
libpcre1                              8.34-1                          OK
libpcre16_0                           8.34-1                          OK
libpcre32_0                           8.34-1                          OK
libpcrecpp0                           8.34-1                          OK
libpcreposix0                         8.34-1                          OK
libpgtypes3                           9.3.4-1                         OK
libphonon-devel                       4.6.0-2                         OK
libphonon4                            4.6.0-2                         OK
libpixman1-devel                      0.32.4-1                        OK
libpixman1_0                          0.32.4-1                        OK
libplot2                              2.6-3                           OK
libpng-devel                          1.5.18-1                        OK
libpng15                              1.5.18-1                        OK
libpoco16                             1.4.6p4-1                       OK
libpoppler-devel                      0.24.5-1                        OK
libpoppler-glib-devel                 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
libpopt-devel                         1.16-1                          OK
libpopt0                              1.16-1                          OK
libppl9                               0.11.2-2                        OK
libppl_c4                             0.11.2-2                        OK
libpq-devel                           9.3.4-1                         OK
libpq5                                9.3.4-1                         OK
libproxy-devel                        0.4.11-2                        OK
libproxy1                             0.4.11-2                        OK
libpstoedit0                          3.61-1                          OK
libptexenc1                           20130529-1                      OK
libpulse-mainloop-glib0               4.0-1                           OK
libpulse0                             4.0-1                           OK
libpwl5                               0.11.2-2                        OK
libqhull_6                            2012.1-2                        OK
libqrupdate0                          1.1.2-1                         OK
libqscintilla2-common                 2.8-1                           OK
libqscintilla2_11                     2.8-1                           OK
libqscintilla2_9                      2.7.2-1                         OK
libqt3                                3.3.8b-13                       OK
libQt3Support4                        4.8.6-1                         OK
libQtCore4                            4.8.6-1                         OK
libQtCore4-devel                      4.8.6-1                         OK
libQtDBus4                            4.8.6-1                         OK
libQtDBus4-devel                      4.8.6-1                         OK
libQtDeclarative4                     4.8.6-1                         OK
libQtDesigner4                        4.8.6-1                         OK
libQtGui4                             4.8.6-1                         OK
libQtGui4-devel                       4.8.6-1                         OK
libQtHelp4                            4.8.6-1                         OK
libQtMultimedia4                      4.8.6-1                         OK
libQtNetwork4                         4.8.6-1                         OK
libQtOpenGL4                          4.8.6-1                         OK
libQtOpenVG4                          4.8.4-3                         OK
libQtScript4                          4.8.6-1                         OK
libQtScriptTools4                     4.8.6-1                         OK
libQtSql4                             4.8.6-1                         OK
libQtSvg4                             4.8.6-1                         OK
libQtTest4                            4.8.6-1                         OK
libQtWebKit4                          4.8.6-1                         OK
libQtXml4                             4.8.6-1                         OK
libQtXml4-devel                       4.8.6-1                         OK
libQtXmlPatterns4                     4.8.6-1                         OK
libquadmath0                          4.8.3-2                         OK
libquota-devel                        1.42.7-1                        OK
libqzeitgeist-common                  0.8.0-1                         OK
libqzeitgeist-devel                   0.8.0-1                         OK
libqzeitgeist1                        0.8.0-1                         OK
librarian0                            0.8.1-12                        OK
libreadline7                          6.2-1                           OK
libRmath                              3.1.0-1                         OK
libroken18                            1.5.3-1                         OK
librsvg2-devel                        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
libsasl2-devel                        2.1.26-7                        OK
libsasl2_3                            2.1.26-7                        OK
libsecret-bin                         0.16-1                          OK
libsecret1_0                          0.16-1                          OK
libserf1_0                            1.3.5-1                         OK
libSM-devel                           1.2.2-1                         OK
libSM6                                1.2.2-1                         OK
libsndfile1                           1.0.25-1                        OK
libsoup-gnome2.4_1                    2.44.2-2                        OK
libsoup2.4_1                          2.44.2-2                        OK
libsource-highlight-common            3.1.7-3                         OK
libsource-highlight4                  3.1.7-3                         OK
libsqlite3_0                          3.8.5-1                         OK
libss-devel                           1.42.10-1                       OK
libss2                                1.42.10-1                       OK
libssh2_1                             1.4.2-1                         OK
libssp0                               4.8.3-2                         OK
libstartup-notification1-devel        0.12-2                          OK
libstartup-notification1_0            0.12-2                          OK
libstdc++6                            4.8.3-2                         OK
libsuitesparseconfig0                 4.2.1-1                         OK
libsybdb5                             0.91.103-1                      OK
libtasn1-devel                        3.3-1                           OK
libtasn1_6                            3.3-1                           OK
libtdb1                               1.2.11-2                        OK
libthai0                              0.1.19-1                        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
libtool                               2.4.2-3                         OK
libturbojpeg                          1.2.1-2                         OK
libturbojpeg0                         1.3.1-1                         OK
libumfpack0                           5.6.2-1                         OK
libunistring-devel                    0.9.3-2                         OK
libunistring0                         0.9.3-2                         OK
libustr1                              1.0.4-12                        OK
libuuid-devel                         2.21.2-1                        OK
libuuid1                              2.21.2-1                        OK
libvorbis                             1.3.4-1                         OK
libvorbis0                            1.3.4-1                         OK
libvorbisenc2                         1.3.4-1                         OK
libvorbisfile3                        1.3.4-1                         OK
libwind0                              1.5.3-1                         OK
libWindowsWM-devel                    1.0.1-1                         OK
libWindowsWM7                         1.0.1-1                         OK
libWINGs2                             0.95.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
libwnck1_22                           2.30.7-2                        OK
libwrap-devel                         7.6-22                          OK
libwrap0                              7.6-22                          OK
libwraster3                           0.95.4-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-devel                          1.0.8-1                         OK
libXau6                               1.0.8-1                         OK
libXaw-devel                          1.0.12-1                        OK
libXaw3d-devel                        1.6.2-1                         OK
libXaw3d8                             1.6.2-1                         OK
libXaw7                               1.0.12-1                        OK
libxcb-composite0                     1.9.1-2                         OK
libxcb-damage0                        1.9.1-2                         OK
libxcb-devel                          1.9.1-2                         OK
libxcb-dpms0                          1.9.1-2                         OK
libxcb-ewmh2                          0.3.9-1                         OK
libxcb-glx-devel                      1.9.1-2                         OK
libxcb-glx0                           1.9.1-2                         OK
libxcb-icccm-devel                    0.3.9-1                         OK
libxcb-icccm4                         0.3.9-1                         OK
libxcb-image0                         0.3.9-1                         OK
libxcb-keysyms1                       0.3.9-1                         OK
libxcb-randr0                         1.9.1-2                         OK
libxcb-record0                        1.9.1-2                         OK
libxcb-render-devel                   1.9.1-2                         OK
libxcb-render0                        1.9.1-2                         OK
libxcb-res0                           1.9.1-2                         OK
libxcb-screensaver0                   1.9.1-2                         OK
libxcb-shape0                         1.9.1-2                         OK
libxcb-shm-devel                      1.9.1-2                         OK
libxcb-shm0                           1.9.1-2                         OK
libxcb-sync0                          1.9.1-2                         OK
libxcb-util1                          0.3.9-1                         OK
libxcb-xfixes0                        1.9.1-2                         OK
libxcb-xinerama0                      1.9.1-2                         OK
libxcb-xinput0                        1.9.1-2                         OK
libxcb-xtest0                         1.9.1-2                         OK
libxcb1                               1.9.1-2                         OK
libXcomposite-devel                   0.4.3-1                         OK
libXcomposite1                        0.4.3-1                         OK
libXcursor-devel                      1.1.14-1                        OK
libXcursor1                           1.1.14-1                        OK
libxcwm0                              20140606-1                      OK
libXdamage-devel                      1.1.4-1                         OK
libXdamage1                           1.1.4-1                         OK
libXdmcp-devel                        1.1.1-1                         OK
libXdmcp6                             1.1.1-1                         OK
libXext-devel                         1.3.2-1                         OK
libXext6                              1.3.2-1                         OK
libXfixes-devel                       5.0.1-1                         OK
libXfixes3                            5.0.1-1                         OK
libXfont1                             1.4.8-1                         OK
libXft-devel                          2.3.1-1                         OK
libXft2                               2.3.1-1                         OK
libXi-devel                           1.7.2-1                         OK
libXi6                                1.7.2-1                         OK
libXinerama-devel                     1.1.3-1                         OK
libXinerama1                          1.1.3-1                         OK
libxkbfile1                           1.0.8-1                         OK
libXm4                                2.3.4-1                         OK
libXmHTML0                            1.1.7-1                         OK
libxml2                               2.9.1-1                         OK
libxml2-devel                         2.9.1-1                         OK
libXmu-devel                          1.1.2-1                         OK
libXmu6                               1.1.2-1                         OK
libXmuu1                              1.1.2-1                         OK
libXpm-devel                          3.5.11-1                        OK
libXpm-noX_4                          3.5.10-1                        OK
libXpm4                               3.5.11-1                        OK
libXrandr-devel                       1.4.2-1                         OK
libXrandr2                            1.4.2-1                         OK
libXrender-devel                      0.9.8-1                         OK
libXrender1                           0.9.8-1                         OK
libXRes-devel                         1.0.7-1                         OK
libXRes1                              1.0.7-1                         OK
libxslt                               1.1.28-1                        OK
libXss-devel                          1.2.2-1                         OK
libXss1                               1.2.2-1                         OK
libXt-devel                           1.1.4-1                         OK
libXt6                                1.1.4-1                         OK
libXtst6                              1.2.2-1                         OK
libyaml0_2                            0.1.6-1                         OK
libzzip0.13                           0.13.62-1                       OK
licensecheck                          2.14.1-1                        OK
lighttpd                              1.4.35-1                        OK
linklint                              2.3.5-1                         OK
listres                               1.0.3-1                         OK
lndir                                 1.0.3-1                         OK
login                                 1.10-10                         OK
lua                                   5.1.5-1                         OK
luit                                  20130217-1                      OK
lynx                                  2.8.7-2                         OK
lzip                                  1.14-1                          OK
lziprecover                           1.14-1                          OK
m4                                    1.4.17-1                        OK
make                                  4.0-2                           OK
makedepend                            1.0.5-1                         OK
makepasswd                            1.10-2                          OK
makeself                              2.1.5+20120813+gitdcbe778-1     OK
man                                   1.6g-2                          OK
manlint                               1.6g-2                          OK
mboxcheck                             0.1.2-2                         OK
mcpp                                  2.7.2-2                         OK
mcrypt                                2.6.8-1                         OK
mesa                                  8.0.5-5                         OK
mingw-binutils                        2.23.1-1                        OK
mingw-bzip2                           1.0.6-2                         OK
mingw-gcc-core                        4.7.3-1                         OK
mingw-gcc-fortran                     4.7.3-1                         OK
mingw-gcc-g++                         4.7.3-1                         OK
mingw-libbz2-devel                    1.0.6-2                         OK
mingw-libbz2_2                        1.0.6-2                         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-bzip2                    1.0.6-4                         OK
mingw64-i686-gcc-core                 4.8.2-1                         OK
mingw64-i686-gcc-fortran              4.8.2-1                         OK
mingw64-i686-gcc-g++                  4.8.2-1                         OK
mingw64-i686-headers                  3.1.0-1                         OK
mingw64-i686-libgcrypt                1.5.3-1                         OK
mingw64-i686-libgpg-error             1.12-1                          OK
mingw64-i686-pthreads                 20100619-5                      OK
mingw64-i686-runtime                  3.1.0-1                         OK
mingw64-i686-winpthreads              3.1.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-bzip2                  1.0.6-4                         OK
mingw64-x86_64-gcc-core               4.8.2-1                         OK
mingw64-x86_64-gcc-fortran            4.8.2-1                         OK
mingw64-x86_64-gcc-g++                4.8.2-1                         OK
mingw64-x86_64-headers                3.1.0-1                         OK
mingw64-x86_64-libgcrypt              1.5.3-1                         OK
mingw64-x86_64-libgpg-error           1.12-1                          OK
mingw64-x86_64-pthreads               20100619-5                      OK
mingw64-x86_64-runtime                3.1.0-1                         OK
mingw64-x86_64-winpthreads            3.1.0-1                         OK
mintty                                1.2-beta1-1                     OK
mkcomposecache                        1.2.1-1                         OK
mkfontdir                             1.0.7-1                         OK
mkfontscale                           1.1.1-1                         OK
mkisofs                               1.1.11-1                        OK
mm-common                             0.9.6-1                         OK
mmv                                   1.01b-1                         OK
motif                                 2.3.4-1                         OK
multitail                             5.2.12-1                        OK
mysql                                 5.5.35-1                        OK
mysqld                                5.5.35-1                        OK
ncdu                                  1.10-1                          OK
neon                                  0.29.6-1                        OK
net-snmp-agent-libs                   5.7.2-1                         OK
net-snmp-devel                        5.7.2-1                         OK
net-snmp-libs                         5.7.2-1                         OK
net-snmp-perl                         5.7.2-1                         OK
netpbm                                10.61.02-1                      OK
ninvaders                             0.1.1-1                         OK
nmh                                   1.6-1                           OK
nosleep                               0.1.5-1                         OK
nss                                   3.15.3.1-1                      OK
obconf                                2.0.4-1                         OK
oclock                                1.0.3-1                         OK
octave                                3.8.1-1                         OK
octave-doc                            3.8.1-1                         OK
odbc-mysql                            5.2.5-1                         OK
odbc-psql                             09.02.0100-1                    OK
odbc-sqlite3                          0.993-1                         OK
odbc-tds                              0.91.103-1                      OK
offlineimap                           6.5.5-1                         OK
openbox                               3.5.2-1                         OK
openbox-devel                         3.5.2-1                         OK
opencdk                               0.6.6-1                         OK
openjade                              1.4devel1-3                     OK
openldap-devel                        2.4.35-1                        OK
OpenSP                                1.5.2-2                         OK
openssh                               6.6.1p1-3                       OK
openssl                               1.0.1h-1                        OK
openssl-devel                         1.0.1h-1                        OK
ORBit2                                2.14.19-2                       OK
outguess                              0.2-1                           OK
p11-kit                               0.20.2-1                        OK
p11-kit-trust                         0.20.2-1                        OK
paperconf                             1.1.24-2                        OK
par                                   1.52-3                          OK
patch                                 2.7.1-1                         OK
patcher                               0.0.20040521-1                  OK
pcre                                  8.34-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-Capture-Tiny                     0.22-1                          OK
perl-Clone                            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-DBD-mysql                        4.023-1                         OK
perl-DBD-SQLite                       1.37-4                          OK
perl-DBI                              1.623-2                         OK
perl-Digest-HMAC                      1.03-1                          OK
perl-Digest-SHA1                      2.13-1                          OK
perl-Encode-EUCJPASCII                0.03-1                          OK
perl-Encode-HanExtra                  0.23-1                          OK
perl-Encode-JIS2K                     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-HTML-Parser                      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-SSL                    1.88-1                          OK
perl-IPC-Run3                         0.045-1                         OK
perl-List-AllUtils                    0.03-1                          OK
perl-List-MoreUtils                   0.33-1                          OK
perl-Locale-gettext                   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-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.54-1                          OK
perl-Number-Compare                   0.03-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-Readonly                         1.03-1                          OK
perl-Readonly-XS                      1.05-1                          OK
perl-Regexp-Common                    2013031301-1                    OK
perl-SGMLSpm                          1.03ii-3                        OK
perl-Term-ReadKey                     2.30-1                          OK
perl-Term-ReadLine-Gnu                1.20-1                          OK
perl-Text-BibTeX                      0.66-1                          OK
perl-Text-CharWidth                   0.04-2                          OK
perl-Text-CSV                         1.32-1                          OK
perl-Text-CSV_XS                      1.09-1                          OK
perl-Text-Glob                        0.09-1                          OK
perl-Text-WrapI18N                    0.06-2                          OK
perl-Tie-Cycle                        1.17-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-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-GCString                 2012.10-1                       OK
perl-URI                              1.60-1                          OK
perl-WWW-RobotRules                   6.02-1                          OK
perl-XML-LibXML                       2.0018-1                        OK
perl-XML-LibXML-Simple                0.93-1                          OK
perl-XML-LibXSLT                      1.80-1                          OK
perl-XML-NamespaceSupport             1.11-1                          OK
perl-XML-Parser                       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.6.3-1                         OK
ping                                  1.0.2-1                         OK
pkg-config                            0.28-1                          OK
pl                                    6.4.1-3                         OK
pl-devel                              6.4.1-3                         OK
pl-xpce                               6.4.1-3                         OK
plotutils                             2.6-3                           OK
poppler-data                          0.4.6-1                         OK
popt                                  1.16-1                          OK
popt-devel                            1.16-1                          OK
postgresql                            9.3.4-1                         OK
postgresql-client                     9.3.4-1                         OK
postgresql-contrib                    9.3.4-1                         OK
postgresql-devel                      9.3.4-1                         OK
postgresql-doc                        9.3.4-1                         OK
postgresql-plperl                     9.3.4-1                         OK
procmail                              3.22-13                         OK
procps                                3.2.8-2                         OK
pscan                                 1.2-1                           OK
psmisc                                22.20-1                         OK
pwgen                                 2.06-1                          OK
pwget                                 2013.0911+gitaf1c897-2          OK
python                                2.7.5-3                         OK
python-chardet                        2.0.1-2                         OK
python-dbus                           1.2.0-1                         OK
python-fastimport                     0.9.2-1                         OK
python-gi-common                      3.10.2-1                        OK
python-gobject                        2.28.6-5                        OK
python-imaging                        1.1.7-5                         OK
python-libxml2                        2.9.1-1                         OK
python-mako                           0.7.2-2                         OK
python-markupsafe                     0.15-2                          OK
python-pygments                       1.5-2                           OK
python-pyqt4                          4.10.3-1                        OK
python-pyqt4-qsci                     2.8-1                           OK
python-setuptools                     0.6.34-1                        OK
python-sip                            4.15.4-1                        OK
python-tkinter                        2.7.5-3                         OK
python-xdg                            0.25-2                          OK
python3                               3.2.5-3                         OK
python3-cairo                         1.10.0-3                        OK
python3-dbus                          1.2.0-1                         OK
python3-gi                            3.10.2-1                        OK
python3-pyqt4                         4.10.3-1                        OK
python3-pyqt4-qsci                    2.8-1                           OK
python3-sip                           4.15.4-1                        OK
python3-tkinter                       3.2.5-3                         OK
qt3-devel-tools                       3.3.8b-13                       OK
qt3-doc                               3.3.8b-13                       OK
qt3-qtconfig                          3.3.8b-13                       OK
qt4-devel-tools                       4.8.6-1                         OK
qt4-qml-zeitgeist                     0.8.0-1                         OK
qt4-qtconfig                          4.8.6-1                         OK
qt4-qtdemo                            4.8.4-3                         OK
quilt                                 0.63-1                          OK
R                                     3.1.0-1                         OK
randrproto                            1.4.0-1                         OK
rarian                                0.8.1-12                        OK
rats                                  2.3-1                           OK
rdiff-backup                          1.2.8-5                         OK
rebase                                4.4.1-1                         OK
recordproto                           1.14.2-1                        OK
rendercheck                           1.4-1                           OK
renderproto                           0.11.1-1                        OK
resourceproto                         1.2.0-1                         OK
rgb                                   1.0.5-1                         OK
rlwrap                                0.37-1                          OK
robodoc                               4.99.41-1                       OK
robots                                2.3-1                           OK
rpm                                   4.11.1-1                        OK
rpm-build                             4.11.1-1                        OK
rsnapshot                             1.3.1-2                         OK
rstart                                1.0.5-1                         OK
rsvg                                  2.40.1-1                        OK
rsync                                 3.0.9-1                         OK
ruby                                  1.9.3-p545-1                    OK
ruby-json                             1.8.0-1                         OK
ruby-rake                             10.0.4-1                        OK
ruby-rdoc                             3.12.2-1                        OK
run                                   1.3.1-1                         OK
run2                                  0.4.2-2                         OK
rxp                                   1.5.0-1                         OK
scons                                 2.3.0-5                         OK
screen                                4.2.1-2                         OK
scrnsaverproto                        1.2.2-2                         OK
sed                                   4.2.2-3                         OK
sendxmpp                              1.22-1                          OK
Empty package serf
serf                                  1.3.5-1                         OK
sessreg                               1.0.8-1                         OK
setxkbmap                             1.3.0-1                         OK
sgml-common                           0.6.3-3                         OK
shared-mime-info                      1.3-1                           OK
sharutils                             4.14-1                          OK
shutdown                              1.10-1                          OK
signify                               1.14-1                          OK
smartmontools                         6.2-1                           OK
smproxy                               1.0.5-1                         OK
socat                                 1.7.2.4-1                       OK
sound-theme-freedesktop               0.7-1                           OK
source-highlight                      3.1.7-3                         OK
splint                                3.1.2-1                         OK
sqlite3                               3.8.5-1                         OK
sqlite3-vfslog                        3.8.5-1                         OK
squid                                 3.3.3-2                         OK
stow                                  2.2.0-1                         OK
subversion                            1.8.9-1                         OK
subversion-apache2                    1.8.9-1                         OK
subversion-devel                      1.8.9-1                         OK
subversion-gnome                      1.8.9-1                         OK
subversion-perl                       1.8.9-1                         OK
subversion-python                     1.8.9-1                         OK
subversion-ruby                       1.8.9-1                         OK
subversion-tools                      1.8.9-1                         OK
sudoku                                1.0.1-2                         OK
svn-load                              1.3-1                           OK
svn_load_dirs                         1.8.0-1                         OK
sxpm                                  3.5.11-1                        OK
syslog-ng                             3.2.5-1                         OK
sysvinit                              2.86-1                          OK
t1lib5                                5.1.2-1                         OK
tar                                   1.27.1-1                        OK
tcl                                   8.5.11-1                        OK
tcl-itcl                              3.4.1-1                         OK
tcl-itk                               3.3-2                           OK
tcl-iwidgets                          4.0.1-2                         OK
tcl-tix                               8.4.3-2                         OK
tcl-tk                                8.5.11-1                        OK
tcm                                   2.20-1                          OK
tcsh                                  6.18.01-3                       OK
ted                                   2.23-2                          OK
terminfo                              5.9-20140524-1                  OK
texi2html                             1.82-11                         OK
texinfo                               5.2-1                           OK
texlive                               20130529-1                      OK
texlive-collection-basic              20130529-1                      OK
texlive-collection-basic-doc          20130529-1                      OK
texlive-collection-bibtexextra        20130529-2                      OK
texlive-collection-binextra           20130529-1                      OK
texlive-collection-context            20130529-1                      OK
texlive-collection-fontsextra         20130529-1                      OK
texlive-collection-fontsrecommended   20130529-1                      OK
texlive-collection-fontutils          20130529-1                      OK
texlive-collection-formatsextra       20130529-1                      OK
texlive-collection-genericextra       20130529-1                      OK
texlive-collection-genericrecommended 20130529-1                      OK
texlive-collection-htmlxml            20130529-1                      OK
texlive-collection-humanities         20130529-1                      OK
texlive-collection-langcjk            20130529-1                      OK
texlive-collection-langenglish        20130529-1                      OK
texlive-collection-langeuropean       20130529-1                      OK
texlive-collection-latex              20130529-1                      OK
texlive-collection-latex-doc          20130529-1                      OK
texlive-collection-latexextra         20130529-1                      OK
texlive-collection-latexrecommended   20130529-1                      OK
texlive-collection-mathextra          20130529-1                      OK
texlive-collection-metapost           20130529-1                      OK
texlive-collection-pictures           20130529-1                      OK
texlive-collection-plainextra         20130529-1                      OK
texlive-collection-pstricks           20130529-1                      OK
texlive-collection-science            20130529-1                      OK
texlive-collection-xetex              20130529-1                      OK
TeXmacs                               1.0.7.21-1                      OK
tig                                   1.2.1-1                         OK
time                                  1.7-3                           OK
tin                                   2.0.1-2                         OK
transfig                              3.2.5d-1                        OK
transset                              1.0.1-1                         OK
twm                                   1.0.8-1                         OK
typespeed                             0.6.5-1                         OK
tzcode                                2013c-1                         OK
units                                 2.01-2                          OK
unzip                                 6.0-1                           OK
util-linux                            2.21.2-1                        OK
vala-dconf                            0.18.0-1                        OK
vala-libcanberra                      0.30-1                          OK
viewres                               1.0.4-1                         OK
vim-minimal                           7.4.316-1                       OK
w32api-headers                        3.1.0-2                         OK
w32api-runtime                        3.1.0-1                         OK
w3m                                   0.5.3-1                         OK
wcd                                   5.2.5-1                         OK
wdiff                                 1.2.2-1                         OK
webcheck                              1.10.4-1                        OK
wget                                  1.15-1                          OK
which                                 2.20-2                          OK
whois                                 5.0.26-1                        OK
WindowMaker                           0.95.4-1                        OK
windowswmproto                        1.0.4-1                         OK
wodim                                 1.1.11-1                        OK
WordNet                               3.0-1                           OK
x11perf                               1.5.4-1                         OK
xauth                                 1.0.8-1                         OK
xbiff                                 1.0.3-1                         OK
xcalc                                 1.0.5-1                         OK
xclipboard                            1.1.3-1                         OK
xclock                                1.0.7-1                         OK
xcmiscproto                           1.2.2-2                         OK
xcmsdb                                1.0.4-1                         OK
xcompmgr                              1.1.6-1                         OK
xconsole                              1.0.6-1                         OK
xcursor-themes                        1.0.4-1                         OK
xcursorgen                            1.0.5-2                         OK
xdbedizzy                             1.1.0-1                         OK
xditview                              1.0.3-1                         OK
xdpyinfo                              1.3.1-1                         OK
xedit                                 1.2.1-1                         OK
xev                                   1.2.1-1                         OK
xextproto                             7.3.0-1                         OK
xeyes                                 1.1.1-1                         OK
xf86-video-dummy                      0.3.7-1                         OK
xf86-video-nested                     0.1.0-4                         OK
xf86bigfontproto                      1.2.0-1                         OK
xfd                                   1.1.2-1                         OK
xfig                                  3.2.5b-1                        OK
xfig-lib                              3.2.5b-1                        OK
xfontsel                              1.0.5-1                         OK
xgc                                   1.0.4-1                         OK
xhost                                 1.0.6-1                         OK
xhtml2ps                              1.0b7-2                         OK
xineramaproto                         1.2.1-1                         OK
xinit                                 1.3.2-1                         OK
xinput                                1.6.1-1                         OK
xkbcomp                               1.2.4-1                         OK
xkbevd                                1.1.3-1                         OK
xkbprint                              1.0.3-1                         OK
xkbutils                              1.0.4-1                         OK
xkeyboard-config                      2.11-1                          OK
xkill                                 1.0.4-1                         OK
xlaunch                               20140605-1                      OK
xload                                 1.1.2-1                         OK
xlogo                                 1.0.4-1                         OK
xlsatoms                              1.1.1-1                         OK
xlsclients                            1.1.3-1                         OK
xlsfonts                              1.0.4-1                         OK
xlsx2csv                              0.11+20120814+gitf54ab78-1      OK
xmag                                  1.0.4-1                         OK
xman                                  1.1.3-2                         OK
xmessage                              1.0.4-1                         OK
xmh                                   1.0.2-1                         OK
xml2po                                0.20.10-2                       OK
xmlstarlet                            1.6.0-1                         OK
xmlto                                 0.0.26-1                        OK
xmltoman                              0.4-2                           OK
xmodmap                               1.0.8-1                         OK
xmon                                  1.5.6-3                         OK
xmore                                 1.0.2-1                         OK
xorg-docs                             1.7-1                           OK
xorg-scripts                          1.0.1-1                         OK
xorg-server                           1.15.1-2                        OK
xorg-server-common                    1.15.1-2                        OK
xorg-server-dmx                       1.15.1-2                        OK
xorg-server-extra                     1.15.1-2                        OK
xorg-sgml-doctools                    1.11-1                          OK
xorg-util-macros                      1.18.0-1                        OK
xpdf                                  3.03-4                          OK
xpr                                   1.0.4-1                         OK
xprop                                 1.2.2-1                         OK
xproto                                7.0.25-1                        OK
xrandr                                1.4.1-1                         OK
xrdb                                  1.1.0-1                         OK
xrefresh                              1.0.5-1                         OK
xscope                                1.4-1                           OK
xset                                  1.2.3-1                         OK
xsetroot                              1.1.0-1                         OK
xsm                                   1.0.3-1                         OK
xstdcmap                              1.0.3-1                         OK
xterm                                 305-1                           OK
XtoW                                  20130802-2                      OK
xtrans                                1.3.2-1                         OK
xwd                                   1.0.6-1                         OK
xwinclip                              1.15.1-2                        OK
xwininfo                              1.1.3-1                         OK
xwud                                  1.0.4-1                         OK
xxd                                   7.4.316-1                       OK
xz                                    5.0.5-1                         OK
yasm                                  1.2.0-1                         OK
yasm-devel                            1.2.0-1                         OK
yelp-tools                            3.10.0-1                        OK
yelp-xsl                              3.10.1-1                        OK
zip                                   3.0-2                           OK
zlib-devel                            1.2.8-1                         OK
zlib0                                 1.2.8-1                         OK
zsh                                   5.0.2-1                         OK
zziplib                               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] 18+ messages in thread

* Re: Question on gcc install
  2014-06-17 16:31 Arthur Schwarz
  2014-06-17 18:04 ` Larry Hall (Cygwin)
@ 2014-06-18  7:43 ` Csaba Raduly
  2014-06-18 15:11   ` Arthur Schwarz
  1 sibling, 1 reply; 18+ messages in thread
From: Csaba Raduly @ 2014-06-18  7:43 UTC (permalink / raw)
  To: Arthur Schwarz; +Cc: cygwin list

Hi Arthur,

On Tue, Jun 17, 2014 at 6:31 PM, Arthur Schwarz  wrote:
> Win7
> gcc 4.8.3
> Netbeans 7.4
>
> Hi Csaba;
>
> I used setup.exe.

In that case, the behavior is entirely up to what setup.exe can do and
what the GCC packages tell it to do.

setup.exe _can_ delete files (as opposed to GCC's own build system,
which can install, but not uninstall). I don't understand how you
managed to get all those versions on your system; if you just kept
upgrading GCC, I would have expected the previous versions to be
deleted.

Perhaps it's time for you to run   cygcheck -s -v -r   and attach its
output, as described in
> Problem reports:       http://cygwin.com/problems.html

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

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

* Re: Question on gcc install
  2014-06-17 21:33 Arthur Schwarz
@ 2014-06-17 22:21 ` JonY
  0 siblings, 0 replies; 18+ messages in thread
From: JonY @ 2014-06-17 22:21 UTC (permalink / raw)
  To: cygwin

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

On 6/18/2014 05:33, Arthur Schwarz wrote:
> Hi Larry;
> 
> I think I mislead you. Netbeans is quite comfortable with cygwin, and I
> believe demands it in a Windows environment. What Netbeans requires is the
> exact oath to use for gcc, g++, gfortran, the assembler, make file, gdb, and
> qmake (optional). The make file path and gdb are invariant. The other
> executables must be provided (except for the unadornded gcc, g++, gfortran,
> and as). 
> 

http://wiki.osdev.org/Target_Triplet

No, gdb happens to be invariant because you don't have cross gdb
installed. You cannot debug 32bit code with 64bit gdb on Windows.

> The issue of "what's going on" first came up because gcc -m32 did not work
> for any compiler. In talking with  Marc Glisse @ gcc.gnu.org, he had some
> questions on c++config.h. In finding the path to and looking at this file I
> became confused as to the directories available, their use and their
> association with the executables and gcc versions. Given the latest (16 Jun)
> release I am further confused.
> 

Cygwin gcc has never supported -m32.

> At the present time /bin/gcc.exe, etc., works. /bin/*mingw*.exe either
> compiles but does not link, or does not compile - which seems to be a header
> issue. gcc -m32 does not work which may be a gcc.gnu issue.
> 

Can you at least be specific about the errors? It is rather frustrating
reading your emails, being so vague about and all. Are you mixing Cygwin
and mingw code?

> If there is a resource document that I can look at to find the meaning of
> life, could you tell me where to find it? I have downloaded the gcc.gnu.org
> document set for vrs. 4.8.3, Is this sufficient?

My advice is, stop jumping to conclusions, and stop assuming facts about
how things are related, and fix your email client to reply to threads
properly instead of starting a new thread for every reply.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

* Re: Question on gcc install
@ 2014-06-17 21:33 Arthur Schwarz
  2014-06-17 22:21 ` JonY
  0 siblings, 1 reply; 18+ messages in thread
From: Arthur Schwarz @ 2014-06-17 21:33 UTC (permalink / raw)
  To: cygwin

Hi Larry;

I think I mislead you. Netbeans is quite comfortable with cygwin, and I
believe demands it in a Windows environment. What Netbeans requires is the
exact oath to use for gcc, g++, gfortran, the assembler, make file, gdb, and
qmake (optional). The make file path and gdb are invariant. The other
executables must be provided (except for the unadornded gcc, g++, gfortran,
and as). 

The issue of "what's going on" first came up because gcc -m32 did not work
for any compiler. In talking with  Marc Glisse @ gcc.gnu.org, he had some
questions on c++config.h. In finding the path to and looking at this file I
became confused as to the directories available, their use and their
association with the executables and gcc versions. Given the latest (16 Jun)
release I am further confused.

At the present time /bin/gcc.exe, etc., works. /bin/*mingw*.exe either
compiles but does not link, or does not compile - which seems to be a header
issue. gcc -m32 does not work which may be a gcc.gnu issue.

If there is a resource document that I can look at to find the meaning of
life, could you tell me where to find it? I have downloaded the gcc.gnu.org
document set for vrs. 4.8.3, Is this sufficient?

Thanks
art


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

* Re: Question on gcc install
  2014-06-17 16:31 Arthur Schwarz
@ 2014-06-17 18:04 ` Larry Hall (Cygwin)
  2014-06-18  7:43 ` Csaba Raduly
  1 sibling, 0 replies; 18+ messages in thread
From: Larry Hall (Cygwin) @ 2014-06-17 18:04 UTC (permalink / raw)
  To: cygwin

On 06/17/2014 12:31 PM, Arthur Schwarz wrote:
> The issue and confusion arise because I am using the Netbeans IDE, and
> Netbeans requires explicit reference to the gcc, g++, fortran compilers and
> assembler being used. I am running into difficulties.

Sorry, I don't know anything about how to configure build tools for Netbeans
(and doing so is an off-topic question for this list) but I will say that if
Netbeans is only going to be handing DOS-style paths to the build tools, the
Cygwin build tools won't be the ones you want to use.  They really want
POSIX-style paths that Cygwin prefers.  So MinGW seems to me like the thing
for you to focus on.

-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

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

* Re: Question on gcc install
@ 2014-06-17 16:31 Arthur Schwarz
  2014-06-17 18:04 ` Larry Hall (Cygwin)
  2014-06-18  7:43 ` Csaba Raduly
  0 siblings, 2 replies; 18+ messages in thread
From: Arthur Schwarz @ 2014-06-17 16:31 UTC (permalink / raw)
  To: cygwin; +Cc: rcsaba

Win7
gcc 4.8.3
Netbeans 7.4

Hi Csaba;

I used setup.exe.

The issue and confusion arise because I am using the Netbeans IDE, and
Netbeans requires explicit reference to the gcc, g++, fortran compilers and
assembler being used. I am running into difficulties.

1: mingw fails to link correctly. Hundreds if not thousands of linker
errors.
2: the gcc -m32 option fails (cross-posted to gcc.gnu.org).
3: The relationship between executables and directories is not understood.
4: The pairing of executables is not well understood, especially those with
version numbers on them.

For point (4) there are executables with appended version numbers for gcc
but there are no similarly appended version numbers to g++ and fortran. My
guess is that the version numbers specify the supported version for the
prefixed executables (see below).
	i686-pc-cygwin-gcc-4.8.2.exe
	i686-pc-mingw32-gcc-4.7.3.exe
	i686-w64-mingw32-gcc-4.8.2.exe
	x86_64-pc-cygwin-gcc-4.8.3.exe
	x86_64-w64-mingw32-gcc-4.8.2.exe

In a much similar fashion I don't understand the relationship between the
different gcc/g++/fortran/as prefixes, and I don't know what documents
identify usages. Are they gcc or cygwin documents. 
	i686-pc-cygwin
	i686-pc-mingw32
	i686-w64-mingw32
	x86_64-pc-cygwin
	x86_64-w64-mingw32

The directory structures point (3) are completely mystifying. I can
understand the /usr/lib/gcc directories but am completely mystified by the
/usr directories.

	/usr/					/usr/lib/gcc
		i686-pc-cygwin				i686-pc-cygwin
		i686-pc-mingw32				i686-pc-mingw32
		i686-w64-mingw32
i686-w64-mingw32
		x86_64-w64-mingw32			x86_64-pc-cygwin
	
x86_64-w64-mingw32

For one, there seems to be too few /usr/ directories in comparison to the
prefixes. For another, only one of the directories contain support for gcc
vrs. 4.8.3 (x86_64-pc-cygwin). The remainder of the support is mostly for
gcc vrs. 4.8.2. So whatever the directories do, their support is
inconsistent, i.e., they all don't support the downloaded gcc version
(4.8.3) and their support is not consistent for gcc vrs. 4.8.2. 

	/usr/lib/gcc/
		i686-pc-cygwin		4.8.2
		i686-pc-mingw32		4.7.3
		i686-w64-mingw32		4.8.2
		x86_64-pc-cygwin		4.8.3
		x86_64-w64-mingw32	4.8.2

So I don't know how to setup Netbeans and I don't know what I have. I
downloaded gcc 4.8.3 and I seem to have only 1 of 5 systems with 4.8.3, the
rest being 4.8.2 or 4.7.3. I don't understand the difference between, e.g.,
x86_64-pc-cygwin-gcc.exe and x86_64-pc-cygwin-gcc-4.8.3.exe. My guess is
that there is no difference between the versioned and unversioned
executables and that the gcc vrs. 4.8.3 downloads only included the
x86_64-pc-cygwin compiler. And of course, the gcc.exe file, the
x86_64-pc-cygwin-gcc.exe, and the x86_64-pc-cygwin-gcc-4.8.3.exe would all
be the same if my guesses are correct.

In any case, anything you can do to clarify would be appreciated (include
the statement, "read to --- book").
art


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

* Re: Question on gcc install
  2014-06-16  0:39 Arthur Schwarz
@ 2014-06-16  9:30 ` Csaba Raduly
  0 siblings, 0 replies; 18+ messages in thread
From: Csaba Raduly @ 2014-06-16  9:30 UTC (permalink / raw)
  To: cygwin list

Hi Arthur,

On Mon, Jun 16, 2014 at 2:39 AM, Arthur Schwarz <aschwarz1309@att.net> wrote:
> Does gcc delete old version of their software during an install. I just
> installed gcc/mingw 4.8.3-2 and have all versions from 4.7.3 to 4.8.3-2 but
> (I think) only libraries and etc. for 4.8.3-2. Am I responsible for deleting
> these older references? Will these older references work with the newer
> libraries?

Did you build those GCCs yourself, or did you just install the
appropriate packages with setup.exe?

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

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

* Question on gcc install
@ 2014-06-16  0:39 Arthur Schwarz
  2014-06-16  9:30 ` Csaba Raduly
  0 siblings, 1 reply; 18+ messages in thread
From: Arthur Schwarz @ 2014-06-16  0:39 UTC (permalink / raw)
  To: cygwin

Does gcc delete old version of their software during an install. I just
installed gcc/mingw 4.8.3-2 and have all versions from 4.7.3 to 4.8.3-2 but
(I think) only libraries and etc. for 4.8.3-2. Am I responsible for deleting
these older references? Will these older references work with the newer
libraries?

These are the programs I have (for i in `ls /bin/i686* ls/bin/x86*`; do $i
--version; done | grep GCC)
i686-pc-cygwin-c++ (GCC) 4.8.2
i686-pc-cygwin-cpp (GCC) 4.8.2
i686-pc-cygwin-g++ (GCC) 4.8.2
i686-pc-cygwin-gcc (GCC) 4.8.2
i686-pc-cygwin-gcc-4.8.2 (GCC) 4.8.2
GNU Fortran (GCC) 4.8.2
i686-pc-mingw32-c++ (GCC) 4.7.3
i686-pc-mingw32-cpp (GCC) 4.7.3
i686-pc-mingw32-g++ (GCC) 4.7.3
i686-pc-mingw32-gcc (GCC) 4.7.3
i686-pc-mingw32-gcc-4.7.3 (GCC) 4.7.3
GNU Fortran (GCC) 4.7.3
i686-w64-mingw32-c++ (GCC) 4.8.2
i686-w64-mingw32-cpp (GCC) 4.8.2
i686-w64-mingw32-g++ (GCC) 4.8.2
i686-w64-mingw32-gcc (GCC) 4.8.2
i686-w64-mingw32-gcc-4.8.2 (GCC) 4.8.2
GNU Fortran (GCC) 4.8.2
x86_64-pc-cygwin-c++ (GCC) 4.8.3
x86_64-pc-cygwin-g++ (GCC) 4.8.3
x86_64-pc-cygwin-gcc (GCC) 4.8.3
x86_64-pc-cygwin-gcc-4.8.3 (GCC) 4.8.3
GNU Fortran (GCC) 4.8.3
x86_64-w64-mingw32-c++ (GCC) 4.8.2
x86_64-w64-mingw32-cpp (GCC) 4.8.2
x86_64-w64-mingw32-g++ (GCC) 4.8.2
x86_64-w64-mingw32-gcc (GCC) 4.8.2
x86_64-w64-mingw32-gcc-4.8.2 (GCC) 4.8.2
GNU Fortran (GCC) 4.8.2


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

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

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-19 23:59 Re: Question on gcc install Arthur Schwarz
2014-06-20  0:31 ` Larry Hall (Cygwin)
2014-06-20  9:47 ` JonY
2014-06-20 14:37 ` Arthur Schwarz
2014-06-21  1:56   ` JonY
2014-06-21 16:44   ` Arthur Schwarz
2014-06-22  2:14     ` JonY
2014-06-22  4:25       ` René Berber
2014-06-22 22:08         ` JonY
  -- strict thread matches above, loose matches on Subject: below --
2014-06-17 21:33 Arthur Schwarz
2014-06-17 22:21 ` JonY
2014-06-17 16:31 Arthur Schwarz
2014-06-17 18:04 ` Larry Hall (Cygwin)
2014-06-18  7:43 ` Csaba Raduly
2014-06-18 15:11   ` Arthur Schwarz
2014-06-18 22:12     ` JonY
2014-06-16  0:39 Arthur Schwarz
2014-06-16  9:30 ` Csaba Raduly

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