public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: rebase-4.1.0-1
@ 2012-03-27  1:44 Jason Tishler
  2012-03-27  2:59 ` Ryan Johnson
  0 siblings, 1 reply; 33+ messages in thread
From: Jason Tishler @ 2012-03-27  1:44 UTC (permalink / raw)
  To: cygwin

New News:
=== ====
I have updated the version of rebase to 4.1.0-1.  The tarballs should be
available on a Cygwin mirror near you shortly.

The following are the changes since the previous release:

    * Add rebase/rebaseall touch file (i.e., -t option) support.

    * Add rebaseall setup (i.e., -p option) support.

    * Add .oct to the default rebaseall suffix list.

I would like to thank Corinna Vinschen for providing all of the above
features, improvements, and changes.

Old News:
=== ====
The Cygwin rebase distribution contains four utilities: rebase,
rebaseall, peflags, and peflagsall.  The first utility is modeled after
Microsoft's SDK rebase while the rebaseall utility is a convenient way
for users that suffer from the Cygwin rebase problem to rebase their
entire system (i.e., all of their DLLs).

Please read the README file:

    /usr/share/doc/rebase/README

since it covers requirements, usage, known issues, etc.

Standard News:
======== ====
To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have questions or comments, please send them to the Cygwin
mailing list.

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:

http://cygwin.com/lists.html#subscribe-unsubscribe

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this web address.

Jason

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27  1:44 [ANNOUNCEMENT] Updated: rebase-4.1.0-1 Jason Tishler
@ 2012-03-27  2:59 ` Ryan Johnson
  2012-03-27  8:37   ` Corinna Vinschen
  0 siblings, 1 reply; 33+ messages in thread
From: Ryan Johnson @ 2012-03-27  2:59 UTC (permalink / raw)
  To: cygwin

On 26/03/2012 9:40 PM, Jason Tishler wrote:
> New News:
> === ====
> I have updated the version of rebase to 4.1.0-1.  The tarballs should be
> available on a Cygwin mirror near you shortly.
>
> The following are the changes since the previous release:
>
>      * Add rebase/rebaseall touch file (i.e., -t option) support.
>
>      * Add rebaseall setup (i.e., -p option) support.
>
>      * Add .oct to the default rebaseall suffix list.
I've been meaning to ask... but maybe the above-mentioned -p flag 
obsoletes it now: What's the most efficient way to rebase after running 
setup? We've had the rebase db for a while now, so running rebaseall 
seems like overkill. Only the newly downloaded dlls need attention, and 
the db tells where they can be sent without disturbing the existing dll 
ecosystem. However, my attempts to do something incremental in /usr/bin 
have all failed -- because most dlls there are already rebased and 
several are also in-use -- and I always end up firing up dash in the end.

Thoughts?
Ryan


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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27  2:59 ` Ryan Johnson
@ 2012-03-27  8:37   ` Corinna Vinschen
  2012-03-27 11:41     ` Michael Lutz
                       ` (3 more replies)
  0 siblings, 4 replies; 33+ messages in thread
From: Corinna Vinschen @ 2012-03-27  8:37 UTC (permalink / raw)
  To: cygwin

On Mar 26 22:59, Ryan Johnson wrote:
> On 26/03/2012 9:40 PM, Jason Tishler wrote:
> >New News:
> >=== ====
> >I have updated the version of rebase to 4.1.0-1.  The tarballs should be
> >available on a Cygwin mirror near you shortly.
> >
> >The following are the changes since the previous release:
> >
> >     * Add rebase/rebaseall touch file (i.e., -t option) support.
> >
> >     * Add rebaseall setup (i.e., -p option) support.
> >
> >     * Add .oct to the default rebaseall suffix list.
> I've been meaning to ask... but maybe the above-mentioned -p flag
> obsoletes it now: What's the most efficient way to rebase after
> running setup? We've had the rebase db for a while now, so running
> rebaseall seems like overkill. Only the newly downloaded dlls need

Now that the new rebase is out, I'm going to create an _autorebase
package which will automatically call rebaseall at the end of a
successful run of setup, if that run also updated existing DLLs or
came with new DLLs.

In some cases this might take two minutes or so at the end of a setup
run, but at least we should see less rebase problems in future.

The most efficient way would be to change rebaseall so that only
DLLs are given to rebase which are updated or new.  But rebaseall
would still have to search the files in /etc/setup.  And rebase
still opens every DLL in the DB and from the command line to see
if the DB and reality are still in sync, and to decide which DLLs
have to be rebased and which are not.  So I'm not sure you can
make it much faster, unless you make the algorithm in rebase itself
faster.  You're welcome to send patches to the cygwin-apps list.
I'm pretty sure there is room for improvement.

Needless to say that the ultimately most efficient way would be
to find a method to avoid rebase problems after fork at all.  The
last attempt at it looked promising at first, but then again...
http://social.msdn.microsoft.com/Forums/en-US/windowsgeneraldevelopmentissues/thread/afdf1b68-1f3e-47f5-94cf-51e397afe073


Corinna

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

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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27  8:37   ` Corinna Vinschen
@ 2012-03-27 11:41     ` Michael Lutz
  2012-03-27 14:07       ` Ryan Johnson
  2012-03-27 15:19     ` Ryan Johnson
                       ` (2 subsequent siblings)
  3 siblings, 1 reply; 33+ messages in thread
From: Michael Lutz @ 2012-03-27 11:41 UTC (permalink / raw)
  To: cygwin

Am 27.03.2012 10:36 schrieb Corinna Vinschen:
> Needless to say that the ultimately most efficient way would be
> to find a method to avoid rebase problems after fork at all.  The
> last attempt at it looked promising at first, but then again...
> http://social.msdn.microsoft.com/Forums/en-US/windowsgeneraldevelopmentissues/thread/afdf1b68-1f3e-47f5-94cf-51e397afe073

You'd think all the statements about interoperability after the EU
anti-trust cases would apply to Cygwin as well.

If SUA can, Cygwin should as well: "Microsoft shall ensure that
third-party software products can interoperate with Microsoft’s Relevant
Software Products using the same Interoperability Information on an equal
footing as other Microsoft Software Products. (“Interoperability
Commitment”)".
http://www.microsoft.com/Presspass/press/2009/dec09/12-16Statement.mspx

Conveniently, nothing except a press contact is given on that page.


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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 11:41     ` Michael Lutz
@ 2012-03-27 14:07       ` Ryan Johnson
  0 siblings, 0 replies; 33+ messages in thread
From: Ryan Johnson @ 2012-03-27 14:07 UTC (permalink / raw)
  To: cygwin

On 27/03/2012 7:40 AM, Michael Lutz wrote:
> Am 27.03.2012 10:36 schrieb Corinna Vinschen:
>> Needless to say that the ultimately most efficient way would be
>> to find a method to avoid rebase problems after fork at all.  The
>> last attempt at it looked promising at first, but then again...
>> http://social.msdn.microsoft.com/Forums/en-US/windowsgeneraldevelopmentissues/thread/afdf1b68-1f3e-47f5-94cf-51e397afe073
> You'd think all the statements about interoperability after the EU
> anti-trust cases would apply to Cygwin as well.
>
> If SUA can, Cygwin should as well: "Microsoft shall ensure that
> third-party software products can interoperate with Microsoft’s Relevant
> Software Products using the same Interoperability Information on an equal
> footing as other Microsoft Software Products. (“Interoperability
> Commitment”)".
> http://www.microsoft.com/Presspass/press/2009/dec09/12-16Statement.mspx
>
> Conveniently, nothing except a press contact is given on that page.
I suspect the EU commission could track down the right people at MS if 
they were to decide that SUA/cygwin interop were important. 
Unfortunately, it would have been much better for that issue to be 
raised (a) while MS was still whimpering from the smackdown and (b) 
before the announcement that SUA will be deprecated in Win8, after being 
essentially unusable for several years before that.

Ryan


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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27  8:37   ` Corinna Vinschen
  2012-03-27 11:41     ` Michael Lutz
@ 2012-03-27 15:19     ` Ryan Johnson
  2012-03-27 15:29       ` Corinna Vinschen
  2012-03-27 23:28     ` JonY
  2012-04-26  8:50     ` KJ
  3 siblings, 1 reply; 33+ messages in thread
From: Ryan Johnson @ 2012-03-27 15:19 UTC (permalink / raw)
  To: cygwin

On 27/03/2012 4:36 AM, Corinna Vinschen wrote:
> On Mar 26 22:59, Ryan Johnson wrote:
>> On 26/03/2012 9:40 PM, Jason Tishler wrote:
>>> New News:
>>> === ====
>>> I have updated the version of rebase to 4.1.0-1.  The tarballs should be
>>> available on a Cygwin mirror near you shortly.
>>>
>>> The following are the changes since the previous release:
>>>
>>>      * Add rebase/rebaseall touch file (i.e., -t option) support.
>>>
>>>      * Add rebaseall setup (i.e., -p option) support.
>>>
>>>      * Add .oct to the default rebaseall suffix list.
>> I've been meaning to ask... but maybe the above-mentioned -p flag
>> obsoletes it now: What's the most efficient way to rebase after
>> running setup? We've had the rebase db for a while now, so running
>> rebaseall seems like overkill. Only the newly downloaded dlls need
> Now that the new rebase is out, I'm going to create an _autorebase
> package which will automatically call rebaseall at the end of a
> successful run of setup, if that run also updated existing DLLs or
> came with new DLLs.
>
> In some cases this might take two minutes or so at the end of a setup
> run, but at least we should see less rebase problems in future.
That will be awesome.

> The most efficient way would be to change rebaseall so that only
> DLLs are given to rebase which are updated or new.  But rebaseall
> would still have to search the files in /etc/setup.  And rebase
> still opens every DLL in the DB and from the command line to see
> if the DB and reality are still in sync, and to decide which DLLs
> have to be rebased and which are not.  So I'm not sure you can
> make it much faster, unless you make the algorithm in rebase itself
> faster.
Honestly, I don't care if it's slow, just so it works. The problem right 
now -- at least in my naive invocations -- is that rebaseall attempts to 
rebase things which are in-use. Perhaps the initial in-sync-ness check 
opens the file in exclusive mode and fails? I know the in-use files were 
still in sync because they were when setup started. Setup didn't 
complain about anything and I didn't start any new processes after it 
completed.

Another idea: right now rebase[all] seems to give up if it encounters an 
in-use file. Can it just skip the file and keep going?

> Needless to say that the ultimately most efficient way would be
> to find a method to avoid rebase problems after fork at all.  The
> last attempt at it looked promising at first, but then again...
> http://social.msdn.microsoft.com/Forums/en-US/windowsgeneraldevelopmentissues/thread/afdf1b68-1f3e-47f5-94cf-51e397afe073
That did look promising... I only run in a console under duress, but 
losing LoadLibrary is a deal-breaker.

Ryan


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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 15:19     ` Ryan Johnson
@ 2012-03-27 15:29       ` Corinna Vinschen
  2012-03-27 15:58         ` Ryan Johnson
  2012-03-27 16:10         ` Karl M
  0 siblings, 2 replies; 33+ messages in thread
From: Corinna Vinschen @ 2012-03-27 15:29 UTC (permalink / raw)
  To: cygwin

On Mar 27 11:18, Ryan Johnson wrote:
>  The problem
> right now -- at least in my naive invocations -- is that rebaseall
> attempts to rebase things which are in-use. Perhaps the initial
> in-sync-ness check opens the file in exclusive mode and fails? I
> know the in-use files were still in sync because they were when
> setup started. Setup didn't complain about anything and I didn't
> start any new processes after it completed.
> 
> Another idea: right now rebase[all] seems to give up if it
> encounters an in-use file. Can it just skip the file and keep going?

http://cygwin.com/ml/cygwin-apps/2012-03/msg00028.html


Corinna

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

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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 15:29       ` Corinna Vinschen
@ 2012-03-27 15:58         ` Ryan Johnson
  2012-03-27 16:10         ` Karl M
  1 sibling, 0 replies; 33+ messages in thread
From: Ryan Johnson @ 2012-03-27 15:58 UTC (permalink / raw)
  To: cygwin

On 27/03/2012 11:29 AM, Corinna Vinschen wrote:
> On Mar 27 11:18, Ryan Johnson wrote:
>>   The problem
>> right now -- at least in my naive invocations -- is that rebaseall
>> attempts to rebase things which are in-use. Perhaps the initial
>> in-sync-ness check opens the file in exclusive mode and fails? I
>> know the in-use files were still in sync because they were when
>> setup started. Setup didn't complain about anything and I didn't
>> start any new processes after it completed.
>>
>> Another idea: right now rebase[all] seems to give up if it
>> encounters an in-use file. Can it just skip the file and keep going?
> http://cygwin.com/ml/cygwin-apps/2012-03/msg00028.html
I see... maybe I should subscribe to cygwin-apps.

Ryan


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

* RE: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 15:29       ` Corinna Vinschen
  2012-03-27 15:58         ` Ryan Johnson
@ 2012-03-27 16:10         ` Karl M
  2012-03-27 16:15           ` Corinna Vinschen
  1 sibling, 1 reply; 33+ messages in thread
From: Karl M @ 2012-03-27 16:10 UTC (permalink / raw)
  To: cygwin

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




On Mar 27 11:18, Ryan Johnson wrote:
> The problem
> right now -- at least in my naive invocations -- is that rebaseall
> attempts to rebase things which are in-use. Perhaps the initial
> in-sync-ness check opens the file in exclusive mode and fails? I
> know the in-use files were still in sync because they were when
> setup started. Setup didn't complain about anything and I didn't
> start any new processes after it completed.
> 
> Another idea: right now rebase[all] seems to give up if it
> encounters an in-use file. Can it just skip the file and keep going?

 

Can it at least complain about in-use files?

 

Attached are scripts that may help some deal with running cygwin processes.

They need to be run with admin rights.

 

Thanks,

 

...Karl 		 	   		  

[-- Attachment #2: cygwin-shutdown --]
[-- Type: application/octet-stream, Size: 468 bytes --]

#!/bin/bash

# Stop all Cygwin services.
for service in $(cygrunsrv --list 2>/dev/null); do
  echo Stopping the $service service.
  cygrunsrv --stop $service &>/dev/null
done

# Stop all Cygwin processes except this process and its ancestors.
echo Stopping Cygwin processes.
plist=$(pstree -ps $$ | perl -ne "s/.*?\).*?\(/\(m\// && s/\).*?\(/\/ || m\//g && s/\).*?/\/\)/ && print");
/bin/kill -9 $(ps -e | perl -ne "s/.*?(\d+).*/\1/ && ! $plist && print") &>/dev/null

[-- Attachment #3: cygwin-startup --]
[-- Type: application/octet-stream, Size: 153 bytes --]

#!/bin/bash

# Start all Cygwin services.
for service in $(cygrunsrv --list); do
  echo Starting the $service service.
  cygrunsrv --start $service
done

[-- Attachment #4: cygwin-restart --]
[-- Type: application/octet-stream, Size: 58 bytes --]

#!/bin/bash

source cygwin-shutdown
source cygwin-startup

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 16:10         ` Karl M
@ 2012-03-27 16:15           ` Corinna Vinschen
  2012-03-27 16:35             ` Karl M
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2012-03-27 16:15 UTC (permalink / raw)
  To: cygwin

On Mar 27 09:09, Karl M wrote:
> 
> 
> 
> On Mar 27 11:18, Ryan Johnson wrote:
> > The problem
> > right now -- at least in my naive invocations -- is that rebaseall
> > attempts to rebase things which are in-use. Perhaps the initial
> > in-sync-ness check opens the file in exclusive mode and fails? I
> > know the in-use files were still in sync because they were when
> > setup started. Setup didn't complain about anything and I didn't
> > start any new processes after it completed.
> > 
> > Another idea: right now rebase[all] seems to give up if it
> > encounters an in-use file. Can it just skip the file and keep going?
> 
>  
> 
> Can it at least complain about in-use files?

It does in the setup.log output.  Other than that, it can't since it
has no window to do output to.


Corinna

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

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

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

* RE: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 16:15           ` Corinna Vinschen
@ 2012-03-27 16:35             ` Karl M
  2012-03-27 17:13               ` Christopher Faylor
  2012-03-27 17:17               ` Corinna Vinschen
  0 siblings, 2 replies; 33+ messages in thread
From: Karl M @ 2012-03-27 16:35 UTC (permalink / raw)
  To: cygwin




> Can it at least complain about in-use files?
 
It does in the setup.log output. Other than that, it can't since it
has no window to do output to.
 

But setup will still alert the user about running cygwin processes, true?

 

Thanks,

 

...Karl 		 	   		  

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 16:35             ` Karl M
@ 2012-03-27 17:13               ` Christopher Faylor
  2012-03-27 17:17               ` Corinna Vinschen
  1 sibling, 0 replies; 33+ messages in thread
From: Christopher Faylor @ 2012-03-27 17:13 UTC (permalink / raw)
  To: cygwin

[Please invest in a mailer which does proper quoting]
On Tue, Mar 27, 2012 at 09:35:38AM -0700, Karl M wrote:
>Corinna wrote:
>>> Can it at least complain about in-use files?
> 
>>It does in the setup.log output. Other than that, it can't since it
>>has no window to do output to.
>
>But setup will still alert the user about running cygwin processes,
>true?

Yes, of course.  But if you choose to ignore the warning for some
reason, as many people seem to do, then there will be DLLs in
use.  And, if there are dlls being used which were not affected
by the update you might not even see the warning.

cgf

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 16:35             ` Karl M
  2012-03-27 17:13               ` Christopher Faylor
@ 2012-03-27 17:17               ` Corinna Vinschen
  2012-03-27 18:02                 ` Ken Brown
  2012-03-27 19:11                 ` Karl M
  1 sibling, 2 replies; 33+ messages in thread
From: Corinna Vinschen @ 2012-03-27 17:17 UTC (permalink / raw)
  To: cygwin

On Mar 27 09:35, Karl M wrote:
> 
> 
> 
> > Can it at least complain about in-use files?
>  
> It does in the setup.log output. Other than that, it can't since it
> has no window to do output to.
>  
> 
> But setup will still alert the user about running cygwin processes, true?

I wasn't aware that setup alerts the user about running cygwin processes.


Corinna

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

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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 17:17               ` Corinna Vinschen
@ 2012-03-27 18:02                 ` Ken Brown
  2012-03-27 18:21                   ` Corinna Vinschen
  2012-03-27 19:11                 ` Karl M
  1 sibling, 1 reply; 33+ messages in thread
From: Ken Brown @ 2012-03-27 18:02 UTC (permalink / raw)
  To: cygwin

On 3/27/2012 1:16 PM, Corinna Vinschen wrote:
> On Mar 27 09:35, Karl M wrote:
>>
>>
>>
>>> Can it at least complain about in-use files?
>>
>> It does in the setup.log output. Other than that, it can't since it
>> has no window to do output to.
>>
>>
>> But setup will still alert the user about running cygwin processes, true?
>
> I wasn't aware that setup alerts the user about running cygwin processes.

I think there are two different things being discussed in this thread. 
On the one hand, setup alerts the user that certain DLLs are in use and 
can't be replaced.  This, of course, hasn't changed.

On the other hand, the new _autorebase postinstall script 
(/etc/postinstall/autorebase.bat) will run rebaseall and will deal 
gracefully with DLLs that can't be rebased because they're in use.

I just tried it, and the list of DLLs that couldn't be rebased does 
indeed appear in setup.log.full.  I also get a warning from setup.exe 
about the exit code of autorebase.bat, which some users might interpret 
as meaning that autorebase.bat failed.  I wonder if you'd be better off 
suppressing this warning somehow.

Ken

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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 18:02                 ` Ken Brown
@ 2012-03-27 18:21                   ` Corinna Vinschen
  2012-03-27 18:32                     ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2012-03-27 18:21 UTC (permalink / raw)
  To: cygwin

On Mar 27 14:01, Ken Brown wrote:
> On 3/27/2012 1:16 PM, Corinna Vinschen wrote:
> >On Mar 27 09:35, Karl M wrote:
> >>
> >>
> >>
> >>>Can it at least complain about in-use files?
> >>
> >>It does in the setup.log output. Other than that, it can't since it
> >>has no window to do output to.
> >>
> >>
> >>But setup will still alert the user about running cygwin processes, true?
> >
> >I wasn't aware that setup alerts the user about running cygwin processes.
> 
> I think there are two different things being discussed in this
> thread. On the one hand, setup alerts the user that certain DLLs are
> in use and can't be replaced.  This, of course, hasn't changed.
> 
> On the other hand, the new _autorebase postinstall script
> (/etc/postinstall/autorebase.bat) will run rebaseall and will deal
> gracefully with DLLs that can't be rebased because they're in use.
> 
> I just tried it, and the list of DLLs that couldn't be rebased does
> indeed appear in setup.log.full.  I also get a warning from
> setup.exe about the exit code of autorebase.bat, which some users
> might interpret as meaning that autorebase.bat failed.  I wonder if
> you'd be better off suppressing this warning somehow.

That's unexpected.  The fact that rebase prints the warnings doesn't
mean it returns with a non-0 exit code.
In fact, as far as I can see, the only reason to fail with a non-0 exit
code after printing the "The following DLLs couldn't be rebased"
messages would be if saving the database failed, which also means
you should see a message "failed to create temporary rebase database"
or "failed to write rebase database" in the log.  If such a message
is not printed, I don't understand where the non-0 exit code is
coming from.


Corinna

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

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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 18:21                   ` Corinna Vinschen
@ 2012-03-27 18:32                     ` Ken Brown
  2012-03-27 18:49                       ` Corinna Vinschen
  0 siblings, 1 reply; 33+ messages in thread
From: Ken Brown @ 2012-03-27 18:32 UTC (permalink / raw)
  To: cygwin

On 3/27/2012 2:20 PM, Corinna Vinschen wrote:
> On Mar 27 14:01, Ken Brown wrote:
>> I just tried it, and the list of DLLs that couldn't be rebased does
>> indeed appear in setup.log.full.  I also get a warning from
>> setup.exe about the exit code of autorebase.bat, which some users
>> might interpret as meaning that autorebase.bat failed.  I wonder if
>> you'd be better off suppressing this warning somehow.
>
> That's unexpected.  The fact that rebase prints the warnings doesn't
> mean it returns with a non-0 exit code.
> In fact, as far as I can see, the only reason to fail with a non-0 exit
> code after printing the "The following DLLs couldn't be rebased"
> messages would be if saving the database failed, which also means
> you should see a message "failed to create temporary rebase database"
> or "failed to write rebase database" in the log.  If such a message
> is not printed, I don't understand where the non-0 exit code is
> coming from.

There's no such message, and /etc/rebase.db.i386 does have the same 
timestamp as I find at the end of setup.log.  Here are the last few 
lines of setup.log:

2012/03/27 13:48:01 Extracting from 
file://C:\downloads\cygwin/http%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/release/python/python-crypto/python-crypto-2.5-1.tar.bz2
2012/03/27 13:48:01 Changing gid back to original
2012/03/27 13:48:01 running: cmd.exe /c 
C:\cygwin\etc\postinstall\autorebase.bat
2012/03/27 13:48:07 abnormal exit: exit code=-1073741819
2012/03/27 13:48:07 Changing gid to Administrators
2012/03/27 13:48:19 note: Installation Complete
2012/03/27 13:48:19 Ending cygwin install

And the last part of setup.log.full is:

2012/03/27 13:48:01 running: cmd.exe /c 
C:\cygwin\etc\postinstall\autorebase.bat

The following DLLs couldn't be rebased because they were in use:
   /usr/lib/gio/modules/cygdconfsettings.dll
   [...]
   /usr/bin/cygICE-6.dll
2012/03/27 13:48:07 abnormal exit: exit code=-1073741819
2012/03/27 13:48:07 Changing gid to Administrators
2012/03/27 13:48:19 note: Installation Complete
2012/03/27 13:48:19 Ending cygwin install

Ken

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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 18:32                     ` Ken Brown
@ 2012-03-27 18:49                       ` Corinna Vinschen
  2012-03-27 19:13                         ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2012-03-27 18:49 UTC (permalink / raw)
  To: cygwin

On Mar 27 14:32, Ken Brown wrote:
> On 3/27/2012 2:20 PM, Corinna Vinschen wrote:
> >On Mar 27 14:01, Ken Brown wrote:
> >>I just tried it, and the list of DLLs that couldn't be rebased does
> >>indeed appear in setup.log.full.  I also get a warning from
> >>setup.exe about the exit code of autorebase.bat, which some users
> >>might interpret as meaning that autorebase.bat failed.  I wonder if
> >>you'd be better off suppressing this warning somehow.
> >
> >That's unexpected.  The fact that rebase prints the warnings doesn't
> >mean it returns with a non-0 exit code.
> >In fact, as far as I can see, the only reason to fail with a non-0 exit
> >code after printing the "The following DLLs couldn't be rebased"
> >messages would be if saving the database failed, which also means
> >you should see a message "failed to create temporary rebase database"
> >or "failed to write rebase database" in the log.  If such a message
> >is not printed, I don't understand where the non-0 exit code is
> >coming from.
> 
> There's no such message, and /etc/rebase.db.i386 does have the same
> timestamp as I find at the end of setup.log.  Here are the last few
> lines of setup.log:
> 
> 2012/03/27 13:48:01 Extracting from file://C:\downloads\cygwin/http%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/release/python/python-crypto/python-crypto-2.5-1.tar.bz2
> 2012/03/27 13:48:01 Changing gid back to original
> 2012/03/27 13:48:01 running: cmd.exe /c
> C:\cygwin\etc\postinstall\autorebase.bat
> 2012/03/27 13:48:07 abnormal exit: exit code=-1073741819
> 2012/03/27 13:48:07 Changing gid to Administrators
> 2012/03/27 13:48:19 note: Installation Complete
> 2012/03/27 13:48:19 Ending cygwin install
> 
> And the last part of setup.log.full is:
> 
> 2012/03/27 13:48:01 running: cmd.exe /c
> C:\cygwin\etc\postinstall\autorebase.bat
> 
> The following DLLs couldn't be rebased because they were in use:
>   /usr/lib/gio/modules/cygdconfsettings.dll
>   [...]
>   /usr/bin/cygICE-6.dll
> 2012/03/27 13:48:07 abnormal exit: exit code=-1073741819

Hmm.  The batch file is very simple:

  @echo off
  rem Postinstall scripts are always started from the Cygwin root dir
  rem so we can just call dash from here
  path .\bin;%path%
  dash -c "/bin/rebaseall -p"

That's all.  -1073741819 is the decimal notation of the status code
0xC0000005, STATUS_ACCESS_VIOLATION.  Where on earth is that coming
from?  Do you have a dash.exe.stackdump file in / by any chance?


Corinna

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

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

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

* RE: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 17:17               ` Corinna Vinschen
  2012-03-27 18:02                 ` Ken Brown
@ 2012-03-27 19:11                 ` Karl M
  1 sibling, 0 replies; 33+ messages in thread
From: Karl M @ 2012-03-27 19:11 UTC (permalink / raw)
  To: cygwin


 

On Mar 27 09:35, Karl M wrote:
> 
> 
> 
> > Can it at least complain about in-use files?
> 
> It does in the setup.log output. Other than that, it can't since it
> has no window to do output to.
> 
> 
> But setup will still alert the user about running cygwin processes, true?
 
I wasn't aware that setup alerts the user about running cygwin processes.
 

Sorry, I wasn't aware that it only complained if some DLLs could not be replaced.

 

But if the autorebase returned a non-zero code when some DLLs could not be relocated

I think that would be helpful. Especially because non-zero postinstall script returns are so rare.

 

Thanks,

 

...Karl 		 	   		  

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 18:49                       ` Corinna Vinschen
@ 2012-03-27 19:13                         ` Ken Brown
  2012-03-27 20:47                           ` Corinna Vinschen
  0 siblings, 1 reply; 33+ messages in thread
From: Ken Brown @ 2012-03-27 19:13 UTC (permalink / raw)
  To: cygwin

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

On 3/27/2012 2:48 PM, Corinna Vinschen wrote:
> On Mar 27 14:32, Ken Brown wrote:
>> On 3/27/2012 2:20 PM, Corinna Vinschen wrote:
>>> On Mar 27 14:01, Ken Brown wrote:
>>>> I just tried it, and the list of DLLs that couldn't be rebased does
>>>> indeed appear in setup.log.full.  I also get a warning from
>>>> setup.exe about the exit code of autorebase.bat, which some users
>>>> might interpret as meaning that autorebase.bat failed.  I wonder if
>>>> you'd be better off suppressing this warning somehow.
>>>
>>> That's unexpected.  The fact that rebase prints the warnings doesn't
>>> mean it returns with a non-0 exit code.
>>> In fact, as far as I can see, the only reason to fail with a non-0 exit
>>> code after printing the "The following DLLs couldn't be rebased"
>>> messages would be if saving the database failed, which also means
>>> you should see a message "failed to create temporary rebase database"
>>> or "failed to write rebase database" in the log.  If such a message
>>> is not printed, I don't understand where the non-0 exit code is
>>> coming from.
>>
>> There's no such message, and /etc/rebase.db.i386 does have the same
>> timestamp as I find at the end of setup.log.  Here are the last few
>> lines of setup.log:
>>
>> 2012/03/27 13:48:01 Extracting from file://C:\downloads\cygwin/http%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/release/python/python-crypto/python-crypto-2.5-1.tar.bz2
>> 2012/03/27 13:48:01 Changing gid back to original
>> 2012/03/27 13:48:01 running: cmd.exe /c
>> C:\cygwin\etc\postinstall\autorebase.bat
>> 2012/03/27 13:48:07 abnormal exit: exit code=-1073741819
>> 2012/03/27 13:48:07 Changing gid to Administrators
>> 2012/03/27 13:48:19 note: Installation Complete
>> 2012/03/27 13:48:19 Ending cygwin install
>>
>> And the last part of setup.log.full is:
>>
>> 2012/03/27 13:48:01 running: cmd.exe /c
>> C:\cygwin\etc\postinstall\autorebase.bat
>>
>> The following DLLs couldn't be rebased because they were in use:
>>    /usr/lib/gio/modules/cygdconfsettings.dll
>>    [...]
>>    /usr/bin/cygICE-6.dll
>> 2012/03/27 13:48:07 abnormal exit: exit code=-1073741819
>
> Hmm.  The batch file is very simple:
>
>    @echo off
>    rem Postinstall scripts are always started from the Cygwin root dir
>    rem so we can just call dash from here
>    path .\bin;%path%
>    dash -c "/bin/rebaseall -p"
>
> That's all.  -1073741819 is the decimal notation of the status code
> 0xC0000005, STATUS_ACCESS_VIOLATION.  Where on earth is that coming
> from?  Do you have a dash.exe.stackdump file in / by any chance?

No.  And I just tried running those commands by hand in a cmd shell, 
with no error messages.

I'm running 64-bit Win7 with the 2012-03-21 snapshot, in case that's 
relevant; cygcheck output is attached.

Ken


[-- Attachment #2: cygcheck.out --]
[-- Type: text/plain, Size: 134544 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Tue Mar 27 20:09:18 2012

Windows 7 Professional N Ver 6.1 Build 7601 Service Pack 1

Running under WOW64 on AMD64

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\windows\system32
	C:\windows
	C:\windows\System32\Wbem
	C:\windows\System32\WindowsPowerShell\v1.0
	C:\Program Files\Intel\WiFi\bin
	C:\Program Files\Common Files\Intel\WirelessCommon
	C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys
	C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\x64
	C:\cygwin\bin
	C:\cygwin\lib\lapack

Output from C:\cygwin\bin\id.exe
UID: 1002(kbrown-admin) GID: 513(None)
513(None)               0(root)                 544(Administrators)
545(Users)

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

USER = 'kbrown-admin'
PWD = '/home/kbrown-admin'
HOME = '/home/kbrown-admin'

HOMEPATH = '\cygwin\home\kbrown-admin'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man:'
HOSTNAME = 'moufang'
TERM = 'xterm'
SHELL = '/bin/bash'
WINDIR = 'C:\windows'
SSH_CLIENT = '::1 57209 22'
OLDPWD = '/home/kbrown-admin'
TIME_STYLE = 'long-iso'
USERDOMAIN = 'moufang'
SSH_TTY = '/dev/pty3'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\ProgramData'
USERNAME = 'cyg_server'
MAIL = '/var/spool/mail/kbrown-admin'
SYSTEMDRIVE = 'C:'
LANG = 'en_US.UTF-8'
USERPROFILE = 'C:\Users\kbrown-admin'
GSETTINGS_BACKEND = 'memory'
TZ = 'America/New_York'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\MOUFANG'
HISTCONTROL = 'ignoredups'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
HOMEDRIVE = 'C:'
COMSPEC = 'C:\windows\system32\cmd.exe'
TMP = '/tmp'
LOGNAME = 'kbrown-admin'
SYSTEMROOT = 'C:\windows'
PRINTER = 'Quicken PDF Printer'
SSH_CONNECTION = '::1 57209 ::1 22'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
COMPUTERNAME = 'MOUFANG'
_ = '/usr/bin/cygcheck'

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

obcaseinsensitive set to 0

Cygwin installations found in the registry:
  System: Key: c5e39b7a9d22bafb Path: C:\cygwin
  System: Key: 2707db8e4ba5ae4f Path: C:\cygwin-a
  User:   Key: c5e39b7a9d22bafb Path: C:\cygwin
  User:   Key: 2707db8e4ba5ae4f Path: C:\cygwin-a

c:  hd  NTFS    109256Mb  73% CP CS UN PA FC     TI106026W0C
d:  cd             N/A    N/A                    

C:\cygwin        /          system  binary,auto
C:               /c         system  binary,posix=0
C:\cygwin\bin    /usr/bin   system  binary,auto
C:\cygwin\lib    /usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  user    binary,auto

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

  118k 2012/02/19 C:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2012/2/19 20:55
   89k 2011/12/20 C:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2011/12/20 19:31
  448k 2012/03/23 C:\cygwin\bin\cygasn1-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygasn1-8.dll" v0.0 ts=2012/3/23 3:53
  567k 2011/11/13 C:\cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygaspell-15.dll" v0.0 ts=2011/11/11 0:41
   94k 2011/11/16 C:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-1.0-0.dll" v0.0 ts=2011/11/16 3:22
   15k 2009/12/27 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2009/11/18 12:52
   71k 2011/06/30 C:\cygwin\bin\cygaudio-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygaudio-2.dll" v0.0 ts=2011/6/30 11:19
  118k 2012/02/29 C:\cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2012/2/29 3:57
   62k 2011/05/21 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011/5/21 20:16
  678k 2010/12/29 C:\cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2010/12/29 6:16
   20k 2010/12/29 C:\cygwin\bin\cygcairo-gobject-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-gobject-2.dll" v0.0 ts=2010/12/29 6:17
   98k 2010/12/29 C:\cygwin\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2010/12/29 6:17
    8k 2011/10/16 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2011/10/16 18:00
  108k 2010/01/05 C:\cygwin\bin\cygcloog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-0.dll" v0.0 ts=2010/1/5 0:45
    9k 2011/01/07 C:\cygwin\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2011/1/7 1:26
   29k 2010/10/11 C:\cygwin\bin\cygcord-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcord-1.dll" v0.0 ts=2010/10/11 18:03
  189k 2012/02/06 C:\cygwin\bin\cygcroco-0.6-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygcroco-0.6-3.dll" v0.0 ts=2012/2/6 22:57
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 8:57
 1244k 2012/01/18 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2012/1/18 15:40
 1515k 2012/03/14 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2012/3/14 19:42
  340k 2012/03/19 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2012/3/19 4:38
   17k 2011/10/02 C:\cygwin\bin\cygdatrie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdatrie-1.dll" v0.0 ts=2011/10/3 0:13
  929k 2011/11/10 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2011/11/10 19:52
 1284k 2011/11/10 C:\cygwin\bin\cygdb-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.8.dll" v0.0 ts=2011/11/10 18:45
  219k 2011/10/03 C:\cygwin\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdbus-1-3.dll" v0.0 ts=2011/10/3 6:10
   93k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2011/11/10 19:53
  105k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.8.dll" v0.0 ts=2011/11/10 18:46
  130k 2012/01/23 C:\cygwin\bin\cygdialog-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygdialog-10.dll" v0.0 ts=2012/1/23 9:39
  511k 2010/06/17 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2010/6/17 12:42
   57k 2010/12/06 C:\cygwin\bin\cygevtlog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygevtlog-0.dll" v0.0 ts=2010/12/6 15:59
  118k 2008/05/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/9 5:03
   70k 2012/03/06 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2012/3/6 3:06
   29k 2010/05/12 C:\cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2010/5/12 11:26
  286k 2006/08/06 C:\cygwin\bin\cygfcgi++-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfcgi++-0.dll" v0.0 ts=2006/8/6 21:09
   30k 2006/08/06 C:\cygwin\bin\cygfcgi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfcgi-0.dll" v0.0 ts=2006/8/6 21:09
   21k 2011/10/26 C:\cygwin\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-4.dll" v0.0 ts=2011/10/23 14:33
  785k 2011/08/23 C:\cygwin\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3-3.dll" v0.0 ts=2011/8/21 22:53
  759k 2011/08/23 C:\cygwin\bin\cygfftw3f-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f-3.dll" v0.0 ts=2011/8/21 22:47
   20k 2011/08/23 C:\cygwin\bin\cygfftw3f_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f_threads-3.dll" v0.0 ts=2011/8/21 22:47
   20k 2011/08/23 C:\cygwin\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3_threads-3.dll" v0.0 ts=2011/8/21 22:53
  175k 2012/02/03 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2012/2/3 8:53
   20k 2010/10/31 C:\cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2010/10/31 20:19
   43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 14:49
   40k 2009/03/01 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/3/1 6:32
   43k 2009/11/20 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/11/20 19:14
   47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 17:31
  548k 2011/11/09 C:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfpx-1.dll" v0.0 ts=2011/11/9 22:30
  505k 2012/03/26 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2012/3/26 6:51
   97k 2010/10/11 C:\cygwin\bin\cyggc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggc-1.dll" v0.0 ts=2010/10/11 18:03
   79k 2011/10/26 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2011/10/23 14:15
  449k 2011/05/20 C:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=2011/5/20 3:29
  227k 2011/11/16 C:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-2.dll" v0.0 ts=2011/11/16 10:53
   19k 2009/02/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 7:58
    8k 2009/02/26 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 7:58
  517k 2011/12/22 C:\cygwin\bin\cyggdk-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-3-0.dll" v0.0 ts=2011/12/22 1:36
  555k 2012/02/06 C:\cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2012/2/6 19:23
  103k 2011/12/21 C:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2011/12/21 8:32
 1006k 2011/10/16 C:\cygwin\bin\cyggettextlib-0-18-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-18-1.dll" v0.0 ts=2011/10/16 6:51
  245k 2011/10/16 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2011/10/16 7:12
  213k 2011/10/16 C:\cygwin\bin\cyggettextsrc-0-18-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-18-1.dll" v0.0 ts=2011/10/16 6:57
  713k 2011/10/26 C:\cygwin\bin\cyggfortran-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggfortran-3.dll" v0.0 ts=2011/10/23 15:15
   29k 2009/03/23 C:\cygwin\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggif-4.dll" v0.0 ts=2009/3/23 19:55
 1024k 2011/11/16 C:\cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2011/11/16 0:23
  325k 2012/02/05 C:\cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2012/2/5 7:13
  159k 2012/02/05 C:\cygwin\bin\cygglapi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglapi-0.dll" v0.0 ts=2012/2/5 6:58
  846k 2011/11/16 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2011/11/16 0:16
  141k 2009/03/30 C:\cygwin\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygglitz-1.dll" v0.0 ts=2009/3/30 17:22
   21k 2009/03/30 C:\cygwin\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 17:23
  434k 2012/02/05 C:\cygwin\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2012/2/5 7:00
  187k 2010/05/17 C:\cygwin\bin\cygglut-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygglut-3.dll" v0.0 ts=2010/5/17 23:01
   12k 2011/11/16 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2011/11/16 0:19
  317k 2011/07/31 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011/7/31 6:14
   14k 2011/07/31 C:\cygwin\bin\cyggmpxx-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-4.dll" v0.0 ts=2011/7/31 11:31
  614k 2011/11/15 C:\cygwin\bin\cyggnutls-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-26.dll" v0.0 ts=2011/11/15 7:02
   21k 2011/11/15 C:\cygwin\bin\cyggnutls-extra-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-extra-26.dll" v0.0 ts=2011/11/15 7:02
   24k 2011/11/15 C:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2011/11/15 7:03
   52k 2011/11/15 C:\cygwin\bin\cyggnutlsxx-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-27.dll" v0.0 ts=2011/11/15 7:02
  267k 2011/11/16 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2011/11/16 0:20
   42k 2011/10/26 C:\cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2011/10/23 14:21
   14k 2011/05/20 C:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2011/5/20 3:04
 5491k 2008/11/27 C:\cygwin\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-8.dll" v0.0 ts=2008/11/27 13:24
 6546k 2011/11/10 C:\cygwin\bin\cyggs-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-9.dll" v0.0 ts=2011/11/10 22:56
  189k 2011/12/22 C:\cygwin\bin\cyggsf-1-114.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsf-1-114.dll" v0.0 ts=2011/12/22 6:04
 1724k 2011/06/26 C:\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsl-0.dll" v0.0 ts=2011/6/26 22:14
  199k 2011/06/26 C:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggslcblas-0.dll" v0.0 ts=2011/6/26 21:59
  179k 2012/03/23 C:\cygwin\bin\cyggssapi-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi-3.dll" v0.0 ts=2012/3/23 4:01
   14k 2011/11/16 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2011/11/16 0:19
 3783k 2011/12/22 C:\cygwin\bin\cyggtk-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-3-0.dll" v0.0 ts=2011/12/22 1:56
 3681k 2012/02/06 C:\cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2012/2/6 19:30
   10k 2012/03/23 C:\cygwin\bin\cygheimbase-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimbase-1.dll" v0.0 ts=2012/3/23 3:51
   20k 2012/03/23 C:\cygwin\bin\cygheimntlm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimntlm-0.dll" v0.0 ts=2012/3/23 3:58
   24k 2009/06/23 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2009/6/23 13:20
   25k 2011/01/26 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2011/1/26 3:25
  310k 2012/03/23 C:\cygwin\bin\cyghunspell-1.3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyghunspell-1.3-0.dll" v0.0 ts=2012/3/23 23:02
  211k 2012/03/23 C:\cygwin\bin\cyghx509-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghx509-5.dll" v0.0 ts=2012/3/23 3:54
   74k 2010/10/31 C:\cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2010/10/31 20:18
  358k 2012/02/09 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2012/2/9 6:47
  985k 2011/10/16 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2011/10/16 18:01
    0k 2012/02/28 C:\cygwin\bin\cygicudata.dll - os=50720.30356 img=22747.38557 sys=63800.40
17852k 2011/07/26 C:\cygwin\bin\cygicudata48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata48.dll" v0.0 ts=2011/7/26 12:36
    0k 2012/02/28 C:\cygwin\bin\cygicui18n.dll - os=50720.30356 img=22747.38557 sys=63800.40
 1809k 2011/07/26 C:\cygwin\bin\cygicui18n48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n48.dll" v0.0 ts=2011/7/26 11:53
    0k 2012/02/28 C:\cygwin\bin\cygicuio.dll - os=50720.30356 img=22747.38557 sys=63800.40
   35k 2011/07/26 C:\cygwin\bin\cygicuio48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio48.dll" v0.0 ts=2011/7/26 11:56
    0k 2012/02/28 C:\cygwin\bin\cygicule.dll - os=50720.30356 img=22747.38557 sys=63800.40
  233k 2011/07/26 C:\cygwin\bin\cygicule48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule48.dll" v0.0 ts=2011/7/26 11:53
    0k 2012/02/28 C:\cygwin\bin\cygiculx.dll - os=50720.30356 img=22747.38557 sys=63800.40
   42k 2011/07/26 C:\cygwin\bin\cygiculx48.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx48.dll" v0.0 ts=2011/7/26 11:54
    0k 2012/02/28 C:\cygwin\bin\cygicutest.dll - os=50720.30356 img=22747.38557 sys=63800.40
   51k 2011/07/26 C:\cygwin\bin\cygicutest48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutest48.dll" v0.0 ts=2011/7/26 11:54
    0k 2012/02/28 C:\cygwin\bin\cygicutu.dll - os=50720.30356 img=22747.38557 sys=63800.40
  123k 2011/07/26 C:\cygwin\bin\cygicutu48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutu48.dll" v0.0 ts=2011/7/26 11:54
    0k 2012/02/28 C:\cygwin\bin\cygicuuc.dll - os=50720.30356 img=22747.38557 sys=63800.40
 1238k 2011/07/26 C:\cygwin\bin\cygicuuc48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc48.dll" v0.0 ts=2011/7/26 11:50
  190k 2011/11/16 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2011/11/16 14:51
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/20 2:04
   35k 2011/10/16 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2011/10/16 6:38
  241k 2008/04/02 C:\cygwin\bin\cygjasper-1-701-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1-701-1.dll" v0.0 ts=2008/4/2 16:19
  242k 2012/02/03 C:\cygwin\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1.dll" v0.0 ts=2012/2/3 14:31
   47k 2009/12/23 C:\cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig-2.dll" v0.0 ts=2009/12/23 16:59
  125k 2009/08/08 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2009/8/8 21:48
  193k 2009/08/08 C:\cygwin\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-7.dll" v0.0 ts=2009/8/8 20:39
  200k 2010/08/09 C:\cygwin\bin\cygjpeg-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-8.dll" v0.0 ts=2010/8/9 8:02
   76k 2012/02/01 C:\cygwin\bin\cygkpathsea-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-6.dll" v0.0 ts=2012/1/20 3:31
  372k 2012/03/23 C:\cygwin\bin\cygkrb5-26.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-26.dll" v0.0 ts=2012/3/23 3:57
   42k 2012/02/27 C:\cygwin\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-3-0.dll" v0.0 ts=2012/2/26 18:06
  173k 2010/06/25 C:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms-1.dll" v0.0 ts=2010/6/25 10:50
  232k 2011/11/09 C:\cygwin\bin\cyglcms2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms2-2.dll" v0.0 ts=2011/11/9 17:22
  193k 2012/02/27 C:\cygwin\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-3-0.dll" v0.0 ts=2012/2/27 18:56
  206k 2012/02/27 C:\cygwin\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-3-0.dll" v0.0 ts=2012/2/27 18:57
12928k 2012/01/24 C:\cygwin\bin\cygLLVM-3.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygLLVM-3.0.dll" v0.0 ts=2012/1/24 12:03
    5k 2012/02/24 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2012/2/24 13:06
    9k 2012/02/24 C:\cygwin\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
   30k 2010/09/23 C:\cygwin\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-7.dll" v0.0 ts=2010/9/23 20:45
  125k 2010/04/09 C:\cygwin\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-1.dll" v0.0 ts=2010/4/9 16:54
  123k 2011/05/19 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2011/5/19 3:41
  116k 2011/11/16 C:\cygwin\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2011/11/16 22:27
   99k 2011/11/02 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2011/11/2 23:05
  314k 2010/01/19 C:\cygwin\bin\cygMagick++-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-1.dll" v0.0 ts=2010/1/19 12:53
  391k 2006/11/05 C:\cygwin\bin\cygMagick++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-10.dll" v0.0 ts=2006/11/5 14:43
 1709k 2006/11/05 C:\cygwin\bin\cygMagick-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick-10.dll" v0.0 ts=2006/11/5 14:32
 1801k 2010/01/19 C:\cygwin\bin\cygMagickCore-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickCore-1.dll" v0.0 ts=2010/1/19 12:27
  789k 2010/01/19 C:\cygwin\bin\cygMagickWand-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickWand-1.dll" v0.0 ts=2010/1/19 12:48
   25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 14:48
   21k 2009/03/01 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/3/1 6:31
   25k 2009/11/20 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/11/20 19:13
   25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 17:30
   24k 2008/10/30 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0
                  "cygminires.dll" v0.0 ts=2008/10/31 0:53
  344k 2011/11/08 C:\cygwin\bin\cygmng-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmng-1.dll" v0.0 ts=2011/11/8 22:18
  213k 2011/07/31 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011/7/31 6:12
   64k 2009/11/09 C:\cygwin\bin\cygmpc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-1.dll" v0.0 ts=2009/11/9 1:21
  269k 2009/06/07 C:\cygwin\bin\cygmpfr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-1.dll" v0.0 ts=2009/6/7 22:10
 1102k 2011/08/07 C:\cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2011/8/7 2:47
   77k 2010/01/21 C:\cygwin\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2010/1/21 7:33
   63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 15:00
   66k 2009/03/01 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/3/1 6:39
   63k 2009/11/20 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/11/20 19:25
   63k 2010/01/02 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010/1/2 17:41
  195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 14:45
  237k 2009/03/01 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/3/1 6:28
  198k 2009/11/20 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/11/20 19:10
  244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 17:28
  118k 2012/03/22 C:\cygwin\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-27.dll" v0.0 ts=2012/3/22 14:05
  199k 2012/02/28 C:\cygwin\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygnetpbm-10.dll" v0.0 ts=2012/2/28 7:11
  121k 2012/02/28 C:\cygwin\bin\cygopenjpeg-1.dll - os=4.0 img=1.5 sys=4.0
                  "cygopenjpeg-1.dll" v0.0 ts=2012/2/28 3:51
  108k 2011/12/07 C:\cygwin\bin\cygopenjpeg-3.dll - os=4.0 img=3.1 sys=4.0
                  "cygopenjpeg-3.dll" v0.0 ts=2011/12/7 4:51
   13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 14:47
   11k 2009/03/01 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/3/1 6:30
   13k 2009/11/20 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/11/20 19:12
   13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 16:30
  236k 2011/12/05 C:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpango-1.0-0.dll" v0.0 ts=2011/12/5 0:21
   37k 2011/12/05 C:\cygwin\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2011/12/5 0:22
  188k 2011/12/05 C:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2011/12/5 0:21
  110k 2011/12/05 C:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangox-1.0-0.dll" v0.0 ts=2011/12/5 0:21
   24k 2011/12/05 C:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2011/12/5 0:22
    9k 2010/10/08 C:\cygwin\bin\cygpaper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpaper-1.dll" v0.0 ts=2010/10/8 5:56
  255k 2012/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2012/2/10 10:24
   29k 2012/02/10 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcrecpp-0.dll" v0.0 ts=2012/2/10 10:24
    8k 2012/02/10 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2012/2/10 10:24
 1640k 2011/09/17 C:\cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2011/9/16 15:36
  428k 2011/08/22 C:\cygwin\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpixman-1-0.dll" v0.0 ts=2011/8/22 9:39
  249k 2011/07/28 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2011/7/28 6:20
  129k 2011/07/28 C:\cygwin\bin\cygpng14-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng14-14.dll" v0.0 ts=2011/7/28 6:55
 1463k 2012/02/28 C:\cygwin\bin\cygpoppler-19.dll - os=4.0 img=19.0 sys=4.0
                  "cygpoppler-19.dll" v0.0 ts=2012/2/28 3:59
  255k 2012/02/28 C:\cygwin\bin\cygpoppler-qt4-3.dll - os=4.0 img=3.7 sys=4.0
                  "cygpoppler-qt4-3.dll" v0.0 ts=2012/2/28 4:00
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 6:45
  695k 2009/04/18 C:\cygwin\bin\cygppl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl-7.dll" v0.0 ts=2009/4/18 13:44
 2481k 2009/04/18 C:\cygwin\bin\cygppl_c-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl_c-2.dll" v0.0 ts=2009/4/18 13:47
  103k 2009/01/07 C:\cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq.dll" v0.0 ts=2009/1/7 16:46
   27k 2009/09/07 C:\cygwin\bin\cygproxy-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-0.dll" v0.0 ts=2009/9/7 1:56
  122k 2011/10/05 C:\cygwin\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-1.dll" v0.0 ts=2011/10/5 5:45
    6k 2011/11/13 C:\cygwin\bin\cygpspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygpspell-15.dll" v0.0 ts=2011/11/11 0:42
   32k 2012/02/01 C:\cygwin\bin\cygptexenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygptexenc-1.dll" v0.0 ts=2012/1/20 3:32
   18k 2009/04/18 C:\cygwin\bin\cygpwl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygpwl-4.dll" v0.0 ts=2009/4/18 13:44
 2442k 2012/03/16 C:\cygwin\bin\cygQtCore-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtCore-4.dll" v0.0 ts=2012/3/16 3:34
  482k 2012/03/16 C:\cygwin\bin\cygQtDBus-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtDBus-4.dll" v0.0 ts=2012/3/16 3:36
 5893k 2012/03/16 C:\cygwin\bin\cygQtDesigner-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtDesigner-4.dll" v0.0 ts=2012/3/16 5:21
 2838k 2012/03/16 C:\cygwin\bin\cygQtDesignerComponents-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtDesignerComponents-4.dll" v0.0 ts=2012/3/16 5:25
10327k 2012/03/16 C:\cygwin\bin\cygQtGui-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtGui-4.dll" v0.0 ts=2012/3/16 3:44
 2511k 2012/03/16 C:\cygwin\bin\cygQtScript-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtScript-4.dll" v0.0 ts=2012/3/16 3:53
  792k 2012/03/16 C:\cygwin\bin\cygQtScriptTools-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtScriptTools-4.dll" v0.0 ts=2012/3/16 5:10
  249k 2012/03/16 C:\cygwin\bin\cygQtXml-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtXml-4.dll" v0.0 ts=2012/3/16 3:35
  155k 2009/06/23 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2009/6/23 13:20
  164k 2011/01/26 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2011/1/26 3:25
   51k 2012/03/23 C:\cygwin\bin\cygroken-18.dll - os=4.0 img=1.0 sys=4.0
                  "cygroken-18.dll" v0.0 ts=2012/3/23 3:51
  179k 2011/11/16 C:\cygwin\bin\cygrsvg-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygrsvg-2-2.dll" v0.0 ts=2011/11/16 8:12
  751k 2012/03/16 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2012/3/16 2:37
   84k 2010/07/02 C:\cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2010/7/2 4:19
   55k 2012/03/16 C:\cygwin\bin\cygserf-0-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-0-1.dll" v0.0 ts=2012/3/16 2:14
   59k 2012/03/21 C:\cygwin\bin\cygserf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-1-0.dll" v0.0 ts=2012/3/21 2:53
    8k 2011/05/05 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011/5/5 8:33
   25k 2010/10/31 C:\cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2010/10/31 20:24
 1613k 2010/12/01 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2010/12/1 12:20
  129k 2012/03/15 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2012/3/16 0:46
  281k 2012/01/18 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2012/1/18 15:40
  358k 2012/03/14 C:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2012/3/14 19:42
    8k 2011/10/26 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2011/10/23 14:33
  780k 2011/10/26 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2011/10/23 14:58
  292k 2012/03/08 C:\cygwin\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2012/3/8 20:43
   39k 2012/03/08 C:\cygwin\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2012/3/8 20:42
   57k 2012/03/08 C:\cygwin\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2012/3/8 20:42
   20k 2012/03/08 C:\cygwin\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2012/3/8 20:42
  143k 2012/03/08 C:\cygwin\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2012/3/8 20:42
  133k 2012/03/08 C:\cygwin\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2012/3/8 20:42
    7k 2012/03/08 C:\cygwin\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2012/3/8 20:42
   34k 2012/03/08 C:\cygwin\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2012/3/8 20:43
   23k 2012/03/08 C:\cygwin\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2012/3/8 20:42
  119k 2012/03/08 C:\cygwin\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_neon-1-0.dll" v0.0 ts=2012/3/8 20:42
  131k 2012/03/08 C:\cygwin\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2012/3/8 20:42
   70k 2012/03/08 C:\cygwin\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2012/3/8 20:42
  146k 2012/03/08 C:\cygwin\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2012/3/8 20:42
  290k 2012/03/08 C:\cygwin\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2012/3/8 20:42
  472k 2012/03/08 C:\cygwin\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2012/3/8 20:42
  330k 2010/12/09 C:\cygwin\bin\cygsyslog-ng-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsyslog-ng-0.dll" v0.0 ts=2010/12/9 13:33
  228k 2012/02/02 C:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygt1-5.dll" v0.0 ts=2012/2/2 13:17
   57k 2012/03/22 C:\cygwin\bin\cygtasn1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-3.dll" v0.0 ts=2012/3/22 7:33
   26k 2011/10/04 C:\cygwin\bin\cygthai-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygthai-0.dll" v0.0 ts=2011/10/4 21:22
   48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 14:45
   48k 2009/11/20 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/11/20 19:10
   48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 17:28
  347k 2011/04/08 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2011/4/8 2:27
    9k 2011/04/08 C:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-5.dll" v0.0 ts=2011/4/8 2:27
   68k 2010/01/21 C:\cygwin\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2010/1/21 7:33
   41k 2011/08/16 C:\cygwin\bin\cygusb0.dll - os=4.0 img=1.0 sys=4.0
                  "cygusb0.dll" v0.0 ts=2011/8/16 19:28
  137k 2009/11/16 C:\cygwin\bin\cygustr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygustr-1.dll" v0.0 ts=2009/11/16 7:46
   13k 2012/02/29 C:\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2012/2/29 3:56
  697k 2006/11/05 C:\cygwin\bin\cygWand-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygWand-10.dll" v0.0 ts=2006/11/5 14:41
 2651k 2011/08/08 C:\cygwin\bin\cygwin1-2011-08-08-mybuild.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/8/8 19:40
 2614k 2011/06/15 C:\cygwin\bin\cygwin1-20110429.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/4/29 21:14
 2619k 2011/06/15 C:\cygwin\bin\cygwin1-20110504.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/5 1:57
 2628k 2011/06/15 C:\cygwin\bin\cygwin1-20110505.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/5 23:35
 2634k 2011/05/12 C:\cygwin\bin\cygwin1-20110510.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/10 20:12
 2643k 2011/06/15 C:\cygwin\bin\cygwin1-20110520.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/20 19:59
 2649k 2011/06/15 C:\cygwin\bin\cygwin1-20110528.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/28 19:22
 2652k 2011/06/15 C:\cygwin\bin\cygwin1-20110530.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/30 18:11
 2653k 2011/06/15 C:\cygwin\bin\cygwin1-20110531.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/31 2:35
 2652k 2011/06/15 C:\cygwin\bin\cygwin1-20110601.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/6/1 2:53
 2655k 2011/06/15 C:\cygwin\bin\cygwin1-20110613.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/6/14 0:54
 2646k 2011/06/15 C:\cygwin\bin\cygwin1-20110614.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/6/14 23:05
 2646k 2011/06/20 C:\cygwin\bin\cygwin1-20110616.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/6/17 0:05
 2648k 2011/07/11 C:\cygwin\bin\cygwin1-20110711.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/7/11 1:08
 2651k 2011/08/04 C:\cygwin\bin\cygwin1-20110803.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/8/3 19:12
 2654k 2011/08/22 C:\cygwin\bin\cygwin1-20110822.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/8/22 2:28
 2682k 2011/09/03 C:\cygwin\bin\cygwin1-20110829.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/8/29 14:58
 2663k 2011/10/14 C:\cygwin\bin\cygwin1-20111013.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/10/14 0:37
 2694k 2011/10/17 C:\cygwin\bin\cygwin1-20111015.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/10/15 23:42
 2700k 2011/10/20 C:\cygwin\bin\cygwin1-20111020.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/10/20 15:35
 2711k 2011/10/24 C:\cygwin\bin\cygwin1-20111023.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/10/23 20:07
 2713k 2011/11/11 C:\cygwin\bin\cygwin1-20111108.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/11/8 6:31
 2744k 2011/12/05 C:\cygwin\bin\cygwin1-20111205.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/12/5 18:02
 2743k 2011/12/09 C:\cygwin\bin\cygwin1-20111209.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/12/9 7:01
 2743k 2011/12/11 C:\cygwin\bin\cygwin1-20111211.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/12/11 6:01
 2759k 2011/12/27 C:\cygwin\bin\cygwin1-20111222.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/12/22 15:18
 2747k 2012/02/20 C:\cygwin\bin\cygwin1-20120220.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2012/2/20 14:21
 2754k 2012/03/22 C:\cygwin\bin\cygwin1-20120321.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2012/3/21 17:00
 3097k 2011/12/09 C:\cygwin\bin\cygwin1-cgf-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/12/8 20:21
 3102k 2011/12/08 C:\cygwin\bin\cygwin1-cgf.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/12/8 18:53
 2604k 2011/03/29 C:\cygwin\bin\cygwin1-prev.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/3/29 9:10
  157k 2012/03/23 C:\cygwin\bin\cygwind-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwind-0.dll" v0.0 ts=2012/3/23 3:52
  289k 2009/09/15 C:\cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygwmf-0-2-7.dll" v0.0 ts=2009/9/15 13:16
   93k 2009/09/15 C:\cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygwmflite-0-2-7.dll" v0.0 ts=2009/9/15 13:15
   28k 2010/03/28 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010/3/28 10:02
 1045k 2011/08/22 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2011/8/22 9:25
    6k 2011/08/22 C:\cygwin\bin\cygX11-xcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-xcb-1.dll" v0.0 ts=2011/8/22 9:26
   11k 2010/08/03 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2010/8/3 1:32
  337k 2011/02/04 C:\cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2011/2/4 7:02
  254k 2010/05/18 C:\cygwin\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw3d-7.dll" v0.0 ts=2010/5/18 23:11
   75k 2010/12/21 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=2010/12/21 1:36
   51k 2010/12/21 C:\cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-glx-0.dll" v0.0 ts=2010/12/21 1:36
   22k 2010/12/21 C:\cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-0.dll" v0.0 ts=2010/12/21 1:36
   11k 2011/05/23 C:\cygwin\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-util-0.dll" v0.0 ts=2011/5/23 9:25
    8k 2010/12/21 C:\cygwin\bin\cygxcb-shm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-shm-0.dll" v0.0 ts=2010/12/21 1:36
   10k 2010/11/01 C:\cygwin\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2010/11/1 1:59
   30k 2011/08/22 C:\cygwin\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2011/8/22 18:26
   11k 2010/08/03 C:\cygwin\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2010/8/3 5:25
   17k 2010/10/31 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2010/10/31 20:29
   52k 2011/05/23 C:\cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2011/5/23 9:32
   17k 2011/03/17 C:\cygwin\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2011/3/17 2:50
   66k 2010/11/01 C:\cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2010/11/1 2:10
   46k 2011/12/21 C:\cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2011/12/21 5:39
    8k 2010/11/01 C:\cygwin\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXinerama-1.dll" v0.0 ts=2010/11/1 2:11
  119k 2010/11/01 C:\cygwin\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2010/11/1 2:33
 1173k 2010/01/21 C:\cygwin\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2010/1/21 7:32
 1071k 2012/02/29 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2012/2/29 21:04
   75k 2010/11/01 C:\cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2010/11/1 2:19
   11k 2010/11/01 C:\cygwin\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2010/11/1 2:19
   53k 2010/11/01 C:\cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2010/11/1 2:19
   25k 2011/08/22 C:\cygwin\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2011/8/22 17:55
   32k 2010/08/03 C:\cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2010/8/3 5:48
  196k 2012/03/06 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2012/3/6 3:06
   10k 2009/10/14 C:\cygwin\bin\cygXss-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXss-1.dll" v0.0 ts=2009/10/14 17:43
  278k 2011/06/07 C:\cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2011/6/7 4:40
   76k 2010/08/01 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2010/8/1 22:04
   22k 2010/12/31 C:\cygwin\bin\cygzzip-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzip-0-13.dll" v0.0 ts=2010/12/31 7:29
   11k 2010/12/31 C:\cygwin\bin\cygzzipfseeko-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipfseeko-0-13.dll" v0.0 ts=2010/12/31 7:29
   12k 2010/12/31 C:\cygwin\bin\cygzzipmmapped-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipmmapped-0-13.dll" v0.0 ts=2010/12/31 7:29
    7k 2010/12/31 C:\cygwin\bin\cygzzipwrap-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipwrap-0-13.dll" v0.0 ts=2010/12/31 7:29
 2754k 2012/03/22 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2012/3/21 17:00
    Cygwin DLL version info:
        DLL version: 1.7.12
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 260
        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: 
        Snapshot date: 20120321-15:56:37
        Shared id: cygwin1S5

  118k 2012/02/19 C:\cygwin\bin\cygapr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-1-0.dll" v0.0 ts=2012/2/19 20:55
   89k 2011/12/20 C:\cygwin\bin\cygaprutil-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-1-0.dll" v0.0 ts=2011/12/20 19:31
  448k 2012/03/23 C:\cygwin\bin\cygasn1-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygasn1-8.dll" v0.0 ts=2012/3/23 3:53
  567k 2011/11/13 C:\cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygaspell-15.dll" v0.0 ts=2011/11/11 0:41
   94k 2011/11/16 C:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-1.0-0.dll" v0.0 ts=2011/11/16 3:22
   15k 2009/12/27 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2009/11/18 12:52
   71k 2011/06/30 C:\cygwin\bin\cygaudio-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygaudio-2.dll" v0.0 ts=2011/6/30 11:19
  118k 2012/02/29 C:\cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2012/2/29 3:57
   62k 2011/05/21 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011/5/21 20:16
  678k 2010/12/29 C:\cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2010/12/29 6:16
   20k 2010/12/29 C:\cygwin\bin\cygcairo-gobject-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-gobject-2.dll" v0.0 ts=2010/12/29 6:17
   98k 2010/12/29 C:\cygwin\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2010/12/29 6:17
    8k 2011/10/16 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2011/10/16 18:00
  108k 2010/01/05 C:\cygwin\bin\cygcloog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-0.dll" v0.0 ts=2010/1/5 0:45
    9k 2011/01/07 C:\cygwin\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2011/1/7 1:26
   29k 2010/10/11 C:\cygwin\bin\cygcord-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcord-1.dll" v0.0 ts=2010/10/11 18:03
  189k 2012/02/06 C:\cygwin\bin\cygcroco-0.6-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygcroco-0.6-3.dll" v0.0 ts=2012/2/6 22:57
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 8:57
 1244k 2012/01/18 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2012/1/18 15:40
 1515k 2012/03/14 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2012/3/14 19:42
  340k 2012/03/19 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2012/3/19 4:38
   17k 2011/10/02 C:\cygwin\bin\cygdatrie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdatrie-1.dll" v0.0 ts=2011/10/3 0:13
  929k 2011/11/10 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2011/11/10 19:52
 1284k 2011/11/10 C:\cygwin\bin\cygdb-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.8.dll" v0.0 ts=2011/11/10 18:45
  219k 2011/10/03 C:\cygwin\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdbus-1-3.dll" v0.0 ts=2011/10/3 6:10
   93k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2011/11/10 19:53
  105k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.8.dll" v0.0 ts=2011/11/10 18:46
  130k 2012/01/23 C:\cygwin\bin\cygdialog-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygdialog-10.dll" v0.0 ts=2012/1/23 9:39
  511k 2010/06/17 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2010/6/17 12:42
   57k 2010/12/06 C:\cygwin\bin\cygevtlog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygevtlog-0.dll" v0.0 ts=2010/12/6 15:59
  118k 2008/05/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/9 5:03
   70k 2012/03/06 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2012/3/6 3:06
   29k 2010/05/12 C:\cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2010/5/12 11:26
  286k 2006/08/06 C:\cygwin\bin\cygfcgi++-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfcgi++-0.dll" v0.0 ts=2006/8/6 21:09
   30k 2006/08/06 C:\cygwin\bin\cygfcgi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfcgi-0.dll" v0.0 ts=2006/8/6 21:09
   21k 2011/10/26 C:\cygwin\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-4.dll" v0.0 ts=2011/10/23 14:33
  785k 2011/08/23 C:\cygwin\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3-3.dll" v0.0 ts=2011/8/21 22:53
  759k 2011/08/23 C:\cygwin\bin\cygfftw3f-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f-3.dll" v0.0 ts=2011/8/21 22:47
   20k 2011/08/23 C:\cygwin\bin\cygfftw3f_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f_threads-3.dll" v0.0 ts=2011/8/21 22:47
   20k 2011/08/23 C:\cygwin\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3_threads-3.dll" v0.0 ts=2011/8/21 22:53
  175k 2012/02/03 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2012/2/3 8:53
   20k 2010/10/31 C:\cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2010/10/31 20:19
   43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 14:49
   40k 2009/03/01 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/3/1 6:32
   43k 2009/11/20 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-9.dll" v0.0 ts=2009/11/20 19:14
   47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 17:31
  548k 2011/11/09 C:\cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfpx-1.dll" v0.0 ts=2011/11/9 22:30
  505k 2012/03/26 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2012/3/26 6:51
   97k 2010/10/11 C:\cygwin\bin\cyggc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggc-1.dll" v0.0 ts=2010/10/11 18:03
   79k 2011/10/26 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2011/10/23 14:15
  449k 2011/05/20 C:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=2011/5/20 3:29
  227k 2011/11/16 C:\cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-2.dll" v0.0 ts=2011/11/16 10:53
   19k 2009/02/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 7:58
    8k 2009/02/26 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 7:58
  517k 2011/12/22 C:\cygwin\bin\cyggdk-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-3-0.dll" v0.0 ts=2011/12/22 1:36
  555k 2012/02/06 C:\cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2012/2/6 19:23
  103k 2011/12/21 C:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2011/12/21 8:32
 1006k 2011/10/16 C:\cygwin\bin\cyggettextlib-0-18-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-18-1.dll" v0.0 ts=2011/10/16 6:51
  245k 2011/10/16 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2011/10/16 7:12
  213k 2011/10/16 C:\cygwin\bin\cyggettextsrc-0-18-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-18-1.dll" v0.0 ts=2011/10/16 6:57
  713k 2011/10/26 C:\cygwin\bin\cyggfortran-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggfortran-3.dll" v0.0 ts=2011/10/23 15:15
   29k 2009/03/23 C:\cygwin\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggif-4.dll" v0.0 ts=2009/3/23 19:55
 1024k 2011/11/16 C:\cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2011/11/16 0:23
  325k 2012/02/05 C:\cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2012/2/5 7:13
  159k 2012/02/05 C:\cygwin\bin\cygglapi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglapi-0.dll" v0.0 ts=2012/2/5 6:58
  846k 2011/11/16 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2011/11/16 0:16
  141k 2009/03/30 C:\cygwin\bin\cygglitz-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygglitz-1.dll" v0.0 ts=2009/3/30 17:22
   21k 2009/03/30 C:\cygwin\bin\cygglitz-glx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygglitz-glx-1.dll" v0.0 ts=2009/3/30 17:23
  434k 2012/02/05 C:\cygwin\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2012/2/5 7:00
  187k 2010/05/17 C:\cygwin\bin\cygglut-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygglut-3.dll" v0.0 ts=2010/5/17 23:01
   12k 2011/11/16 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2011/11/16 0:19
  317k 2011/07/31 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011/7/31 6:14
   14k 2011/07/31 C:\cygwin\bin\cyggmpxx-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-4.dll" v0.0 ts=2011/7/31 11:31
  614k 2011/11/15 C:\cygwin\bin\cyggnutls-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-26.dll" v0.0 ts=2011/11/15 7:02
   21k 2011/11/15 C:\cygwin\bin\cyggnutls-extra-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-extra-26.dll" v0.0 ts=2011/11/15 7:02
   24k 2011/11/15 C:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2011/11/15 7:03
   52k 2011/11/15 C:\cygwin\bin\cyggnutlsxx-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-27.dll" v0.0 ts=2011/11/15 7:02
  267k 2011/11/16 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2011/11/16 0:20
   42k 2011/10/26 C:\cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2011/10/23 14:21
   14k 2011/05/20 C:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2011/5/20 3:04
 5491k 2008/11/27 C:\cygwin\bin\cyggs-8.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-8.dll" v0.0 ts=2008/11/27 13:24
 6546k 2011/11/10 C:\cygwin\bin\cyggs-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-9.dll" v0.0 ts=2011/11/10 22:56
  189k 2011/12/22 C:\cygwin\bin\cyggsf-1-114.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsf-1-114.dll" v0.0 ts=2011/12/22 6:04
 1724k 2011/06/26 C:\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsl-0.dll" v0.0 ts=2011/6/26 22:14
  199k 2011/06/26 C:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggslcblas-0.dll" v0.0 ts=2011/6/26 21:59
  179k 2012/03/23 C:\cygwin\bin\cyggssapi-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi-3.dll" v0.0 ts=2012/3/23 4:01
   14k 2011/11/16 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2011/11/16 0:19
 3783k 2011/12/22 C:\cygwin\bin\cyggtk-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-3-0.dll" v0.0 ts=2011/12/22 1:56
 3681k 2012/02/06 C:\cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2012/2/6 19:30
   10k 2012/03/23 C:\cygwin\bin\cygheimbase-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimbase-1.dll" v0.0 ts=2012/3/23 3:51
   20k 2012/03/23 C:\cygwin\bin\cygheimntlm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimntlm-0.dll" v0.0 ts=2012/3/23 3:58
   24k 2009/06/23 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2009/6/23 13:20
   25k 2011/01/26 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2011/1/26 3:25
  310k 2012/03/23 C:\cygwin\bin\cyghunspell-1.3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyghunspell-1.3-0.dll" v0.0 ts=2012/3/23 23:02
  211k 2012/03/23 C:\cygwin\bin\cyghx509-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghx509-5.dll" v0.0 ts=2012/3/23 3:54
   74k 2010/10/31 C:\cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2010/10/31 20:18
  358k 2012/02/09 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2012/2/9 6:47
  985k 2011/10/16 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2011/10/16 18:01
    0k 2012/02/28 C:\cygwin\bin\cygicudata.dll - os=50720.30356 img=22747.38557 sys=63800.40
17852k 2011/07/26 C:\cygwin\bin\cygicudata48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata48.dll" v0.0 ts=2011/7/26 12:36
    0k 2012/02/28 C:\cygwin\bin\cygicui18n.dll - os=50720.30356 img=22747.38557 sys=63800.40
 1809k 2011/07/26 C:\cygwin\bin\cygicui18n48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n48.dll" v0.0 ts=2011/7/26 11:53
    0k 2012/02/28 C:\cygwin\bin\cygicuio.dll - os=50720.30356 img=22747.38557 sys=63800.40
   35k 2011/07/26 C:\cygwin\bin\cygicuio48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio48.dll" v0.0 ts=2011/7/26 11:56
    0k 2012/02/28 C:\cygwin\bin\cygicule.dll - os=50720.30356 img=22747.38557 sys=63800.40
  233k 2011/07/26 C:\cygwin\bin\cygicule48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule48.dll" v0.0 ts=2011/7/26 11:53
    0k 2012/02/28 C:\cygwin\bin\cygiculx.dll - os=50720.30356 img=22747.38557 sys=63800.40
   42k 2011/07/26 C:\cygwin\bin\cygiculx48.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx48.dll" v0.0 ts=2011/7/26 11:54
    0k 2012/02/28 C:\cygwin\bin\cygicutest.dll - os=50720.30356 img=22747.38557 sys=63800.40
   51k 2011/07/26 C:\cygwin\bin\cygicutest48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutest48.dll" v0.0 ts=2011/7/26 11:54
    0k 2012/02/28 C:\cygwin\bin\cygicutu.dll - os=50720.30356 img=22747.38557 sys=63800.40
  123k 2011/07/26 C:\cygwin\bin\cygicutu48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutu48.dll" v0.0 ts=2011/7/26 11:54
    0k 2012/02/28 C:\cygwin\bin\cygicuuc.dll - os=50720.30356 img=22747.38557 sys=63800.40
 1238k 2011/07/26 C:\cygwin\bin\cygicuuc48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc48.dll" v0.0 ts=2011/7/26 11:50
  190k 2011/11/16 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2011/11/16 14:51
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/20 2:04
   35k 2011/10/16 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2011/10/16 6:38
  241k 2008/04/02 C:\cygwin\bin\cygjasper-1-701-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1-701-1.dll" v0.0 ts=2008/4/2 16:19
  242k 2012/02/03 C:\cygwin\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1.dll" v0.0 ts=2012/2/3 14:31
   47k 2009/12/23 C:\cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig-2.dll" v0.0 ts=2009/12/23 16:59
  125k 2009/08/08 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2009/8/8 21:48
  193k 2009/08/08 C:\cygwin\bin\cygjpeg-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-7.dll" v0.0 ts=2009/8/8 20:39
  200k 2010/08/09 C:\cygwin\bin\cygjpeg-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-8.dll" v0.0 ts=2010/8/9 8:02
   76k 2012/02/01 C:\cygwin\bin\cygkpathsea-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-6.dll" v0.0 ts=2012/1/20 3:31
  372k 2012/03/23 C:\cygwin\bin\cygkrb5-26.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-26.dll" v0.0 ts=2012/3/23 3:57
   42k 2012/02/27 C:\cygwin\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-3-0.dll" v0.0 ts=2012/2/26 18:06
  173k 2010/06/25 C:\cygwin\bin\cyglcms-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms-1.dll" v0.0 ts=2010/6/25 10:50
  232k 2011/11/09 C:\cygwin\bin\cyglcms2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms2-2.dll" v0.0 ts=2011/11/9 17:22
  193k 2012/02/27 C:\cygwin\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-3-0.dll" v0.0 ts=2012/2/27 18:56
  206k 2012/02/27 C:\cygwin\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-3-0.dll" v0.0 ts=2012/2/27 18:57
12928k 2012/01/24 C:\cygwin\bin\cygLLVM-3.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygLLVM-3.0.dll" v0.0 ts=2012/1/24 12:03
    5k 2012/02/24 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2012/2/24 13:06
    9k 2012/02/24 C:\cygwin\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
   30k 2010/09/23 C:\cygwin\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-7.dll" v0.0 ts=2010/9/23 20:45
  125k 2010/04/09 C:\cygwin\bin\cyglzma-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-1.dll" v0.0 ts=2010/4/9 16:54
  123k 2011/05/19 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2011/5/19 3:41
  116k 2011/11/16 C:\cygwin\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2011/11/16 22:27
   99k 2011/11/02 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2011/11/2 23:05
  314k 2010/01/19 C:\cygwin\bin\cygMagick++-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-1.dll" v0.0 ts=2010/1/19 12:53
  391k 2006/11/05 C:\cygwin\bin\cygMagick++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-10.dll" v0.0 ts=2006/11/5 14:43
 1709k 2006/11/05 C:\cygwin\bin\cygMagick-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick-10.dll" v0.0 ts=2006/11/5 14:32
 1801k 2010/01/19 C:\cygwin\bin\cygMagickCore-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickCore-1.dll" v0.0 ts=2010/1/19 12:27
  789k 2010/01/19 C:\cygwin\bin\cygMagickWand-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickWand-1.dll" v0.0 ts=2010/1/19 12:48
   25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 14:48
   21k 2009/03/01 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/3/1 6:31
   25k 2009/11/20 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-9.dll" v0.0 ts=2009/11/20 19:13
   25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 17:30
   24k 2008/10/30 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0
                  "cygminires.dll" v0.0 ts=2008/10/31 0:53
  344k 2011/11/08 C:\cygwin\bin\cygmng-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmng-1.dll" v0.0 ts=2011/11/8 22:18
  213k 2011/07/31 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011/7/31 6:12
   64k 2009/11/09 C:\cygwin\bin\cygmpc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-1.dll" v0.0 ts=2009/11/9 1:21
  269k 2009/06/07 C:\cygwin\bin\cygmpfr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-1.dll" v0.0 ts=2009/6/7 22:10
 1102k 2011/08/07 C:\cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2011/8/7 2:47
   77k 2010/01/21 C:\cygwin\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2010/1/21 7:33
   63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 15:00
   66k 2009/03/01 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/3/1 6:39
   63k 2009/11/20 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-9.dll" v0.0 ts=2009/11/20 19:25
   63k 2010/01/02 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010/1/2 17:41
  195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 14:45
  237k 2009/03/01 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/3/1 6:28
  198k 2009/11/20 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-9.dll" v0.0 ts=2009/11/20 19:10
  244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 17:28
  118k 2012/03/22 C:\cygwin\bin\cygneon-27.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-27.dll" v0.0 ts=2012/3/22 14:05
  199k 2012/02/28 C:\cygwin\bin\cygnetpbm-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygnetpbm-10.dll" v0.0 ts=2012/2/28 7:11
  121k 2012/02/28 C:\cygwin\bin\cygopenjpeg-1.dll - os=4.0 img=1.5 sys=4.0
                  "cygopenjpeg-1.dll" v0.0 ts=2012/2/28 3:51
  108k 2011/12/07 C:\cygwin\bin\cygopenjpeg-3.dll - os=4.0 img=3.1 sys=4.0
                  "cygopenjpeg-3.dll" v0.0 ts=2011/12/7 4:51
   13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 14:47
   11k 2009/03/01 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/3/1 6:30
   13k 2009/11/20 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-9.dll" v0.0 ts=2009/11/20 19:12
   13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 16:30
  236k 2011/12/05 C:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpango-1.0-0.dll" v0.0 ts=2011/12/5 0:21
   37k 2011/12/05 C:\cygwin\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2011/12/5 0:22
  188k 2011/12/05 C:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2011/12/5 0:21
  110k 2011/12/05 C:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangox-1.0-0.dll" v0.0 ts=2011/12/5 0:21
   24k 2011/12/05 C:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2011/12/5 0:22
    9k 2010/10/08 C:\cygwin\bin\cygpaper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpaper-1.dll" v0.0 ts=2010/10/8 5:56
  255k 2012/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2012/2/10 10:24
   29k 2012/02/10 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcrecpp-0.dll" v0.0 ts=2012/2/10 10:24
    8k 2012/02/10 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2012/2/10 10:24
 1640k 2011/09/17 C:\cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2011/9/16 15:36
  428k 2011/08/22 C:\cygwin\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpixman-1-0.dll" v0.0 ts=2011/8/22 9:39
  249k 2011/07/28 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2011/7/28 6:20
  129k 2011/07/28 C:\cygwin\bin\cygpng14-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng14-14.dll" v0.0 ts=2011/7/28 6:55
 1463k 2012/02/28 C:\cygwin\bin\cygpoppler-19.dll - os=4.0 img=19.0 sys=4.0
                  "cygpoppler-19.dll" v0.0 ts=2012/2/28 3:59
  255k 2012/02/28 C:\cygwin\bin\cygpoppler-qt4-3.dll - os=4.0 img=3.7 sys=4.0
                  "cygpoppler-qt4-3.dll" v0.0 ts=2012/2/28 4:00
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 6:45
  695k 2009/04/18 C:\cygwin\bin\cygppl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl-7.dll" v0.0 ts=2009/4/18 13:44
 2481k 2009/04/18 C:\cygwin\bin\cygppl_c-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl_c-2.dll" v0.0 ts=2009/4/18 13:47
  103k 2009/01/07 C:\cygwin\bin\cygpq.dll - os=4.0 img=1.0 sys=4.0
                  "cygpq.dll" v0.0 ts=2009/1/7 16:46
   27k 2009/09/07 C:\cygwin\bin\cygproxy-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-0.dll" v0.0 ts=2009/9/7 1:56
  122k 2011/10/05 C:\cygwin\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-1.dll" v0.0 ts=2011/10/5 5:45
    6k 2011/11/13 C:\cygwin\bin\cygpspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygpspell-15.dll" v0.0 ts=2011/11/11 0:42
   32k 2012/02/01 C:\cygwin\bin\cygptexenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygptexenc-1.dll" v0.0 ts=2012/1/20 3:32
   18k 2009/04/18 C:\cygwin\bin\cygpwl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygpwl-4.dll" v0.0 ts=2009/4/18 13:44
 2442k 2012/03/16 C:\cygwin\bin\cygQtCore-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtCore-4.dll" v0.0 ts=2012/3/16 3:34
  482k 2012/03/16 C:\cygwin\bin\cygQtDBus-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtDBus-4.dll" v0.0 ts=2012/3/16 3:36
 5893k 2012/03/16 C:\cygwin\bin\cygQtDesigner-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtDesigner-4.dll" v0.0 ts=2012/3/16 5:21
 2838k 2012/03/16 C:\cygwin\bin\cygQtDesignerComponents-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtDesignerComponents-4.dll" v0.0 ts=2012/3/16 5:25
10327k 2012/03/16 C:\cygwin\bin\cygQtGui-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtGui-4.dll" v0.0 ts=2012/3/16 3:44
 2511k 2012/03/16 C:\cygwin\bin\cygQtScript-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtScript-4.dll" v0.0 ts=2012/3/16 3:53
  792k 2012/03/16 C:\cygwin\bin\cygQtScriptTools-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtScriptTools-4.dll" v0.0 ts=2012/3/16 5:10
  249k 2012/03/16 C:\cygwin\bin\cygQtXml-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygQtXml-4.dll" v0.0 ts=2012/3/16 3:35
  155k 2009/06/23 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2009/6/23 13:20
  164k 2011/01/26 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2011/1/26 3:25
   51k 2012/03/23 C:\cygwin\bin\cygroken-18.dll - os=4.0 img=1.0 sys=4.0
                  "cygroken-18.dll" v0.0 ts=2012/3/23 3:51
  179k 2011/11/16 C:\cygwin\bin\cygrsvg-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygrsvg-2-2.dll" v0.0 ts=2011/11/16 8:12
  751k 2012/03/16 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2012/3/16 2:37
   84k 2010/07/02 C:\cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2010/7/2 4:19
   55k 2012/03/16 C:\cygwin\bin\cygserf-0-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-0-1.dll" v0.0 ts=2012/3/16 2:14
   59k 2012/03/21 C:\cygwin\bin\cygserf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygserf-1-0.dll" v0.0 ts=2012/3/21 2:53
    8k 2011/05/05 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011/5/5 8:33
   25k 2010/10/31 C:\cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2010/10/31 20:24
 1613k 2010/12/01 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2010/12/1 12:20
  129k 2012/03/15 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2012/3/16 0:46
  281k 2012/01/18 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2012/1/18 15:40
  358k 2012/03/14 C:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2012/3/14 19:42
    8k 2011/10/26 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2011/10/23 14:33
  780k 2011/10/26 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2011/10/23 14:58
  292k 2012/03/08 C:\cygwin\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2012/3/8 20:43
   39k 2012/03/08 C:\cygwin\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2012/3/8 20:42
   57k 2012/03/08 C:\cygwin\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2012/3/8 20:42
   20k 2012/03/08 C:\cygwin\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2012/3/8 20:42
  143k 2012/03/08 C:\cygwin\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2012/3/8 20:42
  133k 2012/03/08 C:\cygwin\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2012/3/8 20:42
    7k 2012/03/08 C:\cygwin\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2012/3/8 20:42
   34k 2012/03/08 C:\cygwin\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2012/3/8 20:43
   23k 2012/03/08 C:\cygwin\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2012/3/8 20:42
  119k 2012/03/08 C:\cygwin\bin\cygsvn_ra_neon-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_neon-1-0.dll" v0.0 ts=2012/3/8 20:42
  131k 2012/03/08 C:\cygwin\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2012/3/8 20:42
   70k 2012/03/08 C:\cygwin\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2012/3/8 20:42
  146k 2012/03/08 C:\cygwin\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2012/3/8 20:42
  290k 2012/03/08 C:\cygwin\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2012/3/8 20:42
  472k 2012/03/08 C:\cygwin\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2012/3/8 20:42
  330k 2010/12/09 C:\cygwin\bin\cygsyslog-ng-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsyslog-ng-0.dll" v0.0 ts=2010/12/9 13:33
  228k 2012/02/02 C:\cygwin\bin\cygt1-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygt1-5.dll" v0.0 ts=2012/2/2 13:17
   57k 2012/03/22 C:\cygwin\bin\cygtasn1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-3.dll" v0.0 ts=2012/3/22 7:33
   26k 2011/10/04 C:\cygwin\bin\cygthai-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygthai-0.dll" v0.0 ts=2011/10/4 21:22
   48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 14:45
   48k 2009/11/20 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-9.dll" v0.0 ts=2009/11/20 19:10
   48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 17:28
  347k 2011/04/08 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2011/4/8 2:27
    9k 2011/04/08 C:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-5.dll" v0.0 ts=2011/4/8 2:27
   68k 2010/01/21 C:\cygwin\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2010/1/21 7:33
   41k 2011/08/16 C:\cygwin\bin\cygusb0.dll - os=4.0 img=1.0 sys=4.0
                  "cygusb0.dll" v0.0 ts=2011/8/16 19:28
  137k 2009/11/16 C:\cygwin\bin\cygustr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygustr-1.dll" v0.0 ts=2009/11/16 7:46
   13k 2012/02/29 C:\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2012/2/29 3:56
  697k 2006/11/05 C:\cygwin\bin\cygWand-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygWand-10.dll" v0.0 ts=2006/11/5 14:41
 2651k 2011/08/08 C:\cygwin\bin\cygwin1-2011-08-08-mybuild.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/8/8 19:40
 2614k 2011/06/15 C:\cygwin\bin\cygwin1-20110429.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/4/29 21:14
 2619k 2011/06/15 C:\cygwin\bin\cygwin1-20110504.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/5 1:57
 2628k 2011/06/15 C:\cygwin\bin\cygwin1-20110505.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/5 23:35
 2634k 2011/05/12 C:\cygwin\bin\cygwin1-20110510.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/10 20:12
 2643k 2011/06/15 C:\cygwin\bin\cygwin1-20110520.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/20 19:59
 2649k 2011/06/15 C:\cygwin\bin\cygwin1-20110528.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/28 19:22
 2652k 2011/06/15 C:\cygwin\bin\cygwin1-20110530.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/30 18:11
 2653k 2011/06/15 C:\cygwin\bin\cygwin1-20110531.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/5/31 2:35
 2652k 2011/06/15 C:\cygwin\bin\cygwin1-20110601.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/6/1 2:53
 2655k 2011/06/15 C:\cygwin\bin\cygwin1-20110613.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/6/14 0:54
 2646k 2011/06/15 C:\cygwin\bin\cygwin1-20110614.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/6/14 23:05
 2646k 2011/06/20 C:\cygwin\bin\cygwin1-20110616.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/6/17 0:05
 2648k 2011/07/11 C:\cygwin\bin\cygwin1-20110711.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/7/11 1:08
 2651k 2011/08/04 C:\cygwin\bin\cygwin1-20110803.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/8/3 19:12
 2654k 2011/08/22 C:\cygwin\bin\cygwin1-20110822.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/8/22 2:28
 2682k 2011/09/03 C:\cygwin\bin\cygwin1-20110829.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/8/29 14:58
 2663k 2011/10/14 C:\cygwin\bin\cygwin1-20111013.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/10/14 0:37
 2694k 2011/10/17 C:\cygwin\bin\cygwin1-20111015.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/10/15 23:42
 2700k 2011/10/20 C:\cygwin\bin\cygwin1-20111020.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/10/20 15:35
 2711k 2011/10/24 C:\cygwin\bin\cygwin1-20111023.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/10/23 20:07
 2713k 2011/11/11 C:\cygwin\bin\cygwin1-20111108.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/11/8 6:31
 2744k 2011/12/05 C:\cygwin\bin\cygwin1-20111205.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/12/5 18:02
 2743k 2011/12/09 C:\cygwin\bin\cygwin1-20111209.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/12/9 7:01
 2743k 2011/12/11 C:\cygwin\bin\cygwin1-20111211.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/12/11 6:01
 2759k 2011/12/27 C:\cygwin\bin\cygwin1-20111222.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/12/22 15:18
 2747k 2012/02/20 C:\cygwin\bin\cygwin1-20120220.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2012/2/20 14:21
 2754k 2012/03/22 C:\cygwin\bin\cygwin1-20120321.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2012/3/21 17:00
 3097k 2011/12/09 C:\cygwin\bin\cygwin1-cgf-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/12/8 20:21
 3102k 2011/12/08 C:\cygwin\bin\cygwin1-cgf.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/12/8 18:53
 2604k 2011/03/29 C:\cygwin\bin\cygwin1-prev.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2011/3/29 9:10
  157k 2012/03/23 C:\cygwin\bin\cygwind-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwind-0.dll" v0.0 ts=2012/3/23 3:52
  289k 2009/09/15 C:\cygwin\bin\cygwmf-0-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygwmf-0-2-7.dll" v0.0 ts=2009/9/15 13:16
   93k 2009/09/15 C:\cygwin\bin\cygwmflite-0-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygwmflite-0-2-7.dll" v0.0 ts=2009/9/15 13:15
   28k 2010/03/28 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010/3/28 10:02
 1045k 2011/08/22 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2011/8/22 9:25
    6k 2011/08/22 C:\cygwin\bin\cygX11-xcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-xcb-1.dll" v0.0 ts=2011/8/22 9:26
   11k 2010/08/03 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2010/8/3 1:32
  337k 2011/02/04 C:\cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2011/2/4 7:02
  254k 2010/05/18 C:\cygwin\bin\cygXaw3d-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw3d-7.dll" v0.0 ts=2010/5/18 23:11
   75k 2010/12/21 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=2010/12/21 1:36
   51k 2010/12/21 C:\cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-glx-0.dll" v0.0 ts=2010/12/21 1:36
   22k 2010/12/21 C:\cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-0.dll" v0.0 ts=2010/12/21 1:36
   11k 2011/05/23 C:\cygwin\bin\cygxcb-render-util-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-util-0.dll" v0.0 ts=2011/5/23 9:25
    8k 2010/12/21 C:\cygwin\bin\cygxcb-shm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-shm-0.dll" v0.0 ts=2010/12/21 1:36
   10k 2010/11/01 C:\cygwin\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2010/11/1 1:59
   30k 2011/08/22 C:\cygwin\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2011/8/22 18:26
   11k 2010/08/03 C:\cygwin\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2010/8/3 5:25
   17k 2010/10/31 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2010/10/31 20:29
   52k 2011/05/23 C:\cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2011/5/23 9:32
   17k 2011/03/17 C:\cygwin\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2011/3/17 2:50
   66k 2010/11/01 C:\cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2010/11/1 2:10
   46k 2011/12/21 C:\cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2011/12/21 5:39
    8k 2010/11/01 C:\cygwin\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXinerama-1.dll" v0.0 ts=2010/11/1 2:11
  119k 2010/11/01 C:\cygwin\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2010/11/1 2:33
 1173k 2010/01/21 C:\cygwin\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2010/1/21 7:32
 1071k 2012/02/29 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2012/2/29 21:04
   75k 2010/11/01 C:\cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2010/11/1 2:19
   11k 2010/11/01 C:\cygwin\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2010/11/1 2:19
   53k 2010/11/01 C:\cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2010/11/1 2:19
   25k 2011/08/22 C:\cygwin\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2011/8/22 17:55
   32k 2010/08/03 C:\cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2010/8/3 5:48
  196k 2012/03/06 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2012/3/6 3:06
   10k 2009/10/14 C:\cygwin\bin\cygXss-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXss-1.dll" v0.0 ts=2009/10/14 17:43
  278k 2011/06/07 C:\cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2011/6/7 4:40
   76k 2010/08/01 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2010/8/1 22:04
   22k 2010/12/31 C:\cygwin\bin\cygzzip-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzip-0-13.dll" v0.0 ts=2010/12/31 7:29
   11k 2010/12/31 C:\cygwin\bin\cygzzipfseeko-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipfseeko-0-13.dll" v0.0 ts=2010/12/31 7:29
   12k 2010/12/31 C:\cygwin\bin\cygzzipmmapped-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipmmapped-0-13.dll" v0.0 ts=2010/12/31 7:29
    7k 2010/12/31 C:\cygwin\bin\cygzzipwrap-0-13.dll - os=4.0 img=1.0 sys=4.0
                  "cygzzipwrap-0-13.dll" v0.0 ts=2010/12/31 7:29
 2754k 2012/03/22 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2012/3/21 17:00
    Cygwin DLL version info:
        DLL version: 1.7.12
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 260
        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: 
        Snapshot date: 20120321-15:56:37
        Shared id: cygwin1S5

  364k 2012/03/04 C:\cygwin\lib\lapack\cygblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygblas-0.dll" v0.0 ts=2012/3/4 6:54
 4386k 2012/03/04 C:\cygwin\lib\lapack\cyglapack-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglapack-0.dll" v0.0 ts=2012/3/4 6:54

Service             : cygserver
Display name        : CYGWIN cygserver
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/cygserver
stdin path          : /dev/null
stdout path         : /var/log/cygserver.log
stderr path         : /var/log/cygserver.log
Process Type        : Own Process
Startup             : Automatic
Account             : LocalSystem

Service             : sshd
Display name        : CYGWIN sshd
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/sshd -D
stdin path          : /dev/null
stdout path         : /var/log/sshd.log
stderr path         : /var/log/sshd.log
Process Type        : Own Process
Startup             : Automatic
Dependencies        : tcpip
Account             : .\cyg_server

Service             : syslog-ng
Display name        : CYGWIN syslog-ng
Current State       : Stopped
Command             : /usr/sbin/syslog-ng -F
stdin path          : /dev/null
stdout path         : /var/log/syslog-ng.log
stderr path         : /var/log/syslog-ng.log
Process Type        : Own Process
Startup             : Automatic
Account             : LocalSystem


Cygwin Package Information
Last downloaded files to: C:\downloads\cygwin
Last downloaded files from: http://sanibeltranquility.com/cygwin/

Package                                  Version              Status
_autorebase                              000001-1             OK
_update-info-dir                         01028-1              OK
alternatives                             1.3.30c-10           OK
aspell                                   0.60.6.1-1           OK
aspell-en                                7.1.0-1              OK
asymptote                                2.15-1               OK
autoconf                                 10-1                 OK
autoconf2.1                              2.13-10              OK
autoconf2.5                              2.68-1               OK
automake                                 4-10                 OK
automake1.10                             1.10.3-1             OK
automake1.11                             1.11.1-1             OK
automake1.4                              1.4p6-10             OK
automake1.5                              1.5-10               OK
automake1.6                              1.6.3-11             OK
automake1.7                              1.7.9-10             OK
automake1.8                              1.8.5-10             OK
automake1.9                              1.9.6-10             OK
base-cygwin                              3.0-1                OK
base-files                               4.1-1                OK
bash                                     4.1.10-4             OK
bc                                       1.06-2               OK
binutils                                 2.22.51-1            OK
bison                                    2.4.2-1              OK
build-docbook-catalog                    1.5-2                OK
bzip2                                    1.0.6-2              OK
bzr                                      2.5.0-1              OK
ca-certificates                          1.81-1               OK
clisp                                    2.48-3               OK
cocom                                    0.996-1              OK
compositeproto                           0.4.2-1              OK
coreutils                                8.15-1               OK
cpio                                     2.11-1               OK
crypt                                    1.1-1                OK
csih                                     0.9.6-1              OK
curl                                     7.24.0-3             OK
cvs                                      1.12.13-10           OK
cvsps                                    2.2b1-1              OK
cygport                                  0.10.9-1             OK
cygrunsrv                                1.40-1               OK
cygutils                                 1.4.8-1              OK
cygwin                                   1.7.11-1             OK
cygwin-doc                               1.7-1                OK
damageproto                              1.2.1-1              OK
dash                                     0.5.7-1              OK
dblatex                                  0.3.2-1              OK
dbus                                     1.4.16-1             OK
dconf-service                            0.10.0-1             OK
desktop-file-utils                       0.19-1               OK
dialog                                   1.1-20111020-1       OK
diffstat                                 1.54-1               OK
diffutils                                2.9-1                OK
docbook-xml45                            4.5-1                OK
docbook-xsl                              1.76.1-2             OK
dos2unix                                 5.3.3-1              OK
dri-drivers                              7.11.2-1             OK
ed                                       1.0-1                OK
editrights                               1.01-2               OK
emacs                                    24.0.94-1            OK
emacs-auctex                             11.86-1              OK
emacs-el                                 24.0.94-1            OK
emacs-X11                                24.0.94-1            OK
fftw3                                    3.3-1                OK
file                                     5.09-1               OK
findutils                                4.5.9-2              OK
fixesproto                               5.0-1                OK
flex                                     2.5.35-1             OK
font-adobe-dpi75                         1.0.2-1              OK
font-alias                               1.0.3-1              OK
font-bitstream-vera-ttf                  1.10-1               OK
font-cantarell-otf                       0.0.7-1              OK
font-daewoo-misc                         1.0.2-1              OK
font-encodings                           1.0.4-1              OK
font-isas-misc                           1.0.2-1              OK
font-jis-misc                            1.0.2-1              OK
font-misc-misc                           1.1.1-1              OK
fontconfig                               2.8.0-2              OK
gamin                                    0.1.10-11            OK
gawk                                     4.0.0-1              OK
gcc-core                                 3.4.4-999            OK
gcc-g++                                  3.4.4-999            OK
gcc-mingw-core                           20050522-3           OK
gcc-mingw-g++                            20050522-3           OK
Empty package gcc4
gcc4                                     4.5.3-3              OK
gcc4-core                                4.5.3-3              OK
gcc4-g++                                 4.5.3-3              OK
gdb                                      7.3.50-3             OK
gettext                                  0.18.1.1-2           OK
gettext-devel                            0.18.1.1-2           OK
ghostscript                              9.04-1               OK
ghostscript-fonts-other                  6.0-1                OK
ghostscript-fonts-std                    8.11-1               OK
git                                      1.7.9-1              OK
glproto                                  1.4.15-1             OK
gmp                                      4.3.2-1              OK
gnome-icon-theme                         3.2.1.2-1            OK
gnupg                                    1.4.12-1             OK
gnutls-devel                             2.12.14-1            OK
grep                                     2.6.3-1              OK
groff                                    1.20.1-2             OK
gsettings-desktop-schemas                3.2.0-1              OK
gsl                                      1.15-1               OK
gsl-devel                                1.15-1               OK
gsl-doc                                  1.15-1               OK
gzip                                     1.4-1                OK
hicolor-icon-theme                       0.12-1               OK
icu                                      4.8.1-1              OK
ImageMagick                              6.4.0.6-2            OK
inputproto                               2.2-1                OK
ipc-utils                                1.0-1                OK
jbigkit                                  2.0-11               OK
kbproto                                  1.0.5-1              OK
less                                     444-1                OK
lftp                                     4.3.3-1              OK
libapr1                                  1.4.6-1              OK
libaprutil1                              1.4.1-1              OK
libasn1_8                                1.5.2-2              OK
libaspell15                              0.60.6.1-1           OK
libatk1.0-devel                          2.2.0-1              OK
libatk1.0_0                              2.2.0-1              OK
libattr1                                 2.4.43-1             OK
libaudio-devel                           1.9.3-1              OK
libaudio2                                1.9.3-1              OK
libblkid1                                2.21-1               OK
libbz2-devel                             1.0.6-2              OK
libbz2_1                                 1.0.6-2              OK
libcairo-devel                           1.10.2-1             OK
libcairo2                                1.10.2-1             OK
libcharset1                              1.14-2               OK
libcloog0                                0.15.7-1             OK
libcom_err2                              1.41.14-1            OK
libcroco0.6-devel                        0.6.4-1              OK
libcroco0.6_3                            0.6.4-1              OK
libcurl4                                 7.24.0-3             OK
libdatrie-devel                          0.2.4-1              OK
libdatrie1                               0.2.4-1              OK
libdb4.5                                 4.5.20.2-3           OK
libdb4.5-devel                           4.5.20.2-3           OK
libdb4.8                                 4.8.30-1             OK
libdbus1-devel                           1.4.16-1             OK
libdbus1_3                               1.4.16-1             OK
libdialog-devel                          1.1-20111020-1       OK
libdialog10                              1.1-20111020-1       OK
libedit0                                 20090923-1           OK
libevtlog0                               0.2.12-1             OK
libexpat1                                2.0.1-1              OK
libexpat1-devel                          2.0.1-1              OK
libfam0                                  0.1.10-11            OK
libfcgi0                                 2.4.0-2              OK
libffi4                                  4.5.3-3              OK
libfftw3-devel                           3.3-1                OK
libfftw3_3                               3.3-1                OK
libfontconfig-devel                      2.8.0-2              OK
libfontconfig1                           2.8.0-2              OK
libfontenc1                              1.1.0-1              OK
libfpx                                   1.3.1-1              OK
libfpx-devel                             1.3.1-1              OK
libfpx1                                  1.3.1-1              OK
libfreetype-devel                        2.4.9-1              OK
libfreetype6                             2.4.9-1              OK
libgc1                                   7.1-1                OK
libgcc1                                  4.5.3-3              OK
libgcrypt-devel                          1.4.6-1              OK
libgcrypt11                              1.4.6-1              OK
libgd-devel                              2.0.36RC1-12         OK
libgd2                                   2.0.36RC1-12         OK
libgdbm-devel                            1.8.3-20             OK
libgdbm4                                 1.8.3-20             OK
libgdk_pixbuf2.0-devel                   2.24.1-1             OK
libgdk_pixbuf2.0_0                       2.24.1-1             OK
libgettextpo0                            0.18.1.1-2           OK
libgfortran3                             4.5.3-3              OK
libgif-devel                             4.1.6-10             OK
libgif4                                  4.1.6-10             OK
libGL-devel                              7.11.2-1             OK
libGL1                                   7.11.2-1             OK
libglapi0                                7.11.2-1             OK
libglib2.0-devel                         2.30.2-1             OK
libglib2.0_0                             2.30.2-1             OK
libglitz-devel                           0.5.6-10             OK
libglitz1                                0.5.6-10             OK
libGLU-devel                             7.11.2-1             OK
libGLU1                                  7.11.2-1             OK
libglut-devel                            2.6.0-1              OK
libglut3                                 2.6.0-1              OK
libgmp-devel                             4.3.2-1              OK
libgmp3                                  4.3.2-1              OK
libgmpxx4                                4.3.2-1              OK
libgnutls26                              2.12.14-1            OK
libgomp1                                 4.5.3-3              OK
libgpg-error-devel                       1.10-1               OK
libgpg-error0                            1.10-1               OK
libgs-devel                              9.04-1               OK
libgs8                                   8.63-2               OK
libgs9                                   9.04-1               OK
libgsf1-devel                            1.14.22-1            OK
libgsf1_114                              1.14.22-1            OK
libgssapi3                               1.5.2-2              OK
libgtk2.0-devel                          2.24.10-1            OK
libgtk2.0_0                              2.24.10-1            OK
libgtk3-devel                            3.2.3-1              OK
libgtk3_0                                3.2.3-1              OK
libheimbase1                             1.5.2-2              OK
libheimntlm0                             1.5.2-2              OK
libhunspell-devel                        1.3.2-1              OK
libhunspell1.3_0                         1.3.2-1              OK
libhx509_5                               1.5.2-2              OK
libICE-devel                             1.0.7-1              OK
libICE6                                  1.0.7-1              OK
libiconv                                 1.14-2               OK
libiconv2                                1.14-2               OK
libicu-devel                             4.8.1-1              OK
libicu48                                 4.8.1-1              OK
libidn-devel                             1.22-1               OK
libidn11                                 1.22-1               OK
libImageMagick1                          6.4.0.6-2            OK
libintl3                                 0.14.5-1             OK
libintl8                                 0.18.1.1-2           OK
libjasper-devel                          1.900.1-12           OK
libjasper1                               1.900.1-12           OK
libjasper1.701_0                         1.701.0-3            OK
libjbig-devel                            2.0-11               OK
libjbig2                                 2.0-11               OK
libjpeg-devel                            8b-1                 OK
libjpeg62                                6b-21                OK
libjpeg7                                 7-10                 OK
libjpeg8                                 8b-1                 OK
libkpathsea-devel                        20110705-1           OK
libkpathsea6                             20110705-1           OK
libkrb5_26                               1.5.2-2              OK
liblapack-devel                          3.4.0-3              OK
liblapack0                               3.4.0-3              OK
liblcms-devel                            1.19-2               OK
liblcms1                                 1.19-2               OK
liblcms2-devel                           2.2-1                OK
liblcms2_2                               2.2-1                OK
libllvm3.0                               3.0-1                OK
libltdl7                                 2.4-1                OK
liblzma1                                 4.999.9beta-11       OK
liblzma5                                 5.0.2_20110517-1     OK
liblzo2-devel                            2.06-1               OK
liblzo2_2                                2.06-1               OK
libMagick-devel                          6.4.0.6-2            OK
libMagick10                              6.3.0.1-2            OK
libmng1                                  1.0.10-2             OK
libmpc1                                  0.8-1                OK
libmpfr1                                 2.4.1-4              OK
libmpfr4                                 3.0.1-1              OK
libncurses-devel                         5.7-18               OK
libncurses10                             5.7-18               OK
libncurses8                              5.5-10               OK
libncurses9                              5.7-16               OK
libncursesw-devel                        5.7-18               OK
libncursesw10                            5.7-18               OK
libneon27                                0.29.6-2             OK
libnetpbm10                              10.57.03-1           OK
libopenjpeg-devel                        1.5.0-1              OK
libopenjpeg1                             1.5.0-1              OK
libopenjpeg3                             1.4-1                OK
libopenldap2_3_0                         2.3.43-2             OK
libopenssl098                            0.9.8t-1             OK
libopenssl100                            1.0.1-1              OK
libpango1.0-devel                        1.29.4-2             OK
libpango1.0_0                            1.29.4-2             OK
libpaper-devel                           1.1.24-1             OK
libpaper1                                1.1.24-1             OK
libpcre-devel                            8.21-2               OK
libpcre0                                 8.21-2               OK
libpcrecpp0                              8.21-2               OK
libpcreposix0                            8.21-2               OK
libpixman1-devel                         0.22.2-1             OK
libpixman1_0                             0.22.2-1             OK
libpng12                                 1.2.46-1             OK
libpng12-devel                           1.2.46-1             OK
libpng14                                 1.4.8-1              OK
libpng14-devel                           1.4.8-1              OK
libpoppler-devel                         0.18.4-2             OK
libpoppler-qt4-devel                     0.18.4-2             OK
libpoppler-qt4_3                         0.18.4-2             OK
libpoppler19                             0.18.4-2             OK
libpopt0                                 1.6.4-4              OK
libppl                                   0.10.2-1             OK
libpq5                                   8.2.11-1             OK
libproxy0                                0.2.3-2              OK
libproxy1                                0.4.7-1              OK
libptexenc1                              20110705-1           OK
libpthread-stubs                         0.2-1                OK
libQtCore4                               4.7.4-4              OK
libQtCore4-devel                         4.7.4-4              OK
libQtDBus4                               4.7.4-4              OK
libQtDBus4-devel                         4.7.4-4              OK
libQtDesigner4                           4.7.4-4              OK
libQtDesigner4-devel                     4.7.4-4              OK
libQtGui4                                4.7.4-4              OK
libQtGui4-devel                          4.7.4-4              OK
libQtScript4                             4.7.4-4              OK
libQtScript4-devel                       4.7.4-4              OK
libQtScriptTools4                        4.7.4-4              OK
libQtScriptTools4-devel                  4.7.4-4              OK
libQtXml4                                4.7.4-4              OK
libQtXml4-devel                          4.7.4-4              OK
libreadline6                             5.2.14-12            OK
libreadline7                             6.1.2-2              OK
libroken18                               1.5.2-2              OK
librsvg2-devel                           2.34.2-1             OK
librsvg2_2                               2.34.2-1             OK
libsasl2                                 2.1.23-1             OK
libserf0_1                               0.7.1-2              OK
libserf1_0                               1.0.3-1              OK
libsigsegv2                              2.10-1               OK
libSM-devel                              1.2.0-1              OK
libSM6                                   1.2.0-1              OK
libsqlite3_0                             3.7.3-1              OK
libssh2_1                                1.4.0-1              OK
libssp0                                  4.5.3-3              OK
libstdc++6                               4.5.3-3              OK
libstdc++6-devel                         4.5.3-3              OK
libtasn1-devel                           2.12-1               OK
libtasn1_3                               2.12-1               OK
libthai-devel                            0.1.15-1             OK
libthai0                                 0.1.15-1             OK
libtiff-devel                            3.9.4-1              OK
libtiff5                                 3.9.4-1              OK
libtool                                  2.4-1                OK
libusb-win32                             1.2.5.0-1            OK
libustr1                                 1.0.4-11             OK
libuuid-devel                            2.21-1               OK
libuuid1                                 2.21-1               OK
libwind0                                 1.5.2-2              OK
libwmf-devel                             0.2.8.4-10           OK
libwmf027                                0.2.8.4-10           OK
libwrap0                                 7.6-21               OK
libX11-devel                             1.4.4-1              OK
libX11-xcb-devel                         1.4.4-1              OK
libX11-xcb1                              1.4.4-1              OK
libX11_6                                 1.4.4-1              OK
libXau-devel                             1.0.6-1              OK
libXau6                                  1.0.6-1              OK
libXaw-devel                             1.0.9-1              OK
libXaw3d7                                1.5D-10              OK
libXaw7                                  1.0.9-1              OK
libxcb-devel                             1.7-2                OK
libxcb-glx-devel                         1.7-2                OK
libxcb-glx0                              1.7-2                OK
libxcb-render-devel                      1.7-2                OK
libxcb-render-util-devel                 0.3.8-1              OK
libxcb-render-util0                      0.3.8-1              OK
libxcb-render0                           1.7-2                OK
libxcb-shm-devel                         1.7-2                OK
libxcb-shm0                              1.7-2                OK
libxcb1                                  1.7-2                OK
libXcomposite-devel                      0.4.3-1              OK
libXcomposite1                           0.4.3-1              OK
libXcursor-devel                         1.1.12-1             OK
libXcursor1                              1.1.12-1             OK
libXdamage-devel                         1.1.3-1              OK
libXdamage1                              1.1.3-1              OK
libXdmcp-devel                           1.1.0-1              OK
libXdmcp6                                1.1.0-1              OK
libXext-devel                            1.3.0-1              OK
libXext6                                 1.3.0-1              OK
libXfixes-devel                          5.0-1                OK
libXfixes3                               5.0-1                OK
libXft-devel                             2.2.0-1              OK
libXft2                                  2.2.0-1              OK
libXi-devel                              1.4.5-1              OK
libXi6                                   1.4.5-1              OK
libXinerama-devel                        1.1.1-1              OK
libXinerama1                             1.1.1-1              OK
libxkbfile1                              1.0.7-1              OK
libXm2                                   0.95.2-2             OK
libxml2                                  2.7.8-3              OK
libxml2-devel                            2.7.8-3              OK
libXmu-devel                             1.1.0-1              OK
libXmu6                                  1.1.0-1              OK
libXmuu1                                 1.1.0-1              OK
libXpm-devel                             3.5.9-1              OK
libXpm4                                  3.5.9-1              OK
libXrandr-devel                          1.3.2-1              OK
libXrandr2                               1.3.2-1              OK
libXrender-devel                         0.9.6-1              OK
libXrender1                              0.9.6-1              OK
libxslt                                  1.1.26-3             OK
libxslt-devel                            1.1.26-3             OK
libXss1                                  1.2.0-1              OK
libXt-devel                              1.1.1-1              OK
libXt6                                   1.1.1-1              OK
libzzip-devel                            0.13.60-1            OK
libzzip0.13                              0.13.60-1            OK
lndir                                    1.0.2-1              OK
login                                    1.10-10              OK
luit                                     1.1.0-1              OK
m4                                       1.4.16-1             OK
make                                     3.82.90-1            OK
man                                      1.6g-1               OK
mingw-binutils                           2.21-1               OK
mingw-bzip2                              1.0.6-1              OK
mingw-gcc-core                           4.5.2-1              OK
mingw-gcc-g++                            4.5.2-1              OK
mingw-libbz2-devel                       1.0.6-1              OK
mingw-libbz2_2                           1.0.6-1              OK
mingw-libgcrypt-devel                    1.4.6-1              OK
mingw-libgcrypt11                        1.4.6-1              OK
mingw-libgpg-error-devel                 1.10-1               OK
mingw-libgpg-error0                      1.10-1               OK
mingw-liblzma-devel                      5.0.2_20110517-1     OK
mingw-liblzma5                           5.0.2_20110517-1     OK
mingw-pthreads                           20110507-1           OK
mingw-runtime                            3.20-1               OK
mingw-w32api                             3.17-2               OK
mingw-zlib                               1.2.5-6              OK
mingw-zlib-devel                         1.2.5-6              OK
mingw-zlib1                              1.2.5-6              OK
minires                                  1.02-1               OK
mintty                                   1.0.3-1              OK
mkfontdir                                1.0.6-1              OK
mkfontscale                              1.0.9-1              OK
nasm                                     2.08.02-1            OK
ncurses                                  5.7-18               OK
netpbm                                   10.57.03-1           OK
openjpeg                                 1.5.0-1              OK
openssh                                  5.9p1-1              OK
patch                                    2.5.8-9              OK
perl                                     5.14.1-2             OK
perl-Error                               0.17016-1            OK
pkg-config                               0.23b-10             OK
poppler                                  0.18.4-2             OK
poppler-data                             0.4.5-1              OK
python                                   2.6.7-1              OK
python-crypto                            2.5-1                OK
python-imaging                           1.1.7-4              OK
python-paramiko                          1.7.6-2              OK
python-tkinter                           2.6.7-1              OK
randrproto                               1.3.2-1              OK
readline                                 6.1.2-2              OK
rebase                                   4.1.0-1              OK
renderproto                              0.11.1-1             OK
rsync                                    3.0.9-1              OK
ruby                                     1.8.7-p358-2         OK
run                                      1.1.13-1             OK
run2                                     0.4.0-1              OK
sed                                      4.2.1-1              OK
sgml-common                              0.6.3-3              OK
shared-mime-info                         1.0-1                OK
subversion                               1.7.4-1              OK
syslog-ng                                3.2.1-1              OK
t1lib-devel                              5.1.2-11             OK
t1lib5                                   5.1.2-11             OK
tar                                      1.25-1               OK
tcl                                      8.5.11-1             OK
tcl-tix                                  8.4.3-2              OK
tcl-tk                                   8.5.11-1             OK
Empty package tcltk
tcltk                                    20120206-1           OK
terminfo                                 5.7_20091114-14      OK
terminfo0                                5.5_20061104-12      OK
texinfo                                  4.13-4               OK
texlive                                  20110705-1           OK
texlive-collection-basic                 20120312-1           OK
texlive-collection-bibtexextra           20120312-1           OK
texlive-collection-binextra              20120312-1           OK
texlive-collection-documentation-base    20120312-1           OK
texlive-collection-documentation-english 20120312-1           OK
texlive-collection-fontsextra            20120312-1           OK
texlive-collection-fontsrecommended      20120312-1           OK
texlive-collection-fontutils             20120202-1           OK
texlive-collection-formatsextra          20120202-1           OK
texlive-collection-games                 20120202-1           OK
texlive-collection-genericextra          20120202-1           OK
texlive-collection-genericrecommended    20120312-1           OK
texlive-collection-htmlxml               20120202-1           OK
texlive-collection-humanities            20120312-1           OK
texlive-collection-latex                 20120312-1           OK
texlive-collection-latexextra            20120312-1           OK
texlive-collection-latexrecommended      20120312-1           OK
texlive-collection-mathextra             20120312-1           OK
texlive-collection-metapost              20120312-1           OK
texlive-collection-pictures              20120312-1           OK
texlive-collection-texinfo               20120312-1           OK
texlive-collection-xetex                 20120312-1           OK
Missing directory: /usr/share/doc/texworks/ from package texworks
Missing file: /usr/share/doc/texworks/Acknowledgements.html from package texworks
Missing file: /usr/share/doc/texworks/AdvanceduseScripting.html from package texworks
Missing file: /usr/share/doc/texworks/Beyondthismanual.html from package texworks
Missing file: /usr/share/doc/texworks/bibname.html from package texworks
Missing file: /usr/share/doc/texworks/CompilingTw.html from package texworks
Missing file: /usr/share/doc/texworks/contentsname.html from package texworks
Missing file: /usr/share/doc/texworks/COPYING from package texworks
Missing file: /usr/share/doc/texworks/CustomizingTw.html from package texworks
Missing file: /usr/share/doc/texworks/Firststeps.html from package texworks
Missing file: /usr/share/doc/texworks/GoingfurtherEditingtools.html from package texworks
Missing file: /usr/share/doc/texworks/GoingfurtherOthertools.html from package texworks
Missing directory: /usr/share/doc/texworks/images/ from package texworks
Missing file: /usr/share/doc/texworks/images/cmsy10-c-41.png from package texworks
Missing file: /usr/share/doc/texworks/images/cmsy10-c-4d.png from package texworks
Missing file: /usr/share/doc/texworks/images/cmsy10-c-53.png from package texworks
Missing file: /usr/share/doc/texworks/images/consoleOutput.png from package texworks
Missing file: /usr/share/doc/texworks/images/errorParsingScript.png from package texworks
Missing file: /usr/share/doc/texworks/images/example.png from package texworks
Missing file: /usr/share/doc/texworks/images/iconAbortTypesetting.png from package texworks
Missing file: /usr/share/doc/texworks/images/iconTypeset.png from package texworks
Missing file: /usr/share/doc/texworks/images/index0x.png from package texworks
Missing file: /usr/share/doc/texworks/images/index1x.png from package texworks
Missing file: /usr/share/doc/texworks/images/index2x.png from package texworks
Missing file: /usr/share/doc/texworks/images/index3x.png from package texworks
Missing file: /usr/share/doc/texworks/images/index4x.png from package texworks
Missing file: /usr/share/doc/texworks/images/index5x.png from package texworks
Missing file: /usr/share/doc/texworks/images/index6x.png from package texworks
Missing file: /usr/share/doc/texworks/images/index7x.png from package texworks
Missing file: /usr/share/doc/texworks/images/index8x.png from package texworks
Missing file: /usr/share/doc/texworks/images/interface-summary.png from package texworks
Missing file: /usr/share/doc/texworks/images/Linux.png from package texworks
Missing file: /usr/share/doc/texworks/images/LMB.png from package texworks
Missing file: /usr/share/doc/texworks/images/Mac.png from package texworks
Missing file: /usr/share/doc/texworks/images/MacCmdKey.png from package texworks
Missing file: /usr/share/doc/texworks/images/MacOptKey.png from package texworks
Missing file: /usr/share/doc/texworks/images/replaceDialog.png from package texworks
Missing file: /usr/share/doc/texworks/images/RMB.png from package texworks
Missing file: /usr/share/doc/texworks/images/screenshotHardWrapDlg.png from package texworks
Missing file: /usr/share/doc/texworks/images/TeXworks.png from package texworks
Missing file: /usr/share/doc/texworks/images/toolbar1.png from package texworks
Missing file: /usr/share/doc/texworks/images/toolbar2.png from package texworks
Missing file: /usr/share/doc/texworks/images/Windows.png from package texworks
Missing file: /usr/share/doc/texworks/index.css from package texworks
Missing file: /usr/share/doc/texworks/index.html from package texworks
Missing file: /usr/share/doc/texworks/index10.html from package texworks
Missing file: /usr/share/doc/texworks/index12.html from package texworks
Missing file: /usr/share/doc/texworks/index13.html from package texworks
Missing file: /usr/share/doc/texworks/index14.html from package texworks
Missing file: /usr/share/doc/texworks/index15.html from package texworks
Missing file: /usr/share/doc/texworks/index16.html from package texworks
Missing file: /usr/share/doc/texworks/index17.html from package texworks
Missing file: /usr/share/doc/texworks/index18.html from package texworks
Missing file: /usr/share/doc/texworks/index19.html from package texworks
Missing file: /usr/share/doc/texworks/index2.html from package texworks
Missing file: /usr/share/doc/texworks/index20.html from package texworks
Missing file: /usr/share/doc/texworks/index21.html from package texworks
Missing file: /usr/share/doc/texworks/index23.html from package texworks
Missing file: /usr/share/doc/texworks/index24.html from package texworks
Missing file: /usr/share/doc/texworks/index25.html from package texworks
Missing file: /usr/share/doc/texworks/index26.html from package texworks
Missing file: /usr/share/doc/texworks/index27.html from package texworks
Missing file: /usr/share/doc/texworks/index28.html from package texworks
Missing file: /usr/share/doc/texworks/index29.html from package texworks
Missing file: /usr/share/doc/texworks/index30.html from package texworks
Missing file: /usr/share/doc/texworks/index32.html from package texworks
Missing file: /usr/share/doc/texworks/index33.html from package texworks
Missing file: /usr/share/doc/texworks/index34.html from package texworks
Missing file: /usr/share/doc/texworks/index36.html from package texworks
Missing file: /usr/share/doc/texworks/index37.html from package texworks
Missing file: /usr/share/doc/texworks/index40.html from package texworks
Missing file: /usr/share/doc/texworks/index41.html from package texworks
Missing file: /usr/share/doc/texworks/index42.html from package texworks
Missing file: /usr/share/doc/texworks/index44.html from package texworks
Missing file: /usr/share/doc/texworks/index45.html from package texworks
Missing file: /usr/share/doc/texworks/index46.html from package texworks
Missing file: /usr/share/doc/texworks/index47.html from package texworks
Missing file: /usr/share/doc/texworks/index48.html from package texworks
Missing file: /usr/share/doc/texworks/index49.html from package texworks
Missing file: /usr/share/doc/texworks/index5.html from package texworks
Missing file: /usr/share/doc/texworks/index6.html from package texworks
Missing file: /usr/share/doc/texworks/index8.html from package texworks
Missing file: /usr/share/doc/texworks/index9.html from package texworks
Missing file: /usr/share/doc/texworks/indexname.html from package texworks
Missing file: /usr/share/doc/texworks/Installation.html from package texworks
Missing file: /usr/share/doc/texworks/Introduction.html from package texworks
Missing file: /usr/share/doc/texworks/manual.css from package texworks
Missing file: /usr/share/doc/texworks/NEWS from package texworks
Missing file: /usr/share/doc/texworks/README from package texworks
Missing file: /usr/share/doc/texworks/Regularexpressions.html from package texworks
Missing file: /usr/share/doc/texworks/TeXworks-manual.pdf from package texworks
Missing file: /usr/share/doc/texworks/tw-help-title.txt from package texworks
texworks                                 0.4.3-1              Incomplete
time                                     1.7-2                OK
transfig                                 3.2.5d-1             OK
tzcode                                   2012b-1              OK
unison2.32                               2.32.52-3            OK
unison2.40                               2.40.63-1            OK
unzip                                    6.0-10               OK
util-linux                               2.21-1               OK
vim                                      7.3.447-1            OK
vim-common                               7.3.447-1            OK
w32api                                   3.17-2               OK
w3m                                      0.5.2-2              OK
wget                                     1.13.4-1             OK
which                                    2.20-2               OK
xauth                                    1.0.6-1              OK
xbitmaps                                 1.1.1-1              OK
xcursor-themes                           1.0.3-1              OK
xemacs-emacs-common                      21.4.22-1            OK
xextproto                                7.2.0-1              OK
xfig                                     3.2.5b-2             OK
xfig-lib                                 3.2.5b-2             OK
xineramaproto                            1.2.1-1              OK
xinit                                    1.3.2-1              OK
xkbcomp                                  1.2.3-1              OK
xkeyboard-config                         2.5.1-1              OK
xmlto                                    0.0.25-1             OK
xmodmap                                  1.0.5-1              OK
xorg-server                              1.12.0-1             OK
xpdf                                     3.03-1               OK
xproto                                   7.0.22-1             OK
xrdb                                     1.0.9-1              OK
xterm                                    278-1                OK
xxd                                      7.3.447-1            OK
xz                                       5.0.2_20110517-1     OK
zlib                                     1.2.5-1              OK
zlib-devel                               1.2.5-1              OK
zlib0                                    1.2.5-1              OK
zziplib                                  0.13.60-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] 33+ messages in thread

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 19:13                         ` Ken Brown
@ 2012-03-27 20:47                           ` Corinna Vinschen
  2012-03-27 21:52                             ` Ken Brown
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2012-03-27 20:47 UTC (permalink / raw)
  To: cygwin

On Mar 27 15:12, Ken Brown wrote:
> On 3/27/2012 2:48 PM, Corinna Vinschen wrote:
> >On Mar 27 14:32, Ken Brown wrote:
> >>The following DLLs couldn't be rebased because they were in use:
> >>   /usr/lib/gio/modules/cygdconfsettings.dll
> >>   [...]
> >>   /usr/bin/cygICE-6.dll
> >>2012/03/27 13:48:07 abnormal exit: exit code=-1073741819
> >
> >Hmm.  The batch file is very simple:
> >
> >   @echo off
> >   rem Postinstall scripts are always started from the Cygwin root dir
> >   rem so we can just call dash from here
> >   path .\bin;%path%
> >   dash -c "/bin/rebaseall -p"
> >
> >That's all.  -1073741819 is the decimal notation of the status code
> >0xC0000005, STATUS_ACCESS_VIOLATION.  Where on earth is that coming
> >from?  Do you have a dash.exe.stackdump file in / by any chance?
> 
> No.  And I just tried running those commands by hand in a cmd shell,
> with no error messages.

I think I fixed that.  For some reason, if I omit the -c option to dash,
the weird STATUS_ACCESS_VIOLATION doesn't occur.  I uploaeded a new
_autorebase package with that change.


Thanks,
Corinna

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

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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 20:47                           ` Corinna Vinschen
@ 2012-03-27 21:52                             ` Ken Brown
  0 siblings, 0 replies; 33+ messages in thread
From: Ken Brown @ 2012-03-27 21:52 UTC (permalink / raw)
  To: cygwin

On 3/27/2012 4:46 PM, Corinna Vinschen wrote:
> On Mar 27 15:12, Ken Brown wrote:
>> On 3/27/2012 2:48 PM, Corinna Vinschen wrote:
>>> On Mar 27 14:32, Ken Brown wrote:
>>>> The following DLLs couldn't be rebased because they were in use:
>>>>    /usr/lib/gio/modules/cygdconfsettings.dll
>>>>    [...]
>>>>    /usr/bin/cygICE-6.dll
>>>> 2012/03/27 13:48:07 abnormal exit: exit code=-1073741819
>>>
>>> Hmm.  The batch file is very simple:
>>>
>>>    @echo off
>>>    rem Postinstall scripts are always started from the Cygwin root dir
>>>    rem so we can just call dash from here
>>>    path .\bin;%path%
>>>    dash -c "/bin/rebaseall -p"
>>>
>>> That's all.  -1073741819 is the decimal notation of the status code
>>> 0xC0000005, STATUS_ACCESS_VIOLATION.  Where on earth is that coming
>>> from?  Do you have a dash.exe.stackdump file in / by any chance?
>>
>> No.  And I just tried running those commands by hand in a cmd shell,
>> with no error messages.
>
> I think I fixed that.  For some reason, if I omit the -c option to dash,
> the weird STATUS_ACCESS_VIOLATION doesn't occur.  I uploaeded a new
> _autorebase package with that change.

Yep, that fixed it.

Ken


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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27  8:37   ` Corinna Vinschen
  2012-03-27 11:41     ` Michael Lutz
  2012-03-27 15:19     ` Ryan Johnson
@ 2012-03-27 23:28     ` JonY
  2012-03-28  7:34       ` Corinna Vinschen
  2012-04-26  8:50     ` KJ
  3 siblings, 1 reply; 33+ messages in thread
From: JonY @ 2012-03-27 23:28 UTC (permalink / raw)
  To: cygwin

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

On 3/27/2012 16:36, Corinna Vinschen wrote:
> On Mar 26 22:59, Ryan Johnson wrote:
>> On 26/03/2012 9:40 PM, Jason Tishler wrote:
>>> New News:
>>> === ====
>>> I have updated the version of rebase to 4.1.0-1.  The tarballs should be
>>> available on a Cygwin mirror near you shortly.
>>>
>>> The following are the changes since the previous release:
>>>
>>>     * Add rebase/rebaseall touch file (i.e., -t option) support.
>>>
>>>     * Add rebaseall setup (i.e., -p option) support.
>>>
>>>     * Add .oct to the default rebaseall suffix list.
>> I've been meaning to ask... but maybe the above-mentioned -p flag
>> obsoletes it now: What's the most efficient way to rebase after
>> running setup? We've had the rebase db for a while now, so running
>> rebaseall seems like overkill. Only the newly downloaded dlls need
> 
> Now that the new rebase is out, I'm going to create an _autorebase
> package which will automatically call rebaseall at the end of a
> successful run of setup, if that run also updated existing DLLs or
> came with new DLLs.

If I don't want it to run? I've never had any need to rebase DLLs on my
Win7 64bit machine.


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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27 23:28     ` JonY
@ 2012-03-28  7:34       ` Corinna Vinschen
  2012-03-28 10:39         ` JonY
  0 siblings, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2012-03-28  7:34 UTC (permalink / raw)
  To: cygwin

On Mar 28 07:27, JonY wrote:
> On 3/27/2012 16:36, Corinna Vinschen wrote:
> > On Mar 26 22:59, Ryan Johnson wrote:
> >> On 26/03/2012 9:40 PM, Jason Tishler wrote:
> >>> New News:
> >>> === ====
> >>> I have updated the version of rebase to 4.1.0-1.  The tarballs should be
> >>> available on a Cygwin mirror near you shortly.
> >>>
> >>> The following are the changes since the previous release:
> >>>
> >>>     * Add rebase/rebaseall touch file (i.e., -t option) support.
> >>>
> >>>     * Add rebaseall setup (i.e., -p option) support.
> >>>
> >>>     * Add .oct to the default rebaseall suffix list.
> >> I've been meaning to ask... but maybe the above-mentioned -p flag
> >> obsoletes it now: What's the most efficient way to rebase after
> >> running setup? We've had the rebase db for a while now, so running
> >> rebaseall seems like overkill. Only the newly downloaded dlls need
> > 
> > Now that the new rebase is out, I'm going to create an _autorebase
> > package which will automatically call rebaseall at the end of a
> > successful run of setup, if that run also updated existing DLLs or
> > came with new DLLs.
> 
> If I don't want it to run? I've never had any need to rebase DLLs on my
> Win7 64bit machine.

It doesn't hurt either.


Corinna

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

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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-28  7:34       ` Corinna Vinschen
@ 2012-03-28 10:39         ` JonY
  2012-03-28 12:10           ` Corinna Vinschen
  2012-03-28 19:43           ` Christopher Faylor
  0 siblings, 2 replies; 33+ messages in thread
From: JonY @ 2012-03-28 10:39 UTC (permalink / raw)
  To: cygwin

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

On 3/28/2012 15:33, Corinna Vinschen wrote:
> On Mar 28 07:27, JonY wrote:
>> On 3/27/2012 16:36, Corinna Vinschen wrote:
>>> On Mar 26 22:59, Ryan Johnson wrote:
>>>> On 26/03/2012 9:40 PM, Jason Tishler wrote:
>>>>> New News:
>>>>> === ====
>>>>> I have updated the version of rebase to 4.1.0-1.  The tarballs should be
>>>>> available on a Cygwin mirror near you shortly.
>>>>>
>>>>> The following are the changes since the previous release:
>>>>>
>>>>>     * Add rebase/rebaseall touch file (i.e., -t option) support.
>>>>>
>>>>>     * Add rebaseall setup (i.e., -p option) support.
>>>>>
>>>>>     * Add .oct to the default rebaseall suffix list.
>>>> I've been meaning to ask... but maybe the above-mentioned -p flag
>>>> obsoletes it now: What's the most efficient way to rebase after
>>>> running setup? We've had the rebase db for a while now, so running
>>>> rebaseall seems like overkill. Only the newly downloaded dlls need
>>>
>>> Now that the new rebase is out, I'm going to create an _autorebase
>>> package which will automatically call rebaseall at the end of a
>>> successful run of setup, if that run also updated existing DLLs or
>>> came with new DLLs.
>>
>> If I don't want it to run? I've never had any need to rebase DLLs on my
>> Win7 64bit machine.
> 
> It doesn't hurt either.
> 
> 

I hope it doesn't leave the system in an unusable state if some DLL is
still in use.

I often have Cygwin processes running when I run setup to add new
packages, If any DLLs are in use, upgrade is postponed.



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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-28 10:39         ` JonY
@ 2012-03-28 12:10           ` Corinna Vinschen
  2012-03-28 12:21             ` JonY
  2012-03-28 19:43           ` Christopher Faylor
  1 sibling, 1 reply; 33+ messages in thread
From: Corinna Vinschen @ 2012-03-28 12:10 UTC (permalink / raw)
  To: cygwin

On Mar 28 18:39, JonY wrote:
> On 3/28/2012 15:33, Corinna Vinschen wrote:
> > On Mar 28 07:27, JonY wrote:
> >> On 3/27/2012 16:36, Corinna Vinschen wrote:
> >>> On Mar 26 22:59, Ryan Johnson wrote:
> >>>> On 26/03/2012 9:40 PM, Jason Tishler wrote:
> >>>>> New News:
> >>>>> === ====
> >>>>> I have updated the version of rebase to 4.1.0-1.  The tarballs should be
> >>>>> available on a Cygwin mirror near you shortly.
> >>>>>
> >>>>> The following are the changes since the previous release:
> >>>>>
> >>>>>     * Add rebase/rebaseall touch file (i.e., -t option) support.
> >>>>>
> >>>>>     * Add rebaseall setup (i.e., -p option) support.
> >>>>>
> >>>>>     * Add .oct to the default rebaseall suffix list.
> >>>> I've been meaning to ask... but maybe the above-mentioned -p flag
> >>>> obsoletes it now: What's the most efficient way to rebase after
> >>>> running setup? We've had the rebase db for a while now, so running
> >>>> rebaseall seems like overkill. Only the newly downloaded dlls need
> >>>
> >>> Now that the new rebase is out, I'm going to create an _autorebase
> >>> package which will automatically call rebaseall at the end of a
> >>> successful run of setup, if that run also updated existing DLLs or
> >>> came with new DLLs.
> >>
> >> If I don't want it to run? I've never had any need to rebase DLLs on my
> >> Win7 64bit machine.
> > 
> > It doesn't hurt either.
> > 
> > 
> 
> I hope it doesn't leave the system in an unusable state if some DLL is
> still in use.
> 
> I often have Cygwin processes running when I run setup to add new
> packages, If any DLLs are in use, upgrade is postponed.

The whole idea of the new rebase 4.1.0 was to allow to rebase all
not-in-use DLLs and gracefully handle in-use DLLs by storing their
location in the DB as well and arranging the not-in-use DLLs carefully
around them.

Go ahead, try it.  If it doesn't work, complain here again.  I wrote
the aforementioned code; it's entirely my fault if something's broken.


Corinna

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

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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-28 12:10           ` Corinna Vinschen
@ 2012-03-28 12:21             ` JonY
  0 siblings, 0 replies; 33+ messages in thread
From: JonY @ 2012-03-28 12:21 UTC (permalink / raw)
  To: cygwin

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

On 3/28/2012 20:09, Corinna Vinschen wrote:
> On Mar 28 18:39, JonY wrote:
>> On 3/28/2012 15:33, Corinna Vinschen wrote:
>>> On Mar 28 07:27, JonY wrote:
>>>> On 3/27/2012 16:36, Corinna Vinschen wrote:
>>>>> On Mar 26 22:59, Ryan Johnson wrote:
>>>>>> On 26/03/2012 9:40 PM, Jason Tishler wrote:
>>>>>>> New News:
>>>>>>> === ====
>>>>>>> I have updated the version of rebase to 4.1.0-1.  The tarballs should be
>>>>>>> available on a Cygwin mirror near you shortly.
>>>>>>>
>>>>>>> The following are the changes since the previous release:
>>>>>>>
>>>>>>>     * Add rebase/rebaseall touch file (i.e., -t option) support.
>>>>>>>
>>>>>>>     * Add rebaseall setup (i.e., -p option) support.
>>>>>>>
>>>>>>>     * Add .oct to the default rebaseall suffix list.
>>>>>> I've been meaning to ask... but maybe the above-mentioned -p flag
>>>>>> obsoletes it now: What's the most efficient way to rebase after
>>>>>> running setup? We've had the rebase db for a while now, so running
>>>>>> rebaseall seems like overkill. Only the newly downloaded dlls need
>>>>>
>>>>> Now that the new rebase is out, I'm going to create an _autorebase
>>>>> package which will automatically call rebaseall at the end of a
>>>>> successful run of setup, if that run also updated existing DLLs or
>>>>> came with new DLLs.
>>>>
>>>> If I don't want it to run? I've never had any need to rebase DLLs on my
>>>> Win7 64bit machine.
>>>
>>> It doesn't hurt either.
>>>
>>>
>>
>> I hope it doesn't leave the system in an unusable state if some DLL is
>> still in use.
>>
>> I often have Cygwin processes running when I run setup to add new
>> packages, If any DLLs are in use, upgrade is postponed.
> 
> The whole idea of the new rebase 4.1.0 was to allow to rebase all
> not-in-use DLLs and gracefully handle in-use DLLs by storing their
> location in the DB as well and arranging the not-in-use DLLs carefully
> around them.
> 
> Go ahead, try it.  If it doesn't work, complain here again.  I wrote
> the aforementioned code; it's entirely my fault if something's broken.
> 
> 
> Corinna
> 

Alright, will do so the next upgrade cycle.



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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-28 10:39         ` JonY
  2012-03-28 12:10           ` Corinna Vinschen
@ 2012-03-28 19:43           ` Christopher Faylor
  2012-03-28 20:22             ` Brian Wilson
  1 sibling, 1 reply; 33+ messages in thread
From: Christopher Faylor @ 2012-03-28 19:43 UTC (permalink / raw)
  To: cygwin

On Wed, Mar 28, 2012 at 06:39:22PM +0800, JonY wrote:
>I hope it doesn't leave the system in an unusable state if some DLL is
>still in use.

I may be wrong but I'm nearly certain that has been Corinna's goal from
the start.  She is sometimes just a little too M.  A lot of her
seemingly tireless efforts in getting Cygwin working are actually very
subtle attempts to leave systems inoperational.

cgf

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-28 19:43           ` Christopher Faylor
@ 2012-03-28 20:22             ` Brian Wilson
  2012-03-28 22:43               ` JonY
  0 siblings, 1 reply; 33+ messages in thread
From: Brian Wilson @ 2012-03-28 20:22 UTC (permalink / raw)
  To: cygwin

> >I hope it doesn't leave the system in an unusable state if some DLL is
> >still in use.
> 
> I may be wrong but I'm nearly certain that has been Corinna's goal from
> the start.  She is sometimes just a little too M.  A lot of her
> seemingly tireless efforts in getting Cygwin working are actually 
> very subtle attempts to leave systems inoperational.
> 

LOL

Yes, I'm sure she's diabolical that way (I guess M stands for methodical or 
meticulous).  It must be the long nights spent slaving over Cygwin code has 
warped her thinking into providing helpful things like the automatic rebaseall 
feature (thank you Corina, your work has not been unappreciated) which has 
long been needed.

:) :) :)

Sincerely,

Brian S. Wilson
============================================================================



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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-28 20:22             ` Brian Wilson
@ 2012-03-28 22:43               ` JonY
  2012-03-29  3:01                 ` Ryan Johnson
  0 siblings, 1 reply; 33+ messages in thread
From: JonY @ 2012-03-28 22:43 UTC (permalink / raw)
  To: cygwin

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

On 3/29/2012 04:21, Brian Wilson wrote:
>>> I hope it doesn't leave the system in an unusable state if some DLL is
>>> still in use.
>>
>> I may be wrong but I'm nearly certain that has been Corinna's goal from
>> the start.  She is sometimes just a little too M.  A lot of her
>> seemingly tireless efforts in getting Cygwin working are actually 
>> very subtle attempts to leave systems inoperational.
>>
> 
> LOL
> 
> Yes, I'm sure she's diabolical that way (I guess M stands for methodical or 
> meticulous).  It must be the long nights spent slaving over Cygwin code has 
> warped her thinking into providing helpful things like the automatic rebaseall 
> feature (thank you Corina, your work has not been unappreciated) which has 
> long been needed.
> 
> :) :) :)
> 

I don't know, I'd still feel better if there was an option to make it
not automatic, like providing a new checkbox at the end of setup "Rebase
DLLs after setup completes". It should probably be ticked by default for
most users.


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

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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-28 22:43               ` JonY
@ 2012-03-29  3:01                 ` Ryan Johnson
  2012-03-29  5:52                   ` Christopher Faylor
  0 siblings, 1 reply; 33+ messages in thread
From: Ryan Johnson @ 2012-03-29  3:01 UTC (permalink / raw)
  To: cygwin

On 28/03/2012 6:43 PM, JonY wrote:
> On 3/29/2012 04:21, Brian Wilson wrote:
>>>> I hope it doesn't leave the system in an unusable state if some DLL is
>>>> still in use.
>>> I may be wrong but I'm nearly certain that has been Corinna's goal from
>>> the start.  She is sometimes just a little too M.  A lot of her
>>> seemingly tireless efforts in getting Cygwin working are actually
>>> very subtle attempts to leave systems inoperational.
Nah, that's Microsoft's job.

>>>
>> LOL
>>
>> Yes, I'm sure she's diabolical that way (I guess M stands for methodical or
>> meticulous).  It must be the long nights spent slaving over Cygwin code has
>> warped her thinking into providing helpful things like the automatic rebaseall
>> feature (thank you Corina, your work has not been unappreciated) which has
>> long been needed.
>>
>> :) :) :)
>>
> I don't know, I'd still feel better if there was an option to make it
> not automatic, like providing a new checkbox at the end of setup "Rebase
> DLLs after setup completes". It should probably be ticked by default for
> most users.

Murphy's Law says your first fork failure ever comes within minutes of 
disabling automatic rebase after a setup run ;)

I've had rebase errors show up after setup installed only new packages, 
even when the process calling fork() seemed to have nothing whatsoever 
to do with those packages.

Ryan


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

* Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-29  3:01                 ` Ryan Johnson
@ 2012-03-29  5:52                   ` Christopher Faylor
  0 siblings, 0 replies; 33+ messages in thread
From: Christopher Faylor @ 2012-03-29  5:52 UTC (permalink / raw)
  To: cygwin

On Wed, Mar 28, 2012 at 11:00:48PM -0400, Ryan Johnson wrote:
>On 28/03/2012 6:43 PM, JonY wrote:
>> On 3/29/2012 04:21, Brian Wilson wrote:
>>>>> I hope it doesn't leave the system in an unusable state if some DLL is
>>>>> still in use.
>>>> I may be wrong but I'm nearly certain that has been Corinna's goal from
>>>> the start.  She is sometimes just a little too M.  A lot of her
>>>> seemingly tireless efforts in getting Cygwin working are actually
>>>> very subtle attempts to leave systems inoperational.
>
>Nah, that's Microsoft's job.

You must not know Cygwin's motto then.

>>> LOL
>>>
>>> Yes, I'm sure she's diabolical that way (I guess M stands for methodical or
>>> meticulous).  It must be the long nights spent slaving over Cygwin code has
>>> warped her thinking into providing helpful things like the automatic rebaseall
>>> feature (thank you Corina, your work has not been unappreciated) which has
>>> long been needed.
>>>
>>> :) :) :)
>>>
>> I don't know, I'd still feel better if there was an option to make it
>> not automatic, like providing a new checkbox at the end of setup "Rebase
>> DLLs after setup completes". It should probably be ticked by default for
>> most users.
>
>Murphy's Law says your first fork failure ever comes within minutes of 
>disabling automatic rebase after a setup run ;)
>
>I've had rebase errors show up after setup installed only new packages, 
>even when the process calling fork() seemed to have nothing whatsoever 
>to do with those packages.

Right.

You all know that Corinna will fix problems as soon as they surface.

Can we PLEASE give this new feature some time to work out before suggesting
knobs and whistles to add to it?  Clamoring for change because you have a
vague feeling that you may need it is really not productive.

cgf

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

* Re: Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-03-27  8:37   ` Corinna Vinschen
                       ` (2 preceding siblings ...)
  2012-03-27 23:28     ` JonY
@ 2012-04-26  8:50     ` KJ
  2012-04-26 19:47       ` Corinna Vinschen
  3 siblings, 1 reply; 33+ messages in thread
From: KJ @ 2012-04-26  8:50 UTC (permalink / raw)
  To: cygwin; +Cc: Corinna Vinschen

Am 27.03.2012 10:36, schrieb Corinna Vinschen:
> On Mar 26 22:59, Ryan Johnson wrote:
>> On 26/03/2012 9:40 PM, Jason Tishler wrote:
>>> New News:
>>> === ====
>>> I have updated the version of rebase to 4.1.0-1.  The tarballs should be
>>> available on a Cygwin mirror near you shortly.
>>>
>>> The following are the changes since the previous release:
>>>
>>>     * Add rebase/rebaseall touch file (i.e., -t option) support.
>>>
>>>     * Add rebaseall setup (i.e., -p option) support.
>>>
>>>     * Add .oct to the default rebaseall suffix list.
>> I've been meaning to ask... but maybe the above-mentioned -p flag
>> obsoletes it now: What's the most efficient way to rebase after
>> running setup? We've had the rebase db for a while now, so running
>> rebaseall seems like overkill. Only the newly downloaded dlls need
> 
> Now that the new rebase is out, I'm going to create an _autorebase
> package which will automatically call rebaseall at the end of a
> successful run of setup, if that run also updated existing DLLs or
> came with new DLLs.
> 
> In some cases this might take two minutes or so at the end of a setup
> run, but at least we should see less rebase problems in future.
> 
> The most efficient way would be to change rebaseall so that only
> DLLs are given to rebase which are updated or new.  But rebaseall
> would still have to search the files in /etc/setup.  And rebase
> still opens every DLL in the DB and from the command line to see
> if the DB and reality are still in sync, and to decide which DLLs
> have to be rebased and which are not.  So I'm not sure you can
> make it much faster, unless you make the algorithm in rebase itself
> faster.  You're welcome to send patches to the cygwin-apps list.
> I'm pretty sure there is room for improvement.
> 
> Needless to say that the ultimately most efficient way would be
> to find a method to avoid rebase problems after fork at all.  The
> last attempt at it looked promising at first, but then again...
> http://social.msdn.microsoft.com/Forums/en-US/windowsgeneraldevelopmentissues/thread/afdf1b68-1f3e-47f5-94cf-51e397afe073
> 
> 
> Corinna
> 

Thanks for your great work on the CygWin distribution.

I've installed CygWin in the root directory "C:\Program Files
(x86)\CygWin" (I know that it's not recommended to use spaces in the
directory names), but my installation worked so far.

I'd like to suggest a minor change when calling the _autorebase package.
As far as I could see setup.exe calls
'cmd.exe /c C:\Program Files
(x86)\CygWin\etc\postinstall\autorebase.bat'. This command fails because
of the spaces in the directory name. It would be great if the command
following the /c switch could be enclosed into double quotes and the
command would succeed.

Thanks in advance.
KJ

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

* Re: Re: [ANNOUNCEMENT] Updated: rebase-4.1.0-1
  2012-04-26  8:50     ` KJ
@ 2012-04-26 19:47       ` Corinna Vinschen
  0 siblings, 0 replies; 33+ messages in thread
From: Corinna Vinschen @ 2012-04-26 19:47 UTC (permalink / raw)
  To: cygwin

On Apr 26 10:49, KJ wrote:
> I've installed CygWin in the root directory "C:\Program Files
> (x86)\CygWin" (I know that it's not recommended to use spaces in the
> directory names), but my installation worked so far.
> 
> I'd like to suggest a minor change when calling the _autorebase package.
> As far as I could see setup.exe calls
> 'cmd.exe /c C:\Program Files
> (x86)\CygWin\etc\postinstall\autorebase.bat'. This command fails because
> of the spaces in the directory name. It would be great if the command
> following the /c switch could be enclosed into double quotes and the
> command would succeed.

Thanks for the hint.  This is generic behaviour in setup.exe.  I changed
setup to add quotes around the filename in all script calls in
postinstall or preremove.  This will be in the next setup.exe version.


Corinna

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

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

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

end of thread, other threads:[~2012-04-26 19:47 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-27  1:44 [ANNOUNCEMENT] Updated: rebase-4.1.0-1 Jason Tishler
2012-03-27  2:59 ` Ryan Johnson
2012-03-27  8:37   ` Corinna Vinschen
2012-03-27 11:41     ` Michael Lutz
2012-03-27 14:07       ` Ryan Johnson
2012-03-27 15:19     ` Ryan Johnson
2012-03-27 15:29       ` Corinna Vinschen
2012-03-27 15:58         ` Ryan Johnson
2012-03-27 16:10         ` Karl M
2012-03-27 16:15           ` Corinna Vinschen
2012-03-27 16:35             ` Karl M
2012-03-27 17:13               ` Christopher Faylor
2012-03-27 17:17               ` Corinna Vinschen
2012-03-27 18:02                 ` Ken Brown
2012-03-27 18:21                   ` Corinna Vinschen
2012-03-27 18:32                     ` Ken Brown
2012-03-27 18:49                       ` Corinna Vinschen
2012-03-27 19:13                         ` Ken Brown
2012-03-27 20:47                           ` Corinna Vinschen
2012-03-27 21:52                             ` Ken Brown
2012-03-27 19:11                 ` Karl M
2012-03-27 23:28     ` JonY
2012-03-28  7:34       ` Corinna Vinschen
2012-03-28 10:39         ` JonY
2012-03-28 12:10           ` Corinna Vinschen
2012-03-28 12:21             ` JonY
2012-03-28 19:43           ` Christopher Faylor
2012-03-28 20:22             ` Brian Wilson
2012-03-28 22:43               ` JonY
2012-03-29  3:01                 ` Ryan Johnson
2012-03-29  5:52                   ` Christopher Faylor
2012-04-26  8:50     ` KJ
2012-04-26 19:47       ` Corinna Vinschen

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