public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Fatal error in wget 1.17.1
@ 2016-05-02 21:32 Jon Ronnenberg
  2016-05-02 23:03 ` Eric Blake
  0 siblings, 1 reply; 12+ messages in thread
From: Jon Ronnenberg @ 2016-05-02 21:32 UTC (permalink / raw)
  To: cygwin

Hi all. I'm new here and this is my first post.

I've just installed wget (GNU Wget 1.17.1 built on cygwin) and got the
following error:

sh download_model.sh
Downloading the colorization model...
      1 [main] wget (14720) C:\cygwin64\bin\wget.exe: *** fatal error -
cygheap base mismatch detected - 0x180330400/0x18033E400.
This problem is probably due to using incompatible versions of the cygwin
DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version
*should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.

The content of download_model.sh is:
#!/bin/sh
echo "Downloading the colorization model..."
wget --continue -O colornet.t7 -- "
http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7"

I'm on Windows 10

Before running, but after installing, I downloaded the current
setup-x86_64.exe from cygwin.com (today 2016-05-02).

I tried reinstalling wget but the error message remain the same. Not sure
what to do next.

Cheers, Jon

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

* Re: Fatal error in wget 1.17.1
  2016-05-02 21:32 Fatal error in wget 1.17.1 Jon Ronnenberg
@ 2016-05-02 23:03 ` Eric Blake
  2016-05-02 23:32   ` Jon Ronnenberg
  0 siblings, 1 reply; 12+ messages in thread
From: Eric Blake @ 2016-05-02 23:03 UTC (permalink / raw)
  To: cygwin, jon.ronnenberg

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

On 05/02/2016 03:32 PM, Jon Ronnenberg wrote:
> Hi all. I'm new here and this is my first post.
> 
> I've just installed wget (GNU Wget 1.17.1 built on cygwin) and got the
> following error:
> 
> sh download_model.sh
> Downloading the colorization model...
>       1 [main] wget (14720) C:\cygwin64\bin\wget.exe: *** fatal error -
> cygheap base mismatch detected - 0x180330400/0x18033E400.
> This problem is probably due to using incompatible versions of the cygwin
> DLL.

In all likelihood, you really do have two versions of cygwin1.dll
installed on your computer.

Following the directions listed here:

> 
> --
> Problem reports:       http://cygwin.com/problems.html

in particular, the instructions to run cygcheck and attach the output,
will help identify not only if you do have two cygwin installations, but
where the second is installed, so that you can delete the one you don't
need.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


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

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

* Re: Fatal error in wget 1.17.1
  2016-05-02 23:03 ` Eric Blake
@ 2016-05-02 23:32   ` Jon Ronnenberg
  2016-05-02 23:43     ` Eric Blake
  0 siblings, 1 reply; 12+ messages in thread
From: Jon Ronnenberg @ 2016-05-02 23:32 UTC (permalink / raw)
  To: Eric Blake; +Cc: cygwin

I don't think so.

c:\cygwin64\bin
λ ls cygwin*
cygwin-console-helper.exe*  cygwin1.dll*

I did a full search through the start menu but I only got the above
cygwin1.dll It seems to me that the current wget package is built on
an old version of cygwin. But I'm only guessing.

On Tue, May 3, 2016 at 1:03 AM, Eric Blake <eblake@redhat.com> wrote:
> On 05/02/2016 03:32 PM, Jon Ronnenberg wrote:
>> Hi all. I'm new here and this is my first post.
>>
>> I've just installed wget (GNU Wget 1.17.1 built on cygwin) and got the
>> following error:
>>
>> sh download_model.sh
>> Downloading the colorization model...
>>       1 [main] wget (14720) C:\cygwin64\bin\wget.exe: *** fatal error -
>> cygheap base mismatch detected - 0x180330400/0x18033E400.
>> This problem is probably due to using incompatible versions of the cygwin
>> DLL.
>
> In all likelihood, you really do have two versions of cygwin1.dll
> installed on your computer.
>
> Following the directions listed here:
>
>>
>> --
>> Problem reports:       http://cygwin.com/problems.html
>
> in particular, the instructions to run cygcheck and attach the output,
> will help identify not only if you do have two cygwin installations, but
> where the second is installed, so that you can delete the one you don't
> need.
>
> --
> Eric Blake   eblake redhat com    +1-919-301-3266
> Libvirt virtualization library http://libvirt.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] 12+ messages in thread

* Re: Fatal error in wget 1.17.1
  2016-05-02 23:32   ` Jon Ronnenberg
@ 2016-05-02 23:43     ` Eric Blake
  2016-05-03  0:45       ` Jon Ronnenberg
  0 siblings, 1 reply; 12+ messages in thread
From: Eric Blake @ 2016-05-02 23:43 UTC (permalink / raw)
  To: Jon Ronnenberg; +Cc: cygwin

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

Please don't top-post on technical lists.

On 05/02/2016 05:31 PM, Jon Ronnenberg wrote:
> I don't think so.
> 
> c:\cygwin64\bin
> λ ls cygwin*
> cygwin-console-helper.exe*  cygwin1.dll*

That's under the c:\cygwin64\bin directory, but doesn't tell me anything
about the rest of your system. Which is why I asked for cygcheck output,
but you seemed to have missed that point.

> 
> I did a full search through the start menu but I only got the above
> cygwin1.dll It seems to me that the current wget package is built on
> an old version of cygwin. But I'm only guessing.

No, you are misdiagnosing your problem.  It doesn't matter what version
of cygwin wget was built against, what matters is what version of
cygwin1.dll is being loaded when your script is forking, and if your
PATH happens to be modified in such a way that wget is attempting to
load a different cygwin1.dll than the shell running the script, such
that there are now two different cygwin1.dlls loaded at the same time.

So I'll ask again: please run cygcheck as directed by the mailing list
footer...

>> Following the directions listed here:
>>
>>>
>>> --
>>> Problem reports:       http://cygwin.com/problems.html
>>
>> in particular, the instructions to run cygcheck and attach the output,
>> will help identify not only if you do have two cygwin installations, but
>> where the second is installed, so that you can delete the one you don't
>> need.

and attach its output, to prove to us what cygcheck thinks about your
system, not what you think about your system.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


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

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

* Re: Fatal error in wget 1.17.1
  2016-05-02 23:43     ` Eric Blake
@ 2016-05-03  0:45       ` Jon Ronnenberg
  2016-05-03  1:09         ` Jon Ronnenberg
  0 siblings, 1 reply; 12+ messages in thread
From: Jon Ronnenberg @ 2016-05-03  0:45 UTC (permalink / raw)
  To: Eric Blake; +Cc: cygwin

On Tue, May 3, 2016 at 1:43 AM, Eric Blake <eblake@redhat.com> wrote:
> Please don't top-post on technical lists.
>
> On 05/02/2016 05:31 PM, Jon Ronnenberg wrote:
>> I don't think so.
>>
>> c:\cygwin64\bin
>> λ ls cygwin*
>> cygwin-console-helper.exe*  cygwin1.dll*
>
> That's under the c:\cygwin64\bin directory, but doesn't tell me anything
> about the rest of your system. Which is why I asked for cygcheck output,
> but you seemed to have missed that point.
>
>>
>> I did a full search through the start menu but I only got the above
>> cygwin1.dll It seems to me that the current wget package is built on
>> an old version of cygwin. But I'm only guessing.
>
> No, you are misdiagnosing your problem.  It doesn't matter what version
> of cygwin wget was built against, what matters is what version of
> cygwin1.dll is being loaded when your script is forking, and if your
> PATH happens to be modified in such a way that wget is attempting to
> load a different cygwin1.dll than the shell running the script, such
> that there are now two different cygwin1.dlls loaded at the same time.
>
> So I'll ask again: please run cygcheck as directed by the mailing list
> footer...
>
>>> Following the directions listed here:
>>>
>>>>
>>>> --
>>>> Problem reports:       http://cygwin.com/problems.html
>>>
>>> in particular, the instructions to run cygcheck and attach the output,
>>> will help identify not only if you do have two cygwin installations, but
>>> where the second is installed, so that you can delete the one you don't
>>> need.
>
> and attach its output, to prove to us what cygcheck thinks about your
> system, not what you think about your system.
>
> --
> Eric Blake   eblake redhat com    +1-919-301-3266
> Libvirt virtualization library http://libvirt.org
>
Sorry, didn't see the part about cygcheck. Thanks for your help


Cygwin Configuration Diagnostics
Current System Time: Tue May 03 02:21:59 2016

Windows 10 Professional Ver 10.0 Build 10586

Path: C:\tools\cmder\bin
C:\Program Files\Git\bin
C:\Program Files\Git\share\vim\vim74
C:\tools\cmder\vendor\conemu-maximus5
C:\tools\cmder\vendor\conemu-maximus5\ConEmu
C:\tools\ruby22\bin
C:\Program Files\Haskell\bin
C:\Program Files\Haskell Platform\7.10.3\lib\extralibs\bin
C:\Program Files\Haskell Platform\7.10.3\bin
C:\tools\ruby21\bin
C:\tools\ruby215\bin
C:\ProgramData\Oracle\Java\javapath
C:\Program Files (x86)\Intel\iCLS Client\
C:\Program Files\Intel\iCLS Client\
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0\
C:\Program Files\Intel\Intel(R) Management Engine Components\DAL
C:\Program Files\Intel\Intel(R) Management Engine Components\IPT
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static
C:\Program Files (x86)\Common Files\Lenovo
C:\ProgramData\Lenovo\ReadyApps
C:\Program Files (x86)\Lenovo\Access Connections\
C:\Program Files (x86)\Subversion\bin
C:\tools\python2
C:\Program Files (x86)\Heroku\bin
C:\Program Files (x86)\git\cmd
C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin
C:\Program Files (x86)\AMD\ATI.ACE\Core-Static
C:\Program Files (x86)\Disconnect\Disconnect Desktop\openvpn\bin
C:\Program Files\Git\cmd
C:\Program Files\Intel\WiFi\bin\
C:\Program Files\Common Files\Intel\WirelessCommon\
C:\Program Files\Haskell Platform\7.10.3\mingw\bin
C:\Users\dotnet\AppData\Roaming\nvm
C:\Program Files\nodejs
C:\Program Files (x86)\Microsoft VS Code
C:\WINDOWS\system32
C:\WINDOWS
C:\WINDOWS\System32\Wbem
C:\WINDOWS\System32\WindowsPowerShell\v1.0\
C:\Program Files (x86)\Skype\Phone\
C:\Program Files\Git LFS
C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\
C:\Program Files\Emscripten\emscripten\1.35.0
C:\Program Files\Emscripten
C:\Program Files\Emscripten\clang\e1.35.0_64bit
C:\Program Files\Emscripten\node\0.12.2_64bit
C:\Program Files\Emscripten\python\2.7.5.3_64bit
C:\Program Files\Emscripten\java\7.45_64bit\bin
C:\Program Files\Emscripten\crunch\1.03
C:\Program Files\Emscripten\mingw\4.6.2_32bit
C:\Users\dotnet\AppData\Roaming\cabal\bin
%VCBuild.exe%
C:\ProgramData\chocolatey\bin
c:\Users\dotnet\Projects\opensource\depot_tools
C:\Program Files (x86)\Subversion\bin
c:\tools\python2
C:\tools\python2\scripts
C:\Users\dotnet\AppData\Local\atom\bin
C:\Users\dotnet\Projects\playground\nand2tetris\tools
C:\tools\ruby215\bin
C:\Program Files\Sublime Text 3
C:\tools\cmder
C:\Program Files (x86)\Microsoft VS Code\bin
C:\Program Files\Intel\WiFi\bin\
C:\Program Files\Common Files\Intel\WirelessCommon\
C:\Program Files (x86)\Firefox Developer Edition
C:\cygwin64\bin
C:\Users\dotnet\AppData\Roaming\npm
C:\Users\dotnet\AppData\Roaming\nvm
C:\Program Files\nodejs
C:\Program Files (x86)\Microsoft VS Code
C:\Program Files (x86)\Google\google_appengine\
C:\Users\dotnet\tools\
C:\tools\cmder
C:\tools\cmder\bin
C:\Program Files\Git\bin
C:\Program Files\Git\mingw\bin
C:\Program Files\Git\cmd
C:\Program Files\Git\share\vim\vim74
C:\tools\cmder

Output from C:\cygwin64\bin\id.exe
UID: 197608(dotnet)            GID: 197121(None)
197121(None)                   197610(Message Capture Users)
559(Performance Log Users)     545(Users)
4(INTERACTIVE)                 66049(CONSOLE LOGON)
11(Authenticated Users)        15(This Organization)
113(Local account)             66048(LOCAL)
262154(NTLM Authentication)    401408(Medium Mandatory Level)

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

HOME = 'C:\Users\dotnet'
Path = 'C:\tools\cmder\bin;C:\Program Files\Git\bin;C:\Program
Files\Git\share\vim\vim74;C:\tools\cmder\vendor\conemu-maximus5;C:\tools\cmder\vendor\conemu-maximus5\ConEmu;C:\tools\ruby22\bin;C:\Program
Files\Haskell\bin;C:\Program Files\Haskell
Platform\7.10.3\lib\extralibs\bin;C:\Program Files\Haskell
Platform\7.10.3\bin;C:\tools\ruby21\bin;C:\tools\ruby215\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program
Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS
Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program
Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files
(x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files
(x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files
(x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files
(x86)\Common Files\Lenovo;C:\ProgramData\Lenovo\ReadyApps;C:\Program
Files (x86)\Lenovo\Access Connections\;C:\Program Files
(x86)\Subversion\bin;C:\tools\python2;C:\Program Files
(x86)\Heroku\bin;C:\Program Files (x86)\git\cmd;C:\Program Files
(x86)\Common Files\lenovo\easyplussdk\bin;C:\Program Files
(x86)\AMD\ATI.ACE\Core-Static;C:\Program Files
(x86)\Disconnect\Disconnect Desktop\openvpn\bin;C:\Program
Files\Git\cmd;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common
Files\Intel\WirelessCommon\;C:\Program Files\Haskell
Platform\7.10.3\mingw\bin;C:\Users\dotnet\AppData\Roaming\nvm;C:\Program
Files\nodejs;C:\Program Files (x86)\Microsoft VS
Code;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program
Files (x86)\Skype\Phone\;C:\Program Files\Git LFS;C:\Program Files
(x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program
Files\Emscripten\emscripten\1.35.0;C:\Program
Files\Emscripten;C:\Program
Files\Emscripten\clang\e1.35.0_64bit;C:\Program
Files\Emscripten\node\0.12.2_64bit;C:\Program
Files\Emscripten\python\2.7.5.3_64bit;C:\Program
Files\Emscripten\java\7.45_64bit\bin;C:\Program
Files\Emscripten\crunch\1.03;C:\Program
Files\Emscripten\mingw\4.6.2_32bit;C:\Users\dotnet\AppData\Roaming\cabal\bin;%VCBuild.exe%;C:\ProgramData\chocolatey\bin;c:\Users\dotnet\Projects\opensource\depot_tools;C:\Program
Files (x86)\Subversion\bin;c:\tools\python2;C:\tools\python2\scripts;C:\Users\dotnet\AppData\Local\atom\bin;C:\Users\dotnet\Projects\playground\nand2tetris\tools;C:\tools\ruby215\bin;C:\Program
Files\Sublime Text 3;C:\tools\cmder;C:\Program Files (x86)\Microsoft
VS Code\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common
Files\Intel\WirelessCommon\;C:\Program Files (x86)\Firefox Developer
Edition;C:\cygwin64\bin;C:\Users\dotnet\AppData\Roaming\npm;C:\Users\dotnet\AppData\Roaming\nvm;C:\Program
Files\nodejs;C:\Program Files (x86)\Microsoft VS Code;C:\Program Files
(x86)\Google\google_appengine\;C:\Users\dotnet\tools\;C:\tools\cmder;C:\tools\cmder\bin;C:\Program
Files\Git\bin;C:\Program Files\Git\mingw\bin;C:\Program
Files\Git\cmd;C:\Program Files\Git\share\vim\vim74;C:\tools\cmder'

ACPath = 'C:\Program Files (x86)\Lenovo\Access Connections\'
ALLUSERSPROFILE = 'C:\ProgramData'
ANSICON = '198x1000 (198x19)'
ANSICON_DEF = '7'
APPDATA = 'C:\Users\dotnet\AppData\Roaming'
APR_ICONV_PATH = 'C:\Program Files (x86)\Subversion\iconv'
architecture = '64'
ChocolateyInstall = 'C:\ProgramData\chocolatey'
CMDER_ROOT = 'C:\tools\cmder'
CMDER_START = ''
CommonProgramFiles = 'C:\Program Files\Common Files'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
CommonProgramW6432 = 'C:\Program Files\Common Files'
COMMPath = 'C:\Program Files\Lenovo\Communications Utility'
COMPUTERNAME = 'DOTNET-ULTRA'
ComSpec = 'C:\WINDOWS\system32\cmd.exe'
ConEmuANSI = 'ON'
ConEmuAnsiLog = ''
ConEmuArgs = '/Icon "C:\tools\cmder\icons\cmder.ico" /Title Cmder
/LoadCfgFile "C:\tools\cmder\config\ConEmu.xml"'
ConEmuBackHWND = '0x00040280'
ConEmuBaseDir = 'C:\tools\cmder\vendor\conemu-maximus5\ConEmu'
ConEmuBuild = '150813c'
ConEmuConfig = ''
ConEmuDir = 'C:\tools\cmder\vendor\conemu-maximus5'
ConEmuDrawHWND = '0x00030400'
ConEmuDrive = 'C:'
ConEmuHooks = 'Enabled'
ConEmuHWND = '0x000102E0'
ConEmuPID = '9980'
ConEmuServerPID = '11936'
ConEmuWorkDir = 'C:\Users\dotnet'
ConEmuWorkDrive = 'C:'
configsetroot = 'C:\WINDOWS\ConfigSetRoot'
easyplussdk = '"C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin"'
EMSCRIPTEN = 'C:\Program Files\Emscripten\emscripten\1.35.0'
FP_NO_HOST_CHECK = 'NO'
GIT_INSTALL_ROOT = 'C:\Program Files\Git'
GYP_MSVS_VERSION = '2015'
HerokuPath = 'C:\Program Files (x86)\Heroku'
HOMEDRIVE = 'C:'
HOMEPATH = '\Users\dotnet'
LOCALAPPDATA = 'C:\Users\dotnet\AppData\Local'
LOGONSERVER = '\\DOTNET-ULTRA'
NUMBER_OF_PROCESSORS = '4'
NVM_HOME = 'C:\Users\dotnet\AppData\Roaming\nvm'
NVM_SYMLINK = 'C:\Program Files\nodejs'
OS = 'Windows_NT'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW'
PLINK_PROTOCOL = 'ssh'
PROCESSOR_ARCHITECTURE = 'AMD64'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 69 Stepping 1, GenuineIntel'
PROCESSOR_LEVEL = '6'
PROCESSOR_REVISION = '4501'
ProgramData = 'C:\ProgramData'
ProgramFiles = 'C:\Program Files'
ProgramFiles(x86) = 'C:\Program Files (x86)'
ProgramW6432 = 'C:\Program Files'
PROMPT = 'C\bL\bI\bN\bK\b \b$E[1;32;40m$P$S{git}{hg}$S$_$E[1;30;40m{lamb}$S$E[0m'
PSModulePath = 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\;C:\Program
Files\Microsoft Message Analyzer\PowerShell\'
PUBLIC = 'C:\Users\Public'
READYAPPS = 'C:\ProgramData\Lenovo\ReadyApps'
SESSIONNAME = 'Console'
SVN_SSH = 'C:\\Program Files\\Git\\bin\\ssh.exe'
SWSHARE = 'C:\SWSHARE'
SystemDrive = 'C:'
SystemRoot = 'C:\WINDOWS'
TEMP = 'C:\Users\dotnet\AppData\Local\Temp'
TERM = 'cygwin'
TMP = 'C:\Users\dotnet\AppData\Local\Temp'
TVT = 'C:\Program Files (x86)\Lenovo'
TVTCOMMON = 'C:\Program Files (x86)\Common Files\Lenovo'
USERDOMAIN = 'dotnet-ultra'
USERDOMAIN_ROAMINGPROFILE = 'dotnet-ultra'
USERNAME = 'dotnet'
USERPROFILE = 'C:\Users\dotnet'
VS140COMNTOOLS = 'C:\Program Files (x86)\Microsoft Visual Studio
14.0\Common7\Tools\'
windir = 'C:\WINDOWS'
windows_tracing_flags = '3'
windows_tracing_logfile = 'C:\BVTBin\Tests\installpackage\csilogfile.log'

HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin\mounts v0
HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\SOFTWARE\Cygwin
HKEY_CURRENT_USER\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_CURRENT_USER\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin64'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: e022582115c10879 Path: C:\cygwin64
  User:   Key: e022582115c10879 Path: C:\cygwin64

c:  hd  NTFS    110714Mb  85% CP CS UN PA FC     Windows7_OS

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

Found: C:\cygwin64\bin\awk.exe
Found: C:\cygwin64\bin\awk
Warning: C:\cygwin64\bin\awk.exe hides C:\cygwin64\bin\awk
Found: C:\Program Files\Git\bin\bash.exe
Found: C:\cygwin64\bin\bash.exe
Warning: C:\Program Files\Git\bin\bash.exe hides C:\cygwin64\bin\bash.exe
Found: C:\Program Files\Git\bin\bash.exe
Found: C:\cygwin64\bin\cat.exe
Found: C:\cygwin64\bin\cp.exe
Found: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\cpp.exe
Found: C:\cygwin64\bin\cpp.exe
Warning: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\cpp.exe
hides C:\cygwin64\bin\cpp.exe
Not Found: crontab
Found: C:\Windows\system32\find.exe
Found: C:\WINDOWS\system32\find.exe
Found: C:\cygwin64\bin\find.exe
Warning: C:\Windows\system32\find.exe hides C:\cygwin64\bin\find.exe
Found: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\gcc.exe
Found: C:\cygwin64\bin\gcc.exe
Warning: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\gcc.exe
hides C:\cygwin64\bin\gcc.exe
Found: C:\cygwin64\bin\gdb.exe
Found: C:\cygwin64\bin\grep.exe
Found: C:\cygwin64\bin\kill.exe
Found: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\ld.exe
Found: C:\cygwin64\bin\ld.exe
Warning: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\ld.exe
hides C:\cygwin64\bin\ld.exe
Found: C:\cygwin64\bin\ls.exe
Found: C:\ProgramData\chocolatey\bin\make.exe
Found: C:\cygwin64\bin\make.exe
Warning: C:\ProgramData\chocolatey\bin\make.exe hides C:\cygwin64\bin\make.exe
Found: C:\cygwin64\bin\mv.exe
Found: C:\cygwin64\bin\patch.exe
Found: C:\cygwin64\bin\perl.exe
Found: C:\cygwin64\bin\rm.exe
Found: C:\cygwin64\bin\sed.exe
Found: C:\cygwin64\bin\ssh.exe
Found: C:\Program Files\Git\bin\sh.exe
Found: C:\cygwin64\bin\sh.exe
Warning: C:\Program Files\Git\bin\sh.exe hides C:\cygwin64\bin\sh.exe
Found: C:\Program Files\Git\bin\sh.exe
Found: C:\cygwin64\bin\tar.exe
Found: C:\cygwin64\bin\test.exe
Found: C:\cygwin64\bin\vi.exe
Found: C:\cygwin64\bin\vi
Warning: C:\cygwin64\bin\vi.exe hides C:\cygwin64\bin\vi
Found: C:\cygwin64\bin\vim

   38k 2013/07/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygargp-0.dll" v0.0 ts=2013-07-19 16:07
   88k 2016/04/17 C:\cygwin64\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygatomic-1.dll" v0.0 ts=2016-04-17 15:33
   16k 2013/03/26 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygattr-1.dll" v0.0 ts=2013-03-26 18:26
  180k 2015/03/23 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygblkid-1.dll" v0.0 ts=2015-03-23 09:46
   64k 2013/03/07 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2013-03-07 03:54
  117k 2013/05/05 C:\cygwin64\bin\cygcloog-isl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcloog-isl-4.dll" v0.0 ts=2013-05-05 17:41
   13k 2015/03/19 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcom_err-2.dll" v0.0 ts=2015-03-19 02:44
   10k 2016/03/18 C:\cygwin64\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-0.dll" v0.0 ts=2016-03-18 11:05
 2231k 2016/03/08 C:\cygwin64\bin\cygcrypto-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.0.0.dll" v0.0 ts=2016-03-08 10:41
  453k 2016/03/24 C:\cygwin64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcurl-4.dll" v0.0 ts=2016-03-24 06:30
 1526k 2013/03/08 C:\cygwin64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb-5.3.dll" v0.0 ts=2013-03-08 08:55
  111k 2013/03/08 C:\cygwin64\bin\cygdb_cxx-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_cxx-5.3.dll" v0.0 ts=2013-03-08 08:56
  472k 2013/03/08 C:\cygwin64\bin\cygdb_sql-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_sql-5.3.dll" v0.0 ts=2013-03-08 08:58
  144k 2016/03/16 C:\cygwin64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygexpat-1.dll" v0.0 ts=2016-03-16 19:46
   30k 2014/10/14 C:\cygwin64\bin\cygfam-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygfam-0.dll" v0.0 ts=2014-10-14 22:33
   27k 2015/11/17 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygffi-6.dll" v0.0 ts=2015-11-17 23:14
   55k 2016/03/06 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=2016-03-06 20:27
   70k 2016/04/17 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcc_s-seh-1.dll" v0.0 ts=2016-04-17 14:41
   40k 2014/05/27 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=1970-01-01 01:00
   13k 2014/05/27 C:\cygwin64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm_compat-4.dll" v0.0 ts=1970-01-01 01:00
 1276k 2016/03/10 C:\cygwin64\bin\cyggio-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggio-2.0-0.dll" v0.0 ts=2016-03-10 08:14
  958k 2016/03/10 C:\cygwin64\bin\cygglib-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglib-2.0-0.dll" v0.0 ts=2016-03-10 08:12
   14k 2016/03/10 C:\cygwin64\bin\cyggmodule-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmodule-2.0-0.dll" v0.0 ts=2016-03-10 08:12
  528k 2015/12/06 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmp-10.dll" v0.0 ts=2015-12-06 09:37
  931k 2015/08/28 C:\cygwin64\bin\cyggnutls-28.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutls-28.dll" v0.0 ts=2015-08-28 18:05
   24k 2015/08/28 C:\cygwin64\bin\cyggnutls-openssl-27.dll - os=4.0
img=0.0 sys=5.2
                  "cyggnutls-openssl-27.dll" v0.0 ts=2015-08-28 18:06
   41k 2015/08/28 C:\cygwin64\bin\cyggnutlsxx-28.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnutlsxx-28.dll" v0.0 ts=2015-08-28 18:06
  284k 2016/03/10 C:\cygwin64\bin\cyggobject-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggobject-2.0-0.dll" v0.0 ts=2016-03-10 08:13
  105k 2016/04/17 C:\cygwin64\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggomp-1.dll" v0.0 ts=2016-04-17 14:45
   10k 2016/04/17 C:\cygwin64\bin\cyggomp-plugin-host_nonshm-1.dll -
os=4.0 img=0.0 sys=5.2
                  "cyggomp-plugin-host_nonshm-1.dll" v0.0 ts=2016-04-17 14:45
  258k 2016/03/21 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi_krb5-2.dll" v0.0 ts=2016-03-21 04:40
    9k 2016/03/10 C:\cygwin64\bin\cyggthread-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggthread-2.0-0.dll" v0.0 ts=2016-03-10 08:12
  691k 2013/04/22 C:\cygwin64\bin\cygguile-17.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-17.dll" v0.0 ts=2013-04-22 04:15
   30k 2015/01/27 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
                  "cyghistory7.dll" v0.0 ts=2015-01-27 04:51
  167k 2016/03/13 C:\cygwin64\bin\cyghogweed-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyghogweed-2.dll" v0.0 ts=2016-03-13 14:46
 1009k 2015/02/20 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiconv-2.dll" v0.0 ts=2015-02-20 18:07
  196k 2014/12/06 C:\cygwin64\bin\cygidn-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn-11.dll" v0.0 ts=2014-12-06 14:17
   40k 2015/09/20 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygintl-8.dll" v0.0 ts=2015-09-20 20:10
  888k 2013/05/05 C:\cygwin64\bin\cygisl-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-10.dll" v0.0 ts=2013-05-05 17:36
 1039k 2015/09/20 C:\cygwin64\bin\cygisl-13.dll - os=4.0 img=0.0 sys=5.2
                  "cygisl-13.dll" v0.0 ts=2015-09-20 13:39
  177k 2016/03/21 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygk5crypto-3.dll" v0.0 ts=2016-03-21 04:40
  721k 2016/03/21 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-3.dll" v0.0 ts=2016-03-21 04:40
   35k 2016/03/21 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5support-0.dll" v0.0 ts=2016-03-21 04:40
   45k 2015/11/19 C:\cygwin64\bin\cyglber-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglber-2-4-2.dll" v0.0 ts=2015-11-19 15:17
  246k 2015/11/19 C:\cygwin64\bin\cygldap-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap-2-4-2.dll" v0.0 ts=2015-11-19 15:18
  262k 2015/11/19 C:\cygwin64\bin\cygldap_r-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap_r-2-4-2.dll" v0.0 ts=2015-11-19 15:19
    6k 2016/04/21 C:\cygwin64\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
                  "cyglsa64.dll" v0.0 ts=2016-04-21 22:13
   35k 2016/02/11 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygltdl-7.dll" v0.0 ts=2016-02-12 00:41
  139k 2015/11/09 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzma-5.dll" v0.0 ts=2015-11-09 07:12
  114k 2016/01/11 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmagic-1.dll" v0.0 ts=2016-01-11 23:19
  168k 2015/10/09 C:\cygwin64\bin\cygman-2-7-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygman-2-7-4.dll" v0.0 ts=2015-10-09 04:12
   22k 2015/10/09 C:\cygwin64\bin\cygmandb-2-7-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmandb-2-7-4.dll" v0.0 ts=2015-10-09 04:18
   29k 2016/03/06 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=2016-03-06 20:27
   42k 2013/08/12 C:\cygwin64\bin\cygmetalink-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetalink-3.dll" v0.0 ts=2013-08-13 01:02
   89k 2015/03/01 C:\cygwin64\bin\cygmpc-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpc-3.dll" v0.0 ts=2015-03-01 21:24
  345k 2016/03/06 C:\cygwin64\bin\cygmpfr-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-4.dll" v0.0 ts=2016-03-06 17:29
   53k 2016/03/06 C:\cygwin64\bin\cygncurses++w-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncurses++w-10.dll" v0.0 ts=2016-03-06 20:31
  279k 2016/03/06 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=2016-03-06 20:26
  180k 2016/03/13 C:\cygwin64\bin\cygnettle-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygnettle-4.dll" v0.0 ts=2016-03-13 14:46
  126k 2016/03/02 C:\cygwin64\bin\cygnghttp2-14.dll - os=4.0 img=0.0 sys=5.2
                  "cygnghttp2-14.dll" v0.0 ts=2016-03-02 19:23
  319k 2015/06/01 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygp11-kit-0.dll" v0.0 ts=2015-06-01 20:02
   14k 2016/03/06 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=2016-03-06 20:27
  465k 2016/03/30 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2016-03-30 23:00
 2021k 2016/04/30 C:\cygwin64\bin\cygperl5_22.dll - os=4.0 img=0.0 sys=5.2
                  "cygperl5_22.dll" v0.0 ts=2016-04-30 17:05
   39k 2015/04/09 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpipeline-1.dll" v0.0 ts=2015-04-09 22:04
   41k 2013/10/21 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpopt-0.dll" v0.0 ts=2013-10-21 22:52
   48k 2016/03/31 C:\cygwin64\bin\cygpsl-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpsl-5.dll" v0.0 ts=2016-03-31 07:37
  308k 2016/04/17 C:\cygwin64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygquadmath-0.dll" v0.0 ts=2016-04-17 15:36
  207k 2015/01/27 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
                  "cygreadline7.dll" v0.0 ts=2015-01-27 04:51
   97k 2014/11/24 C:\cygwin64\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsasl2-3.dll" v0.0 ts=2014-11-24 19:22
   11k 2015/07/17 C:\cygwin64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygsigsegv-2.dll" v0.0 ts=2015-07-17 23:35
   89k 2015/03/23 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygsmartcols-1.dll" v0.0 ts=2015-03-23 09:46
  928k 2016/04/21 C:\cygwin64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3-0.dll" v0.0 ts=2016-04-21 10:37
  156k 2016/03/02 C:\cygwin64\bin\cygssh2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssh2-1.dll" v0.0 ts=2016-03-02 19:03
  424k 2016/03/08 C:\cygwin64\bin\cygssl-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.0.0.dll" v0.0 ts=2016-03-08 10:41
   12k 2016/04/17 C:\cygwin64\bin\cygssp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssp-0.dll" v0.0 ts=2016-04-17 15:30
 1337k 2016/04/17 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=2016-04-17 15:01
   66k 2016/02/04 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtasn1-6.dll" v0.0 ts=2016-02-04 14:53
   53k 2016/03/06 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=2016-03-06 20:26
 1538k 2015/10/16 C:\cygwin64\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygunistring-2.dll" v0.0 ts=2015-10-16 22:40
   15k 2015/03/23 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguuid-1.dll" v0.0 ts=2015-03-23 09:46
    8k 2016/04/17 C:\cygwin64\bin\cygvtv-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvtv-0.dll" v0.0 ts=2016-04-17 15:30
    8k 2016/04/17 C:\cygwin64\bin\cygvtv_stubs-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvtv_stubs-0.dll" v0.0 ts=2016-04-17 15:31
 1134k 2015/03/26 C:\cygwin64\bin\cygX11-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-6.dll" v0.0 ts=2015-03-26 15:14
   12k 2013/06/06 C:\cygwin64\bin\cygXau-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXau-6.dll" v0.0 ts=2013-06-06 07:23
  102k 2015/09/07 C:\cygwin64\bin\cygxcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-1.dll" v0.0 ts=2015-09-07 06:50
   21k 2015/03/26 C:\cygwin64\bin\cygXdmcp-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdmcp-6.dll" v0.0 ts=2015-03-26 15:38
 1206k 2015/11/27 C:\cygwin64\bin\cygxml2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxml2-2.dll" v0.0 ts=2015-11-27 21:22
   80k 2014/11/19 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
                  "cygz.dll" v0.0 ts=2014-11-20 00:08
 3456k 2016/04/21 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2016-04-21 22:14
    Cygwin DLL version info:
        DLL version: 2.5.1
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 297
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix:
        Build date:
        Shared id: cygwin1S5


Can't find the cygrunsrv utility, skipping services check.


Cygwin Package Information
Last downloaded files to: C:\cygwin64\install_files
Last downloaded files from: ftp://ftp.acc.umu.se/mirror/cygwin/

Package                   Version            Status
_autorebase               001004-1           OK
Empty package _update-info-dir
_update-info-dir          03000-1            OK
alternatives              1.3.30c-10         OK
antiword                  0.37-1             OK
base-cygwin               3.8-1              OK
base-files                4.2-4              OK
bash                      4.3.42-4           OK
binutils                  2.25-4             OK
bison                     3.0.4-1            OK
bzip2                     1.0.6-2            OK
ca-certificates           2.7-1              OK
coreutils                 8.25-3             OK
curl                      7.48.0-1           OK
cygutils                  1.4.15-2           OK
cygwin                    2.5.1-1            OK
cygwin-devel              2.5.1-1            OK
dash                      0.5.8-3            OK
desktop-file-utils        0.22-2             OK
editrights                1.03-1             OK
file                      5.25-1             OK
findutils                 4.6.0-1            OK
gamin                     0.1.10-15          OK
gawk                      4.1.3-1            OK
gcc-core                  5.3.0-5            OK
gdb                       7.10.1-1           OK
getent                    2.18.90-4          OK
grep                      2.24-1             OK
groff                     1.22.3-1           OK
gsettings-desktop-schemas 3.18.1-1           OK
gzip                      1.7-2              OK
hostname                  3.13-1             OK
info                      6.1-2              OK
ipc-utils                 1.0-2              OK
irssi                     0.8.19-1           OK
less                      481-1              OK
libargp                   20110921-2         OK
libatomic1                5.3.0-5            OK
libattr1                  2.4.46-1           OK
libblkid1                 2.25.2-2           OK
libbz2_1                  1.0.6-2            OK
libcloog-isl4             0.18.0-2           OK
libcom_err2               1.42.12-2          OK
libcrypt0                 1.3-1              OK
libcurl4                  7.48.0-1           OK
libdb5.3                  5.3.21-1           OK
libexpat1                 2.1.1-1            OK
libfam0                   0.1.10-15          OK
libffi6                   3.2.1-2            OK
libgcc1                   5.3.0-5            OK
libgdbm4                  1.11-1             OK
libglib2.0_0              2.46.2-3           OK
libgmp10                  6.1.0-3p1          OK
libgnutls28               3.3.17-1           OK
libgomp1                  5.3.0-5            OK
libgssapi_krb5_2          1.14.1-1           OK
libguile17                1.8.8-1            OK
libhogweed2               2.7.1-1            OK
libiconv                  1.14-3             OK
libiconv2                 1.14-3             OK
libidn11                  1.29-1             OK
libintl8                  0.19.5.1-2         OK
libisl10                  0.11.1-2           OK
libisl13                  0.14.1-1           OK
libk5crypto3              1.14.1-1           OK
libkrb5_3                 1.14.1-1           OK
libkrb5support0           1.14.1-1           OK
libltdl7                  2.4.6-3            OK
liblzma5                  5.2.2-1            OK
libmetalink3              0.1.2-1            OK
libmpc3                   1.0.3-1            OK
libmpfr4                  3.1.4-1            OK
libncursesw10             6.0-4.20160305     OK
libnettle4                2.7.1-1            OK
libnghttp2_14             1.7.1-1            OK
libopenldap2_4_2          2.4.42-1           OK
libopenssl100             1.0.2g-3           OK
libp11-kit0               0.22.1-1           OK
libpcre1                  8.38-3             OK
libpipeline1              1.4.0-1            OK
Empty package libpopt0
libpopt0                  1.16-1             OK
libpsl5                   0.13.0-1           OK
libquadmath0              5.3.0-5            OK
libreadline7              6.3.8-1            OK
libsasl2_3                2.1.26-9           OK
libsigsegv2               2.10-2             OK
libsmartcols1             2.25.2-2           OK
libsqlite3_0              3.12.2-1           OK
libssh2_1                 1.7.0-1            OK
libssp0                   5.3.0-5            OK
libstdc++6                5.3.0-5            OK
libtasn1_6                4.7-1              OK
libunistring2             0.9.6-1            OK
libuuid-devel             2.25.2-2           OK
libuuid1                  2.25.2-2           OK
libvtv0                   5.3.0-5            OK
libX11_6                  1.6.3-1            OK
libXau6                   1.0.8-1            OK
libxcb1                   1.11.1-1           OK
libXdmcp6                 1.1.2-1            OK
libxml2                   2.9.3-1            OK
login                     1.11-1             OK
lynx                      2.8.7-2            OK
m4                        1.4.17-2           OK
make                      4.1-1              OK
man-db                    2.7.4-1            OK
mintty                    2.3.6-0            OK
ncurses                   6.0-4.20160305     OK
openssl                   1.0.2g-3           OK
p11-kit                   0.22.1-1           OK
p11-kit-trust             0.22.1-1           OK
perl                      5.22.2-1           OK
perl-Encode-Locale        1.05-1             OK
perl-File-Listing         6.04-5             OK
perl-HTML-Parser          3.72-1             OK
perl-HTML-Tagset          3.20-5             OK
perl-HTTP-Cookies         6.01-5             OK
perl-HTTP-Daemon          6.01-5             OK
perl-HTTP-Date            6.02-5             OK
perl-HTTP-Message         6.11-1             OK
perl-HTTP-Negotiate       6.01-5             OK
perl-IO-HTML              1.001-2            OK
perl-libwww-perl          6.15-1             OK
perl-LWP-MediaTypes       6.02-5             OK
perl-Net-HTTP             6.09-1             OK
perl-Socket               2.021-1            OK
perl-URI                  1.71-1             OK
perl-WWW-RobotRules       6.02-5             OK
perl_autorebase           5.22.2-1           OK
perl_base                 5.22.2-1           OK
popt                      1.16-1             OK
python                    2.7.10-1           OK
rebase                    4.4.2-1            OK
run                       1.3.4-2            OK
sed                       4.2.2-3            OK
shared-mime-info          1.6-3              OK
tar                       1.28-1             OK
terminfo                  6.0-4.20160305     OK
tzcode                    2016d-1            OK
tzdata                    2016d-1            OK
util-linux                2.25.2-2           OK
vim-minimal               7.4.1558-1         OK
w32api-headers            4.0.4-1            OK
w32api-runtime            4.0.4-1            OK
wget                      1.17.1-2           OK
which                     2.20-2             OK
windows-default-manifest  6.4-1              OK
xz                        5.2.2-1            OK
zlib0                     1.2.8-3            OK
Use -h to see help about each section

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

* Re: Fatal error in wget 1.17.1
  2016-05-03  0:45       ` Jon Ronnenberg
@ 2016-05-03  1:09         ` Jon Ronnenberg
  2016-05-03  3:31           ` Jon Ronnenberg
  2016-05-03 11:50           ` Andrey Repin
  0 siblings, 2 replies; 12+ messages in thread
From: Jon Ronnenberg @ 2016-05-03  1:09 UTC (permalink / raw)
  To: Eric Blake; +Cc: cygwin

On Tue, May 3, 2016 at 2:45 AM, Jon Ronnenberg <jon.ronnenberg@gmail.com> wrote:
> On Tue, May 3, 2016 at 1:43 AM, Eric Blake <eblake@redhat.com> wrote:
>> Please don't top-post on technical lists.
>>
>> On 05/02/2016 05:31 PM, Jon Ronnenberg wrote:
>>> I don't think so.
>>>
>>> c:\cygwin64\bin
>>> λ ls cygwin*
>>> cygwin-console-helper.exe*  cygwin1.dll*
>>
>> That's under the c:\cygwin64\bin directory, but doesn't tell me anything
>> about the rest of your system. Which is why I asked for cygcheck output,
>> but you seemed to have missed that point.
>>
>>>
>>> I did a full search through the start menu but I only got the above
>>> cygwin1.dll It seems to me that the current wget package is built on
>>> an old version of cygwin. But I'm only guessing.
>>
>> No, you are misdiagnosing your problem.  It doesn't matter what version
>> of cygwin wget was built against, what matters is what version of
>> cygwin1.dll is being loaded when your script is forking, and if your
>> PATH happens to be modified in such a way that wget is attempting to
>> load a different cygwin1.dll than the shell running the script, such
>> that there are now two different cygwin1.dlls loaded at the same time.
>>
>> So I'll ask again: please run cygcheck as directed by the mailing list
>> footer...
>>
>>>> Following the directions listed here:
>>>>
>>>>>
>>>>> --
>>>>> Problem reports:       http://cygwin.com/problems.html
>>>>
>>>> in particular, the instructions to run cygcheck and attach the output,
>>>> will help identify not only if you do have two cygwin installations, but
>>>> where the second is installed, so that you can delete the one you don't
>>>> need.
>>
>> and attach its output, to prove to us what cygcheck thinks about your
>> system, not what you think about your system.
>>
>> --
>> Eric Blake   eblake redhat com    +1-919-301-3266
>> Libvirt virtualization library http://libvirt.org
>>
> Sorry, didn't see the part about cygcheck. Thanks for your help
>
>
> Cygwin Configuration Diagnostics
> Current System Time: Tue May 03 02:21:59 2016
>
> Windows 10 Professional Ver 10.0 Build 10586
>
> Path: C:\tools\cmder\bin
> C:\Program Files\Git\bin
> C:\Program Files\Git\share\vim\vim74
> C:\tools\cmder\vendor\conemu-maximus5
> C:\tools\cmder\vendor\conemu-maximus5\ConEmu
> C:\tools\ruby22\bin
> C:\Program Files\Haskell\bin
> C:\Program Files\Haskell Platform\7.10.3\lib\extralibs\bin
> C:\Program Files\Haskell Platform\7.10.3\bin
> C:\tools\ruby21\bin
> C:\tools\ruby215\bin
> C:\ProgramData\Oracle\Java\javapath
> C:\Program Files (x86)\Intel\iCLS Client\
> C:\Program Files\Intel\iCLS Client\
> C:\Windows\system32
> C:\Windows
> C:\Windows\System32\Wbem
> C:\Windows\System32\WindowsPowerShell\v1.0\
> C:\Program Files\Intel\Intel(R) Management Engine Components\DAL
> C:\Program Files\Intel\Intel(R) Management Engine Components\IPT
> C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL
> C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
> C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static
> C:\Program Files (x86)\Common Files\Lenovo
> C:\ProgramData\Lenovo\ReadyApps
> C:\Program Files (x86)\Lenovo\Access Connections\
> C:\Program Files (x86)\Subversion\bin
> C:\tools\python2
> C:\Program Files (x86)\Heroku\bin
> C:\Program Files (x86)\git\cmd
> C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin
> C:\Program Files (x86)\AMD\ATI.ACE\Core-Static
> C:\Program Files (x86)\Disconnect\Disconnect Desktop\openvpn\bin
> C:\Program Files\Git\cmd
> C:\Program Files\Intel\WiFi\bin\
> C:\Program Files\Common Files\Intel\WirelessCommon\
> C:\Program Files\Haskell Platform\7.10.3\mingw\bin
> C:\Users\dotnet\AppData\Roaming\nvm
> C:\Program Files\nodejs
> C:\Program Files (x86)\Microsoft VS Code
> C:\WINDOWS\system32
> C:\WINDOWS
> C:\WINDOWS\System32\Wbem
> C:\WINDOWS\System32\WindowsPowerShell\v1.0\
> C:\Program Files (x86)\Skype\Phone\
> C:\Program Files\Git LFS
> C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\
> C:\Program Files\Emscripten\emscripten\1.35.0
> C:\Program Files\Emscripten
> C:\Program Files\Emscripten\clang\e1.35.0_64bit
> C:\Program Files\Emscripten\node\0.12.2_64bit
> C:\Program Files\Emscripten\python\2.7.5.3_64bit
> C:\Program Files\Emscripten\java\7.45_64bit\bin
> C:\Program Files\Emscripten\crunch\1.03
> C:\Program Files\Emscripten\mingw\4.6.2_32bit
> C:\Users\dotnet\AppData\Roaming\cabal\bin
> %VCBuild.exe%
> C:\ProgramData\chocolatey\bin
> c:\Users\dotnet\Projects\opensource\depot_tools
> C:\Program Files (x86)\Subversion\bin
> c:\tools\python2
> C:\tools\python2\scripts
> C:\Users\dotnet\AppData\Local\atom\bin
> C:\Users\dotnet\Projects\playground\nand2tetris\tools
> C:\tools\ruby215\bin
> C:\Program Files\Sublime Text 3
> C:\tools\cmder
> C:\Program Files (x86)\Microsoft VS Code\bin
> C:\Program Files\Intel\WiFi\bin\
> C:\Program Files\Common Files\Intel\WirelessCommon\
> C:\Program Files (x86)\Firefox Developer Edition
> C:\cygwin64\bin
> C:\Users\dotnet\AppData\Roaming\npm
> C:\Users\dotnet\AppData\Roaming\nvm
> C:\Program Files\nodejs
> C:\Program Files (x86)\Microsoft VS Code
> C:\Program Files (x86)\Google\google_appengine\
> C:\Users\dotnet\tools\
> C:\tools\cmder
> C:\tools\cmder\bin
> C:\Program Files\Git\bin
> C:\Program Files\Git\mingw\bin
> C:\Program Files\Git\cmd
> C:\Program Files\Git\share\vim\vim74
> C:\tools\cmder
>
> Output from C:\cygwin64\bin\id.exe
> UID: 197608(dotnet)            GID: 197121(None)
> 197121(None)                   197610(Message Capture Users)
> 559(Performance Log Users)     545(Users)
> 4(INTERACTIVE)                 66049(CONSOLE LOGON)
> 11(Authenticated Users)        15(This Organization)
> 113(Local account)             66048(LOCAL)
> 262154(NTLM Authentication)    401408(Medium Mandatory Level)
>
> SysDir: C:\WINDOWS\system32
> WinDir: C:\WINDOWS
>
> HOME = 'C:\Users\dotnet'
> Path = 'C:\tools\cmder\bin;C:\Program Files\Git\bin;C:\Program
> Files\Git\share\vim\vim74;C:\tools\cmder\vendor\conemu-maximus5;C:\tools\cmder\vendor\conemu-maximus5\ConEmu;C:\tools\ruby22\bin;C:\Program
> Files\Haskell\bin;C:\Program Files\Haskell
> Platform\7.10.3\lib\extralibs\bin;C:\Program Files\Haskell
> Platform\7.10.3\bin;C:\tools\ruby21\bin;C:\tools\ruby215\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program
> Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS
> Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
> Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program
> Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files
> (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files
> (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files
> (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files
> (x86)\Common Files\Lenovo;C:\ProgramData\Lenovo\ReadyApps;C:\Program
> Files (x86)\Lenovo\Access Connections\;C:\Program Files
> (x86)\Subversion\bin;C:\tools\python2;C:\Program Files
> (x86)\Heroku\bin;C:\Program Files (x86)\git\cmd;C:\Program Files
> (x86)\Common Files\lenovo\easyplussdk\bin;C:\Program Files
> (x86)\AMD\ATI.ACE\Core-Static;C:\Program Files
> (x86)\Disconnect\Disconnect Desktop\openvpn\bin;C:\Program
> Files\Git\cmd;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common
> Files\Intel\WirelessCommon\;C:\Program Files\Haskell
> Platform\7.10.3\mingw\bin;C:\Users\dotnet\AppData\Roaming\nvm;C:\Program
> Files\nodejs;C:\Program Files (x86)\Microsoft VS
> Code;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program
> Files (x86)\Skype\Phone\;C:\Program Files\Git LFS;C:\Program Files
> (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program
> Files\Emscripten\emscripten\1.35.0;C:\Program
> Files\Emscripten;C:\Program
> Files\Emscripten\clang\e1.35.0_64bit;C:\Program
> Files\Emscripten\node\0.12.2_64bit;C:\Program
> Files\Emscripten\python\2.7.5.3_64bit;C:\Program
> Files\Emscripten\java\7.45_64bit\bin;C:\Program
> Files\Emscripten\crunch\1.03;C:\Program
> Files\Emscripten\mingw\4.6.2_32bit;C:\Users\dotnet\AppData\Roaming\cabal\bin;%VCBuild.exe%;C:\ProgramData\chocolatey\bin;c:\Users\dotnet\Projects\opensource\depot_tools;C:\Program
> Files (x86)\Subversion\bin;c:\tools\python2;C:\tools\python2\scripts;C:\Users\dotnet\AppData\Local\atom\bin;C:\Users\dotnet\Projects\playground\nand2tetris\tools;C:\tools\ruby215\bin;C:\Program
> Files\Sublime Text 3;C:\tools\cmder;C:\Program Files (x86)\Microsoft
> VS Code\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common
> Files\Intel\WirelessCommon\;C:\Program Files (x86)\Firefox Developer
> Edition;C:\cygwin64\bin;C:\Users\dotnet\AppData\Roaming\npm;C:\Users\dotnet\AppData\Roaming\nvm;C:\Program
> Files\nodejs;C:\Program Files (x86)\Microsoft VS Code;C:\Program Files
> (x86)\Google\google_appengine\;C:\Users\dotnet\tools\;C:\tools\cmder;C:\tools\cmder\bin;C:\Program
> Files\Git\bin;C:\Program Files\Git\mingw\bin;C:\Program
> Files\Git\cmd;C:\Program Files\Git\share\vim\vim74;C:\tools\cmder'
>
> ACPath = 'C:\Program Files (x86)\Lenovo\Access Connections\'
> ALLUSERSPROFILE = 'C:\ProgramData'
> ANSICON = '198x1000 (198x19)'
> ANSICON_DEF = '7'
> APPDATA = 'C:\Users\dotnet\AppData\Roaming'
> APR_ICONV_PATH = 'C:\Program Files (x86)\Subversion\iconv'
> architecture = '64'
> ChocolateyInstall = 'C:\ProgramData\chocolatey'
> CMDER_ROOT = 'C:\tools\cmder'
> CMDER_START = ''
> CommonProgramFiles = 'C:\Program Files\Common Files'
> CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
> CommonProgramW6432 = 'C:\Program Files\Common Files'
> COMMPath = 'C:\Program Files\Lenovo\Communications Utility'
> COMPUTERNAME = 'DOTNET-ULTRA'
> ComSpec = 'C:\WINDOWS\system32\cmd.exe'
> ConEmuANSI = 'ON'
> ConEmuAnsiLog = ''
> ConEmuArgs = '/Icon "C:\tools\cmder\icons\cmder.ico" /Title Cmder
> /LoadCfgFile "C:\tools\cmder\config\ConEmu.xml"'
> ConEmuBackHWND = '0x00040280'
> ConEmuBaseDir = 'C:\tools\cmder\vendor\conemu-maximus5\ConEmu'
> ConEmuBuild = '150813c'
> ConEmuConfig = ''
> ConEmuDir = 'C:\tools\cmder\vendor\conemu-maximus5'
> ConEmuDrawHWND = '0x00030400'
> ConEmuDrive = 'C:'
> ConEmuHooks = 'Enabled'
> ConEmuHWND = '0x000102E0'
> ConEmuPID = '9980'
> ConEmuServerPID = '11936'
> ConEmuWorkDir = 'C:\Users\dotnet'
> ConEmuWorkDrive = 'C:'
> configsetroot = 'C:\WINDOWS\ConfigSetRoot'
> easyplussdk = '"C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin"'
> EMSCRIPTEN = 'C:\Program Files\Emscripten\emscripten\1.35.0'
> FP_NO_HOST_CHECK = 'NO'
> GIT_INSTALL_ROOT = 'C:\Program Files\Git'
> GYP_MSVS_VERSION = '2015'
> HerokuPath = 'C:\Program Files (x86)\Heroku'
> HOMEDRIVE = 'C:'
> HOMEPATH = '\Users\dotnet'
> LOCALAPPDATA = 'C:\Users\dotnet\AppData\Local'
> LOGONSERVER = '\\DOTNET-ULTRA'
> NUMBER_OF_PROCESSORS = '4'
> NVM_HOME = 'C:\Users\dotnet\AppData\Roaming\nvm'
> NVM_SYMLINK = 'C:\Program Files\nodejs'
> OS = 'Windows_NT'
> PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW'
> PLINK_PROTOCOL = 'ssh'
> PROCESSOR_ARCHITECTURE = 'AMD64'
> PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 69 Stepping 1, GenuineIntel'
> PROCESSOR_LEVEL = '6'
> PROCESSOR_REVISION = '4501'
> ProgramData = 'C:\ProgramData'
> ProgramFiles = 'C:\Program Files'
> ProgramFiles(x86) = 'C:\Program Files (x86)'
> ProgramW6432 = 'C:\Program Files'
> PROMPT = 'C L I N K   $E[1;32;40m$P$S{git}{hg}$S$_$E[1;30;40m{lamb}$S$E[0m'
> PSModulePath = 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\;C:\Program
> Files\Microsoft Message Analyzer\PowerShell\'
> PUBLIC = 'C:\Users\Public'
> READYAPPS = 'C:\ProgramData\Lenovo\ReadyApps'
> SESSIONNAME = 'Console'
> SVN_SSH = 'C:\\Program Files\\Git\\bin\\ssh.exe'
> SWSHARE = 'C:\SWSHARE'
> SystemDrive = 'C:'
> SystemRoot = 'C:\WINDOWS'
> TEMP = 'C:\Users\dotnet\AppData\Local\Temp'
> TERM = 'cygwin'
> TMP = 'C:\Users\dotnet\AppData\Local\Temp'
> TVT = 'C:\Program Files (x86)\Lenovo'
> TVTCOMMON = 'C:\Program Files (x86)\Common Files\Lenovo'
> USERDOMAIN = 'dotnet-ultra'
> USERDOMAIN_ROAMINGPROFILE = 'dotnet-ultra'
> USERNAME = 'dotnet'
> USERPROFILE = 'C:\Users\dotnet'
> VS140COMNTOOLS = 'C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\Common7\Tools\'
> windir = 'C:\WINDOWS'
> windows_tracing_flags = '3'
> windows_tracing_logfile = 'C:\BVTBin\Tests\installpackage\csilogfile.log'
>
> HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin
> HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin\mounts v0
> HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
> HKEY_CURRENT_USER\SOFTWARE\Cygwin
> HKEY_CURRENT_USER\SOFTWARE\Cygwin\Installations
>   (default) = '\??\C:\cygwin64'
> HKEY_CURRENT_USER\SOFTWARE\Cygwin\Program Options
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
>   (default) = '\??\C:\cygwin64'
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
> HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
>   (default) = 'C:\cygwin64'
>
> obcaseinsensitive set to 1
>
> Cygwin installations found in the registry:
>   System: Key: e022582115c10879 Path: C:\cygwin64
>   User:   Key: e022582115c10879 Path: C:\cygwin64
>
> c:  hd  NTFS    110714Mb  85% CP CS UN PA FC     Windows7_OS
>
> C:\cygwin64      /          system  binary,auto
> C:\cygwin64\bin  /usr/bin   system  binary,auto
> C:\cygwin64\lib  /usr/lib   system  binary,auto
> cygdrive prefix  /cygdrive  user    binary,posix=0,auto
>
> Found: C:\cygwin64\bin\awk.exe
> Found: C:\cygwin64\bin\awk
> Warning: C:\cygwin64\bin\awk.exe hides C:\cygwin64\bin\awk
> Found: C:\Program Files\Git\bin\bash.exe
> Found: C:\cygwin64\bin\bash.exe
> Warning: C:\Program Files\Git\bin\bash.exe hides C:\cygwin64\bin\bash.exe
> Found: C:\Program Files\Git\bin\bash.exe
> Found: C:\cygwin64\bin\cat.exe
> Found: C:\cygwin64\bin\cp.exe
> Found: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\cpp.exe
> Found: C:\cygwin64\bin\cpp.exe
> Warning: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\cpp.exe
> hides C:\cygwin64\bin\cpp.exe
> Not Found: crontab
> Found: C:\Windows\system32\find.exe
> Found: C:\WINDOWS\system32\find.exe
> Found: C:\cygwin64\bin\find.exe
> Warning: C:\Windows\system32\find.exe hides C:\cygwin64\bin\find.exe
> Found: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\gcc.exe
> Found: C:\cygwin64\bin\gcc.exe
> Warning: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\gcc.exe
> hides C:\cygwin64\bin\gcc.exe
> Found: C:\cygwin64\bin\gdb.exe
> Found: C:\cygwin64\bin\grep.exe
> Found: C:\cygwin64\bin\kill.exe
> Found: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\ld.exe
> Found: C:\cygwin64\bin\ld.exe
> Warning: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\ld.exe
> hides C:\cygwin64\bin\ld.exe
> Found: C:\cygwin64\bin\ls.exe
> Found: C:\ProgramData\chocolatey\bin\make.exe
> Found: C:\cygwin64\bin\make.exe
> Warning: C:\ProgramData\chocolatey\bin\make.exe hides C:\cygwin64\bin\make.exe
> Found: C:\cygwin64\bin\mv.exe
> Found: C:\cygwin64\bin\patch.exe
> Found: C:\cygwin64\bin\perl.exe
> Found: C:\cygwin64\bin\rm.exe
> Found: C:\cygwin64\bin\sed.exe
> Found: C:\cygwin64\bin\ssh.exe
> Found: C:\Program Files\Git\bin\sh.exe
> Found: C:\cygwin64\bin\sh.exe
> Warning: C:\Program Files\Git\bin\sh.exe hides C:\cygwin64\bin\sh.exe
> Found: C:\Program Files\Git\bin\sh.exe
> Found: C:\cygwin64\bin\tar.exe
> Found: C:\cygwin64\bin\test.exe
> Found: C:\cygwin64\bin\vi.exe
> Found: C:\cygwin64\bin\vi
> Warning: C:\cygwin64\bin\vi.exe hides C:\cygwin64\bin\vi
> Found: C:\cygwin64\bin\vim
>
>    38k 2013/07/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygargp-0.dll" v0.0 ts=2013-07-19 16:07
>    88k 2016/04/17 C:\cygwin64\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cygatomic-1.dll" v0.0 ts=2016-04-17 15:33
>    16k 2013/03/26 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cygattr-1.dll" v0.0 ts=2013-03-26 18:26
>   180k 2015/03/23 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cygblkid-1.dll" v0.0 ts=2015-03-23 09:46
>    64k 2013/03/07 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cygbz2-1.dll" v0.0 ts=2013-03-07 03:54
>   117k 2013/05/05 C:\cygwin64\bin\cygcloog-isl-4.dll - os=4.0 img=0.0 sys=5.2
>                   "cygcloog-isl-4.dll" v0.0 ts=2013-05-05 17:41
>    13k 2015/03/19 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
>                   "cygcom_err-2.dll" v0.0 ts=2015-03-19 02:44
>    10k 2016/03/18 C:\cygwin64\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygcrypt-0.dll" v0.0 ts=2016-03-18 11:05
>  2231k 2016/03/08 C:\cygwin64\bin\cygcrypto-1.0.0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygcrypto-1.0.0.dll" v0.0 ts=2016-03-08 10:41
>   453k 2016/03/24 C:\cygwin64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
>                   "cygcurl-4.dll" v0.0 ts=2016-03-24 06:30
>  1526k 2013/03/08 C:\cygwin64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
>                   "cygdb-5.3.dll" v0.0 ts=2013-03-08 08:55
>   111k 2013/03/08 C:\cygwin64\bin\cygdb_cxx-5.3.dll - os=4.0 img=0.0 sys=5.2
>                   "cygdb_cxx-5.3.dll" v0.0 ts=2013-03-08 08:56
>   472k 2013/03/08 C:\cygwin64\bin\cygdb_sql-5.3.dll - os=4.0 img=0.0 sys=5.2
>                   "cygdb_sql-5.3.dll" v0.0 ts=2013-03-08 08:58
>   144k 2016/03/16 C:\cygwin64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cygexpat-1.dll" v0.0 ts=2016-03-16 19:46
>    30k 2014/10/14 C:\cygwin64\bin\cygfam-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygfam-0.dll" v0.0 ts=2014-10-14 22:33
>    27k 2015/11/17 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
>                   "cygffi-6.dll" v0.0 ts=2015-11-17 23:14
>    55k 2016/03/06 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
>                   "cygformw-10.dll" v0.0 ts=2016-03-06 20:27
>    70k 2016/04/17 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cyggcc_s-seh-1.dll" v0.0 ts=2016-04-17 14:41
>    40k 2014/05/27 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
>                   "cyggdbm-4.dll" v0.0 ts=1970-01-01 01:00
>    13k 2014/05/27 C:\cygwin64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
>                   "cyggdbm_compat-4.dll" v0.0 ts=1970-01-01 01:00
>  1276k 2016/03/10 C:\cygwin64\bin\cyggio-2.0-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cyggio-2.0-0.dll" v0.0 ts=2016-03-10 08:14
>   958k 2016/03/10 C:\cygwin64\bin\cygglib-2.0-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygglib-2.0-0.dll" v0.0 ts=2016-03-10 08:12
>    14k 2016/03/10 C:\cygwin64\bin\cyggmodule-2.0-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cyggmodule-2.0-0.dll" v0.0 ts=2016-03-10 08:12
>   528k 2015/12/06 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
>                   "cyggmp-10.dll" v0.0 ts=2015-12-06 09:37
>   931k 2015/08/28 C:\cygwin64\bin\cyggnutls-28.dll - os=4.0 img=0.0 sys=5.2
>                   "cyggnutls-28.dll" v0.0 ts=2015-08-28 18:05
>    24k 2015/08/28 C:\cygwin64\bin\cyggnutls-openssl-27.dll - os=4.0
> img=0.0 sys=5.2
>                   "cyggnutls-openssl-27.dll" v0.0 ts=2015-08-28 18:06
>    41k 2015/08/28 C:\cygwin64\bin\cyggnutlsxx-28.dll - os=4.0 img=0.0 sys=5.2
>                   "cyggnutlsxx-28.dll" v0.0 ts=2015-08-28 18:06
>   284k 2016/03/10 C:\cygwin64\bin\cyggobject-2.0-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cyggobject-2.0-0.dll" v0.0 ts=2016-03-10 08:13
>   105k 2016/04/17 C:\cygwin64\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cyggomp-1.dll" v0.0 ts=2016-04-17 14:45
>    10k 2016/04/17 C:\cygwin64\bin\cyggomp-plugin-host_nonshm-1.dll -
> os=4.0 img=0.0 sys=5.2
>                   "cyggomp-plugin-host_nonshm-1.dll" v0.0 ts=2016-04-17 14:45
>   258k 2016/03/21 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
>                   "cyggssapi_krb5-2.dll" v0.0 ts=2016-03-21 04:40
>     9k 2016/03/10 C:\cygwin64\bin\cyggthread-2.0-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cyggthread-2.0-0.dll" v0.0 ts=2016-03-10 08:12
>   691k 2013/04/22 C:\cygwin64\bin\cygguile-17.dll - os=4.0 img=0.0 sys=5.2
>                   "cygguile-17.dll" v0.0 ts=2013-04-22 04:15
>    30k 2015/01/27 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
>                   "cyghistory7.dll" v0.0 ts=2015-01-27 04:51
>   167k 2016/03/13 C:\cygwin64\bin\cyghogweed-2.dll - os=4.0 img=0.0 sys=5.2
>                   "cyghogweed-2.dll" v0.0 ts=2016-03-13 14:46
>  1009k 2015/02/20 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
>                   "cygiconv-2.dll" v0.0 ts=2015-02-20 18:07
>   196k 2014/12/06 C:\cygwin64\bin\cygidn-11.dll - os=4.0 img=0.0 sys=5.2
>                   "cygidn-11.dll" v0.0 ts=2014-12-06 14:17
>    40k 2015/09/20 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
>                   "cygintl-8.dll" v0.0 ts=2015-09-20 20:10
>   888k 2013/05/05 C:\cygwin64\bin\cygisl-10.dll - os=4.0 img=0.0 sys=5.2
>                   "cygisl-10.dll" v0.0 ts=2013-05-05 17:36
>  1039k 2015/09/20 C:\cygwin64\bin\cygisl-13.dll - os=4.0 img=0.0 sys=5.2
>                   "cygisl-13.dll" v0.0 ts=2015-09-20 13:39
>   177k 2016/03/21 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
>                   "cygk5crypto-3.dll" v0.0 ts=2016-03-21 04:40
>   721k 2016/03/21 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
>                   "cygkrb5-3.dll" v0.0 ts=2016-03-21 04:40
>    35k 2016/03/21 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygkrb5support-0.dll" v0.0 ts=2016-03-21 04:40
>    45k 2015/11/19 C:\cygwin64\bin\cyglber-2-4-2.dll - os=4.0 img=0.0 sys=5.2
>                   "cyglber-2-4-2.dll" v0.0 ts=2015-11-19 15:17
>   246k 2015/11/19 C:\cygwin64\bin\cygldap-2-4-2.dll - os=4.0 img=0.0 sys=5.2
>                   "cygldap-2-4-2.dll" v0.0 ts=2015-11-19 15:18
>   262k 2015/11/19 C:\cygwin64\bin\cygldap_r-2-4-2.dll - os=4.0 img=0.0 sys=5.2
>                   "cygldap_r-2-4-2.dll" v0.0 ts=2015-11-19 15:19
>     6k 2016/04/21 C:\cygwin64\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
>                   "cyglsa64.dll" v0.0 ts=2016-04-21 22:13
>    35k 2016/02/11 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
>                   "cygltdl-7.dll" v0.0 ts=2016-02-12 00:41
>   139k 2015/11/09 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
>                   "cyglzma-5.dll" v0.0 ts=2015-11-09 07:12
>   114k 2016/01/11 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cygmagic-1.dll" v0.0 ts=2016-01-11 23:19
>   168k 2015/10/09 C:\cygwin64\bin\cygman-2-7-4.dll - os=4.0 img=0.0 sys=5.2
>                   "cygman-2-7-4.dll" v0.0 ts=2015-10-09 04:12
>    22k 2015/10/09 C:\cygwin64\bin\cygmandb-2-7-4.dll - os=4.0 img=0.0 sys=5.2
>                   "cygmandb-2-7-4.dll" v0.0 ts=2015-10-09 04:18
>    29k 2016/03/06 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
>                   "cygmenuw-10.dll" v0.0 ts=2016-03-06 20:27
>    42k 2013/08/12 C:\cygwin64\bin\cygmetalink-3.dll - os=4.0 img=0.0 sys=5.2
>                   "cygmetalink-3.dll" v0.0 ts=2013-08-13 01:02
>    89k 2015/03/01 C:\cygwin64\bin\cygmpc-3.dll - os=4.0 img=0.0 sys=5.2
>                   "cygmpc-3.dll" v0.0 ts=2015-03-01 21:24
>   345k 2016/03/06 C:\cygwin64\bin\cygmpfr-4.dll - os=4.0 img=0.0 sys=5.2
>                   "cygmpfr-4.dll" v0.0 ts=2016-03-06 17:29
>    53k 2016/03/06 C:\cygwin64\bin\cygncurses++w-10.dll - os=4.0 img=0.0 sys=5.2
>                   "cygncurses++w-10.dll" v0.0 ts=2016-03-06 20:31
>   279k 2016/03/06 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
>                   "cygncursesw-10.dll" v0.0 ts=2016-03-06 20:26
>   180k 2016/03/13 C:\cygwin64\bin\cygnettle-4.dll - os=4.0 img=0.0 sys=5.2
>                   "cygnettle-4.dll" v0.0 ts=2016-03-13 14:46
>   126k 2016/03/02 C:\cygwin64\bin\cygnghttp2-14.dll - os=4.0 img=0.0 sys=5.2
>                   "cygnghttp2-14.dll" v0.0 ts=2016-03-02 19:23
>   319k 2015/06/01 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygp11-kit-0.dll" v0.0 ts=2015-06-01 20:02
>    14k 2016/03/06 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
>                   "cygpanelw-10.dll" v0.0 ts=2016-03-06 20:27
>   465k 2016/03/30 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cygpcre-1.dll" v0.0 ts=2016-03-30 23:00
>  2021k 2016/04/30 C:\cygwin64\bin\cygperl5_22.dll - os=4.0 img=0.0 sys=5.2
>                   "cygperl5_22.dll" v0.0 ts=2016-04-30 17:05
>    39k 2015/04/09 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cygpipeline-1.dll" v0.0 ts=2015-04-09 22:04
>    41k 2013/10/21 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygpopt-0.dll" v0.0 ts=2013-10-21 22:52
>    48k 2016/03/31 C:\cygwin64\bin\cygpsl-5.dll - os=4.0 img=0.0 sys=5.2
>                   "cygpsl-5.dll" v0.0 ts=2016-03-31 07:37
>   308k 2016/04/17 C:\cygwin64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygquadmath-0.dll" v0.0 ts=2016-04-17 15:36
>   207k 2015/01/27 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
>                   "cygreadline7.dll" v0.0 ts=2015-01-27 04:51
>    97k 2014/11/24 C:\cygwin64\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2
>                   "cygsasl2-3.dll" v0.0 ts=2014-11-24 19:22
>    11k 2015/07/17 C:\cygwin64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2
>                   "cygsigsegv-2.dll" v0.0 ts=2015-07-17 23:35
>    89k 2015/03/23 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cygsmartcols-1.dll" v0.0 ts=2015-03-23 09:46
>   928k 2016/04/21 C:\cygwin64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygsqlite3-0.dll" v0.0 ts=2016-04-21 10:37
>   156k 2016/03/02 C:\cygwin64\bin\cygssh2-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cygssh2-1.dll" v0.0 ts=2016-03-02 19:03
>   424k 2016/03/08 C:\cygwin64\bin\cygssl-1.0.0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygssl-1.0.0.dll" v0.0 ts=2016-03-08 10:41
>    12k 2016/04/17 C:\cygwin64\bin\cygssp-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygssp-0.dll" v0.0 ts=2016-04-17 15:30
>  1337k 2016/04/17 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
>                   "cygstdc++-6.dll" v0.0 ts=2016-04-17 15:01
>    66k 2016/02/04 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
>                   "cygtasn1-6.dll" v0.0 ts=2016-02-04 14:53
>    53k 2016/03/06 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
>                   "cygticw-10.dll" v0.0 ts=2016-03-06 20:26
>  1538k 2015/10/16 C:\cygwin64\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2
>                   "cygunistring-2.dll" v0.0 ts=2015-10-16 22:40
>    15k 2015/03/23 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cyguuid-1.dll" v0.0 ts=2015-03-23 09:46
>     8k 2016/04/17 C:\cygwin64\bin\cygvtv-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygvtv-0.dll" v0.0 ts=2016-04-17 15:30
>     8k 2016/04/17 C:\cygwin64\bin\cygvtv_stubs-0.dll - os=4.0 img=0.0 sys=5.2
>                   "cygvtv_stubs-0.dll" v0.0 ts=2016-04-17 15:31
>  1134k 2015/03/26 C:\cygwin64\bin\cygX11-6.dll - os=4.0 img=0.0 sys=5.2
>                   "cygX11-6.dll" v0.0 ts=2015-03-26 15:14
>    12k 2013/06/06 C:\cygwin64\bin\cygXau-6.dll - os=4.0 img=0.0 sys=5.2
>                   "cygXau-6.dll" v0.0 ts=2013-06-06 07:23
>   102k 2015/09/07 C:\cygwin64\bin\cygxcb-1.dll - os=4.0 img=0.0 sys=5.2
>                   "cygxcb-1.dll" v0.0 ts=2015-09-07 06:50
>    21k 2015/03/26 C:\cygwin64\bin\cygXdmcp-6.dll - os=4.0 img=0.0 sys=5.2
>                   "cygXdmcp-6.dll" v0.0 ts=2015-03-26 15:38
>  1206k 2015/11/27 C:\cygwin64\bin\cygxml2-2.dll - os=4.0 img=0.0 sys=5.2
>                   "cygxml2-2.dll" v0.0 ts=2015-11-27 21:22
>    80k 2014/11/19 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
>                   "cygz.dll" v0.0 ts=2014-11-20 00:08
>  3456k 2016/04/21 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
>                   "cygwin1.dll" v0.0 ts=2016-04-21 22:14
>     Cygwin DLL version info:
>         DLL version: 2.5.1
>         DLL epoch: 19
>         DLL old termios: 5
>         DLL malloc env: 28
>         Cygwin conv: 181
>         API major: 0
>         API minor: 297
>         Shared data: 5
>         DLL identifier: cygwin1
>         Mount registry: 3
>         Cygwin registry name: Cygwin
>         Installations name: Installations
>         Cygdrive default prefix:
>         Build date:
>         Shared id: cygwin1S5
>
>
> Can't find the cygrunsrv utility, skipping services check.
>
>
> Cygwin Package Information
> Last downloaded files to: C:\cygwin64\install_files
> Last downloaded files from: ftp://ftp.acc.umu.se/mirror/cygwin/
>
> Package                   Version            Status
> _autorebase               001004-1           OK
> Empty package _update-info-dir
> _update-info-dir          03000-1            OK
> alternatives              1.3.30c-10         OK
> antiword                  0.37-1             OK
> base-cygwin               3.8-1              OK
> base-files                4.2-4              OK
> bash                      4.3.42-4           OK
> binutils                  2.25-4             OK
> bison                     3.0.4-1            OK
> bzip2                     1.0.6-2            OK
> ca-certificates           2.7-1              OK
> coreutils                 8.25-3             OK
> curl                      7.48.0-1           OK
> cygutils                  1.4.15-2           OK
> cygwin                    2.5.1-1            OK
> cygwin-devel              2.5.1-1            OK
> dash                      0.5.8-3            OK
> desktop-file-utils        0.22-2             OK
> editrights                1.03-1             OK
> file                      5.25-1             OK
> findutils                 4.6.0-1            OK
> gamin                     0.1.10-15          OK
> gawk                      4.1.3-1            OK
> gcc-core                  5.3.0-5            OK
> gdb                       7.10.1-1           OK
> getent                    2.18.90-4          OK
> grep                      2.24-1             OK
> groff                     1.22.3-1           OK
> gsettings-desktop-schemas 3.18.1-1           OK
> gzip                      1.7-2              OK
> hostname                  3.13-1             OK
> info                      6.1-2              OK
> ipc-utils                 1.0-2              OK
> irssi                     0.8.19-1           OK
> less                      481-1              OK
> libargp                   20110921-2         OK
> libatomic1                5.3.0-5            OK
> libattr1                  2.4.46-1           OK
> libblkid1                 2.25.2-2           OK
> libbz2_1                  1.0.6-2            OK
> libcloog-isl4             0.18.0-2           OK
> libcom_err2               1.42.12-2          OK
> libcrypt0                 1.3-1              OK
> libcurl4                  7.48.0-1           OK
> libdb5.3                  5.3.21-1           OK
> libexpat1                 2.1.1-1            OK
> libfam0                   0.1.10-15          OK
> libffi6                   3.2.1-2            OK
> libgcc1                   5.3.0-5            OK
> libgdbm4                  1.11-1             OK
> libglib2.0_0              2.46.2-3           OK
> libgmp10                  6.1.0-3p1          OK
> libgnutls28               3.3.17-1           OK
> libgomp1                  5.3.0-5            OK
> libgssapi_krb5_2          1.14.1-1           OK
> libguile17                1.8.8-1            OK
> libhogweed2               2.7.1-1            OK
> libiconv                  1.14-3             OK
> libiconv2                 1.14-3             OK
> libidn11                  1.29-1             OK
> libintl8                  0.19.5.1-2         OK
> libisl10                  0.11.1-2           OK
> libisl13                  0.14.1-1           OK
> libk5crypto3              1.14.1-1           OK
> libkrb5_3                 1.14.1-1           OK
> libkrb5support0           1.14.1-1           OK
> libltdl7                  2.4.6-3            OK
> liblzma5                  5.2.2-1            OK
> libmetalink3              0.1.2-1            OK
> libmpc3                   1.0.3-1            OK
> libmpfr4                  3.1.4-1            OK
> libncursesw10             6.0-4.20160305     OK
> libnettle4                2.7.1-1            OK
> libnghttp2_14             1.7.1-1            OK
> libopenldap2_4_2          2.4.42-1           OK
> libopenssl100             1.0.2g-3           OK
> libp11-kit0               0.22.1-1           OK
> libpcre1                  8.38-3             OK
> libpipeline1              1.4.0-1            OK
> Empty package libpopt0
> libpopt0                  1.16-1             OK
> libpsl5                   0.13.0-1           OK
> libquadmath0              5.3.0-5            OK
> libreadline7              6.3.8-1            OK
> libsasl2_3                2.1.26-9           OK
> libsigsegv2               2.10-2             OK
> libsmartcols1             2.25.2-2           OK
> libsqlite3_0              3.12.2-1           OK
> libssh2_1                 1.7.0-1            OK
> libssp0                   5.3.0-5            OK
> libstdc++6                5.3.0-5            OK
> libtasn1_6                4.7-1              OK
> libunistring2             0.9.6-1            OK
> libuuid-devel             2.25.2-2           OK
> libuuid1                  2.25.2-2           OK
> libvtv0                   5.3.0-5            OK
> libX11_6                  1.6.3-1            OK
> libXau6                   1.0.8-1            OK
> libxcb1                   1.11.1-1           OK
> libXdmcp6                 1.1.2-1            OK
> libxml2                   2.9.3-1            OK
> login                     1.11-1             OK
> lynx                      2.8.7-2            OK
> m4                        1.4.17-2           OK
> make                      4.1-1              OK
> man-db                    2.7.4-1            OK
> mintty                    2.3.6-0            OK
> ncurses                   6.0-4.20160305     OK
> openssl                   1.0.2g-3           OK
> p11-kit                   0.22.1-1           OK
> p11-kit-trust             0.22.1-1           OK
> perl                      5.22.2-1           OK
> perl-Encode-Locale        1.05-1             OK
> perl-File-Listing         6.04-5             OK
> perl-HTML-Parser          3.72-1             OK
> perl-HTML-Tagset          3.20-5             OK
> perl-HTTP-Cookies         6.01-5             OK
> perl-HTTP-Daemon          6.01-5             OK
> perl-HTTP-Date            6.02-5             OK
> perl-HTTP-Message         6.11-1             OK
> perl-HTTP-Negotiate       6.01-5             OK
> perl-IO-HTML              1.001-2            OK
> perl-libwww-perl          6.15-1             OK
> perl-LWP-MediaTypes       6.02-5             OK
> perl-Net-HTTP             6.09-1             OK
> perl-Socket               2.021-1            OK
> perl-URI                  1.71-1             OK
> perl-WWW-RobotRules       6.02-5             OK
> perl_autorebase           5.22.2-1           OK
> perl_base                 5.22.2-1           OK
> popt                      1.16-1             OK
> python                    2.7.10-1           OK
> rebase                    4.4.2-1            OK
> run                       1.3.4-2            OK
> sed                       4.2.2-3            OK
> shared-mime-info          1.6-3              OK
> tar                       1.28-1             OK
> terminfo                  6.0-4.20160305     OK
> tzcode                    2016d-1            OK
> tzdata                    2016d-1            OK
> util-linux                2.25.2-2           OK
> vim-minimal               7.4.1558-1         OK
> w32api-headers            4.0.4-1            OK
> w32api-runtime            4.0.4-1            OK
> wget                      1.17.1-2           OK
> which                     2.20-2             OK
> windows-default-manifest  6.4-1              OK
> xz                        5.2.2-1            OK
> zlib0                     1.2.8-3            OK
> Use -h to see help about each section

It just dawned on me that I should try to run the shell script in the
cygwin terminal. I did and it kinda work.
Output:
$ sh download_model.sh
Downloading the colorization model...
--2016-05-03 02:49:49--  http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7%0D
Resolving hi.cs.waseda.ac.jp (hi.cs.waseda.ac.jp)... 133.9.187.220
Connecting to hi.cs.waseda.ac.jp
(hi.cs.waseda.ac.jp)|133.9.187.220|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-05-03 02:49:50 ERROR 404: Not Found.

I can reach the address
http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7 through a browser
but wget gets a 404 but it might be unrelated.

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

* Re: Fatal error in wget 1.17.1
  2016-05-03  1:09         ` Jon Ronnenberg
@ 2016-05-03  3:31           ` Jon Ronnenberg
  2016-05-03  6:28             ` Marco Atzeri
  2016-05-03 11:50           ` Andrey Repin
  1 sibling, 1 reply; 12+ messages in thread
From: Jon Ronnenberg @ 2016-05-03  3:31 UTC (permalink / raw)
  To: Eric Blake; +Cc: cygwin

On Tue, May 3, 2016 at 3:09 AM, Jon Ronnenberg <jon.ronnenberg@gmail.com> wrote:
> On Tue, May 3, 2016 at 2:45 AM, Jon Ronnenberg <jon.ronnenberg@gmail.com> wrote:
>> On Tue, May 3, 2016 at 1:43 AM, Eric Blake <eblake@redhat.com> wrote:
>>> Please don't top-post on technical lists.
>>>
>>> On 05/02/2016 05:31 PM, Jon Ronnenberg wrote:
>>>> I don't think so.
>>>>
>>>> c:\cygwin64\bin
>>>> λ ls cygwin*
>>>> cygwin-console-helper.exe*  cygwin1.dll*
>>>
>>> That's under the c:\cygwin64\bin directory, but doesn't tell me anything
>>> about the rest of your system. Which is why I asked for cygcheck output,
>>> but you seemed to have missed that point.
>>>
>>>>
>>>> I did a full search through the start menu but I only got the above
>>>> cygwin1.dll It seems to me that the current wget package is built on
>>>> an old version of cygwin. But I'm only guessing.
>>>
>>> No, you are misdiagnosing your problem.  It doesn't matter what version
>>> of cygwin wget was built against, what matters is what version of
>>> cygwin1.dll is being loaded when your script is forking, and if your
>>> PATH happens to be modified in such a way that wget is attempting to
>>> load a different cygwin1.dll than the shell running the script, such
>>> that there are now two different cygwin1.dlls loaded at the same time.
>>>
>>> So I'll ask again: please run cygcheck as directed by the mailing list
>>> footer...
>>>
>>>>> Following the directions listed here:
>>>>>
>>>>>>
>>>>>> --
>>>>>> Problem reports:       http://cygwin.com/problems.html
>>>>>
>>>>> in particular, the instructions to run cygcheck and attach the output,
>>>>> will help identify not only if you do have two cygwin installations, but
>>>>> where the second is installed, so that you can delete the one you don't
>>>>> need.
>>>
>>> and attach its output, to prove to us what cygcheck thinks about your
>>> system, not what you think about your system.
>>>
>>> --
>>> Eric Blake   eblake redhat com    +1-919-301-3266
>>> Libvirt virtualization library http://libvirt.org
>>>
>> Sorry, didn't see the part about cygcheck. Thanks for your help
>>
>>
>> Cygwin Configuration Diagnostics
>> Current System Time: Tue May 03 02:21:59 2016
>>
>> Windows 10 Professional Ver 10.0 Build 10586
>>
>> Path: C:\tools\cmder\bin
>> C:\Program Files\Git\bin
>> C:\Program Files\Git\share\vim\vim74
>> C:\tools\cmder\vendor\conemu-maximus5
>> C:\tools\cmder\vendor\conemu-maximus5\ConEmu
>> C:\tools\ruby22\bin
>> C:\Program Files\Haskell\bin
>> C:\Program Files\Haskell Platform\7.10.3\lib\extralibs\bin
>> C:\Program Files\Haskell Platform\7.10.3\bin
>> C:\tools\ruby21\bin
>> C:\tools\ruby215\bin
>> C:\ProgramData\Oracle\Java\javapath
>> C:\Program Files (x86)\Intel\iCLS Client\
>> C:\Program Files\Intel\iCLS Client\
>> C:\Windows\system32
>> C:\Windows
>> C:\Windows\System32\Wbem
>> C:\Windows\System32\WindowsPowerShell\v1.0\
>> C:\Program Files\Intel\Intel(R) Management Engine Components\DAL
>> C:\Program Files\Intel\Intel(R) Management Engine Components\IPT
>> C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL
>> C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
>> C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static
>> C:\Program Files (x86)\Common Files\Lenovo
>> C:\ProgramData\Lenovo\ReadyApps
>> C:\Program Files (x86)\Lenovo\Access Connections\
>> C:\Program Files (x86)\Subversion\bin
>> C:\tools\python2
>> C:\Program Files (x86)\Heroku\bin
>> C:\Program Files (x86)\git\cmd
>> C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin
>> C:\Program Files (x86)\AMD\ATI.ACE\Core-Static
>> C:\Program Files (x86)\Disconnect\Disconnect Desktop\openvpn\bin
>> C:\Program Files\Git\cmd
>> C:\Program Files\Intel\WiFi\bin\
>> C:\Program Files\Common Files\Intel\WirelessCommon\
>> C:\Program Files\Haskell Platform\7.10.3\mingw\bin
>> C:\Users\dotnet\AppData\Roaming\nvm
>> C:\Program Files\nodejs
>> C:\Program Files (x86)\Microsoft VS Code
>> C:\WINDOWS\system32
>> C:\WINDOWS
>> C:\WINDOWS\System32\Wbem
>> C:\WINDOWS\System32\WindowsPowerShell\v1.0\
>> C:\Program Files (x86)\Skype\Phone\
>> C:\Program Files\Git LFS
>> C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\
>> C:\Program Files\Emscripten\emscripten\1.35.0
>> C:\Program Files\Emscripten
>> C:\Program Files\Emscripten\clang\e1.35.0_64bit
>> C:\Program Files\Emscripten\node\0.12.2_64bit
>> C:\Program Files\Emscripten\python\2.7.5.3_64bit
>> C:\Program Files\Emscripten\java\7.45_64bit\bin
>> C:\Program Files\Emscripten\crunch\1.03
>> C:\Program Files\Emscripten\mingw\4.6.2_32bit
>> C:\Users\dotnet\AppData\Roaming\cabal\bin
>> %VCBuild.exe%
>> C:\ProgramData\chocolatey\bin
>> c:\Users\dotnet\Projects\opensource\depot_tools
>> C:\Program Files (x86)\Subversion\bin
>> c:\tools\python2
>> C:\tools\python2\scripts
>> C:\Users\dotnet\AppData\Local\atom\bin
>> C:\Users\dotnet\Projects\playground\nand2tetris\tools
>> C:\tools\ruby215\bin
>> C:\Program Files\Sublime Text 3
>> C:\tools\cmder
>> C:\Program Files (x86)\Microsoft VS Code\bin
>> C:\Program Files\Intel\WiFi\bin\
>> C:\Program Files\Common Files\Intel\WirelessCommon\
>> C:\Program Files (x86)\Firefox Developer Edition
>> C:\cygwin64\bin
>> C:\Users\dotnet\AppData\Roaming\npm
>> C:\Users\dotnet\AppData\Roaming\nvm
>> C:\Program Files\nodejs
>> C:\Program Files (x86)\Microsoft VS Code
>> C:\Program Files (x86)\Google\google_appengine\
>> C:\Users\dotnet\tools\
>> C:\tools\cmder
>> C:\tools\cmder\bin
>> C:\Program Files\Git\bin
>> C:\Program Files\Git\mingw\bin
>> C:\Program Files\Git\cmd
>> C:\Program Files\Git\share\vim\vim74
>> C:\tools\cmder
>>
>> Output from C:\cygwin64\bin\id.exe
>> UID: 197608(dotnet)            GID: 197121(None)
>> 197121(None)                   197610(Message Capture Users)
>> 559(Performance Log Users)     545(Users)
>> 4(INTERACTIVE)                 66049(CONSOLE LOGON)
>> 11(Authenticated Users)        15(This Organization)
>> 113(Local account)             66048(LOCAL)
>> 262154(NTLM Authentication)    401408(Medium Mandatory Level)
>>
>> SysDir: C:\WINDOWS\system32
>> WinDir: C:\WINDOWS
>>
>> HOME = 'C:\Users\dotnet'
>> Path = 'C:\tools\cmder\bin;C:\Program Files\Git\bin;C:\Program
>> Files\Git\share\vim\vim74;C:\tools\cmder\vendor\conemu-maximus5;C:\tools\cmder\vendor\conemu-maximus5\ConEmu;C:\tools\ruby22\bin;C:\Program
>> Files\Haskell\bin;C:\Program Files\Haskell
>> Platform\7.10.3\lib\extralibs\bin;C:\Program Files\Haskell
>> Platform\7.10.3\bin;C:\tools\ruby21\bin;C:\tools\ruby215\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program
>> Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS
>> Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
>> Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program
>> Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files
>> (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files
>> (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files
>> (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files
>> (x86)\Common Files\Lenovo;C:\ProgramData\Lenovo\ReadyApps;C:\Program
>> Files (x86)\Lenovo\Access Connections\;C:\Program Files
>> (x86)\Subversion\bin;C:\tools\python2;C:\Program Files
>> (x86)\Heroku\bin;C:\Program Files (x86)\git\cmd;C:\Program Files
>> (x86)\Common Files\lenovo\easyplussdk\bin;C:\Program Files
>> (x86)\AMD\ATI.ACE\Core-Static;C:\Program Files
>> (x86)\Disconnect\Disconnect Desktop\openvpn\bin;C:\Program
>> Files\Git\cmd;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common
>> Files\Intel\WirelessCommon\;C:\Program Files\Haskell
>> Platform\7.10.3\mingw\bin;C:\Users\dotnet\AppData\Roaming\nvm;C:\Program
>> Files\nodejs;C:\Program Files (x86)\Microsoft VS
>> Code;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program
>> Files (x86)\Skype\Phone\;C:\Program Files\Git LFS;C:\Program Files
>> (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program
>> Files\Emscripten\emscripten\1.35.0;C:\Program
>> Files\Emscripten;C:\Program
>> Files\Emscripten\clang\e1.35.0_64bit;C:\Program
>> Files\Emscripten\node\0.12.2_64bit;C:\Program
>> Files\Emscripten\python\2.7.5.3_64bit;C:\Program
>> Files\Emscripten\java\7.45_64bit\bin;C:\Program
>> Files\Emscripten\crunch\1.03;C:\Program
>> Files\Emscripten\mingw\4.6.2_32bit;C:\Users\dotnet\AppData\Roaming\cabal\bin;%VCBuild.exe%;C:\ProgramData\chocolatey\bin;c:\Users\dotnet\Projects\opensource\depot_tools;C:\Program
>> Files (x86)\Subversion\bin;c:\tools\python2;C:\tools\python2\scripts;C:\Users\dotnet\AppData\Local\atom\bin;C:\Users\dotnet\Projects\playground\nand2tetris\tools;C:\tools\ruby215\bin;C:\Program
>> Files\Sublime Text 3;C:\tools\cmder;C:\Program Files (x86)\Microsoft
>> VS Code\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common
>> Files\Intel\WirelessCommon\;C:\Program Files (x86)\Firefox Developer
>> Edition;C:\cygwin64\bin;C:\Users\dotnet\AppData\Roaming\npm;C:\Users\dotnet\AppData\Roaming\nvm;C:\Program
>> Files\nodejs;C:\Program Files (x86)\Microsoft VS Code;C:\Program Files
>> (x86)\Google\google_appengine\;C:\Users\dotnet\tools\;C:\tools\cmder;C:\tools\cmder\bin;C:\Program
>> Files\Git\bin;C:\Program Files\Git\mingw\bin;C:\Program
>> Files\Git\cmd;C:\Program Files\Git\share\vim\vim74;C:\tools\cmder'
>>
>> ACPath = 'C:\Program Files (x86)\Lenovo\Access Connections\'
>> ALLUSERSPROFILE = 'C:\ProgramData'
>> ANSICON = '198x1000 (198x19)'
>> ANSICON_DEF = '7'
>> APPDATA = 'C:\Users\dotnet\AppData\Roaming'
>> APR_ICONV_PATH = 'C:\Program Files (x86)\Subversion\iconv'
>> architecture = '64'
>> ChocolateyInstall = 'C:\ProgramData\chocolatey'
>> CMDER_ROOT = 'C:\tools\cmder'
>> CMDER_START = ''
>> CommonProgramFiles = 'C:\Program Files\Common Files'
>> CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
>> CommonProgramW6432 = 'C:\Program Files\Common Files'
>> COMMPath = 'C:\Program Files\Lenovo\Communications Utility'
>> COMPUTERNAME = 'DOTNET-ULTRA'
>> ComSpec = 'C:\WINDOWS\system32\cmd.exe'
>> ConEmuANSI = 'ON'
>> ConEmuAnsiLog = ''
>> ConEmuArgs = '/Icon "C:\tools\cmder\icons\cmder.ico" /Title Cmder
>> /LoadCfgFile "C:\tools\cmder\config\ConEmu.xml"'
>> ConEmuBackHWND = '0x00040280'
>> ConEmuBaseDir = 'C:\tools\cmder\vendor\conemu-maximus5\ConEmu'
>> ConEmuBuild = '150813c'
>> ConEmuConfig = ''
>> ConEmuDir = 'C:\tools\cmder\vendor\conemu-maximus5'
>> ConEmuDrawHWND = '0x00030400'
>> ConEmuDrive = 'C:'
>> ConEmuHooks = 'Enabled'
>> ConEmuHWND = '0x000102E0'
>> ConEmuPID = '9980'
>> ConEmuServerPID = '11936'
>> ConEmuWorkDir = 'C:\Users\dotnet'
>> ConEmuWorkDrive = 'C:'
>> configsetroot = 'C:\WINDOWS\ConfigSetRoot'
>> easyplussdk = '"C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin"'
>> EMSCRIPTEN = 'C:\Program Files\Emscripten\emscripten\1.35.0'
>> FP_NO_HOST_CHECK = 'NO'
>> GIT_INSTALL_ROOT = 'C:\Program Files\Git'
>> GYP_MSVS_VERSION = '2015'
>> HerokuPath = 'C:\Program Files (x86)\Heroku'
>> HOMEDRIVE = 'C:'
>> HOMEPATH = '\Users\dotnet'
>> LOCALAPPDATA = 'C:\Users\dotnet\AppData\Local'
>> LOGONSERVER = '\\DOTNET-ULTRA'
>> NUMBER_OF_PROCESSORS = '4'
>> NVM_HOME = 'C:\Users\dotnet\AppData\Roaming\nvm'
>> NVM_SYMLINK = 'C:\Program Files\nodejs'
>> OS = 'Windows_NT'
>> PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW'
>> PLINK_PROTOCOL = 'ssh'
>> PROCESSOR_ARCHITECTURE = 'AMD64'
>> PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 69 Stepping 1, GenuineIntel'
>> PROCESSOR_LEVEL = '6'
>> PROCESSOR_REVISION = '4501'
>> ProgramData = 'C:\ProgramData'
>> ProgramFiles = 'C:\Program Files'
>> ProgramFiles(x86) = 'C:\Program Files (x86)'
>> ProgramW6432 = 'C:\Program Files'
>> PROMPT = 'C L I N K   $E[1;32;40m$P$S{git}{hg}$S$_$E[1;30;40m{lamb}$S$E[0m'
>> PSModulePath = 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\;C:\Program
>> Files\Microsoft Message Analyzer\PowerShell\'
>> PUBLIC = 'C:\Users\Public'
>> READYAPPS = 'C:\ProgramData\Lenovo\ReadyApps'
>> SESSIONNAME = 'Console'
>> SVN_SSH = 'C:\\Program Files\\Git\\bin\\ssh.exe'
>> SWSHARE = 'C:\SWSHARE'
>> SystemDrive = 'C:'
>> SystemRoot = 'C:\WINDOWS'
>> TEMP = 'C:\Users\dotnet\AppData\Local\Temp'
>> TERM = 'cygwin'
>> TMP = 'C:\Users\dotnet\AppData\Local\Temp'
>> TVT = 'C:\Program Files (x86)\Lenovo'
>> TVTCOMMON = 'C:\Program Files (x86)\Common Files\Lenovo'
>> USERDOMAIN = 'dotnet-ultra'
>> USERDOMAIN_ROAMINGPROFILE = 'dotnet-ultra'
>> USERNAME = 'dotnet'
>> USERPROFILE = 'C:\Users\dotnet'
>> VS140COMNTOOLS = 'C:\Program Files (x86)\Microsoft Visual Studio
>> 14.0\Common7\Tools\'
>> windir = 'C:\WINDOWS'
>> windows_tracing_flags = '3'
>> windows_tracing_logfile = 'C:\BVTBin\Tests\installpackage\csilogfile.log'
>>
>> HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin
>> HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin\mounts v0
>> HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
>> HKEY_CURRENT_USER\SOFTWARE\Cygwin
>> HKEY_CURRENT_USER\SOFTWARE\Cygwin\Installations
>>   (default) = '\??\C:\cygwin64'
>> HKEY_CURRENT_USER\SOFTWARE\Cygwin\Program Options
>> HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
>> HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
>>   (default) = '\??\C:\cygwin64'
>> HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
>> HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
>>   (default) = 'C:\cygwin64'
>>
>> obcaseinsensitive set to 1
>>
>> Cygwin installations found in the registry:
>>   System: Key: e022582115c10879 Path: C:\cygwin64
>>   User:   Key: e022582115c10879 Path: C:\cygwin64
>>
>> c:  hd  NTFS    110714Mb  85% CP CS UN PA FC     Windows7_OS
>>
>> C:\cygwin64      /          system  binary,auto
>> C:\cygwin64\bin  /usr/bin   system  binary,auto
>> C:\cygwin64\lib  /usr/lib   system  binary,auto
>> cygdrive prefix  /cygdrive  user    binary,posix=0,auto
>>
>> Found: C:\cygwin64\bin\awk.exe
>> Found: C:\cygwin64\bin\awk
>> Warning: C:\cygwin64\bin\awk.exe hides C:\cygwin64\bin\awk
>> Found: C:\Program Files\Git\bin\bash.exe
>> Found: C:\cygwin64\bin\bash.exe
>> Warning: C:\Program Files\Git\bin\bash.exe hides C:\cygwin64\bin\bash.exe
>> Found: C:\Program Files\Git\bin\bash.exe
>> Found: C:\cygwin64\bin\cat.exe
>> Found: C:\cygwin64\bin\cp.exe
>> Found: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\cpp.exe
>> Found: C:\cygwin64\bin\cpp.exe
>> Warning: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\cpp.exe
>> hides C:\cygwin64\bin\cpp.exe
>> Not Found: crontab
>> Found: C:\Windows\system32\find.exe
>> Found: C:\WINDOWS\system32\find.exe
>> Found: C:\cygwin64\bin\find.exe
>> Warning: C:\Windows\system32\find.exe hides C:\cygwin64\bin\find.exe
>> Found: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\gcc.exe
>> Found: C:\cygwin64\bin\gcc.exe
>> Warning: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\gcc.exe
>> hides C:\cygwin64\bin\gcc.exe
>> Found: C:\cygwin64\bin\gdb.exe
>> Found: C:\cygwin64\bin\grep.exe
>> Found: C:\cygwin64\bin\kill.exe
>> Found: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\ld.exe
>> Found: C:\cygwin64\bin\ld.exe
>> Warning: C:\Program Files\Haskell Platform\7.10.3\mingw\bin\ld.exe
>> hides C:\cygwin64\bin\ld.exe
>> Found: C:\cygwin64\bin\ls.exe
>> Found: C:\ProgramData\chocolatey\bin\make.exe
>> Found: C:\cygwin64\bin\make.exe
>> Warning: C:\ProgramData\chocolatey\bin\make.exe hides C:\cygwin64\bin\make.exe
>> Found: C:\cygwin64\bin\mv.exe
>> Found: C:\cygwin64\bin\patch.exe
>> Found: C:\cygwin64\bin\perl.exe
>> Found: C:\cygwin64\bin\rm.exe
>> Found: C:\cygwin64\bin\sed.exe
>> Found: C:\cygwin64\bin\ssh.exe
>> Found: C:\Program Files\Git\bin\sh.exe
>> Found: C:\cygwin64\bin\sh.exe
>> Warning: C:\Program Files\Git\bin\sh.exe hides C:\cygwin64\bin\sh.exe
>> Found: C:\Program Files\Git\bin\sh.exe
>> Found: C:\cygwin64\bin\tar.exe
>> Found: C:\cygwin64\bin\test.exe
>> Found: C:\cygwin64\bin\vi.exe
>> Found: C:\cygwin64\bin\vi
>> Warning: C:\cygwin64\bin\vi.exe hides C:\cygwin64\bin\vi
>> Found: C:\cygwin64\bin\vim
>>
>>    38k 2013/07/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygargp-0.dll" v0.0 ts=2013-07-19 16:07
>>    88k 2016/04/17 C:\cygwin64\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygatomic-1.dll" v0.0 ts=2016-04-17 15:33
>>    16k 2013/03/26 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygattr-1.dll" v0.0 ts=2013-03-26 18:26
>>   180k 2015/03/23 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygblkid-1.dll" v0.0 ts=2015-03-23 09:46
>>    64k 2013/03/07 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygbz2-1.dll" v0.0 ts=2013-03-07 03:54
>>   117k 2013/05/05 C:\cygwin64\bin\cygcloog-isl-4.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygcloog-isl-4.dll" v0.0 ts=2013-05-05 17:41
>>    13k 2015/03/19 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygcom_err-2.dll" v0.0 ts=2015-03-19 02:44
>>    10k 2016/03/18 C:\cygwin64\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygcrypt-0.dll" v0.0 ts=2016-03-18 11:05
>>  2231k 2016/03/08 C:\cygwin64\bin\cygcrypto-1.0.0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygcrypto-1.0.0.dll" v0.0 ts=2016-03-08 10:41
>>   453k 2016/03/24 C:\cygwin64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygcurl-4.dll" v0.0 ts=2016-03-24 06:30
>>  1526k 2013/03/08 C:\cygwin64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygdb-5.3.dll" v0.0 ts=2013-03-08 08:55
>>   111k 2013/03/08 C:\cygwin64\bin\cygdb_cxx-5.3.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygdb_cxx-5.3.dll" v0.0 ts=2013-03-08 08:56
>>   472k 2013/03/08 C:\cygwin64\bin\cygdb_sql-5.3.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygdb_sql-5.3.dll" v0.0 ts=2013-03-08 08:58
>>   144k 2016/03/16 C:\cygwin64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygexpat-1.dll" v0.0 ts=2016-03-16 19:46
>>    30k 2014/10/14 C:\cygwin64\bin\cygfam-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygfam-0.dll" v0.0 ts=2014-10-14 22:33
>>    27k 2015/11/17 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygffi-6.dll" v0.0 ts=2015-11-17 23:14
>>    55k 2016/03/06 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygformw-10.dll" v0.0 ts=2016-03-06 20:27
>>    70k 2016/04/17 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyggcc_s-seh-1.dll" v0.0 ts=2016-04-17 14:41
>>    40k 2014/05/27 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyggdbm-4.dll" v0.0 ts=1970-01-01 01:00
>>    13k 2014/05/27 C:\cygwin64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyggdbm_compat-4.dll" v0.0 ts=1970-01-01 01:00
>>  1276k 2016/03/10 C:\cygwin64\bin\cyggio-2.0-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyggio-2.0-0.dll" v0.0 ts=2016-03-10 08:14
>>   958k 2016/03/10 C:\cygwin64\bin\cygglib-2.0-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygglib-2.0-0.dll" v0.0 ts=2016-03-10 08:12
>>    14k 2016/03/10 C:\cygwin64\bin\cyggmodule-2.0-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyggmodule-2.0-0.dll" v0.0 ts=2016-03-10 08:12
>>   528k 2015/12/06 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyggmp-10.dll" v0.0 ts=2015-12-06 09:37
>>   931k 2015/08/28 C:\cygwin64\bin\cyggnutls-28.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyggnutls-28.dll" v0.0 ts=2015-08-28 18:05
>>    24k 2015/08/28 C:\cygwin64\bin\cyggnutls-openssl-27.dll - os=4.0
>> img=0.0 sys=5.2
>>                   "cyggnutls-openssl-27.dll" v0.0 ts=2015-08-28 18:06
>>    41k 2015/08/28 C:\cygwin64\bin\cyggnutlsxx-28.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyggnutlsxx-28.dll" v0.0 ts=2015-08-28 18:06
>>   284k 2016/03/10 C:\cygwin64\bin\cyggobject-2.0-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyggobject-2.0-0.dll" v0.0 ts=2016-03-10 08:13
>>   105k 2016/04/17 C:\cygwin64\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyggomp-1.dll" v0.0 ts=2016-04-17 14:45
>>    10k 2016/04/17 C:\cygwin64\bin\cyggomp-plugin-host_nonshm-1.dll -
>> os=4.0 img=0.0 sys=5.2
>>                   "cyggomp-plugin-host_nonshm-1.dll" v0.0 ts=2016-04-17 14:45
>>   258k 2016/03/21 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyggssapi_krb5-2.dll" v0.0 ts=2016-03-21 04:40
>>     9k 2016/03/10 C:\cygwin64\bin\cyggthread-2.0-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyggthread-2.0-0.dll" v0.0 ts=2016-03-10 08:12
>>   691k 2013/04/22 C:\cygwin64\bin\cygguile-17.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygguile-17.dll" v0.0 ts=2013-04-22 04:15
>>    30k 2015/01/27 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyghistory7.dll" v0.0 ts=2015-01-27 04:51
>>   167k 2016/03/13 C:\cygwin64\bin\cyghogweed-2.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyghogweed-2.dll" v0.0 ts=2016-03-13 14:46
>>  1009k 2015/02/20 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygiconv-2.dll" v0.0 ts=2015-02-20 18:07
>>   196k 2014/12/06 C:\cygwin64\bin\cygidn-11.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygidn-11.dll" v0.0 ts=2014-12-06 14:17
>>    40k 2015/09/20 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygintl-8.dll" v0.0 ts=2015-09-20 20:10
>>   888k 2013/05/05 C:\cygwin64\bin\cygisl-10.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygisl-10.dll" v0.0 ts=2013-05-05 17:36
>>  1039k 2015/09/20 C:\cygwin64\bin\cygisl-13.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygisl-13.dll" v0.0 ts=2015-09-20 13:39
>>   177k 2016/03/21 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygk5crypto-3.dll" v0.0 ts=2016-03-21 04:40
>>   721k 2016/03/21 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygkrb5-3.dll" v0.0 ts=2016-03-21 04:40
>>    35k 2016/03/21 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygkrb5support-0.dll" v0.0 ts=2016-03-21 04:40
>>    45k 2015/11/19 C:\cygwin64\bin\cyglber-2-4-2.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyglber-2-4-2.dll" v0.0 ts=2015-11-19 15:17
>>   246k 2015/11/19 C:\cygwin64\bin\cygldap-2-4-2.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygldap-2-4-2.dll" v0.0 ts=2015-11-19 15:18
>>   262k 2015/11/19 C:\cygwin64\bin\cygldap_r-2-4-2.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygldap_r-2-4-2.dll" v0.0 ts=2015-11-19 15:19
>>     6k 2016/04/21 C:\cygwin64\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyglsa64.dll" v0.0 ts=2016-04-21 22:13
>>    35k 2016/02/11 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygltdl-7.dll" v0.0 ts=2016-02-12 00:41
>>   139k 2015/11/09 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyglzma-5.dll" v0.0 ts=2015-11-09 07:12
>>   114k 2016/01/11 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygmagic-1.dll" v0.0 ts=2016-01-11 23:19
>>   168k 2015/10/09 C:\cygwin64\bin\cygman-2-7-4.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygman-2-7-4.dll" v0.0 ts=2015-10-09 04:12
>>    22k 2015/10/09 C:\cygwin64\bin\cygmandb-2-7-4.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygmandb-2-7-4.dll" v0.0 ts=2015-10-09 04:18
>>    29k 2016/03/06 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygmenuw-10.dll" v0.0 ts=2016-03-06 20:27
>>    42k 2013/08/12 C:\cygwin64\bin\cygmetalink-3.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygmetalink-3.dll" v0.0 ts=2013-08-13 01:02
>>    89k 2015/03/01 C:\cygwin64\bin\cygmpc-3.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygmpc-3.dll" v0.0 ts=2015-03-01 21:24
>>   345k 2016/03/06 C:\cygwin64\bin\cygmpfr-4.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygmpfr-4.dll" v0.0 ts=2016-03-06 17:29
>>    53k 2016/03/06 C:\cygwin64\bin\cygncurses++w-10.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygncurses++w-10.dll" v0.0 ts=2016-03-06 20:31
>>   279k 2016/03/06 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygncursesw-10.dll" v0.0 ts=2016-03-06 20:26
>>   180k 2016/03/13 C:\cygwin64\bin\cygnettle-4.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygnettle-4.dll" v0.0 ts=2016-03-13 14:46
>>   126k 2016/03/02 C:\cygwin64\bin\cygnghttp2-14.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygnghttp2-14.dll" v0.0 ts=2016-03-02 19:23
>>   319k 2015/06/01 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygp11-kit-0.dll" v0.0 ts=2015-06-01 20:02
>>    14k 2016/03/06 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygpanelw-10.dll" v0.0 ts=2016-03-06 20:27
>>   465k 2016/03/30 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygpcre-1.dll" v0.0 ts=2016-03-30 23:00
>>  2021k 2016/04/30 C:\cygwin64\bin\cygperl5_22.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygperl5_22.dll" v0.0 ts=2016-04-30 17:05
>>    39k 2015/04/09 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygpipeline-1.dll" v0.0 ts=2015-04-09 22:04
>>    41k 2013/10/21 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygpopt-0.dll" v0.0 ts=2013-10-21 22:52
>>    48k 2016/03/31 C:\cygwin64\bin\cygpsl-5.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygpsl-5.dll" v0.0 ts=2016-03-31 07:37
>>   308k 2016/04/17 C:\cygwin64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygquadmath-0.dll" v0.0 ts=2016-04-17 15:36
>>   207k 2015/01/27 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygreadline7.dll" v0.0 ts=2015-01-27 04:51
>>    97k 2014/11/24 C:\cygwin64\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygsasl2-3.dll" v0.0 ts=2014-11-24 19:22
>>    11k 2015/07/17 C:\cygwin64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygsigsegv-2.dll" v0.0 ts=2015-07-17 23:35
>>    89k 2015/03/23 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygsmartcols-1.dll" v0.0 ts=2015-03-23 09:46
>>   928k 2016/04/21 C:\cygwin64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygsqlite3-0.dll" v0.0 ts=2016-04-21 10:37
>>   156k 2016/03/02 C:\cygwin64\bin\cygssh2-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygssh2-1.dll" v0.0 ts=2016-03-02 19:03
>>   424k 2016/03/08 C:\cygwin64\bin\cygssl-1.0.0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygssl-1.0.0.dll" v0.0 ts=2016-03-08 10:41
>>    12k 2016/04/17 C:\cygwin64\bin\cygssp-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygssp-0.dll" v0.0 ts=2016-04-17 15:30
>>  1337k 2016/04/17 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygstdc++-6.dll" v0.0 ts=2016-04-17 15:01
>>    66k 2016/02/04 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygtasn1-6.dll" v0.0 ts=2016-02-04 14:53
>>    53k 2016/03/06 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygticw-10.dll" v0.0 ts=2016-03-06 20:26
>>  1538k 2015/10/16 C:\cygwin64\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygunistring-2.dll" v0.0 ts=2015-10-16 22:40
>>    15k 2015/03/23 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cyguuid-1.dll" v0.0 ts=2015-03-23 09:46
>>     8k 2016/04/17 C:\cygwin64\bin\cygvtv-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygvtv-0.dll" v0.0 ts=2016-04-17 15:30
>>     8k 2016/04/17 C:\cygwin64\bin\cygvtv_stubs-0.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygvtv_stubs-0.dll" v0.0 ts=2016-04-17 15:31
>>  1134k 2015/03/26 C:\cygwin64\bin\cygX11-6.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygX11-6.dll" v0.0 ts=2015-03-26 15:14
>>    12k 2013/06/06 C:\cygwin64\bin\cygXau-6.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygXau-6.dll" v0.0 ts=2013-06-06 07:23
>>   102k 2015/09/07 C:\cygwin64\bin\cygxcb-1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygxcb-1.dll" v0.0 ts=2015-09-07 06:50
>>    21k 2015/03/26 C:\cygwin64\bin\cygXdmcp-6.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygXdmcp-6.dll" v0.0 ts=2015-03-26 15:38
>>  1206k 2015/11/27 C:\cygwin64\bin\cygxml2-2.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygxml2-2.dll" v0.0 ts=2015-11-27 21:22
>>    80k 2014/11/19 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygz.dll" v0.0 ts=2014-11-20 00:08
>>  3456k 2016/04/21 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
>>                   "cygwin1.dll" v0.0 ts=2016-04-21 22:14
>>     Cygwin DLL version info:
>>         DLL version: 2.5.1
>>         DLL epoch: 19
>>         DLL old termios: 5
>>         DLL malloc env: 28
>>         Cygwin conv: 181
>>         API major: 0
>>         API minor: 297
>>         Shared data: 5
>>         DLL identifier: cygwin1
>>         Mount registry: 3
>>         Cygwin registry name: Cygwin
>>         Installations name: Installations
>>         Cygdrive default prefix:
>>         Build date:
>>         Shared id: cygwin1S5
>>
>>
>> Can't find the cygrunsrv utility, skipping services check.
>>
>>
>> Cygwin Package Information
>> Last downloaded files to: C:\cygwin64\install_files
>> Last downloaded files from: ftp://ftp.acc.umu.se/mirror/cygwin/
>>
>> Package                   Version            Status
>> _autorebase               001004-1           OK
>> Empty package _update-info-dir
>> _update-info-dir          03000-1            OK
>> alternatives              1.3.30c-10         OK
>> antiword                  0.37-1             OK
>> base-cygwin               3.8-1              OK
>> base-files                4.2-4              OK
>> bash                      4.3.42-4           OK
>> binutils                  2.25-4             OK
>> bison                     3.0.4-1            OK
>> bzip2                     1.0.6-2            OK
>> ca-certificates           2.7-1              OK
>> coreutils                 8.25-3             OK
>> curl                      7.48.0-1           OK
>> cygutils                  1.4.15-2           OK
>> cygwin                    2.5.1-1            OK
>> cygwin-devel              2.5.1-1            OK
>> dash                      0.5.8-3            OK
>> desktop-file-utils        0.22-2             OK
>> editrights                1.03-1             OK
>> file                      5.25-1             OK
>> findutils                 4.6.0-1            OK
>> gamin                     0.1.10-15          OK
>> gawk                      4.1.3-1            OK
>> gcc-core                  5.3.0-5            OK
>> gdb                       7.10.1-1           OK
>> getent                    2.18.90-4          OK
>> grep                      2.24-1             OK
>> groff                     1.22.3-1           OK
>> gsettings-desktop-schemas 3.18.1-1           OK
>> gzip                      1.7-2              OK
>> hostname                  3.13-1             OK
>> info                      6.1-2              OK
>> ipc-utils                 1.0-2              OK
>> irssi                     0.8.19-1           OK
>> less                      481-1              OK
>> libargp                   20110921-2         OK
>> libatomic1                5.3.0-5            OK
>> libattr1                  2.4.46-1           OK
>> libblkid1                 2.25.2-2           OK
>> libbz2_1                  1.0.6-2            OK
>> libcloog-isl4             0.18.0-2           OK
>> libcom_err2               1.42.12-2          OK
>> libcrypt0                 1.3-1              OK
>> libcurl4                  7.48.0-1           OK
>> libdb5.3                  5.3.21-1           OK
>> libexpat1                 2.1.1-1            OK
>> libfam0                   0.1.10-15          OK
>> libffi6                   3.2.1-2            OK
>> libgcc1                   5.3.0-5            OK
>> libgdbm4                  1.11-1             OK
>> libglib2.0_0              2.46.2-3           OK
>> libgmp10                  6.1.0-3p1          OK
>> libgnutls28               3.3.17-1           OK
>> libgomp1                  5.3.0-5            OK
>> libgssapi_krb5_2          1.14.1-1           OK
>> libguile17                1.8.8-1            OK
>> libhogweed2               2.7.1-1            OK
>> libiconv                  1.14-3             OK
>> libiconv2                 1.14-3             OK
>> libidn11                  1.29-1             OK
>> libintl8                  0.19.5.1-2         OK
>> libisl10                  0.11.1-2           OK
>> libisl13                  0.14.1-1           OK
>> libk5crypto3              1.14.1-1           OK
>> libkrb5_3                 1.14.1-1           OK
>> libkrb5support0           1.14.1-1           OK
>> libltdl7                  2.4.6-3            OK
>> liblzma5                  5.2.2-1            OK
>> libmetalink3              0.1.2-1            OK
>> libmpc3                   1.0.3-1            OK
>> libmpfr4                  3.1.4-1            OK
>> libncursesw10             6.0-4.20160305     OK
>> libnettle4                2.7.1-1            OK
>> libnghttp2_14             1.7.1-1            OK
>> libopenldap2_4_2          2.4.42-1           OK
>> libopenssl100             1.0.2g-3           OK
>> libp11-kit0               0.22.1-1           OK
>> libpcre1                  8.38-3             OK
>> libpipeline1              1.4.0-1            OK
>> Empty package libpopt0
>> libpopt0                  1.16-1             OK
>> libpsl5                   0.13.0-1           OK
>> libquadmath0              5.3.0-5            OK
>> libreadline7              6.3.8-1            OK
>> libsasl2_3                2.1.26-9           OK
>> libsigsegv2               2.10-2             OK
>> libsmartcols1             2.25.2-2           OK
>> libsqlite3_0              3.12.2-1           OK
>> libssh2_1                 1.7.0-1            OK
>> libssp0                   5.3.0-5            OK
>> libstdc++6                5.3.0-5            OK
>> libtasn1_6                4.7-1              OK
>> libunistring2             0.9.6-1            OK
>> libuuid-devel             2.25.2-2           OK
>> libuuid1                  2.25.2-2           OK
>> libvtv0                   5.3.0-5            OK
>> libX11_6                  1.6.3-1            OK
>> libXau6                   1.0.8-1            OK
>> libxcb1                   1.11.1-1           OK
>> libXdmcp6                 1.1.2-1            OK
>> libxml2                   2.9.3-1            OK
>> login                     1.11-1             OK
>> lynx                      2.8.7-2            OK
>> m4                        1.4.17-2           OK
>> make                      4.1-1              OK
>> man-db                    2.7.4-1            OK
>> mintty                    2.3.6-0            OK
>> ncurses                   6.0-4.20160305     OK
>> openssl                   1.0.2g-3           OK
>> p11-kit                   0.22.1-1           OK
>> p11-kit-trust             0.22.1-1           OK
>> perl                      5.22.2-1           OK
>> perl-Encode-Locale        1.05-1             OK
>> perl-File-Listing         6.04-5             OK
>> perl-HTML-Parser          3.72-1             OK
>> perl-HTML-Tagset          3.20-5             OK
>> perl-HTTP-Cookies         6.01-5             OK
>> perl-HTTP-Daemon          6.01-5             OK
>> perl-HTTP-Date            6.02-5             OK
>> perl-HTTP-Message         6.11-1             OK
>> perl-HTTP-Negotiate       6.01-5             OK
>> perl-IO-HTML              1.001-2            OK
>> perl-libwww-perl          6.15-1             OK
>> perl-LWP-MediaTypes       6.02-5             OK
>> perl-Net-HTTP             6.09-1             OK
>> perl-Socket               2.021-1            OK
>> perl-URI                  1.71-1             OK
>> perl-WWW-RobotRules       6.02-5             OK
>> perl_autorebase           5.22.2-1           OK
>> perl_base                 5.22.2-1           OK
>> popt                      1.16-1             OK
>> python                    2.7.10-1           OK
>> rebase                    4.4.2-1            OK
>> run                       1.3.4-2            OK
>> sed                       4.2.2-3            OK
>> shared-mime-info          1.6-3              OK
>> tar                       1.28-1             OK
>> terminfo                  6.0-4.20160305     OK
>> tzcode                    2016d-1            OK
>> tzdata                    2016d-1            OK
>> util-linux                2.25.2-2           OK
>> vim-minimal               7.4.1558-1         OK
>> w32api-headers            4.0.4-1            OK
>> w32api-runtime            4.0.4-1            OK
>> wget                      1.17.1-2           OK
>> which                     2.20-2             OK
>> windows-default-manifest  6.4-1              OK
>> xz                        5.2.2-1            OK
>> zlib0                     1.2.8-3            OK
>> Use -h to see help about each section
>
> It just dawned on me that I should try to run the shell script in the
> cygwin terminal. I did and it kinda work.
> Output:
> $ sh download_model.sh
> Downloading the colorization model...
> --2016-05-03 02:49:49--  http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7%0D
> Resolving hi.cs.waseda.ac.jp (hi.cs.waseda.ac.jp)... 133.9.187.220
> Connecting to hi.cs.waseda.ac.jp
> (hi.cs.waseda.ac.jp)|133.9.187.220|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2016-05-03 02:49:50 ERROR 404: Not Found.
>
> I can reach the address
> http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7 through a browser
> but wget gets a 404 but it might be unrelated.

I just got a similar error when running make from a git hook, while
running make from nodejs npm is fine. I suspect my terminal,
C:\tools\cmder\vendor\conemu-maximus5 http://cmder.net/ has something
to do with it.

In my git pre-push hook I run
make clean
npm run make
The latter is just calling make -j from within nodejs.

1 [main] make (17908) C:\cygwin64\bin\make.exe: *** fatal error -
cygheap base mismatch detected - 0x180330400/0x18033E400.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.

> firefund-styleguide@1.0.0-alpha make C:\Users\dotnet\Projects\firefund\styleguide
> make -j

make: Nothing to be done for 'all'.

As you can see the first command fails but the second succeed. I can
run make clean from conemu.
wget fails under conemu but can run under cygwin but errors on
connectivity while I have Internet access. make fails in a git hook
but can run from both nodejs (as a child process) and conemu.

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

* Re: Fatal error in wget 1.17.1
  2016-05-03  3:31           ` Jon Ronnenberg
@ 2016-05-03  6:28             ` Marco Atzeri
  0 siblings, 0 replies; 12+ messages in thread
From: Marco Atzeri @ 2016-05-03  6:28 UTC (permalink / raw)
  To: cygwin

On 03/05/2016 05:31, Jon Ronnenberg wrote:
> On Tue, May 3, 2016 at 3:09 AM, Jon Ronnenberg <jon.ronnenberg@gmail.com> wrote:
>> On Tue, May 3, 2016 at 2:45 AM, Jon Ronnenberg <jon.ronnenberg@gmail.com> wrote:
>>> On Tue, May 3, 2016 at 1:43 AM, Eric Blake <eblake@redhat.com> wrote:
>>>> Please don't top-post on technical lists.
>>>>
>>>> On 05/02/2016 05:31 PM, Jon Ronnenberg wrote:
>>>>> I don't think so.
>>>>>
>>>>> c:\cygwin64\bin
>>>>> λ ls cygwin*
>>>>> cygwin-console-helper.exe*  cygwin1.dll*
>>>>
>>>> That's under the c:\cygwin64\bin directory, but doesn't tell me anything
>>>> about the rest of your system. Which is why I asked for cygcheck output,
>>>> but you seemed to have missed that point.
>>>>
>>>>>
>>>>> I did a full search through the start menu but I only got the above
>>>>> cygwin1.dll It seems to me that the current wget package is built on
>>>>> an old version of cygwin. But I'm only guessing.
>>>>
>>>> No, you are misdiagnosing your problem.  It doesn't matter what version
>>>> of cygwin wget was built against, what matters is what version of
>>>> cygwin1.dll is being loaded when your script is forking, and if your
>>>> PATH happens to be modified in such a way that wget is attempting to
>>>> load a different cygwin1.dll than the shell running the script, such
>>>> that there are now two different cygwin1.dlls loaded at the same time.
>>>>
>>>> So I'll ask again: please run cygcheck as directed by the mailing list
>>>> footer...
>>>>
>>>>>> Following the directions listed here:
>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Problem reports:       http://cygwin.com/problems.html
>>>>>>
>>>>>> in particular, the instructions to run cygcheck and attach the output,
>>>>>> will help identify not only if you do have two cygwin installations, but
>>>>>> where the second is installed, so that you can delete the one you don't
>>>>>> need.

Attach the output, not put in line.

An trim the followup please.

>>
>> It just dawned on me that I should try to run the shell script in the
>> cygwin terminal. I did and it kinda work.
>> Output:
>> $ sh download_model.sh
>> Downloading the colorization model...
>> --2016-05-03 02:49:49--  http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7%0D
>> Resolving hi.cs.waseda.ac.jp (hi.cs.waseda.ac.jp)... 133.9.187.220
>> Connecting to hi.cs.waseda.ac.jp
>> (hi.cs.waseda.ac.jp)|133.9.187.220|:80... connected.
>> HTTP request sent, awaiting response... 404 Not Found
>> 2016-05-03 02:49:50 ERROR 404: Not Found.
>>
>> I can reach the address
>> http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7 through a browser
>> but wget gets a 404 but it might be unrelated.
>
> I just got a similar error when running make from a git hook, while
> running make from nodejs npm is fine. I suspect my terminal,
> C:\tools\cmder\vendor\conemu-maximus5 http://cmder.net/ has something
> to do with it.
>
> In my git pre-push hook I run
> make clean
> npm run make
> The latter is just calling make -j from within nodejs.
>
> 1 [main] make (17908) C:\cygwin64\bin\make.exe: *** fatal error -
> cygheap base mismatch detected - 0x180330400/0x18033E400.
> This problem is probably due to using incompatible versions of the cygwin DLL.
> Search for cygwin1.dll using the Windows Start->Find/Search facility
> and delete all but the most recent version.  The most recent version *should*
> reside in x:\cygwin\bin, where 'x' is the drive on which you have
> installed the cygwin distribution.  Rebooting is also suggested if you
> are unable to find another cygwin DLL.
>
>> firefund-styleguide@1.0.0-alpha make C:\Users\dotnet\Projects\firefund\styleguide
>> make -j
>
> make: Nothing to be done for 'all'.
>
> As you can see the first command fails but the second succeed. I can
> run make clean from conemu.
> wget fails under conemu but can run under cygwin but errors on
> connectivity while I have Internet access. make fails in a git hook
> but can run from both nodejs (as a child process) and conemu.
>

Question:
are wget and make working correctly on Cygwin Terminal (Mintty) ?


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

* Re: Fatal error in wget 1.17.1
  2016-05-03  1:09         ` Jon Ronnenberg
  2016-05-03  3:31           ` Jon Ronnenberg
@ 2016-05-03 11:50           ` Andrey Repin
  2016-05-03 14:13             ` Jon Ronnenberg
  1 sibling, 1 reply; 12+ messages in thread
From: Andrey Repin @ 2016-05-03 11:50 UTC (permalink / raw)
  To: Jon Ronnenberg, cygwin

Greetings, Jon Ronnenberg!

> It just dawned on me that I should try to run the shell script in the
> cygwin terminal. I did and it kinda work.
> Output:
> $ sh download_model.sh
> Downloading the colorization model...
> --2016-05-03 02:49:49--  http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7%0D
> Resolving hi.cs.waseda.ac.jp (hi.cs.waseda.ac.jp)... 133.9.187.220
> Connecting to hi.cs.waseda.ac.jp
> (hi.cs.waseda.ac.jp)|133.9.187.220|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2016-05-03 02:49:50 ERROR 404: Not Found.

> I can reach the address
> http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7 through a browser
> but wget gets a 404 but it might be unrelated.

Do note that the address
"http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7%0D" is not the same as
"http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7"...

Fix your script, it has CRLF EOL, or put the URL in quotes.


-- 
With best regards,
Andrey Repin
Tuesday, May 3, 2016 14:35:26

Sorry for my terrible english...


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

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

* Re: Fatal error in wget 1.17.1
  2016-05-03 11:50           ` Andrey Repin
@ 2016-05-03 14:13             ` Jon Ronnenberg
  2016-05-03 14:31               ` Marco Atzeri
  0 siblings, 1 reply; 12+ messages in thread
From: Jon Ronnenberg @ 2016-05-03 14:13 UTC (permalink / raw)
  To: cygwin

On Tue, May 3, 2016 at 1:37 PM, Andrey Repin <anrdaemon@yandex.ru> wrote:
>> I can reach the address
>> http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7 through a browser
>> but wget gets a 404 but it might be unrelated.
>
> Do note that the address
> "http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7%0D" is not the same as
> "http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7"...
>
> Fix your script, it has CRLF EOL, or put the URL in quotes.
>
>
> --
> With best regards,
> Andrey Repin
> Tuesday, May 3, 2016 14:35:26
>
> Sorry for my terrible english...
>
Great, thanks Andrey! I should have realized the CRLF since I'm on windows.
One issue remain through, wget works in the cygwin terminal but not in
the conemu-maximus5 terminal.
While ls, cat, cp, mv etc. works fine. Could it be emscripten or
haskell that mess with cygwin since they bundle mingw?
Since I use conemu all the time, I would really like the cygwin
programs to run here.

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

* Re: Fatal error in wget 1.17.1
  2016-05-03 14:13             ` Jon Ronnenberg
@ 2016-05-03 14:31               ` Marco Atzeri
  0 siblings, 0 replies; 12+ messages in thread
From: Marco Atzeri @ 2016-05-03 14:31 UTC (permalink / raw)
  To: cygwin

On 03/05/2016 16:13, Jon Ronnenberg wrote:

> the conemu-maximus5 terminal.
> While ls, cat, cp, mv etc. works fine. Could it be emscripten or
> haskell that mess with cygwin since they bundle mingw?
> Since I use conemu all the time, I would really like the cygwin
> programs to run here.
>

Should not you ask on conemu ?

https://conemu.github.io/en/CygwinMsysConnector.html

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

* Re: Fatal error in wget 1.17.1
@ 2016-05-03 14:34 Jon Ronnenberg
  0 siblings, 0 replies; 12+ messages in thread
From: Jon Ronnenberg @ 2016-05-03 14:34 UTC (permalink / raw)
  To: cygwin, Marco Atzeri

>> I just got a similar error when running make from a git hook, while
>> running make from nodejs npm is fine. I suspect my terminal,
>> C:\tools\cmder\vendor\conemu-maximus5 http://cmder.net/ has something
>> to do with it.
>>
>> In my git pre-push hook I run
>> make clean
>> npm run make
>> The latter is just calling make -j from within nodejs.
>>
>> 1 [main] make (17908) C:\cygwin64\bin\make.exe: *** fatal error -
>> cygheap base mismatch detected - 0x180330400/0x18033E400.
>> This problem is probably due to using incompatible versions of the cygwin DLL.
>> Search for cygwin1.dll using the Windows Start->>Find/Search facility
>> and delete all but the most recent version.  The most recent version *should*
>> reside in x:\cygwin\bin, where 'x' is the drive on which you have
>> installed the cygwin distribution.  Rebooting is also suggested if you
>> are unable to find another cygwin DLL.
>>
>> firefund-styleguide@1.0.0-alpha make C:\Users\dotnet\Projects\firefund\styleguide
>> make -j
>>
>>
>> make: Nothing to be done for 'all'.
>>
>> As you can see the first command fails but the second succeed. I can
>> run make clean from conemu.
>> wget fails under conemu but can run under cygwin but errors on
>> connectivity while I have Internet access. make fails in a git hook
>> but can run from both nodejs (as a child process) and conemu.
>
>
>Question:
>are wget and make working correctly on Cygwin Terminal (Mintty) ?
>
>
>Regards
>Marco
Hi Marco. Yes it works on the Cygwin Terminal (don't know if its
Mintty but it's the one bundled with cygwin).
Do you have any idea why it won't work in my default terminal? Most
cygwin programs run fine in conemu (https://conemu.github.io/).

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

end of thread, other threads:[~2016-05-03 14:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-02 21:32 Fatal error in wget 1.17.1 Jon Ronnenberg
2016-05-02 23:03 ` Eric Blake
2016-05-02 23:32   ` Jon Ronnenberg
2016-05-02 23:43     ` Eric Blake
2016-05-03  0:45       ` Jon Ronnenberg
2016-05-03  1:09         ` Jon Ronnenberg
2016-05-03  3:31           ` Jon Ronnenberg
2016-05-03  6:28             ` Marco Atzeri
2016-05-03 11:50           ` Andrey Repin
2016-05-03 14:13             ` Jon Ronnenberg
2016-05-03 14:31               ` Marco Atzeri
2016-05-03 14:34 Jon Ronnenberg

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