public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address
@ 2013-12-04 11:01 bartels
  2013-12-04 11:54 ` bartels
  0 siblings, 1 reply; 11+ messages in thread
From: bartels @ 2013-12-04 11:01 UTC (permalink / raw)
  To: cygwin

Hello People,

Cygwin seems to have become very stable recently, which is a Good Thing for me.
And then I saw this one:

0 [main] perl 10672 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x320000) != child(0x3A0000)

What could be causing it?

- - Bartels

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

* Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address
  2013-12-04 11:01 C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address bartels
@ 2013-12-04 11:54 ` bartels
  2013-12-04 12:23   ` marco atzeri
  0 siblings, 1 reply; 11+ messages in thread
From: bartels @ 2013-12-04 11:54 UTC (permalink / raw)
  To: cygwin

On 12/04/2013 12:00 PM, bartels wrote:
> Hello People,
>
> Cygwin seems to have become very stable recently, which is a Good Thing for me.
> And then I saw this one:
>
> 0 [main] perl 10672 child_info_fork::abort: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x320000) != child(0x3A0000)
>
> What could be causing it?

Please note that I understand that the ad-hoc solution is to run rebaseall.

Unfortunately, that is not always possible.

I am looking for the cause of the problem, so that I know how to prevent it.
Or is the only answer to simply run rebaseall after installation?

-- bartels


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

* Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address
  2013-12-04 11:54 ` bartels
@ 2013-12-04 12:23   ` marco atzeri
  2013-12-04 12:35     ` bartels
  0 siblings, 1 reply; 11+ messages in thread
From: marco atzeri @ 2013-12-04 12:23 UTC (permalink / raw)
  To: cygwin

Il 12/4/2013 12:54 PM, bartels ha scritto:
> On 12/04/2013 12:00 PM, bartels wrote:
>> Hello People,
>>
>> Cygwin seems to have become very stable recently, which is a Good
>> Thing for me.
>> And then I saw this one:
>>
>> 0 [main] perl 10672 child_info_fork::abort:
>> C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address:
>> parent(0x320000) != child(0x3A0000)
>>
>> What could be causing it?

the base address seems very low

$ rebase -si |grep cyggcc_S
/usr/bin/cyggcc_s-1.dll  base 0x64650000 size 0x0001f000

likely some other DLL is using the expected space for cyggcc_s-1.dll
in the 0x6xxx0000 adddress range.


> Please note that I understand that the ad-hoc solution is to run rebaseall.
>
> Unfortunately, that is not always possible.

why ?
Tricky sometime, but possible always.

>
> I am looking for the cause of the problem, so that I know how to prevent
> it.
> Or is the only answer to simply run rebaseall after installation?

usually yes

>
> -- bartels

Marco


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

* Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address
  2013-12-04 12:23   ` marco atzeri
@ 2013-12-04 12:35     ` bartels
  2013-12-04 13:11       ` marco atzeri
  0 siblings, 1 reply; 11+ messages in thread
From: bartels @ 2013-12-04 12:35 UTC (permalink / raw)
  To: cygwin

On 12/04/2013 01:23 PM, marco atzeri wrote:

Thanks for your reply.

>
>
>> Please note that I understand that the ad-hoc solution is to run rebaseall.
>>
>> Unfortunately, that is not always possible.
>
> why ?
> Tricky sometime, but possible always.

Well, not exactly impossible, but these are production machines that belong to a customer.
It is not practical to ask them to kill all processes and run rebaseall when this happens.
Not to mention that there should be a tracker process reporting the issue in the first place.

>
>>
>> I am looking for the cause of the problem, so that I know how to prevent
>> it.
>> Or is the only answer to simply run rebaseall after installation?
>
> usually yes

If that is the case, then why is it not part of the installation?

I do not understand why it happens on the one Windows 7 machine and not the other.

- - Bartels

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

* Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address
  2013-12-04 12:35     ` bartels
@ 2013-12-04 13:11       ` marco atzeri
  2013-12-04 13:53         ` bartels
  0 siblings, 1 reply; 11+ messages in thread
From: marco atzeri @ 2013-12-04 13:11 UTC (permalink / raw)
  To: cygwin

Il 12/4/2013 1:35 PM, bartels ha scritto:
> On 12/04/2013 01:23 PM, marco atzeri wrote:
>
>>>
>>> I am looking for the cause of the problem, so that I know how to prevent
>>> it.
>>> Or is the only answer to simply run rebaseall after installation?
>>
>> usually yes
>
> If that is the case, then why is it not part of the installation?

currently, it is part of the installation

     /etc/postinstall/autorebase.bat.done

$ cygcheck -f /etc/postinstall/autorebase.bat
_autorebase-000444-1

so or last rebase went wrong or something else
is using cyggcc_s.dll space

> I do not understand why it happens on the one Windows 7 machine and not
> the other.

MS mistery ;-)

what is the outcome of "rebase -si |grep cyggcc_s" ?

"rebase -si" will also provide all colliding dll's;
they are marked with a "*"

please also follow http://cygwin.com/problems.html
at "cygcheck -s -v -r > cygcheck.out"

>
> - - Bartels

Marco



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

* Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address
  2013-12-04 13:11       ` marco atzeri
@ 2013-12-04 13:53         ` bartels
  2013-12-04 14:23           ` Corinna Vinschen
  0 siblings, 1 reply; 11+ messages in thread
From: bartels @ 2013-12-04 13:53 UTC (permalink / raw)
  To: cygwin

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

On 12/04/2013 02:11 PM, marco atzeri wrote:
> Il 12/4/2013 1:35 PM, bartels ha scritto:
>> On 12/04/2013 01:23 PM, marco atzeri wrote:
>>
>>>>
>>>> I am looking for the cause of the problem, so that I know how to prevent
>>>> it.
>>>> Or is the only answer to simply run rebaseall after installation?
>>>
>>> usually yes
>>
>> If that is the case, then why is it not part of the installation?
>
> currently, it is part of the installation
>
>     /etc/postinstall/autorebase.bat.done
>
> $ cygcheck -f /etc/postinstall/autorebase.bat
> _autorebase-000444-1

Okay, thanks. I missed that.
It did run, I suppose:

$ cat /etc/postinstall/autorebase.bat.done
@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 /bin/rebaseall -p


>
> so or last rebase went wrong or something else
> is using cyggcc_s.dll space

It is intermittent. Does that help?
>
>> I do not understand why it happens on the one Windows 7 machine and not
>> the other.
>
> MS mistery ;-)

Yikes. Not really funny, but still funny.

>
> what is the outcome of "rebase -si |grep cyggcc_s" ?

Ah, that is an interesting one:

$ rebase -si
rebase: failed to open rebase database "/etc/rebase.db.i386":
No such file or directory

Not sure how to create it.
What is the secret?

>
> "rebase -si" will also provide all colliding dll's;
> they are marked with a "*"
>
> please also follow http://cygwin.com/problems.html
> at "cygcheck -s -v -r > cygcheck.out"

I have attached the cygcheck.out, with customer data removed.

-- bartels


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


Cygwin Configuration Diagnostics
Current System Time: Wed Dec 04 13:37:37 2013

Windows 7 Professional N Ver 6.1 Build 7601 Service Pack 1

Running under WOW64 on AMD64

Path:	C:\Ruby187\bin
	.
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\marvin\bin
	C:\Windows\system32
	C:\Windows
	C:\Windows\System32\Wbem
	C:\cygwin\bin
	c

Output from C:\cygwin\bin\id.exe
UID: 1002(foo) GID: 513(None)
513(None)                544(Administrators)      545(Users)

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

USER = 'foo'
PWD = '/'
CYGWIN = 'nodosfilewarning'
HOME = '/home/foo'

HOMEPATH = '\cygwin\home\foo'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man:'
HOSTNAME = 'BPM-ZBook'
TERM = 'xterm'
SHELL = '/bin/bash'
RAILS_ENV_ONSET = 'development'
WINDIR = 'C:\Windows'
TMPDIR = '/cygdrive/c/tmp'
SSH_CLIENT = '10.188.0.1 41386 22'
USERDOMAIN = 'BPM-ZBook'
SSH_TTY = '/dev/pty0'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\ProgramData'
USERNAME = 'cyg_server'
MAIL = '/var/spool/mail//foo'
SYSTEMDRIVE = 'C:'
JAVA_HOME = '/cygdrive/c/PROGRA~1/java/jdk1.6.0_17/jre'
EDITOR = 'vi'
LANG = 'en_US.UTF-8'
USERPROFILE = 'C:\Users\foo'
TZ = 'Europe/London'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[31m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\BPM-ZBOOK'
PROCESSOR_ARCHITECTURE = 'x86'
HISTCONTROL = 'ignoredups'
SHLVL = '1'
OSTYPE = 'cygwin'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
RAILS_ENV = 'development'
HOMEDRIVE = 'C:'
COMSPEC = 'C:\Windows\system32\cmd.exe'
TMP = '/cygdrive/c/tmp'
LOGNAME = 'foo'
SYSTEMROOT = 'C:\Windows'
PRINTER = 'PDF Complete'
SSH_CONNECTION = '10.188.0.1 41386 10.188.0.74 22'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files (x86)'
COMPUTERNAME = 'BPM-ZBOOK'
_ = '/usr/bin/cygcheck'

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

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: c5e39b7a9d22bafb Path: C:\cygwin
  User:   Key: c5e39b7a9d22bafb Path: C:\cygwin

c:  hd  NTFS    106502Mb  41% CP CS UN PA FC     Windows
d:  hd  NTFS     12521Mb  89% CP CS UN PA FC     HP_RECOVERY
e:  hd  FAT32     2040Mb   1% CP    UN           HP_TOOLS
f:  fd  SrFAMFS  489600Mb  11%                    SRMemory
g:  fd             N/A    N/A                    
x:  cd             N/A    N/A                    

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

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

  449k 2013/01/01 C:\cygwin\bin\cygasn1-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygasn1-8.dll" v0.0 ts=2013-01-01 06:34
   14k 2012/05/04 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2012-05-04 12:35
   62k 2011/05/21 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011-05-21 20:16
  115k 2013/04/11 C:\cygwin\bin\cygcloog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-0.dll" v0.0 ts=2013-04-11 19:44
   17k 2013/04/25 C:\cygwin\bin\cygcompface-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcompface-0.dll" v0.0 ts=2013-04-25 15:43
   10k 2013/03/11 C:\cygwin\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2013-03-11 03:04
   30k 2012/09/01 C:\cygwin\bin\cygcord-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcord-1.dll" v0.0 ts=2012-09-01 21:38
    7k 2012/05/07 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2012-05-07 12:18
 1247k 2013/02/12 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2013-02-12 14:46
 1518k 2013/02/12 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2013-02-12 14:44
  417k 2013/08/13 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2013-08-13 03:27
  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
   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
  159k 2013/10/20 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2013-10-20 22:09
  153k 2013/07/31 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2013-07-31 22:33
   24k 2013/05/12 C:\cygwin\bin\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2013-05-12 22:40
   43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010-01-02 14:49
   47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010-01-02 17:31
  102k 2012/09/01 C:\cygwin\bin\cyggc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggc-1.dll" v0.0 ts=2012-09-01 21:38
    6k 2012/09/01 C:\cygwin\bin\cyggccpp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggccpp-1.dll" v0.0 ts=2012-09-01 21:38
  103k 2013/06/16 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2013-06-16 04:33
  449k 2011/05/20 C:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=2011-05-20 03:29
   19k 2009/02/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009-02-26 07:58
    8k 2009/02/26 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009-02-26 07:58
  452k 2013/10/18 C:\cygwin\bin\cyggmp-10.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-10.dll" v0.0 ts=2013-10-18 18:40
  317k 2011/07/31 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011-07-31 06:14
   21k 2013/10/18 C:\cygwin\bin\cyggmpxx-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-4.dll" v0.0 ts=2013-10-18 18:40
  650k 2012/08/29 C:\cygwin\bin\cyggnutls-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-26.dll" v0.0 ts=2012-08-28 13:19
   22k 2012/08/29 C:\cygwin\bin\cyggnutls-extra-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-extra-26.dll" v0.0 ts=2012-08-28 13:19
   24k 2012/08/29 C:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2012-08-28 13:19
   52k 2012/08/29 C:\cygwin\bin\cyggnutlsxx-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-27.dll" v0.0 ts=2012-08-28 13:19
   49k 2013/06/16 C:\cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2013-06-16 04:35
   14k 2011/05/20 C:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2011-05-20 03:04
  180k 2013/01/01 C:\cygwin\bin\cyggssapi-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi-3.dll" v0.0 ts=2013-01-01 06:58
   11k 2013/01/01 C:\cygwin\bin\cygheimbase-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimbase-1.dll" v0.0 ts=2013-01-01 06:31
   20k 2013/01/01 C:\cygwin\bin\cygheimntlm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimntlm-0.dll" v0.0 ts=2013-01-01 06:49
   25k 2012/05/04 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2012-05-04 22:07
  211k 2013/01/01 C:\cygwin\bin\cyghx509-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghx509-5.dll" v0.0 ts=2013-01-01 06:37
  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-02-09 06: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
  192k 2013/04/05 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2013-04-05 09:35
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005-11-20 02:04
   35k 2011/10/16 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2011-10-16 06:38
   21k 2013/01/01 C:\cygwin\bin\cygkafs-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygkafs-0.dll" v0.0 ts=2013-01-01 06:50
  373k 2013/01/01 C:\cygwin\bin\cygkrb5-26.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-26.dll" v0.0 ts=2013-01-01 06:43
   42k 2012/03/26 C:\cygwin\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-3-0.dll" v0.0 ts=2012-03-26 12:12
   40k 2013/06/17 C:\cygwin\bin\cyglber-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-4-2.dll" v0.0 ts=2013-06-17 19:02
  193k 2012/03/26 C:\cygwin\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-3-0.dll" v0.0 ts=2012-03-26 13:47
  230k 2013/06/17 C:\cygwin\bin\cygldap-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-4-2.dll" v0.0 ts=2013-06-17 19:03
  206k 2012/03/26 C:\cygwin\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-3-0.dll" v0.0 ts=2012-03-26 13:48
  244k 2013/06/17 C:\cygwin\bin\cygldap_r-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-4-2.dll" v0.0 ts=2013-06-17 19:04
    5k 2013/08/31 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2013-08-31 19:39
    6k 2013/08/31 C:\cygwin\bin\cyglsa64.dll (not x86 dll)
  123k 2011/05/19 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2011-05-19 03:41
  116k 2011/11/16 C:\cygwin\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2011-11-16 22:27
   94k 2012/04/22 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2012-04-22 19:09
   25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010-01-02 14:48
   25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010-01-02 17:30
   35k 2012/11/22 C:\cygwin\bin\cygmetalink-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmetalink-3.dll" v0.0 ts=2012-11-22 04:34
  213k 2011/07/31 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011-07-31 06:12
   92k 2013/04/11 C:\cygwin\bin\cygmpc-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-3.dll" v0.0 ts=2013-04-11 19:19
  344k 2013/04/11 C:\cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2013-04-11 19:07
 2814k 2013/05/31 C:\cygwin\bin\cygmysqlclient-18.dll - os=4.0 img=18.0 sys=4.0
                  "cygmysqlclient-18.dll" v0.0 ts=2013-05-31 07:31
   63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010-01-02 15:00
   63k 2010/01/02 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010-01-02 17:41
  195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010-01-02 14:45
  244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010-01-02 17:28
  108k 2013/10/16 C:\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2013-10-16 04:49
   13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010-01-02 14:47
   13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010-01-02 16:30
  255k 2012/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2012-02-10 10:24
  270k 2013/08/04 C:\cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2013-08-04 23:26
 1628k 2012/07/12 C:\cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2012-07-12 20:17
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002-06-09 06:45
  897k 2013/04/11 C:\cygwin\bin\cygppl-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl-9.dll" v0.0 ts=2013-04-11 19:35
 3092k 2013/04/11 C:\cygwin\bin\cygppl_c-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl_c-4.dll" v0.0 ts=2013-04-11 19:36
   14k 2013/04/11 C:\cygwin\bin\cygpwl-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpwl-5.dll" v0.0 ts=2013-04-11 19:35
  418k 2013/06/16 C:\cygwin\bin\cygquadmath-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygquadmath-0.dll" v0.0 ts=2013-06-16 04:43
  162k 2012/05/04 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2012-05-04 22:07
   51k 2013/01/01 C:\cygwin\bin\cygroken-18.dll - os=4.0 img=1.0 sys=4.0
                  "cygroken-18.dll" v0.0 ts=2013-01-01 06:32
  751k 2012/03/16 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2012-03-16 02: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-07-02 04:19
  100k 2013/08/11 C:\cygwin\bin\cygsasl2-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-3.dll" v0.0 ts=2013-08-11 19:57
    8k 2011/05/05 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011-05-05 08:33
 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-01 12:20
  131k 2012/05/21 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2012-05-21 05:57
  291k 2013/02/12 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2013-02-12 14:46
  366k 2013/02/12 C:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2013-02-12 14:44
   10k 2013/06/16 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2013-06-16 04:42
  878k 2013/06/16 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2013-06-15 14:07
   59k 2012/10/02 C:\cygwin\bin\cygtasn1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-3.dll" v0.0 ts=2012-10-01 16:28
   66k 2013/04/24 C:\cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2013-04-24 10:25
   48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010-01-02 14:45
   48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010-01-02 17:28
  157k 2013/01/01 C:\cygwin\bin\cygwind-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwind-0.dll" v0.0 ts=2013-01-01 06:33
   28k 2010/03/28 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010-03-28 10:02
 1235k 2013/04/21 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2013-04-21 05:37
  106k 2012/08/19 C:\cygwin\bin\cygyaml-0-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygyaml-0-2.dll" v0.0 ts=2012-08-19 21:16
   73k 2013/05/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2013-05-09 22:21
 3042k 2013/08/31 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2013-08-31 19:40
    Cygwin DLL version info:
        DLL version: 1.7.25
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 270
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5

  449k 2013/01/01 C:\cygwin\bin\cygasn1-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygasn1-8.dll" v0.0 ts=2013-01-01 06:34
   14k 2012/05/04 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2012-05-04 12:35
   62k 2011/05/21 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011-05-21 20:16
  115k 2013/04/11 C:\cygwin\bin\cygcloog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-0.dll" v0.0 ts=2013-04-11 19:44
   17k 2013/04/25 C:\cygwin\bin\cygcompface-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcompface-0.dll" v0.0 ts=2013-04-25 15:43
   10k 2013/03/11 C:\cygwin\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2013-03-11 03:04
   30k 2012/09/01 C:\cygwin\bin\cygcord-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcord-1.dll" v0.0 ts=2012-09-01 21:38
    7k 2012/05/07 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2012-05-07 12:18
 1247k 2013/02/12 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2013-02-12 14:46
 1518k 2013/02/12 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2013-02-12 14:44
  417k 2013/08/13 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2013-08-13 03:27
  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
   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
  159k 2013/10/20 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2013-10-20 22:09
  153k 2013/07/31 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2013-07-31 22:33
   24k 2013/05/12 C:\cygwin\bin\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2013-05-12 22:40
   43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010-01-02 14:49
   47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010-01-02 17:31
  102k 2012/09/01 C:\cygwin\bin\cyggc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggc-1.dll" v0.0 ts=2012-09-01 21:38
    6k 2012/09/01 C:\cygwin\bin\cyggccpp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggccpp-1.dll" v0.0 ts=2012-09-01 21:38
  103k 2013/06/16 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2013-06-16 04:33
  449k 2011/05/20 C:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=2011-05-20 03:29
   19k 2009/02/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009-02-26 07:58
    8k 2009/02/26 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009-02-26 07:58
  452k 2013/10/18 C:\cygwin\bin\cyggmp-10.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-10.dll" v0.0 ts=2013-10-18 18:40
  317k 2011/07/31 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011-07-31 06:14
   21k 2013/10/18 C:\cygwin\bin\cyggmpxx-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-4.dll" v0.0 ts=2013-10-18 18:40
  650k 2012/08/29 C:\cygwin\bin\cyggnutls-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-26.dll" v0.0 ts=2012-08-28 13:19
   22k 2012/08/29 C:\cygwin\bin\cyggnutls-extra-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-extra-26.dll" v0.0 ts=2012-08-28 13:19
   24k 2012/08/29 C:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2012-08-28 13:19
   52k 2012/08/29 C:\cygwin\bin\cyggnutlsxx-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-27.dll" v0.0 ts=2012-08-28 13:19
   49k 2013/06/16 C:\cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2013-06-16 04:35
   14k 2011/05/20 C:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2011-05-20 03:04
  180k 2013/01/01 C:\cygwin\bin\cyggssapi-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi-3.dll" v0.0 ts=2013-01-01 06:58
   11k 2013/01/01 C:\cygwin\bin\cygheimbase-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimbase-1.dll" v0.0 ts=2013-01-01 06:31
   20k 2013/01/01 C:\cygwin\bin\cygheimntlm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimntlm-0.dll" v0.0 ts=2013-01-01 06:49
   25k 2012/05/04 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2012-05-04 22:07
  211k 2013/01/01 C:\cygwin\bin\cyghx509-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghx509-5.dll" v0.0 ts=2013-01-01 06:37
  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-02-09 06: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
  192k 2013/04/05 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2013-04-05 09:35
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005-11-20 02:04
   35k 2011/10/16 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2011-10-16 06:38
   21k 2013/01/01 C:\cygwin\bin\cygkafs-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygkafs-0.dll" v0.0 ts=2013-01-01 06:50
  373k 2013/01/01 C:\cygwin\bin\cygkrb5-26.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-26.dll" v0.0 ts=2013-01-01 06:43
   42k 2012/03/26 C:\cygwin\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-3-0.dll" v0.0 ts=2012-03-26 12:12
   40k 2013/06/17 C:\cygwin\bin\cyglber-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-4-2.dll" v0.0 ts=2013-06-17 19:02
  193k 2012/03/26 C:\cygwin\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-3-0.dll" v0.0 ts=2012-03-26 13:47
  230k 2013/06/17 C:\cygwin\bin\cygldap-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-4-2.dll" v0.0 ts=2013-06-17 19:03
  206k 2012/03/26 C:\cygwin\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-3-0.dll" v0.0 ts=2012-03-26 13:48
  244k 2013/06/17 C:\cygwin\bin\cygldap_r-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-4-2.dll" v0.0 ts=2013-06-17 19:04
    5k 2013/08/31 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2013-08-31 19:39
    6k 2013/08/31 C:\cygwin\bin\cyglsa64.dll (not x86 dll)
  123k 2011/05/19 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2011-05-19 03:41
  116k 2011/11/16 C:\cygwin\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2011-11-16 22:27
   94k 2012/04/22 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2012-04-22 19:09
   25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010-01-02 14:48
   25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010-01-02 17:30
   35k 2012/11/22 C:\cygwin\bin\cygmetalink-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmetalink-3.dll" v0.0 ts=2012-11-22 04:34
  213k 2011/07/31 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011-07-31 06:12
   92k 2013/04/11 C:\cygwin\bin\cygmpc-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-3.dll" v0.0 ts=2013-04-11 19:19
  344k 2013/04/11 C:\cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2013-04-11 19:07
 2814k 2013/05/31 C:\cygwin\bin\cygmysqlclient-18.dll - os=4.0 img=18.0 sys=4.0
                  "cygmysqlclient-18.dll" v0.0 ts=2013-05-31 07:31
   63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010-01-02 15:00
   63k 2010/01/02 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010-01-02 17:41
  195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010-01-02 14:45
  244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010-01-02 17:28
  108k 2013/10/16 C:\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2013-10-16 04:49
   13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010-01-02 14:47
   13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010-01-02 16:30
  255k 2012/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2012-02-10 10:24
  270k 2013/08/04 C:\cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2013-08-04 23:26
 1628k 2012/07/12 C:\cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2012-07-12 20:17
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002-06-09 06:45
  897k 2013/04/11 C:\cygwin\bin\cygppl-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl-9.dll" v0.0 ts=2013-04-11 19:35
 3092k 2013/04/11 C:\cygwin\bin\cygppl_c-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl_c-4.dll" v0.0 ts=2013-04-11 19:36
   14k 2013/04/11 C:\cygwin\bin\cygpwl-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpwl-5.dll" v0.0 ts=2013-04-11 19:35
  418k 2013/06/16 C:\cygwin\bin\cygquadmath-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygquadmath-0.dll" v0.0 ts=2013-06-16 04:43
  162k 2012/05/04 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2012-05-04 22:07
   51k 2013/01/01 C:\cygwin\bin\cygroken-18.dll - os=4.0 img=1.0 sys=4.0
                  "cygroken-18.dll" v0.0 ts=2013-01-01 06:32
  751k 2012/03/16 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2012-03-16 02: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-07-02 04:19
  100k 2013/08/11 C:\cygwin\bin\cygsasl2-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-3.dll" v0.0 ts=2013-08-11 19:57
    8k 2011/05/05 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011-05-05 08:33
 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-01 12:20
  131k 2012/05/21 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2012-05-21 05:57
  291k 2013/02/12 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2013-02-12 14:46
  366k 2013/02/12 C:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2013-02-12 14:44
   10k 2013/06/16 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2013-06-16 04:42
  878k 2013/06/16 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2013-06-15 14:07
   59k 2012/10/02 C:\cygwin\bin\cygtasn1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-3.dll" v0.0 ts=2012-10-01 16:28
   66k 2013/04/24 C:\cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2013-04-24 10:25
   48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010-01-02 14:45
   48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010-01-02 17:28
  157k 2013/01/01 C:\cygwin\bin\cygwind-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwind-0.dll" v0.0 ts=2013-01-01 06:33
   28k 2010/03/28 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010-03-28 10:02
 1235k 2013/04/21 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2013-04-21 05:37
  106k 2012/08/19 C:\cygwin\bin\cygyaml-0-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygyaml-0-2.dll" v0.0 ts=2012-08-19 21:16
   73k 2013/05/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2013-05-09 22:21
 3042k 2013/08/31 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2013-08-31 19:40
    Cygwin DLL version info:
        DLL version: 1.7.25
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 270
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5

  456k 2012/08/28 C:\marvin\bin\cygquicktime-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygquicktime-0.dll" v0.0 ts=2010-10-20 08:05
  449k 2013/01/01 C:\cygwin\bin\cygasn1-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygasn1-8.dll" v0.0 ts=2013-01-01 06:34
   14k 2012/05/04 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2012-05-04 12:35
   62k 2011/05/21 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011-05-21 20:16
  115k 2013/04/11 C:\cygwin\bin\cygcloog-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-0.dll" v0.0 ts=2013-04-11 19:44
   17k 2013/04/25 C:\cygwin\bin\cygcompface-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcompface-0.dll" v0.0 ts=2013-04-25 15:43
   10k 2013/03/11 C:\cygwin\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2013-03-11 03:04
   30k 2012/09/01 C:\cygwin\bin\cygcord-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcord-1.dll" v0.0 ts=2012-09-01 21:38
    7k 2012/05/07 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2012-05-07 12:18
 1247k 2013/02/12 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2013-02-12 14:46
 1518k 2013/02/12 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2013-02-12 14:44
  417k 2013/08/13 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2013-08-13 03:27
  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
   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
  159k 2013/10/20 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2013-10-20 22:09
  153k 2013/07/31 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2013-07-31 22:33
   24k 2013/05/12 C:\cygwin\bin\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2013-05-12 22:40
   43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010-01-02 14:49
   47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010-01-02 17:31
  102k 2012/09/01 C:\cygwin\bin\cyggc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggc-1.dll" v0.0 ts=2012-09-01 21:38
    6k 2012/09/01 C:\cygwin\bin\cyggccpp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggccpp-1.dll" v0.0 ts=2012-09-01 21:38
  103k 2013/06/16 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2013-06-16 04:33
  449k 2011/05/20 C:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=2011-05-20 03:29
   19k 2009/02/26 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009-02-26 07:58
    8k 2009/02/26 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009-02-26 07:58
  452k 2013/10/18 C:\cygwin\bin\cyggmp-10.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-10.dll" v0.0 ts=2013-10-18 18:40
  317k 2011/07/31 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011-07-31 06:14
   21k 2013/10/18 C:\cygwin\bin\cyggmpxx-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-4.dll" v0.0 ts=2013-10-18 18:40
  650k 2012/08/29 C:\cygwin\bin\cyggnutls-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-26.dll" v0.0 ts=2012-08-28 13:19
   22k 2012/08/29 C:\cygwin\bin\cyggnutls-extra-26.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-extra-26.dll" v0.0 ts=2012-08-28 13:19
   24k 2012/08/29 C:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2012-08-28 13:19
   52k 2012/08/29 C:\cygwin\bin\cyggnutlsxx-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-27.dll" v0.0 ts=2012-08-28 13:19
   49k 2013/06/16 C:\cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2013-06-16 04:35
   14k 2011/05/20 C:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2011-05-20 03:04
  180k 2013/01/01 C:\cygwin\bin\cyggssapi-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi-3.dll" v0.0 ts=2013-01-01 06:58
   11k 2013/01/01 C:\cygwin\bin\cygheimbase-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimbase-1.dll" v0.0 ts=2013-01-01 06:31
   20k 2013/01/01 C:\cygwin\bin\cygheimntlm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimntlm-0.dll" v0.0 ts=2013-01-01 06:49
   25k 2012/05/04 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2012-05-04 22:07
  211k 2013/01/01 C:\cygwin\bin\cyghx509-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghx509-5.dll" v0.0 ts=2013-01-01 06:37
  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-02-09 06: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
  192k 2013/04/05 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2013-04-05 09:35
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005-11-20 02:04
   35k 2011/10/16 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2011-10-16 06:38
   21k 2013/01/01 C:\cygwin\bin\cygkafs-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygkafs-0.dll" v0.0 ts=2013-01-01 06:50
  373k 2013/01/01 C:\cygwin\bin\cygkrb5-26.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-26.dll" v0.0 ts=2013-01-01 06:43
   42k 2012/03/26 C:\cygwin\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-3-0.dll" v0.0 ts=2012-03-26 12:12
   40k 2013/06/17 C:\cygwin\bin\cyglber-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-4-2.dll" v0.0 ts=2013-06-17 19:02
  193k 2012/03/26 C:\cygwin\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-3-0.dll" v0.0 ts=2012-03-26 13:47
  230k 2013/06/17 C:\cygwin\bin\cygldap-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-4-2.dll" v0.0 ts=2013-06-17 19:03
  206k 2012/03/26 C:\cygwin\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-3-0.dll" v0.0 ts=2012-03-26 13:48
  244k 2013/06/17 C:\cygwin\bin\cygldap_r-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-4-2.dll" v0.0 ts=2013-06-17 19:04
    5k 2013/08/31 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2013-08-31 19:39
    6k 2013/08/31 C:\cygwin\bin\cyglsa64.dll (not x86 dll)
  123k 2011/05/19 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2011-05-19 03:41
  116k 2011/11/16 C:\cygwin\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2011-11-16 22:27
   94k 2012/04/22 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2012-04-22 19:09
   25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010-01-02 14:48
   25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010-01-02 17:30
   35k 2012/11/22 C:\cygwin\bin\cygmetalink-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmetalink-3.dll" v0.0 ts=2012-11-22 04:34
  213k 2011/07/31 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011-07-31 06:12
   92k 2013/04/11 C:\cygwin\bin\cygmpc-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-3.dll" v0.0 ts=2013-04-11 19:19
  344k 2013/04/11 C:\cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2013-04-11 19:07
 2814k 2013/05/31 C:\cygwin\bin\cygmysqlclient-18.dll - os=4.0 img=18.0 sys=4.0
                  "cygmysqlclient-18.dll" v0.0 ts=2013-05-31 07:31
   63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010-01-02 15:00
   63k 2010/01/02 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010-01-02 17:41
  195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010-01-02 14:45
  244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010-01-02 17:28
  108k 2013/10/16 C:\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2013-10-16 04:49
   13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010-01-02 14:47
   13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010-01-02 16:30
  255k 2012/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2012-02-10 10:24
  270k 2013/08/04 C:\cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2013-08-04 23:26
 1628k 2012/07/12 C:\cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2012-07-12 20:17
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002-06-09 06:45
  897k 2013/04/11 C:\cygwin\bin\cygppl-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl-9.dll" v0.0 ts=2013-04-11 19:35
 3092k 2013/04/11 C:\cygwin\bin\cygppl_c-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygppl_c-4.dll" v0.0 ts=2013-04-11 19:36
   14k 2013/04/11 C:\cygwin\bin\cygpwl-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpwl-5.dll" v0.0 ts=2013-04-11 19:35
  418k 2013/06/16 C:\cygwin\bin\cygquadmath-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygquadmath-0.dll" v0.0 ts=2013-06-16 04:43
  162k 2012/05/04 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2012-05-04 22:07
   51k 2013/01/01 C:\cygwin\bin\cygroken-18.dll - os=4.0 img=1.0 sys=4.0
                  "cygroken-18.dll" v0.0 ts=2013-01-01 06:32
  751k 2012/03/16 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
                  "cygruby18.dll" v0.0 ts=2012-03-16 02: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-07-02 04:19
  100k 2013/08/11 C:\cygwin\bin\cygsasl2-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-3.dll" v0.0 ts=2013-08-11 19:57
    8k 2011/05/05 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011-05-05 08:33
 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-01 12:20
  131k 2012/05/21 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2012-05-21 05:57
  291k 2013/02/12 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2013-02-12 14:46
  366k 2013/02/12 C:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2013-02-12 14:44
   10k 2013/06/16 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2013-06-16 04:42
  878k 2013/06/16 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2013-06-15 14:07
   59k 2012/10/02 C:\cygwin\bin\cygtasn1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-3.dll" v0.0 ts=2012-10-01 16:28
   66k 2013/04/24 C:\cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2013-04-24 10:25
   48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010-01-02 14:45
   48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010-01-02 17:28
  157k 2013/01/01 C:\cygwin\bin\cygwind-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwind-0.dll" v0.0 ts=2013-01-01 06:33
   28k 2010/03/28 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010-03-28 10:02
 1235k 2013/04/21 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2013-04-21 05:37
  106k 2012/08/19 C:\cygwin\bin\cygyaml-0-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygyaml-0-2.dll" v0.0 ts=2012-08-19 21:16
   73k 2013/05/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2013-05-09 22:21
 3042k 2013/08/31 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2013-08-31 19:40
    Cygwin DLL version info:
        DLL version: 1.7.25
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 270
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5


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
Environment         : CYGWIN="tty binmode ntsec server nodosfilewarning" 
Process Type        : Own Process
Startup             : Automatic
Dependencies        : tcpip
Account             : .\cyg_server

Cygwin Package Information
Last downloaded files to: c:\marvin\cygwin\downloads
Last downloaded files from: 

Package              Version              Status
Empty package _autorebase
_autorebase          000425-1             OK
Empty package _update-info-dir
_update-info-dir     01194-1              OK
Empty package alternatives
alternatives         1.3.30c-10           OK
Empty package base-cygwin
base-cygwin          3.3-1                OK
Empty package base-files
base-files           4.1-1                OK
Empty package bash
bash                 4.1.10-4             OK
Empty package binutils
binutils             2.23.51-1            OK
Empty package bzip2
bzip2                1.0.6-2              OK
Empty package ca-certificates
ca-certificates      1.94-1               OK
Empty package compface
compface             1.5.2-12             OK
Empty package coreutils
coreutils            8.15-1               OK
Empty package crypt
crypt                1.2-1                OK
Empty package csih
csih                 0.9.7-1              OK
Empty package curl
curl                 7.32.0-1             OK
Empty package cygrunsrv
cygrunsrv            1.40-2               OK
Empty package cygutils
cygutils             1.4.8-1              OK
Empty package cygwin
cygwin               1.7.25-1             OK
Empty package cygwin-doc
cygwin-doc           1.7-1                OK
Empty package dash
dash                 0.5.7-1              OK
Empty package diffutils
diffutils            3.2-1                OK
Empty package dos2unix
dos2unix             6.0.3-1              OK
Empty package editrights
editrights           1.01-2               OK
Empty package file
file                 5.11-1               OK
Empty package findutils
findutils            4.5.9-2              OK
Empty package gawk
gawk                 4.1.0-1              OK
Empty package gcc-core
gcc-core             4.7.3-1              OK
Empty package gcc-g++
gcc-g++              4.7.3-1              OK
Empty package gcc-mingw-core
gcc-mingw-core       20050522-3           OK
Empty package gcc-mingw-g++
gcc-mingw-g++        4.5.2-1              OK
Empty package gettext
gettext              0.18.1.1-2           OK
Empty package grep
grep                 2.14-3               OK
Empty package groff
groff                1.21-2               OK
Empty package gzip
gzip                 1.4-1                OK
Empty package ipc-utils
ipc-utils            1.0-1                OK
Empty package less
less                 444-1                OK
Empty package libasn1_8
libasn1_8            1.5.2-4              OK
Empty package libattr1
libattr1             2.4.46-1             OK
Empty package libbz2_1
libbz2_1             1.0.6-2              OK
Empty package libcloog0
libcloog0            0.15.11-1            OK
Empty package libcom_err2
libcom_err2          1.42.7-1             OK
Empty package libcompface0
libcompface0         1.5.2-12             OK
Empty package libcurl4
libcurl4             7.32.0-1             OK
Empty package libdb4.5
libdb4.5             4.5.20.2-3           OK
Empty package libdb4.8
libdb4.8             4.8.30-1             OK
Empty package libedit0
libedit0             20130712-1           OK
Empty package libexpat1
libexpat1            2.1.0-3              OK
Empty package libffi6
libffi6              3.0.13-1             OK
Empty package libgc1
libgc1               7.2d-1               OK
Empty package libgcc1
libgcc1              4.7.3-1              OK
Empty package libgcrypt11
libgcrypt11          1.4.6-1              OK
Empty package libgdbm4
libgdbm4             1.8.3-20             OK
Empty package libgmp10
libgmp10             5.1.3-1              OK
Empty package libgmp3
libgmp3              4.3.2-1              OK
Empty package libgmpxx4
libgmpxx4            5.1.3-1              OK
Empty package libgnutls26
libgnutls26          2.12.20-1            OK
Empty package libgomp1
libgomp1             4.7.3-1              OK
Empty package libgpg-error0
libgpg-error0        1.10-1               OK
Empty package libgssapi3
libgssapi3           1.5.2-4              OK
Empty package libheimbase1
libheimbase1         1.5.2-4              OK
Empty package libheimntlm0
libheimntlm0         1.5.2-4              OK
Empty package libhx509_5
libhx509_5           1.5.2-4              OK
Empty package libiconv2
libiconv2            1.14-2               OK
Empty package libidn11
libidn11             1.26-1               OK
Empty package libintl3
libintl3             0.14.5-1             OK
Empty package libintl8
libintl8             0.18.1.1-2           OK
Empty package libkafs0
libkafs0             1.5.2-4              OK
Empty package libkrb5_26
libkrb5_26           1.5.2-4              OK
Empty package liblzma5
liblzma5             5.0.2_20110517-1     OK
Empty package liblzo2_2
liblzo2_2            2.06-1               OK
Empty package libmetalink3
libmetalink3         0.1.2-1              OK
Empty package libmpc3
libmpc3              1.0.1-2              OK
Empty package libmpfr4
libmpfr4             3.1.2-1              OK
Empty package libmysqlclient18
libmysqlclient18     5.5.31-1             OK
Empty package libncurses10
libncurses10         5.7-18               OK
Empty package libncursesw10
libncursesw10        5.7-18               OK
Empty package libopenldap2_3_0
libopenldap2_3_0     2.3.43-3             OK
Empty package libopenldap2_4_2
libopenldap2_4_2     2.4.35-2             OK
Empty package libopenssl098
libopenssl098        0.9.8y-1             OK
Empty package libopenssl100
libopenssl100        1.0.1e-2             OK
Empty package libp11-kit0
libp11-kit0          0.18.7-1             OK
Empty package libpcre0
libpcre0             8.21-2               OK
Empty package libpcre1
libpcre1             8.33-1               OK
Empty package libpopt0
libpopt0             1.6.4-4              OK
Empty package libppl9
libppl9              0.11.2-1             OK
Empty package libppl_c4
libppl_c4            0.11.2-1             OK
Empty package libpwl5
libpwl5              0.11.2-1             OK
Empty package libquadmath0
libquadmath0         4.7.3-1              OK
Empty package libreadline7
libreadline7         6.1.2-3              OK
Empty package libroken18
libroken18           1.5.2-4              OK
Empty package libsasl2
libsasl2             2.1.23-1             OK
Empty package libsasl2_3
libsasl2_3           2.1.26-5             OK
Empty package libsigsegv2
libsigsegv2          2.10-1               OK
Empty package libsqlite3-devel
libsqlite3-devel     3.7.3-1              OK
Empty package libsqlite3_0
libsqlite3_0         3.7.3-1              OK
Empty package libssh2_1
libssh2_1            1.4.2-1              OK
Empty package libssp0
libssp0              4.7.3-1              OK
Empty package libstdc++6
libstdc++6           4.7.3-1              OK
Empty package libtasn1_3
libtasn1_3           2.14-1               OK
Empty package libtasn1_6
libtasn1_6           3.3-1                OK
Empty package libwind0
libwind0             1.5.2-4              OK
Empty package libwrap0
libwrap0             7.6-21               OK
Empty package libxml2
libxml2              2.9.1-1              OK
Empty package libyaml0_2
libyaml0_2           0.1.4-1              OK
Empty package login
login                1.10-10              OK
Empty package make
make                 4.0-1                OK
Empty package man
man                  1.6g-2               OK
Empty package mingw-binutils
mingw-binutils       2.23.1-1             OK
Empty package mingw-gcc-core
mingw-gcc-core       4.7.3-1              OK
Empty package mingw-gcc-g++
mingw-gcc-g++        4.7.3-1              OK
Empty package mingw-pthreads
mingw-pthreads       20110507-2           OK
Empty package mingw-runtime
mingw-runtime        4.0-1                OK
Empty package mingw-w32api
mingw-w32api         4.0-1                OK
Empty package mintty
mintty               1.1.3-1              OK
Empty package mt
mt                   2.5.2-1              OK
Empty package mysql
mysql                5.5.31-1             OK
Empty package mysqld
mysqld               5.5.21-1             OK
Empty package openssh
openssh              6.3p1-1              OK
Empty package p11-kit
p11-kit              0.18.7-1             OK
Empty package p11-kit-trust
p11-kit-trust        0.18.7-1             OK
Empty package perl
perl                 5.14.2-3             OK
Empty package perl-DBD-mysql
perl-DBD-mysql       4.020-1              OK
Empty package perl-DBI
perl-DBI             1.618-1              OK
Empty package perl_vendor
perl_vendor          5.14.2-3             OK
Empty package pwgen
pwgen                2.06-2               OK
Empty package rebase
rebase               4.4.0-1              OK
Empty package rsync
rsync                3.0.9-1              OK
Empty package ruby
ruby                 1.8.7-p358-2         OK
Empty package ruby-json
ruby-json            1.8.0-1              OK
Empty package ruby-rake
ruby-rake            10.0.4-1             OK
Empty package ruby-rdoc
ruby-rdoc            3.12.2-1             OK
Empty package run
run                  1.3.0-1              OK
Empty package sed
sed                  4.2.2-3              OK
Empty package shutdown
shutdown             1.7-1                OK
Empty package sqlite3
sqlite3              3.7.3-1              OK
Empty package tar
tar                  1.26-1               OK
Empty package terminfo
terminfo             5.7_20091114-14      OK
Empty package texinfo
texinfo              4.13-4               OK
Empty package tzcode
tzcode               2013d-1              OK
Empty package vim
vim                  7.3.1314-1           OK
Empty package vim-common
vim-common           7.3.1314-1           OK
Empty package vim-minimal
vim-minimal          7.3.1314-1           OK
Empty package w32api
w32api               9999-1               OK
Empty package w32api-headers
w32api-headers       3.0.0-1              OK
Empty package w32api-runtime
w32api-runtime       3.0.0-1              OK
Empty package w3m
w3m                  0.5.3-2              OK
Empty package wget
wget                 1.13.4-1             OK
Empty package which
which                2.20-2               OK
Empty package xxd
xxd                  7.3.1314-1           OK
Empty package xz
xz                   5.0.2_20110517-1     OK
Empty package zlib
zlib                 1.2.8-1              OK
Empty package zlib-devel
zlib-devel           1.2.8-1              OK
Empty package zlib0
zlib0                1.2.8-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] 11+ messages in thread

* Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address
  2013-12-04 13:53         ` bartels
@ 2013-12-04 14:23           ` Corinna Vinschen
  2013-12-04 16:42             ` bartels
  0 siblings, 1 reply; 11+ messages in thread
From: Corinna Vinschen @ 2013-12-04 14:23 UTC (permalink / raw)
  To: cygwin

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

On Dec  4 14:53, bartels wrote:
> On 12/04/2013 02:11 PM, marco atzeri wrote:
> >Il 12/4/2013 1:35 PM, bartels ha scritto:
> >>On 12/04/2013 01:23 PM, marco atzeri wrote:
> >>
> >>>>
> >>>>I am looking for the cause of the problem, so that I know how to prevent
> >>>>it.
> >>>>Or is the only answer to simply run rebaseall after installation?
> >>>
> >>>usually yes
> >>
> >>If that is the case, then why is it not part of the installation?
> >
> >currently, it is part of the installation
> >
> >    /etc/postinstall/autorebase.bat.done
> >
> >$ cygcheck -f /etc/postinstall/autorebase.bat
> >_autorebase-000444-1

Your attached cygcheck output claims something else.  The rebase version
should be updated to 4.4.1 as well.

> Okay, thanks. I missed that.
> It did run, I suppose:

Yes, but...

> $ cat /etc/postinstall/autorebase.bat.done
> @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 /bin/rebaseall -p
> 
> 
> >
> >so or last rebase went wrong or something else
> >is using cyggcc_s.dll space
> 
> It is intermittent. Does that help?
> >
> >>I do not understand why it happens on the one Windows 7 machine and not
> >>the other.
> >
> >MS mistery ;-)
> 
> Yikes. Not really funny, but still funny.
> 
> >
> >what is the outcome of "rebase -si |grep cyggcc_s" ?
> 
> Ah, that is an interesting one:
> 
> $ rebase -si
> rebase: failed to open rebase database "/etc/rebase.db.i386":
> No such file or directory

...this here means that rebase never created the database, which in turn
could point to rebase crashing or not having sufficient privileges on
/etc.  Something like that.

What happens if you stop all Cygwin processes, including any service
you installed, then start dash, make sure you're in /bin, and then
call `./rebaseall -p'.  Any helpful output?


Corinna

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

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

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

* Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address
  2013-12-04 14:23           ` Corinna Vinschen
@ 2013-12-04 16:42             ` bartels
  2013-12-04 16:53               ` Corinna Vinschen
  0 siblings, 1 reply; 11+ messages in thread
From: bartels @ 2013-12-04 16:42 UTC (permalink / raw)
  To: cygwin

On 12/04/2013 03:23 PM, Corinna Vinschen wrote:
> On Dec  4 14:53, bartels wrote:
>> On 12/04/2013 02:11 PM, marco atzeri wrote:
>>> Il 12/4/2013 1:35 PM, bartels ha scritto:
>>>> On 12/04/2013 01:23 PM, marco atzeri wrote:
>>>>
>>>>>> I am looking for the cause of the problem, so that I know how to prevent
>>>>>> it.
>>>>>> Or is the only answer to simply run rebaseall after installation?
>>>>> usually yes
>>>> If that is the case, then why is it not part of the installation?
>>> currently, it is part of the installation
>>>
>>>     /etc/postinstall/autorebase.bat.done
>>>
>>> $ cygcheck -f /etc/postinstall/autorebase.bat
>>> _autorebase-000444-1
> Your attached cygcheck output claims something else.  The rebase version
> should be updated to 4.4.1 as well.

Don't think there is a mismatch: that output was Marco's, not mine.
Unless I misunderstand . . .

>
>
> Ah, that is an interesting one:
>
> $ rebase -si
> rebase: failed to open rebase database "/etc/rebase.db.i386":
> No such file or directory
> ...this here means that rebase never created the database, which in turn
> could point to rebase crashing or not having sufficient privileges on
> /etc.  Something like that.
>
> What happens if you stop all Cygwin processes, including any service
> you installed, then start dash, make sure you're in /bin, and then
> call `./rebaseall -p'.  Any helpful output?

How about this; sure looks like something is wrong:

./rebaseall -p
gzip: stdin: unexpected end of file

Thing is that I need to work with a fixed collection of packages.
The rolling release offered by the installer is fine, but not exactly
suited for a controlled release to an unsuspecting user.

So, perhaps I made a mistake, or there is some unfortunate combination of versions.

Anyway, I will upgrade my collection bundle and try again.
Unless the error message immediately rings a bell for you . . .

Thanks,

-- Bartels


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

* Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address
  2013-12-04 16:42             ` bartels
@ 2013-12-04 16:53               ` Corinna Vinschen
  2013-12-04 20:18                 ` bartels
  0 siblings, 1 reply; 11+ messages in thread
From: Corinna Vinschen @ 2013-12-04 16:53 UTC (permalink / raw)
  To: cygwin

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

On Dec  4 17:41, bartels wrote:
> On 12/04/2013 03:23 PM, Corinna Vinschen wrote:
> >On Dec  4 14:53, bartels wrote:
> >>On 12/04/2013 02:11 PM, marco atzeri wrote:
> >>>Il 12/4/2013 1:35 PM, bartels ha scritto:
> >>>>On 12/04/2013 01:23 PM, marco atzeri wrote:
> >>>>
> >>>>>>I am looking for the cause of the problem, so that I know how to prevent
> >>>>>>it.
> >>>>>>Or is the only answer to simply run rebaseall after installation?
> >>>>>usually yes
> >>>>If that is the case, then why is it not part of the installation?
> >>>currently, it is part of the installation
> >>>
> >>>    /etc/postinstall/autorebase.bat.done
> >>>
> >>>$ cygcheck -f /etc/postinstall/autorebase.bat
> >>>_autorebase-000444-1
> >Your attached cygcheck output claims something else.  The rebase version
> >should be updated to 4.4.1 as well.
> 
> Don't think there is a mismatch: that output was Marco's, not mine.
> Unless I misunderstand . . .

http://cygwin.com/ml/cygwin/2013-12/msg00085.html was your mail, so it's
kind of hard to imagine that the attached cygcheck output was Marco's.
Check the version numbers.  It's _autorebase-000425-1 and rebase-4.4.0-1
in the cygcheck output.

> >Ah, that is an interesting one:
> >
> >$ rebase -si
> >rebase: failed to open rebase database "/etc/rebase.db.i386":
> >No such file or directory
> >...this here means that rebase never created the database, which in turn
> >could point to rebase crashing or not having sufficient privileges on
> >/etc.  Something like that.
> >
> >What happens if you stop all Cygwin processes, including any service
> >you installed, then start dash, make sure you're in /bin, and then
> >call `./rebaseall -p'.  Any helpful output?
> 
> How about this; sure looks like something is wrong:
> 
> ./rebaseall -p
> gzip: stdin: unexpected end of file

Yes, something is wrong.  Looks like you removed the /etc/setup
directory or the contents of that dir.  The content is created and
maintained by the setup installer and rebaseall needs the information.
Don't play games with the files under /etc unless you want to break
your installation.


Corinna

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

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

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

* Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address
  2013-12-04 16:53               ` Corinna Vinschen
@ 2013-12-04 20:18                 ` bartels
  2013-12-10 14:42                   ` Reini Urban
  0 siblings, 1 reply; 11+ messages in thread
From: bartels @ 2013-12-04 20:18 UTC (permalink / raw)
  To: cygwin

On 12/04/2013 05:53 PM, Corinna Vinschen wrote:
> On Dec  4 17:41, bartels wrote:
>> On 12/04/2013 03:23 PM, Corinna Vinschen wrote:
>>> On Dec  4 14:53, bartels wrote:
>>>> On 12/04/2013 02:11 PM, marco atzeri wrote:
>>>>> Il 12/4/2013 1:35 PM, bartels ha scritto:
>>>>>> On 12/04/2013 01:23 PM, marco atzeri wrote:
>>>>>>
>>>>>>>> I am looking for the cause of the problem, so that I know how to prevent
>>>>>>>> it.
>>>>>>>> Or is the only answer to simply run rebaseall after installation?
>>>>>>> usually yes
>>>>>> If that is the case, then why is it not part of the installation?
>>>>> currently, it is part of the installation
>>>>>
>>>>>     /etc/postinstall/autorebase.bat.done
>>>>>
>>>>> $ cygcheck -f /etc/postinstall/autorebase.bat
>>>>> _autorebase-000444-1
>>> Your attached cygcheck output claims something else.  The rebase version
>>> should be updated to 4.4.1 as well.
>> Don't think there is a mismatch: that output was Marco's, not mine.
>> Unless I misunderstand . . .
> http://cygwin.com/ml/cygwin/2013-12/msg00085.html was your mail, so it's
> kind of hard to imagine that the attached cygcheck output was Marco's.
> Check the version numbers.  It's _autorebase-000425-1 and rebase-4.4.0-1
> in the cygcheck output.

Okay, I see. It takes a cygwin expert to spot that one.
No way I could tell that those two should match somehow.


>
>>> Ah, that is an interesting one:
>>>
>>> $ rebase -si
>>> rebase: failed to open rebase database "/etc/rebase.db.i386":
>>> No such file or directory
>>> ...this here means that rebase never created the database, which in turn
>>> could point to rebase crashing or not having sufficient privileges on
>>> /etc.  Something like that.
>>>
>>> What happens if you stop all Cygwin processes, including any service
>>> you installed, then start dash, make sure you're in /bin, and then
>>> call `./rebaseall -p'.  Any helpful output?
>> How about this; sure looks like something is wrong:
>>
>> ./rebaseall -p
>> gzip: stdin: unexpected end of file
> Yes, something is wrong.  Looks like you removed the /etc/setup
> directory or the contents of that dir.  The content is created and
> maintained by the setup installer and rebaseall needs the information.
> Don't play games with the files under /etc unless you want to break
> your installation.

It was never the idea to break the installation :)
But, evidently, I did botch my bundle, so to speak.

Rebase is fine now; all I get is this harmless (?) message:

/usr/lib/perl5/5.14/i686-cygwin-threads-64int/CORE/cygperl5_14_2.dll: skipped because nonexistent.

Nonexistent is not the whole truth: it's just a dangling symlink.
Sibling cygperl5_14.dll is fine
Is that a bug or my doing?

Thanks for your (plural, including Marco) most excellent help.

-- - Bartels

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

* Re: C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address
  2013-12-04 20:18                 ` bartels
@ 2013-12-10 14:42                   ` Reini Urban
  0 siblings, 0 replies; 11+ messages in thread
From: Reini Urban @ 2013-12-10 14:42 UTC (permalink / raw)
  To: The Cygwin Mailing List

On Wed, Dec 4, 2013 at 2:18 PM, bartel wrote:
> Rebase is fine now; all I get is this harmless (?) message:
>
> /usr/lib/perl5/5.14/i686-cygwin-threads-64int/CORE/cygperl5_14_2.dll:
> skipped because nonexistent.
>
> Nonexistent is not the whole truth: it's just a dangling symlink.
> Sibling cygperl5_14.dll is fine
> Is that a bug or my doing?

That is a known packaging glitch in perl, yes. You can ignore it.
-- 
Reini Urban
http://cpanel.net/   http://www.perl-compiler.org/

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

end of thread, other threads:[~2013-12-10 14:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-04 11:01 C:\cygwin\bin\cyggcc_s-1.dll: Loaded to different address bartels
2013-12-04 11:54 ` bartels
2013-12-04 12:23   ` marco atzeri
2013-12-04 12:35     ` bartels
2013-12-04 13:11       ` marco atzeri
2013-12-04 13:53         ` bartels
2013-12-04 14:23           ` Corinna Vinschen
2013-12-04 16:42             ` bartels
2013-12-04 16:53               ` Corinna Vinschen
2013-12-04 20:18                 ` bartels
2013-12-10 14:42                   ` Reini Urban

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