public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Updated: R-3.3.3-1
@ 2017-03-12 19:41 Marco Atzeri via cygwin
  2017-03-28 14:28 ` R-3.3.3-1: unable to load stats.dll Oliver Schoett
  0 siblings, 1 reply; 15+ messages in thread
From: Marco Atzeri via cygwin @ 2017-03-12 19:41 UTC (permalink / raw)
  To: cygwin

Versions 3.3.3-1  of
         R
         libRmath
         libRmath-devel

for cygwin are now available:

CHANGES
New upstream release
https://mailman.stat.ethz.ch/pipermail/r-announce/2017/000611.html

DESCRIPTION
R is a language and environment for statistical computing and graphics.

R provides a wide variety of statistical (linear and nonlinear
modelling, classical statistical tests, time-series analysis,
classification, clustering, ...) and graphical techniques, and
is highly extensible.
The S language is often the vehicle of choice for research in
statistical methodology, and R provides an Open Source route
to participation in that activity.

HOMEPAGE
http://www.r-project.org/


Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

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

* R-3.3.3-1: unable to load stats.dll
  2017-03-12 19:41 [ANNOUNCEMENT] Updated: R-3.3.3-1 Marco Atzeri via cygwin
@ 2017-03-28 14:28 ` Oliver Schoett
  2017-03-28 14:50   ` Oliver Schoett
  2017-03-28 15:07   ` Marco Atzeri
  0 siblings, 2 replies; 15+ messages in thread
From: Oliver Schoett @ 2017-03-28 14:28 UTC (permalink / raw)
  To: cygwin

Marco Atzeri via cygwin wrote:
> Versions 3.3.3-1  of
>         R
>         libRmath
>         libRmath-devel
>
> for cygwin are now available

When I try to use Rscript, I get the warning below.  However, the file 
|/usr/lib/R/library/stats/libs/stats.dll| exists and looks fine:

    $ ls -la /lib/R/library/stats/libs/stats.dll
    -rwxr-xr-x 1 oschoett Domain_Users 646675 Mar  9 08:13 /lib/R/library/stats/libs/stats.dll
    $ file /lib/R/library/stats/libs/stats.dll
    /lib/R/library/stats/libs/stats.dll: PE32+ executable (DLL) (console) x86-64, for MS Windows

How can I make R usable without this warning again?

Oliver Schoett


$ Rscript.exe library.R
Error in dyn.load(file, DLLpath = DLLpath, ...) :
   unable to load shared object '/usr/lib/R/library/stats/libs/stats.dll':
   No such file or directory
During startup - Warning message:
package ‘stats’ in options("defaultPackages") was not found
Packages in library ‘/usr/lib/R/site-library’:

assertthat              Easy pre and post assertions.
dichromat               Color Schemes for Dichromats
gtable                  Arrange 'Grobs' in Tables
labeling                Axis Labeling
magrittr                A Forward-Pipe Operator for R
RColorBrewer            ColorBrewer Palettes

Packages in library ‘/usr/lib/R/library’:

base                    The R Base Package
boot                    Bootstrap Functions (Originally by Angelo Canty
                         for S)
class                   Functions for Classification
cluster                 "Finding Groups in Data": Cluster Analysis
                         Extended Rousseeuw et al.
codetools               Code Analysis Tools for R
compiler                The R Compiler Package
datasets                The R Datasets Package
foreign                 Read Data Stored by Minitab, S, SAS, SPSS,
                         Stata, Systat, Weka, dBase, ...
graphics                The R Graphics Package
grDevices               The R Graphics Devices and Support for Colours
                         and Fonts
grid                    The Grid Graphics Package
KernSmooth              Functions for Kernel Smoothing Supporting Wand
                         & Jones (1995)
lattice                 Trellis Graphics for R
MASS                    Support Functions and Datasets for Venables and
                         Ripley's MASS
Matrix                  Sparse and Dense Matrix Classes and Methods
methods                 Formal Methods and Classes
mgcv                    Mixed GAM Computation Vehicle with GCV/AIC/REML
                         Smoothness Estimation
nlme                    Linear and Nonlinear Mixed Effects Models
nnet                    Feed-Forward Neural Networks and Multinomial
                         Log-Linear Models
parallel                Support for Parallel computation in R
rpart                   Recursive Partitioning and Regression Trees
spatial                 Functions for Kriging and Point Pattern
                         Analysis
splines                 Regression Spline Functions and Classes
stats                   The R Stats Package
stats4                  Statistical Functions using S4 Classes
survival                Survival Analysis
tcltk                   Tcl/Tk Interface
tools                   Tools for Package Development
utils                   The R Utils Package



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

* Re: R-3.3.3-1: unable to load stats.dll
  2017-03-28 14:28 ` R-3.3.3-1: unable to load stats.dll Oliver Schoett
@ 2017-03-28 14:50   ` Oliver Schoett
  2017-03-28 14:54     ` Andrey Repin
  2017-03-28 17:21     ` Achim Gratz
  2017-03-28 15:07   ` Marco Atzeri
  1 sibling, 2 replies; 15+ messages in thread
From: Oliver Schoett @ 2017-03-28 14:50 UTC (permalink / raw)
  To: cygwin

Oliver Schoett wrote:
> Error in dyn.load(file, DLLpath = DLLpath, ...) :
>   unable to load shared object '/usr/lib/R/library/stats/libs/stats.dll':
>   No such file or directory
> During startup - Warning message:
> package ‘stats’ in options("defaultPackages") was not found 

I should add that the following command gives strange output:

$ ldd /usr/lib/R/library/stats/libs/stats.dll
         ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x77350000)
         kernel32.dll => /c/WINDOWS/system32/kernel32.dll (0x77130000)
         KERNELBASE.dll => /c/WINDOWS/system32/KERNELBASE.dll (0x7fefd1d0000)
         SYSFER.DLL => /c/WINDOWS/System32/SYSFER.DLL (0x74d30000)
         psapi.dll => /c/WINDOWS/system32/psapi.dll (0x77510000)
         ??? => ??? (0x3eb6b0000)
         ??? => ??? (0x3eb6b0000)
         ??? => ??? (0x3ebf50000)
         ??? => ??? (0x3ebf50000)
         ??? => ??? (0x3f1150000)
         ??? => ??? (0x3f1150000)
         ??? => ??? (0x180040000)
         ??? => ??? (0x180040000)
         ??? => ??? (0x3f9b20000)
         ??? => ??? (0x3f9b20000)
         ??? => ??? (0x3f68d0000)
         ??? => ??? (0x3f68d0000)
         ??? => ??? (0x3f62b0000)
         ??? => ??? (0x3f62b0000)
         ??? => ??? (0x3f5440000)
         ??? => ??? (0x3f5440000)
         ??? => ??? (0x3ec310000)
         ??? => ??? (0x3ec310000)
         ??? => ??? (0x3f75d0000)
         ??? => ??? (0x3f75d0000)
         ??? => ??? (0x3f3c40000)
         ??? => ??? (0x3f3c40000)
         ??? => ??? (0x3f52b0000)
         ??? => ??? (0x3f52b0000)
         ??? => ??? (0x3f4600000)
         ??? => ??? (0x3f4600000)
         ??? => ??? (0x3f2d30000)
         ??? => ??? (0x3f2d30000)
         ??? => ??? (0x3f08c0000)
         ??? => ??? (0x3f08c0000)
         ??? => ??? (0x3f2f70000)
         ??? => ??? (0x3f2f70000)
         ??? => ??? (0x3f3b60000)
         ??? => ??? (0x3f3b60000)
         ??? => ??? (0x3f5d30000)
         ??? => ??? (0x3f5d30000)
         ??? => ??? (0x3f3940000)
         ??? => ??? (0x3f3940000)
         ??? => ??? (0x3f51e0000)
         ??? => ??? (0x3f51e0000)
         ??? => ??? (0x3f3800000)
         ??? => ??? (0x3f3800000)
         ??? => ??? (0x3f7870000)
         ??? => ??? (0x3f7870000)
         ??? => ??? (0x3ef4b0000)
         ??? => ??? (0x3ef4b0000)
         ??? => ??? (0x3f71f0000)
         ??? => ??? (0x3f71f0000)




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

* Re: R-3.3.3-1: unable to load stats.dll
  2017-03-28 14:50   ` Oliver Schoett
@ 2017-03-28 14:54     ` Andrey Repin
  2017-03-28 17:21     ` Achim Gratz
  1 sibling, 0 replies; 15+ messages in thread
From: Andrey Repin @ 2017-03-28 14:54 UTC (permalink / raw)
  To: Oliver Schoett, cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 3394 bytes --]

Greetings, Oliver Schoett!

> Oliver Schoett wrote:
>> Error in dyn.load(file, DLLpath = DLLpath, ...) :
>>   unable to load shared object '/usr/lib/R/library/stats/libs/stats.dll':
>>   No such file or directory
>> During startup - Warning message:
>> package ‘stats’ in options("defaultPackages") was not found 

> I should add that the following command gives strange output:

Such output is typical for DLL's injected by other processes, commonly seen
from "antivirus" software.
That assuming you're running ldd in elevated prompt. Otherwise the output
could be mangled due to limited access rights.

> $ ldd /usr/lib/R/library/stats/libs/stats.dll
>          ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x77350000)
>          kernel32.dll => /c/WINDOWS/system32/kernel32.dll (0x77130000)
>          KERNELBASE.dll => /c/WINDOWS/system32/KERNELBASE.dll (0x7fefd1d0000)
>          SYSFER.DLL => /c/WINDOWS/System32/SYSFER.DLL (0x74d30000)
>          psapi.dll => /c/WINDOWS/system32/psapi.dll (0x77510000)
>          ??? => ??? (0x3eb6b0000)
>          ??? => ??? (0x3eb6b0000)
>          ??? => ??? (0x3ebf50000)
>          ??? => ??? (0x3ebf50000)
>          ??? => ??? (0x3f1150000)
>          ??? => ??? (0x3f1150000)
>          ??? => ??? (0x180040000)
>          ??? => ??? (0x180040000)
>          ??? => ??? (0x3f9b20000)
>          ??? => ??? (0x3f9b20000)
>          ??? => ??? (0x3f68d0000)
>          ??? => ??? (0x3f68d0000)
>          ??? => ??? (0x3f62b0000)
>          ??? => ??? (0x3f62b0000)
>          ??? => ??? (0x3f5440000)
>          ??? => ??? (0x3f5440000)
>          ??? => ??? (0x3ec310000)
>          ??? => ??? (0x3ec310000)
>          ??? => ??? (0x3f75d0000)
>          ??? => ??? (0x3f75d0000)
>          ??? => ??? (0x3f3c40000)
>          ??? => ??? (0x3f3c40000)
>          ??? => ??? (0x3f52b0000)
>          ??? => ??? (0x3f52b0000)
>          ??? => ??? (0x3f4600000)
>          ??? => ??? (0x3f4600000)
>          ??? => ??? (0x3f2d30000)
>          ??? => ??? (0x3f2d30000)
>          ??? => ??? (0x3f08c0000)
>          ??? => ??? (0x3f08c0000)
>          ??? => ??? (0x3f2f70000)
>          ??? => ??? (0x3f2f70000)
>          ??? => ??? (0x3f3b60000)
>          ??? => ??? (0x3f3b60000)
>          ??? => ??? (0x3f5d30000)
>          ??? => ??? (0x3f5d30000)
>          ??? => ??? (0x3f3940000)
>          ??? => ??? (0x3f3940000)
>          ??? => ??? (0x3f51e0000)
>          ??? => ??? (0x3f51e0000)
>          ??? => ??? (0x3f3800000)
>          ??? => ??? (0x3f3800000)
>          ??? => ??? (0x3f7870000)
>          ??? => ??? (0x3f7870000)
>          ??? => ??? (0x3ef4b0000)
>          ??? => ??? (0x3ef4b0000)
>          ??? => ??? (0x3f71f0000)
>          ??? => ??? (0x3f71f0000)




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



-- 
With best regards,
Andrey Repin
Tuesday, March 28, 2017 17:47:13

Sorry for my terrible english...\0ТÒÐÐ¥\a&ö&ÆVÒ\a&W\x06÷'G3¢\x02\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒ÷\a&ö&ÆV×2æ‡FÖÀФd\x15\x13¢\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒöf\x17\x12ðФFö7VÖVçF\x17F–öã¢\x02\x02\x02\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒöFö72æ‡FÖÀÐ¥Vç7V'67&–&R\x06–æfó¢\x02\x02\x02\x02\x02\x06‡GG\x03¢òö7–wv–âæ6öÒöÖÂò7Vç7V'67&–&R×6–×\x06ÆPРÐ

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

* Re: R-3.3.3-1: unable to load stats.dll
  2017-03-28 14:28 ` R-3.3.3-1: unable to load stats.dll Oliver Schoett
  2017-03-28 14:50   ` Oliver Schoett
@ 2017-03-28 15:07   ` Marco Atzeri
  2017-03-28 17:05     ` Oliver Schoett
  1 sibling, 1 reply; 15+ messages in thread
From: Marco Atzeri @ 2017-03-28 15:07 UTC (permalink / raw)
  To: cygwin

On 28/03/2017 16:16, Oliver Schoett wrote:
> Marco Atzeri via cygwin wrote:
>> Versions 3.3.3-1  of
>>         R
>>         libRmath
>>         libRmath-devel
>>
>> for cygwin are now available
>
> When I try to use Rscript, I get the warning below.  However, the file
> |/usr/lib/R/library/stats/libs/stats.dll| exists and looks fine:
>
>    $ ls -la /lib/R/library/stats/libs/stats.dll
>    -rwxr-xr-x 1 oschoett Domain_Users 646675 Mar  9 08:13
> /lib/R/library/stats/libs/stats.dll
>    $ file /lib/R/library/stats/libs/stats.dll
>    /lib/R/library/stats/libs/stats.dll: PE32+ executable (DLL) (console)
> x86-64, for MS Windows
>
> How can I make R usable without this warning again?
>
> Oliver Schoett
>
>
> $ Rscript.exe library.R

What is library.R ?

> Error in dyn.load(file, DLLpath = DLLpath, ...) :
>   unable to load shared object '/usr/lib/R/library/stats/libs/stats.dll':
>   No such file or directory
> During startup - Warning message:
> package ‘stats’ in options("defaultPackages") was not found
> Packages in library ‘/usr/lib/R/site-library’:
>

call to the demo functions work fine for me:

$ Rscript.exe /usr/lib/R/library/stats/demo/glm.vr.R

Call:
glm(formula = Fr ~ M.user * Temp * Soft + Brand, family = poisson,
     data = detg)

Deviance Residuals:
      Min        1Q    Median        3Q       Max
-2.20876  -0.99190  -0.00126   0.93542   1.97601

Coefficients:
                             Estimate Std. Error z value Pr(>|z|)
(Intercept)                  4.01524    0.10034  40.018  < 2e-16 ***
M.userY                     -0.21184    0.14257  -1.486  0.13731
TempHigh                    -0.42381    0.15159  -2.796  0.00518 **
SoftMedium                   0.05311    0.13308   0.399  0.68984
....


and also ldd is fine

$ ldd  /usr/lib/R/library/stats/libs/stats.dll
         ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x77230000)
         kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll 
(0x77010000)
         KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll 
(0x7fefd2b0000)
         SYSFER.DLL => /cygdrive/c/Windows/System32/SYSFER.DLL (0x74c40000)
         libR.dll => /usr/bin/libR.dll (0x3d0ba0000)
         cygblas-0.dll => /usr/bin/cygblas-0.dll (0x3eefd0000)
         cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000)
         cygbz2-1.dll => /usr/bin/cygbz2-1.dll (0x3ee590000)
         cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x3e31c0000)
         cygicui18n58.dll => /usr/bin/cygicui18n58.dll (0x3de1e0000)
         cygicuuc58.dll => /usr/bin/cygicuuc58.dll (0x3ddb50000)
         cygicudata58.dll => /usr/bin/cygicudata58.dll (0x3de830000)
         cyggcc_s-seh-1.dll => /usr/bin/cyggcc_s-seh-1.dll (0x3e8a50000)
         cygstdc++-6.dll => /usr/bin/cygstdc++-6.dll (0x3d56f0000)
         cygintl-8.dll => /usr/bin/cygintl-8.dll (0x3dda90000)
         cyglzma-5.dll => /usr/bin/cyglzma-5.dll (0x3dc680000)
         cygpcre-1.dll => /usr/bin/cygpcre-1.dll (0x3d8490000)
         cygreadline7.dll => /usr/bin/cygreadline7.dll (0x3d6920000)
         cygncursesw-10.dll => /usr/bin/cygncursesw-10.dll (0x3db880000)
         cygtirpc-1.dll => /usr/bin/cygtirpc-1.dll (0x3d45c0000)
         cyggssapi_krb5-2.dll => /usr/bin/cyggssapi_krb5-2.dll (0x3e53f0000)
         cygk5crypto-3.dll => /usr/bin/cygk5crypto-3.dll (0x3dd200000)
         cygkrb5support-0.dll => /usr/bin/cygkrb5support-0.dll (0x3dcfd0000)
         cygkrb5-3.dll => /usr/bin/cygkrb5-3.dll (0x3dcfe0000)
         cygcom_err-2.dll => /usr/bin/cygcom_err-2.dll (0x3ea5d0000)
         cygz.dll => /usr/bin/cygz.dll (0x3d1020000)
         cyggomp-1.dll => /usr/bin/cyggomp-1.dll (0x3e6510000)
         cyglapack-0.dll => /usr/lib/lapack/cyglapack-0.dll (0x3c7170000)
         cyggfortran-3.dll => /usr/bin/cyggfortran-3.dll (0x3e7070000)
         cygquadmath-0.dll => /usr/bin/cygquadmath-0.dll (0x3d69b0000)

Please follow
Problem reports:       http://cygwin.com/problems.html

and provide cygcheck.out as attachement.


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

* Re: R-3.3.3-1: unable to load stats.dll
  2017-03-28 15:07   ` Marco Atzeri
@ 2017-03-28 17:05     ` Oliver Schoett
  0 siblings, 0 replies; 15+ messages in thread
From: Oliver Schoett @ 2017-03-28 17:05 UTC (permalink / raw)
  To: cygwin

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

Marco Atzeri wrote:
> Please follow
> Problem reports: http://cygwin.com/problems.html
>
> and provide cygcheck.out as attachement.
>

The file "library.R" that I used to test just contains the call

    library()

Virustotal told me that stats.dll has the following dependencies:

    [+] KERNEL32.dll
    [+] cygblas-0.dll
    [+] cyggomp-1.dll
    [+] cygintl-8.dll
    [+] cyglapack-0.dll
    [+] cygwin1.dll
    [+] libR.dll

I noted that there are two copies of cygblas-0.dll:

    $ cygcheck -f /lib/lapack/cygblas-0.dll
    liblapack0-3.7.0-1
    $ cygcheck -f /bin/cygblas-0.dll
    libopenblas-0.2.19-1

Renaming the former did not affect the problem, renaming the latter made 
R fail to start completely.

Attached is the complete output of cygcheck -s -v -r, with some 
sensitive information replaced by REDACTED.

My filesystems are mounted in binary mode:

    $ mount
    C:/cygwin64/bin on /usr/bin type ntfs (binary,auto)
    C:/cygwin64/lib on /usr/lib type ntfs (binary,auto)
    C:/cygwin64 on / type ntfs (binary,auto)
    C: on /c type ntfs (binary,user,noumount,auto)

Regards,

Oliver Schoett


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


Cygwin Configuration Diagnostics
Current System Time: Tue Mar 28 17:24:35 2017

Windows 7 Professional Ver 6.1 Build 7601 Service Pack 1

Path:	C:\Users\oschoett\home\bin\nt386
	C:\Users\oschoett\home\bin
	C:\cygwin64\usr\local\bin
	C:\cygwin64\usr\local\bin
	C:\cygwin64\bin
	C:\cygwin64\usr\X11R6\bin
	C:\Program Files\Java\jdk1.8.0_121\bin
	C:\WINDOWS\system32
	C:\WINDOWS

Output from C:\cygwin64\bin\id.exe
UID: 1196715(oschoett)     GID: 1049089(Domain_Users)
1049089(Domain_Users)      544(Administrators)
545(Users)

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

USER = 'oschoett'
PWD = '/c/Users/oschoett/home/itb/Beratung/REDACTED/REDACTED/REDACTED/REDACTED'
HOME = '/c/Users/oschoett/home'
CYGWIN = 'nodosfilewarning winsymlinks'

USERDOMAIN = 'CORP'
OS = 'Windows_NT'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
PSModulePath = 'C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\'
CommonProgramW6432 = 'C:\Program Files\Common Files'
ARCH = 'nt386'
INCLUDE = 'C:\app\DB2_CL~1.6\INCLUDE;C:\app\DB2_CL~1.6\LIB'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
FP_NO_HOST_CHECK = 'NO'
LANG = 'C.UTF-8'
TZ = 'Europe/Berlin'
LESS = '-M -i -w -X'
HOSTNAME = 'CE13374'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/c/Users/oschoett/home'
UATDATA = 'C:\WINDOWS\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77'
USERNAME = 'oschoett'
JAVA_HOME = 'C:\Program Files\Java\jdk1.8.0_121'
PROCESSOR_ARCHITECTURE = 'AMD64'
COMMPath = 'C:\Program Files\Lenovo\Communications Utility'
SSH_AUTH_SOCK = '/tmp/ssh-mN56V931mJEw/agent.10920'
LOCALAPPDATA = 'C:\Users\oschoett\AppData\Local'
OPTDIR = '/usr/local'
COMPUTERNAME = 'CE13374'
HARD_HOME = '/c/Users/oschoett/home'
USERPROFILE = 'C:\Users\oschoett'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
SYSTEMROOT = 'C:\WINDOWS'
TMP = '/tmp'
SSH_AGENT_PID = '5176'
HOST = 'CE13374'
windows_tracing_logfile = 'C:\BVTBin\Tests\installpackage\csilogfile.log'
BASH_ENV = '/c/Users/oschoett/home/.bashrc'
PROFILEREAD = 'true'
LIB = ';C:\app\DB2_CL~1.6\LIB'
USERDNSDOMAIN = 'CORP.CAPGEMINI.COM'
ProgramW6432 = 'C:\Program Files'
TVT = 'C:\Program Files (x86)\Lenovo'
windows_tracing_flags = '3'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
APPDATA = 'C:\Users\oschoett\AppData\Roaming'
SHELL = '/bin/bash'
TERM = 'xterm'
DB2INSTANCE = 'DB2'
WINDIR = 'C:\WINDOWS'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
PRINTER = 'ps4s2'
PROGRAMFILES = 'C:\Program Files'
MANPATH = '/usr/local/man:/usr/man:/usr/share/man'
DisplayLinkConfigRoot = 'C:\Program Files\DisplayLink Core Software\8.0.923.0\'
ALLUSERSPROFILE = 'C:\ProgramData'
TEMP = '/tmp'
UHOME = '/home/oschoett'
TCAT = 'lpr'
ProgramFiles(x86) = 'C:\Program Files (x86)'
PS1 = '[\h:\w]
$ '
ORIGINAL_PATH = '/c/ProgramData/Oracle/Java/javapath:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/Program Files/TortoiseSVN/bin:/c/app/DB2_CL~1.6/BIN:/c/app/DB2_CL~1.6/FUNCTION:/c/app/DB2_CL~1.6/SAMPLES/REPL:/c/Program Files/Intel/WiFi/bin:/c/Program Files/Common Files/Intel/WirelessCommon:/c/app/cygwin/bin'
EXECIGNORE = '*.dll'
VBOX_MSI_INSTALL_PATH = 'C:\app\VirtualBox-5.0.20\'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
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    244195Mb  84% CP CS UN PA FC     EN

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

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

  154k 2015/05/23 C:\cygwin64\bin\cygapr-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygapr-1-0.dll" v0.0 ts=2015-05-23 02:30
  128k 2015/05/23 C:\cygwin64\bin\cygaprutil-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygaprutil-1-0.dll" v0.0 ts=2015-05-23 03:31
   39k 2016/09/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygargp-0.dll" v0.0 ts=2016-09-19 02:13
  116k 2017/03/05 C:\cygwin64\bin\cygatk-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygatk-1.0-0.dll" v0.0 ts=2017-03-05 04:23
   88k 2016/06/13 C:\cygwin64\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygatomic-1.dll" v0.0 ts=2016-06-13 17:14
   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
  177k 2016/05/04 C:\cygwin64\bin\cygautotrace-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygautotrace-3.dll" v0.0 ts=2016-05-04 23:00
25281k 2016/09/06 C:\cygwin64\bin\cygblas-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygblas-0.dll" v0.0 ts=2016-09-06 16:22
  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 2017/02/22 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2017-02-22 07:22
 1078k 2017/03/06 C:\cygwin64\bin\cygcairo-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-2.dll" v0.0 ts=2017-03-06 06:15
   27k 2017/03/06 C:\cygwin64\bin\cygcairo-gobject-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-gobject-2.dll" v0.0 ts=2017-03-06 06:16
  119k 2017/03/06 C:\cygwin64\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2017-03-06 06:16
   10k 2015/02/20 C:\cygwin64\bin\cygcharset-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcharset-1.dll" v0.0 ts=2015-02-20 17:07
   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
  203k 2016/05/31 C:\cygwin64\bin\cygcroco-0.6-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygcroco-0.6-3.dll" v0.0 ts=2016-05-31 18:31
   10k 2016/06/09 C:\cygwin64\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-0.dll" v0.0 ts=2016-06-09 16:02
 2235k 2017/01/26 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=2017-01-26 20:10
  478k 2016/12/29 C:\cygwin64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcurl-4.dll" v0.0 ts=2016-12-29 04:33
   24k 2014/11/12 C:\cygwin64\bin\cygdatrie-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygdatrie-1.dll" v0.0 ts=2014-11-12 07:24
 1549k 2016/08/22 C:\cygwin64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb-5.3.dll" v0.0 ts=2016-08-22 09:51
  267k 2016/10/10 C:\cygwin64\bin\cygdbus-1-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdbus-1-3.dll" v0.0 ts=2016-10-10 19:37
  124k 2016/08/22 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=2016-08-22 09:52
  570k 2016/08/22 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=2016-08-22 09:52
  154k 2013/10/20 C:\cygwin64\bin\cygedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygedit-0.dll" v0.0 ts=2013-10-20 21:56
  120k 2017/02/20 C:\cygwin64\bin\cygEGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEGL-1.dll" v0.0 ts=2017-02-20 19:52
  158k 2016/08/23 C:\cygwin64\bin\cygEMF-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygEMF-1.dll" v0.0 ts=2016-08-23 17:23
  145k 2016/06/21 C:\cygwin64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygexpat-1.dll" v0.0 ts=2016-06-21 23:15
   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 21: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 22:14
 1050k 2017/02/02 C:\cygwin64\bin\cygfftw3-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3-3.dll" v0.0 ts=2017-02-02 12:10
 1009k 2017/02/02 C:\cygwin64\bin\cygfftw3f-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f-3.dll" v0.0 ts=2017-02-02 12:05
   24k 2017/02/02 C:\cygwin64\bin\cygfftw3f_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f_threads-3.dll" v0.0 ts=2017-02-02 12:05
  864k 2017/02/02 C:\cygwin64\bin\cygfftw3l-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3l-3.dll" v0.0 ts=2017-02-02 12:14
   24k 2017/02/02 C:\cygwin64\bin\cygfftw3l_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3l_threads-3.dll" v0.0 ts=2017-02-02 12:15
   24k 2017/02/02 C:\cygwin64\bin\cygfftw3_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3_threads-3.dll" v0.0 ts=2017-02-02 12:10
  243k 2016/08/11 C:\cygwin64\bin\cygfontconfig-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontconfig-1.dll" v0.0 ts=2016-08-11 02:54
   26k 2016/01/29 C:\cygwin64\bin\cygfontenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontenc-1.dll" v0.0 ts=2016-01-29 20:19
   55k 2017/01/25 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=2017-01-25 04:57
  545k 2015/01/15 C:\cygwin64\bin\cygfpx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfpx-1.dll" v0.0 ts=2015-01-15 12:50
  597k 2016/07/28 C:\cygwin64\bin\cygfreetype-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreetype-6.dll" v0.0 ts=2016-07-28 17:48
   70k 2016/06/13 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-06-13 16:18
  345k 2017/01/27 C:\cygwin64\bin\cyggd-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggd-3.dll" v0.0 ts=2017-01-27 08:59
   39k 2016/10/10 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=2016-10-10 09:26
   13k 2016/10/10 C:\cygwin64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm_compat-4.dll" v0.0 ts=2016-10-10 09:26
  608k 2016/12/09 C:\cygwin64\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2016-12-08 23:51
  138k 2017/03/05 C:\cygwin64\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2017-03-05 08:28
 1158k 2016/06/13 C:\cygwin64\bin\cyggfortran-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-3.dll" v0.0 ts=2016-06-13 17:41
   32k 2013/07/22 C:\cygwin64\bin\cyggif-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggif-4.dll" v0.0 ts=2013-07-22 05:17
 1344k 2017/03/17 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=2017-03-06 06:26
  456k 2017/02/20 C:\cygwin64\bin\cygGL-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygGL-1.dll" v0.0 ts=2017-02-20 19:52
  289k 2017/02/20 C:\cygwin64\bin\cygglapi-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygglapi-0.dll" v0.0 ts=2017-02-20 19:37
  975k 2017/03/17 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=2017-03-05 03:42
   15k 2017/03/17 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=2017-03-17 20:26
  527k 2017/01/21 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmp-10.dll" v0.0 ts=2017-01-21 18:25
   93k 2015/06/19 C:\cygwin64\bin\cyggnome-menu-3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggnome-menu-3-0.dll" v0.0 ts=2015-06-20 00:07
  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 17: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 17: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 17:06
  284k 2017/03/17 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=2017-03-05 03:42
  105k 2016/06/13 C:\cygwin64\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggomp-1.dll" v0.0 ts=2016-06-13 16:22
   10k 2016/06/13 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-06-13 16:23
  176k 2016/10/30 C:\cygwin64\bin\cyggraphite2-3.dll - os=4.0 img=3.0 sys=5.2
                  "cyggraphite2-3.dll" v0.0 ts=2016-10-30 20:52
11540k 2016/06/29 C:\cygwin64\bin\cyggs-9.dll - os=4.0 img=0.0 sys=5.2
                  "cyggs-9.dll" v0.0 ts=2016-06-29 09:54
  258k 2016/09/26 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi_krb5-2.dll" v0.0 ts=2016-09-26 06:55
    9k 2017/03/17 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=2017-03-05 03:42
 3928k 2016/12/09 C:\cygwin64\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2016-12-09 00:02
  691k 2013/04/22 C:\cygwin64\bin\cygguile-17.dll - os=4.0 img=0.0 sys=5.2
                  "cygguile-17.dll" v0.0 ts=2013-04-22 03:15
  396k 2017/03/05 C:\cygwin64\bin\cygharfbuzz-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygharfbuzz-0.dll" v0.0 ts=2017-03-05 04:22
   33k 2017/02/13 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
                  "cyghistory7.dll" v0.0 ts=2017-02-11 22:39
  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
   77k 2014/08/10 C:\cygwin64\bin\cygICE-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygICE-6.dll" v0.0 ts=1970-01-01 00:00
 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 17:07
24750k 2015/02/16 C:\cygwin64\bin\cygicudata54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata54.dll" v0.0 ts=2015-02-16 19:08
25076k 2016/04/08 C:\cygwin64\bin\cygicudata57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata57.dll" v0.0 ts=2016-04-08 20:07
25607k 2016/12/10 C:\cygwin64\bin\cygicudata58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicudata58.dll" v0.0 ts=2016-12-10 16:53
 1951k 2015/02/16 C:\cygwin64\bin\cygicui18n54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n54.dll" v0.0 ts=2015-02-16 19:06
 2082k 2016/04/08 C:\cygwin64\bin\cygicui18n57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n57.dll" v0.0 ts=2016-04-08 20:04
 2091k 2016/12/10 C:\cygwin64\bin\cygicui18n58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicui18n58.dll" v0.0 ts=2016-12-10 16:52
   44k 2015/02/16 C:\cygwin64\bin\cygicuio54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio54.dll" v0.0 ts=2015-02-16 19:07
   44k 2016/04/08 C:\cygwin64\bin\cygicuio57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio57.dll" v0.0 ts=2016-04-08 20:05
   44k 2016/12/10 C:\cygwin64\bin\cygicuio58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuio58.dll" v0.0 ts=2016-12-10 16:52
  305k 2015/02/16 C:\cygwin64\bin\cygicule54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule54.dll" v0.0 ts=2015-02-16 19:06
  298k 2016/04/08 C:\cygwin64\bin\cygicule57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicule57.dll" v0.0 ts=2016-04-08 20:05
   38k 2015/02/16 C:\cygwin64\bin\cygiculx54.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx54.dll" v0.0 ts=2015-02-16 19:06
   38k 2016/04/08 C:\cygwin64\bin\cygiculx57.dll - os=4.0 img=0.0 sys=5.2
                  "cygiculx57.dll" v0.0 ts=2016-04-08 20:05
   50k 2016/12/10 C:\cygwin64\bin\cygicutest58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicutest58.dll" v0.0 ts=2016-12-10 16:52
  164k 2016/12/10 C:\cygwin64\bin\cygicutu58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicutu58.dll" v0.0 ts=2016-12-10 16:52
 1311k 2015/02/16 C:\cygwin64\bin\cygicuuc54.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc54.dll" v0.0 ts=2015-02-16 19:05
 1400k 2016/04/08 C:\cygwin64\bin\cygicuuc57.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc57.dll" v0.0 ts=2016-04-08 20:03
 1422k 2016/12/10 C:\cygwin64\bin\cygicuuc58.dll - os=4.0 img=0.0 sys=5.2
                  "cygicuuc58.dll" v0.0 ts=2016-12-10 16:51
  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 13:17
  212k 2016/11/03 C:\cygwin64\bin\cygidn2-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn2-0.dll" v0.0 ts=2016-11-03 18:28
   42k 2016/10/23 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygintl-8.dll" v0.0 ts=2016-10-23 07:17
  294k 2013/09/09 C:\cygwin64\bin\cygiodbc-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbc-2.dll" v0.0 ts=2013-09-09 16:36
   66k 2013/09/09 C:\cygwin64\bin\cygiodbcinst-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiodbcinst-2.dll" v0.0 ts=2013-09-09 16:35
 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 12:39
  284k 2017/01/03 C:\cygwin64\bin\cygjasper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygjasper-1.dll" v0.0 ts=2017-01-03 14:07
   48k 2014/06/17 C:\cygwin64\bin\cygjbig-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig-2.dll" v0.0 ts=1970-01-01 00:00
   18k 2014/06/17 C:\cygwin64\bin\cygjbig85-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig85-2.dll" v0.0 ts=1970-01-01 00:00
  403k 2016/08/07 C:\cygwin64\bin\cygjpeg-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygjpeg-8.dll" v0.0 ts=2016-08-07 20:20
  177k 2016/09/26 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygk5crypto-3.dll" v0.0 ts=2016-09-26 06:55
  722k 2016/09/26 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-3.dll" v0.0 ts=2016-09-26 06:55
   35k 2016/09/26 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5support-0.dll" v0.0 ts=2016-09-26 06:54
   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 14:17
  299k 2017/01/03 C:\cygwin64\bin\cyglcms2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglcms2-2.dll" v0.0 ts=2017-01-03 12:40
  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 14: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 14:19
18282k 2016/03/30 C:\cygwin64\bin\cygLLVM-3.5.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.5.dll" v0.0 ts=2016-03-30 03:42
26685k 2016/07/21 C:\cygwin64\bin\cygLLVM-3.8.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.8.dll" v0.0 ts=2016-07-21 04:07
29379k 2017/02/20 C:\cygwin64\bin\cygLLVM-3.9.dll - os=4.0 img=0.0 sys=5.2
                  "cygLLVM-3.9.dll" v0.0 ts=2017-02-20 16:42
  337k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64AsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64AsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  379k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64AsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64AsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
 1136k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64CodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64CodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  418k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64Desc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64Desc-3.7.dll" v0.0 ts=2016-02-10 21:53
  123k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64Disassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64Disassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64Info-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64Info-3.7.dll" v0.0 ts=2016-02-10 21:52
   48k 2016/02/11 C:\cygwin64\bin\cygLLVMAArch64Utils-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAArch64Utils-3.7.dll" v0.0 ts=2016-02-10 21:52
  259k 2016/02/11 C:\cygwin64\bin\cygLLVMAMDGPUAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  147k 2016/02/11 C:\cygwin64\bin\cygLLVMAMDGPUAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
 1054k 2016/02/11 C:\cygwin64\bin\cygLLVMAMDGPUCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  804k 2016/02/11 C:\cygwin64\bin\cygLLVMAMDGPUDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMAMDGPUInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMAMDGPUUtils-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAMDGPUUtils-3.7.dll" v0.0 ts=2016-02-10 21:52
 1659k 2016/02/11 C:\cygwin64\bin\cygLLVMAnalysis-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAnalysis-3.7.dll" v0.0 ts=2016-02-10 21:53
  438k 2016/02/11 C:\cygwin64\bin\cygLLVMARMAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  106k 2016/02/11 C:\cygwin64\bin\cygLLVMARMAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
 1400k 2016/02/11 C:\cygwin64\bin\cygLLVMARMCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  668k 2016/02/11 C:\cygwin64\bin\cygLLVMARMDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
  205k 2016/02/11 C:\cygwin64\bin\cygLLVMARMDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
   10k 2016/02/11 C:\cygwin64\bin\cygLLVMARMInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMARMInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
  250k 2016/02/11 C:\cygwin64\bin\cygLLVMAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
  443k 2016/02/11 C:\cygwin64\bin\cygLLVMAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:55
  190k 2016/02/11 C:\cygwin64\bin\cygLLVMBitReader-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBitReader-3.7.dll" v0.0 ts=2016-02-10 21:53
  146k 2016/02/11 C:\cygwin64\bin\cygLLVMBitWriter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBitWriter-3.7.dll" v0.0 ts=2016-02-10 21:53
   14k 2016/02/11 C:\cygwin64\bin\cygLLVMBPFAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBPFAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
  122k 2016/02/11 C:\cygwin64\bin\cygLLVMBPFCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBPFCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
   29k 2016/02/11 C:\cygwin64\bin\cygLLVMBPFDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBPFDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMBPFInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMBPFInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
 2671k 2016/02/11 C:\cygwin64\bin\cygLLVMCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:54
 2019k 2016/02/11 C:\cygwin64\bin\cygLLVMCore-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMCore-3.7.dll" v0.0 ts=2016-02-10 21:52
  102k 2016/02/11 C:\cygwin64\bin\cygLLVMCppBackendCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMCppBackendCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMCppBackendInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMCppBackendInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
  175k 2016/02/11 C:\cygwin64\bin\cygLLVMDebugInfoDWARF-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMDebugInfoDWARF-3.7.dll" v0.0 ts=2016-02-10 21:53
   95k 2016/02/11 C:\cygwin64\bin\cygLLVMDebugInfoPDB-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMDebugInfoPDB-3.7.dll" v0.0 ts=2016-02-10 21:53
  113k 2016/02/11 C:\cygwin64\bin\cygLLVMExecutionEngine-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMExecutionEngine-3.7.dll" v0.0 ts=2016-02-10 21:53
  765k 2016/02/11 C:\cygwin64\bin\cygLLVMHexagonCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMHexagonCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  379k 2016/02/11 C:\cygwin64\bin\cygLLVMHexagonDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMHexagonDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
   67k 2016/02/11 C:\cygwin64\bin\cygLLVMHexagonDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMHexagonDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMHexagonInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMHexagonInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
  750k 2016/02/11 C:\cygwin64\bin\cygLLVMInstCombine-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMInstCombine-3.7.dll" v0.0 ts=2016-02-10 21:53
  388k 2016/02/11 C:\cygwin64\bin\cygLLVMInstrumentation-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMInstrumentation-3.7.dll" v0.0 ts=2016-02-10 21:53
  136k 2016/02/11 C:\cygwin64\bin\cygLLVMInterpreter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMInterpreter-3.7.dll" v0.0 ts=2016-02-10 21:55
  141k 2016/02/11 C:\cygwin64\bin\cygLLVMipa-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMipa-3.7.dll" v0.0 ts=2016-02-10 21:53
  405k 2016/02/11 C:\cygwin64\bin\cygLLVMipo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMipo-3.7.dll" v0.0 ts=2016-02-10 21:54
   18k 2016/02/11 C:\cygwin64\bin\cygLLVMIRReader-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMIRReader-3.7.dll" v0.0 ts=2016-02-10 21:53
   19k 2016/02/11 C:\cygwin64\bin\cygLLVMLibDriver-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMLibDriver-3.7.dll" v0.0 ts=2016-02-10 21:53
   16k 2016/02/11 C:\cygwin64\bin\cygLLVMLineEditor-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMLineEditor-3.7.dll" v0.0 ts=2016-02-10 21:52
   82k 2016/02/11 C:\cygwin64\bin\cygLLVMLinker-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMLinker-3.7.dll" v0.0 ts=2016-02-10 21:53
   62k 2016/02/11 C:\cygwin64\bin\cygLLVMLTO-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMLTO-3.7.dll" v0.0 ts=2016-02-10 21:55
  447k 2016/02/11 C:\cygwin64\bin\cygLLVMMC-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMC-3.7.dll" v0.0 ts=2016-02-10 21:52
   23k 2016/02/11 C:\cygwin64\bin\cygLLVMMCDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMCDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:52
   39k 2016/02/11 C:\cygwin64\bin\cygLLVMMCJIT-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMCJIT-3.7.dll" v0.0 ts=2016-02-10 21:53
  171k 2016/02/11 C:\cygwin64\bin\cygLLVMMCParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMCParser-3.7.dll" v0.0 ts=2016-02-10 21:52
  157k 2016/02/11 C:\cygwin64\bin\cygLLVMMipsAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
   49k 2016/02/11 C:\cygwin64\bin\cygLLVMMipsAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
  909k 2016/02/11 C:\cygwin64\bin\cygLLVMMipsCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  334k 2016/02/11 C:\cygwin64\bin\cygLLVMMipsDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
   74k 2016/02/11 C:\cygwin64\bin\cygLLVMMipsDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
   10k 2016/02/11 C:\cygwin64\bin\cygLLVMMipsInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMipsInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
   85k 2016/02/11 C:\cygwin64\bin\cygLLVMMIRParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMIRParser-3.7.dll" v0.0 ts=2016-02-10 21:55
   15k 2016/02/11 C:\cygwin64\bin\cygLLVMMSP430AsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMSP430AsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
  178k 2016/02/11 C:\cygwin64\bin\cygLLVMMSP430CodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMSP430CodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
   31k 2016/02/11 C:\cygwin64\bin\cygLLVMMSP430Desc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMSP430Desc-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMMSP430Info-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMMSP430Info-3.7.dll" v0.0 ts=2016-02-10 21:52
   92k 2016/02/11 C:\cygwin64\bin\cygLLVMNVPTXAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMNVPTXAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:52
  596k 2016/02/11 C:\cygwin64\bin\cygLLVMNVPTXCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMNVPTXCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  241k 2016/02/11 C:\cygwin64\bin\cygLLVMNVPTXDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMNVPTXDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMNVPTXInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMNVPTXInfo-3.7.dll" v0.0 ts=2016-02-10 21:52
  139k 2016/02/11 C:\cygwin64\bin\cygLLVMObjCARCOpts-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMObjCARCOpts-3.7.dll" v0.0 ts=2016-02-10 21:53
  412k 2016/02/11 C:\cygwin64\bin\cygLLVMObject-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMObject-3.7.dll" v0.0 ts=2016-02-10 21:53
   46k 2016/02/11 C:\cygwin64\bin\cygLLVMOption-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMOption-3.7.dll" v0.0 ts=2016-02-10 21:52
  106k 2016/02/11 C:\cygwin64\bin\cygLLVMOrcJIT-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMOrcJIT-3.7.dll" v0.0 ts=2016-02-10 21:53
  137k 2016/02/11 C:\cygwin64\bin\cygLLVMPasses-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPasses-3.7.dll" v0.0 ts=2016-02-10 21:54
  105k 2016/02/11 C:\cygwin64\bin\cygLLVMPowerPCAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
   95k 2016/02/11 C:\cygwin64\bin\cygLLVMPowerPCAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
 1057k 2016/02/11 C:\cygwin64\bin\cygLLVMPowerPCCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  283k 2016/02/11 C:\cygwin64\bin\cygLLVMPowerPCDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
   60k 2016/02/11 C:\cygwin64\bin\cygLLVMPowerPCDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
   10k 2016/02/11 C:\cygwin64\bin\cygLLVMPowerPCInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMPowerPCInfo-3.7.dll" v0.0 ts=2016-02-10 21:53
  153k 2016/02/11 C:\cygwin64\bin\cygLLVMProfileData-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMProfileData-3.7.dll" v0.0 ts=2016-02-10 21:53
  267k 2016/02/11 C:\cygwin64\bin\cygLLVMRuntimeDyld-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMRuntimeDyld-3.7.dll" v0.0 ts=2016-02-10 21:53
 1418k 2016/02/11 C:\cygwin64\bin\cygLLVMScalarOpts-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMScalarOpts-3.7.dll" v0.0 ts=2016-02-10 21:54
 2272k 2016/02/11 C:\cygwin64\bin\cygLLVMSelectionDAG-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSelectionDAG-3.7.dll" v0.0 ts=2016-02-10 21:55
   62k 2016/02/11 C:\cygwin64\bin\cygLLVMSparcAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
   62k 2016/02/11 C:\cygwin64\bin\cygLLVMSparcAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
  273k 2016/02/11 C:\cygwin64\bin\cygLLVMSparcCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  103k 2016/02/11 C:\cygwin64\bin\cygLLVMSparcDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
   25k 2016/02/11 C:\cygwin64\bin\cygLLVMSparcDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
   10k 2016/02/11 C:\cygwin64\bin\cygLLVMSparcInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSparcInfo-3.7.dll" v0.0 ts=2016-02-10 21:53
  725k 2016/02/11 C:\cygwin64\bin\cygLLVMSupport-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSupport-3.7.dll" v0.0 ts=2016-02-10 21:52
   66k 2016/02/11 C:\cygwin64\bin\cygLLVMSystemZAsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZAsmParser-3.7.dll" v0.0 ts=2016-02-10 21:53
   32k 2016/02/11 C:\cygwin64\bin\cygLLVMSystemZAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
  533k 2016/02/11 C:\cygwin64\bin\cygLLVMSystemZCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
  170k 2016/02/11 C:\cygwin64\bin\cygLLVMSystemZDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
   51k 2016/02/11 C:\cygwin64\bin\cygLLVMSystemZDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMSystemZInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMSystemZInfo-3.7.dll" v0.0 ts=2016-02-10 21:53
  233k 2016/02/11 C:\cygwin64\bin\cygLLVMTableGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMTableGen-3.7.dll" v0.0 ts=2016-02-10 21:52
   49k 2016/02/11 C:\cygwin64\bin\cygLLVMTarget-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMTarget-3.7.dll" v0.0 ts=2016-02-10 21:53
  794k 2016/02/11 C:\cygwin64\bin\cygLLVMTransformUtils-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMTransformUtils-3.7.dll" v0.0 ts=2016-02-10 21:53
  332k 2016/02/11 C:\cygwin64\bin\cygLLVMVectorize-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMVectorize-3.7.dll" v0.0 ts=2016-02-10 21:53
  584k 2016/02/11 C:\cygwin64\bin\cygLLVMX86AsmParser-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86AsmParser-3.7.dll" v0.0 ts=2016-02-10 21:56
  271k 2016/02/11 C:\cygwin64\bin\cygLLVMX86AsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86AsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
 2050k 2016/02/11 C:\cygwin64\bin\cygLLVMX86CodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86CodeGen-3.7.dll" v0.0 ts=2016-02-10 21:55
 1377k 2016/02/11 C:\cygwin64\bin\cygLLVMX86Desc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86Desc-3.7.dll" v0.0 ts=2016-02-10 21:53
 1408k 2016/02/11 C:\cygwin64\bin\cygLLVMX86Disassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86Disassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMX86Info-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86Info-3.7.dll" v0.0 ts=2016-02-10 21:53
   33k 2016/02/11 C:\cygwin64\bin\cygLLVMX86Utils-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMX86Utils-3.7.dll" v0.0 ts=2016-02-10 21:53
   17k 2016/02/11 C:\cygwin64\bin\cygLLVMXCoreAsmPrinter-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreAsmPrinter-3.7.dll" v0.0 ts=2016-02-10 21:53
  322k 2016/02/11 C:\cygwin64\bin\cygLLVMXCoreCodeGen-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreCodeGen-3.7.dll" v0.0 ts=2016-02-10 21:56
   40k 2016/02/11 C:\cygwin64\bin\cygLLVMXCoreDesc-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreDesc-3.7.dll" v0.0 ts=2016-02-10 21:53
   22k 2016/02/11 C:\cygwin64\bin\cygLLVMXCoreDisassembler-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreDisassembler-3.7.dll" v0.0 ts=2016-02-10 21:53
    9k 2016/02/11 C:\cygwin64\bin\cygLLVMXCoreInfo-3.7.dll - os=4.0 img=3.7 sys=5.2
                  "cygLLVMXCoreInfo-3.7.dll" v0.0 ts=2016-02-10 21:53
    6k 2017/02/12 C:\cygwin64\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
                  "cyglsa64.dll" v0.0 ts=2017-02-12 12:18
   35k 2016/06/28 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygltdl-7.dll" v0.0 ts=2016-06-28 18: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 06:12
  126k 2014/11/17 C:\cygwin64\bin\cyglzo2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzo2-2.dll" v0.0 ts=2014-11-17 11:24
  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 22:19
  346k 2015/02/11 C:\cygwin64\bin\cygMagick++-6.Q16-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-6.Q16-5.dll" v0.0 ts=2015-02-10 23:24
  353k 2016/12/23 C:\cygwin64\bin\cygMagick++-6.Q16-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagick++-6.Q16-6.dll" v0.0 ts=2016-12-23 07:21
 4498k 2016/12/23 C:\cygwin64\bin\cygMagickCore-6.Q16-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickCore-6.Q16-2.dll" v0.0 ts=2016-12-23 07:18
 1150k 2016/12/23 C:\cygwin64\bin\cygMagickWand-6.Q16-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygMagickWand-6.Q16-2.dll" v0.0 ts=2016-12-23 07:20
  169k 2016/10/10 C:\cygwin64\bin\cygman-2-7-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygman-2-7-5.dll" v0.0 ts=2016-10-10 22:07
   22k 2016/10/10 C:\cygwin64\bin\cygmandb-2-7-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygmandb-2-7-5.dll" v0.0 ts=2016-10-10 22:07
  132k 2014/01/21 C:\cygwin64\bin\cygmcpp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmcpp-0.dll" v0.0 ts=2014-01-21 18:41
   29k 2017/01/25 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=2017-01-25 04:57
   42k 2013/08/12 C:\cygwin64\bin\cygmetalink-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetalink-3.dll" v0.0 ts=2013-08-13 00:02
  329k 2016/08/24 C:\cygwin64\bin\cygming-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygming-1.dll" v0.0 ts=2016-08-24 15:27
   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 20:24
  346k 2016/09/27 C:\cygwin64\bin\cygmpfr-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-4.dll" v0.0 ts=2016-09-27 20:42
 3492k 2016/11/10 C:\cygwin64\bin\cygmysqlclient-18.dll - os=4.0 img=18.0 sys=5.2
                  "cygmysqlclient-18.dll" v0.0 ts=2016-11-10 08:59
  494k 2017/03/09 C:\cygwin64\bin\cygnativeGLthunk.dll - os=4.0 img=0.0 sys=5.2
                  "cygnativeGLthunk.dll" v0.0 ts=2017-03-09 16:38
   53k 2017/01/25 C:\cygwin64\bin\cygncurses++w-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncurses++w-10.dll" v0.0 ts=2017-01-25 05:01
  279k 2017/01/25 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=2017-01-25 04:55
  131k 2014/11/14 C:\cygwin64\bin\cygneon-27.dll - os=4.0 img=0.0 sys=5.2
                  "cygneon-27.dll" v0.0 ts=2014-11-14 13:02
  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
  137k 2017/03/13 C:\cygwin64\bin\cygnghttp2-14.dll - os=4.0 img=0.0 sys=5.2
                  "cygnghttp2-14.dll" v0.0 ts=2017-03-13 19:40
  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 19:02
   14k 2017/01/25 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=2017-01-25 04:56
  260k 2017/03/05 C:\cygwin64\bin\cygpango-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpango-1.0-0.dll" v0.0 ts=2017-03-05 08:37
   43k 2017/03/05 C:\cygwin64\bin\cygpangocairo-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2017-03-05 08:37
   70k 2017/03/05 C:\cygwin64\bin\cygpangoft2-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2017-03-05 08:37
   28k 2017/03/05 C:\cygwin64\bin\cygpangoxft-1.0-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2017-03-05 08:37
   11k 2013/07/23 C:\cygwin64\bin\cygpaper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpaper-1.dll" v0.0 ts=2013-07-23 05:40
  475k 2017/03/05 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2017-03-05 03:32
  441k 2017/03/05 C:\cygwin64\bin\cygpcre16-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre16-0.dll" v0.0 ts=2017-03-05 03:32
  427k 2017/03/05 C:\cygwin64\bin\cygpcre32-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre32-0.dll" v0.0 ts=2017-03-05 03:32
   31k 2017/03/05 C:\cygwin64\bin\cygpcrecpp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcrecpp-0.dll" v0.0 ts=2017-03-05 03:32
   11k 2017/03/05 C:\cygwin64\bin\cygpcreposix-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcreposix-0.dll" v0.0 ts=2017-03-05 03:32
 2020k 2017/01/15 C:\cygwin64\bin\cygperl5_22.dll - os=4.0 img=0.0 sys=5.2
                  "cygperl5_22.dll" v0.0 ts=2017-01-15 12:12
   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 21:04
  638k 2016/08/08 C:\cygwin64\bin\cygpixman-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpixman-1-0.dll" v0.0 ts=2016-08-08 02:51
 1000k 2016/04/19 C:\cygwin64\bin\cygplotter-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygplotter-2.dll" v0.0 ts=2016-04-18 09:28
  179k 2017/01/17 C:\cygwin64\bin\cygpng16-16.dll - os=4.0 img=0.0 sys=5.2
                  "cygpng16-16.dll" v0.0 ts=2017-01-17 19:28
   41k 2016/07/13 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpopt-0.dll" v0.0 ts=2016-07-13 06:16
  152k 2017/02/10 C:\cygwin64\bin\cygpq-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpq-5.dll" v0.0 ts=2017-02-10 21:29
  119k 2017/03/14 C:\cygwin64\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=5.2
                  "cygproxy-1.dll" v0.0 ts=2017-03-14 16:49
   52k 2017/01/17 C:\cygwin64\bin\cygpsl-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygpsl-5.dll" v0.0 ts=2017-01-17 17:10
  362k 2016/06/29 C:\cygwin64\bin\cygpstoedit-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpstoedit-0.dll" v0.0 ts=2016-06-29 07:35
  308k 2016/06/13 C:\cygwin64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygquadmath-0.dll" v0.0 ts=2016-06-13 17:17
  219k 2017/02/13 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
                  "cygreadline7.dll" v0.0 ts=2017-02-11 22:39
  681k 2013/08/08 C:\cygwin64\bin\cygrecode-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygrecode-0.dll" v0.0 ts=2013-08-08 20:59
  202k 2017/03/05 C:\cygwin64\bin\cygrsvg-2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygrsvg-2-2.dll" v0.0 ts=2017-03-05 20:16
   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 18:22
   85k 2016/12/10 C:\cygwin64\bin\cygserf-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygserf-1-0.dll" v0.0 ts=2016-12-10 21:55
   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 22:35
   28k 2014/01/14 C:\cygwin64\bin\cygSM-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygSM-6.dll" v0.0 ts=2014-01-14 23:23
   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
  982k 2017/01/09 C:\cygwin64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3-0.dll" v0.0 ts=2017-01-09 13:40
  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 18:03
  399k 2017/01/26 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=2017-01-26 20:10
   12k 2016/06/13 C:\cygwin64\bin\cygssp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssp-0.dll" v0.0 ts=2016-06-13 17:10
   30k 2013/06/05 C:\cygwin64\bin\cygstartup-notification-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygstartup-notification-1-0.dll" v0.0 ts=2013-06-06 00:39
 1325k 2016/06/13 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=2016-06-13 16:38
  386k 2016/12/10 C:\cygwin64\bin\cygsvn_client-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_client-1-0.dll" v0.0 ts=2016-12-10 21:38
   61k 2016/12/10 C:\cygwin64\bin\cygsvn_delta-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_delta-1-0.dll" v0.0 ts=2016-12-10 21:36
   75k 2016/12/10 C:\cygwin64\bin\cygsvn_diff-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_diff-1-0.dll" v0.0 ts=2016-12-10 21:36
   36k 2016/12/10 C:\cygwin64\bin\cygsvn_fs-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs-1-0.dll" v0.0 ts=2016-12-10 21:36
  154k 2016/12/10 C:\cygwin64\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2016-12-10 21:36
  261k 2016/12/10 C:\cygwin64\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2016-12-10 21:36
   12k 2016/12/10 C:\cygwin64\bin\cygsvn_fs_util-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs_util-1-0.dll" v0.0 ts=2016-12-10 21:36
  271k 2016/12/10 C:\cygwin64\bin\cygsvn_fs_x-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_fs_x-1-0.dll" v0.0 ts=2016-12-10 21:36
   44k 2016/12/10 C:\cygwin64\bin\cygsvn_ra-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra-1-0.dll" v0.0 ts=2016-12-10 21:38
   31k 2016/12/10 C:\cygwin64\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2016-12-10 21:37
  168k 2016/12/10 C:\cygwin64\bin\cygsvn_ra_serf-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra_serf-1-0.dll" v0.0 ts=2016-12-10 21:36
   99k 2016/12/10 C:\cygwin64\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2016-12-10 21:36
  191k 2016/12/10 C:\cygwin64\bin\cygsvn_repos-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_repos-1-0.dll" v0.0 ts=2016-12-10 21:36
  943k 2016/12/10 C:\cygwin64\bin\cygsvn_subr-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_subr-1-0.dll" v0.0 ts=2016-12-10 21:36
   40k 2016/12/10 C:\cygwin64\bin\cygsvn_swig_perl-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_swig_perl-1-0.dll" v0.0 ts=2016-12-10 21:42
  647k 2016/12/10 C:\cygwin64\bin\cygsvn_wc-1-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsvn_wc-1-0.dll" v0.0 ts=2016-12-10 21:36
   66k 2016/08/22 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtasn1-6.dll" v0.0 ts=2016-08-22 20:11
   34k 2017/03/05 C:\cygwin64\bin\cygthai-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygthai-0.dll" v0.0 ts=2017-03-05 04:36
   52k 2017/01/25 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=2017-01-25 04:56
  420k 2015/10/28 C:\cygwin64\bin\cygtiff-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiff-6.dll" v0.0 ts=2015-10-28 21:37
   11k 2015/10/28 C:\cygwin64\bin\cygtiffxx-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiffxx-6.dll" v0.0 ts=2015-10-28 21:37
  158k 2016/04/14 C:\cygwin64\bin\cygtirpc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygtirpc-1.dll" v0.0 ts=2016-04-14 19:41
  218k 2016/05/10 C:\cygwin64\bin\cygtxc_dxtn.dll - os=4.0 img=0.0 sys=5.2
                  "cygtxc_dxtn.dll" v0.0 ts=2016-05-10 06:31
 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 21: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
 2191k 2015/10/01 C:\cygwin64\bin\cygvpx-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygvpx-1.dll" v0.0 ts=2015-10-01 21:34
    8k 2016/06/13 C:\cygwin64\bin\cygvtv-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvtv-0.dll" v0.0 ts=2016-06-13 17:12
    8k 2016/06/13 C:\cygwin64\bin\cygvtv_stubs-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygvtv_stubs-0.dll" v0.0 ts=2016-06-13 17:12
  344k 2016/07/08 C:\cygwin64\bin\cygwebp-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygwebp-5.dll" v0.0 ts=2016-07-08 19:27
   30k 2013/11/15 C:\cygwin64\bin\cygwrap-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwrap-0.dll" v0.0 ts=2013-11-15 19:58
 1128k 2016/10/09 C:\cygwin64\bin\cygX11-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-6.dll" v0.0 ts=2016-10-09 17:45
    9k 2016/10/09 C:\cygwin64\bin\cygX11-xcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-xcb-1.dll" v0.0 ts=2016-10-09 17:45
   12k 2013/06/06 C:\cygwin64\bin\cygXau-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXau-6.dll" v0.0 ts=2013-06-06 06:23
  375k 2016/01/29 C:\cygwin64\bin\cygXaw-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygXaw-7.dll" v0.0 ts=2016-01-29 20:32
  121k 2016/08/09 C:\cygwin64\bin\cygxcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-1.dll" v0.0 ts=2016-08-09 21:45
   12k 2016/08/09 C:\cygwin64\bin\cygxcb-composite-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-composite-0.dll" v0.0 ts=2016-08-09 21:45
   40k 2014/08/10 C:\cygwin64\bin\cygxcb-ewmh-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-ewmh-2.dll" v0.0 ts=1970-01-01 00:00
   76k 2016/08/09 C:\cygwin64\bin\cygxcb-glx-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-glx-0.dll" v0.0 ts=2016-08-09 21:45
   17k 2014/08/10 C:\cygwin64\bin\cygxcb-icccm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-icccm-4.dll" v0.0 ts=1970-01-01 00:00
   16k 2013/03/17 C:\cygwin64\bin\cygxcb-image-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-image-0.dll" v0.0 ts=2013-03-17 22:42
   41k 2016/08/09 C:\cygwin64\bin\cygxcb-render-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-render-0.dll" v0.0 ts=2016-08-09 21:45
   12k 2016/08/09 C:\cygwin64\bin\cygxcb-shm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-shm-0.dll" v0.0 ts=2016-08-09 21:45
   17k 2013/03/17 C:\cygwin64\bin\cygxcb-util-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-util-1.dll" v0.0 ts=2013-03-17 22:33
   11k 2013/03/18 C:\cygwin64\bin\cygXcomposite-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcomposite-1.dll" v0.0 ts=2013-03-18 23:05
   34k 2013/06/06 C:\cygwin64\bin\cygXcursor-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXcursor-1.dll" v0.0 ts=2013-06-06 21:15
   10k 2013/04/08 C:\cygwin64\bin\cygXdamage-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdamage-1.dll" v0.0 ts=2013-04-08 22:24
   21k 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
   56k 2014/08/10 C:\cygwin64\bin\cygXext-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXext-6.dll" v0.0 ts=1970-01-01 00:00
   20k 2016/10/09 C:\cygwin64\bin\cygXfixes-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfixes-3.dll" v0.0 ts=2016-10-09 18:37
  211k 2016/10/09 C:\cygwin64\bin\cygXfont-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfont-1.dll" v0.0 ts=2016-10-09 18:57
  209k 2016/10/09 C:\cygwin64\bin\cygXfont2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXfont2-2.dll" v0.0 ts=2016-10-09 19:09
   73k 2014/08/10 C:\cygwin64\bin\cygXft-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXft-2.dll" v0.0 ts=1970-01-01 00:00
   58k 2016/10/26 C:\cygwin64\bin\cygXi-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXi-6.dll" v0.0 ts=2016-10-26 02:38
   10k 2013/06/06 C:\cygwin64\bin\cygXinerama-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXinerama-1.dll" v0.0 ts=2013-06-06 21:33
  128k 2016/01/29 C:\cygwin64\bin\cygxkbfile-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxkbfile-1.dll" v0.0 ts=2016-01-29 20:31
 1214k 2017/03/13 C:\cygwin64\bin\cygxml2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxml2-2.dll" v0.0 ts=2017-03-13 17:01
   85k 2014/01/15 C:\cygwin64\bin\cygXmu-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmu-6.dll" v0.0 ts=2014-01-15 02:27
   14k 2014/01/15 C:\cygwin64\bin\cygXmuu-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmuu-1.dll" v0.0 ts=2014-01-15 02:27
   61k 2017/01/18 C:\cygwin64\bin\cygXpm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXpm-4.dll" v0.0 ts=2017-01-18 17:27
   54k 2013/07/01 C:\cygwin64\bin\cygXpm-noX-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXpm-noX-4.dll" v0.0 ts=2013-07-01 12:24
   36k 2016/10/09 C:\cygwin64\bin\cygXrandr-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrandr-2.dll" v0.0 ts=2016-10-09 18:45
   36k 2016/01/29 C:\cygwin64\bin\cygXrender-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrender-1.dll" v0.0 ts=2016-01-29 20:24
   12k 2013/03/14 C:\cygwin64\bin\cygXss-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXss-1.dll" v0.0 ts=2013-03-14 04:07
  326k 2016/01/29 C:\cygwin64\bin\cygXt-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXt-6.dll" v0.0 ts=2016-01-29 20:26
   83k 2017/03/03 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
                  "cygz.dll" v0.0 ts=2017-03-03 21:42
   61k 2015/03/26 C:\cygwin64\bin\cygzip-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygzip-2.dll" v0.0 ts=2015-03-26 20:04
 3243k 2017/02/12 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2017-02-12 12:18
    Cygwin DLL version info:
        DLL version: 2.7.0
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 306
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5


No Cygwin services found.


Cygwin Package Information
Last downloaded files to: C:\Users\oschoett\home\download\Cygwin
Last downloaded files from: http://ftp.fau.de/cygwin/

Package                    Version                      Status
_autorebase                001004-1                     OK
Empty package _update-info-dir
_update-info-dir           03000-1                      OK
adwaita-icon-theme         3.22.0-1                     OK
adwaita-themes             3.22.2-1                     OK
alternatives               1.3.30c-10                   OK
base-cygwin                3.8-1                        OK
base-files                 4.2-4                        OK
bash                       4.4.12-3                     OK
binutils                   2.25-4                       OK
bzip2                      1.0.6-3                      OK
ca-certificates            2.11-1                       OK
coreutils                  8.26-2                       OK
crypt                      1.4-1                        OK
csih                       0.9.9-1                      OK
curl                       7.52.1-1                     OK
cygrunsrv                  1.62-1                       OK
cygutils                   1.4.15-2                     OK
cygwin                     2.7.0-1                      OK
cygwin-devel               2.7.0-1                      OK
dash                       0.5.9.1-1                    OK
dbus                       1.10.12-1                    OK
dbus-x11                   1.10.12-1                    OK
dejavu-fonts               2.37-1                       OK
desktop-file-utils         0.23-1                       OK
diffutils                  3.5-2                        OK
dri-drivers                13.0.5-1                     OK
editrights                 1.03-1                       OK
emacs                      25.2-0.1                     OK
emacs-w32                  25.2-0.1                     OK
file                       5.25-1                       OK
findutils                  4.6.0-1                      OK
Empty package font-adobe-dpi75
font-adobe-dpi75           7.5-3                        OK
Empty package font-alias
font-alias                 7.5-3                        OK
Empty package font-misc-misc
font-misc-misc             7.5-3                        OK
gamin                      0.1.10-15                    OK
gawk                       4.1.4-3                      OK
gcc-core                   5.4.0-1                      OK
gcc-g++                    5.4.0-1                      OK
gdk-pixbuf2.0-svg          2.40.16-1                    OK
getent                     2.18.90-4                    OK
git                        2.8.3-1                      OK
git-svn                    2.8.3-1                      OK
gnome-menus                3.13.3-3                     OK
grep                       3.0-2                        OK
groff                      1.22.3-1                     OK
gsettings-desktop-schemas  3.22.0-1                     OK
gtk-update-icon-cache      3.22.10-1                    OK
gtk2.0-engines-pixmap      2.24.31-1                    OK
gzip                       1.8-1                        OK
hicolor-icon-theme         0.15-1                       OK
hostname                   3.13-1                       OK
inetutils                  1.9.1-2                      OK
inetutils-server           1.9.1-2                      OK
info                       6.3-1                        OK
ipc-utils                  1.0-2                        OK
less                       481-1                        OK
libapr1                    1.5.2-2                      OK
libaprutil1                1.5.4-2                      OK
libargp                    20110921-3                   OK
libatk1.0_0                2.22.0-1                     OK
libatomic1                 5.4.0-1                      OK
libattr1                   2.4.46-1                     OK
libautotrace3              0.31.1-17                    OK
libblkid1                  2.25.2-2                     OK
libbz2-devel               1.0.6-3                      OK
libbz2_1                   1.0.6-3                      OK
libcairo2                  1.14.8-1                     OK
libcharset1                1.14-3                       OK
libcom_err2                1.42.12-2                    OK
libcroco0.6_3              0.6.11-1                     OK
libcrypt0                  1.4-1                        OK
libcurl4                   7.52.1-1                     OK
libdatrie1                 0.2.8-1                      OK
libdb5.3                   5.3.28-1                     OK
libdbus1_3                 1.10.12-1                    OK
libedit0                   20130712-1                   OK
libEGL1                    13.0.5-1                     OK
libEMF1                    1.0.8-1                      OK
libexpat1                  2.2.0-0                      OK
libfam0                    0.1.10-15                    OK
libffi6                    3.2.1-2                      OK
libfftw3_3                 3.3.6-pl1-1                  OK
libfontconfig-common       2.12.1-1                     OK
libfontconfig1             2.12.1-1                     OK
libfontenc1                1.1.3-1                      OK
libfpx1                    1.3.1.4-1                    OK
libfreetype6               2.6.5-1                      OK
libgcc1                    5.4.0-1                      OK
libgd3                     2.2.4-1                      OK
libgdbm4                   1.12-1                       OK
libgdk_pixbuf2.0_0         2.36.5-1                     OK
libgfortran3               5.4.0-1                      OK
libgif4                    4.1.6-12                     OK
libGL1                     13.0.5-1                     OK
libglapi0                  13.0.5-1                     OK
libglib2.0_0               2.50.3-1                     OK
libgmp10                   6.1.2-1                      OK
libgnome-menu3_0           3.13.3-3                     OK
libgnutls28                3.3.17-1                     OK
libgomp1                   5.4.0-1                      OK
libgraphite2_3             1.3.8-1                      OK
libgs9                     9.19-1                       OK
libgssapi_krb5_2           1.14.4-1                     OK
libgtk2.0_0                2.24.31-1                    OK
libguile17                 1.8.8-1                      OK
libharfbuzz0               1.3.4-1                      OK
libhogweed2                2.7.1-1                      OK
libICE6                    1.0.9-1                      OK
libiconv                   1.14-3                       OK
libiconv-devel             1.14-3                       OK
libiconv2                  1.14-3                       OK
libicu-devel               58.2-1                       OK
libicu54                   54.1-1                       OK
libicu57                   57.1-1                       OK
libicu58                   58.2-1                       OK
libidn11                   1.29-1                       OK
libidn2_0                  0.11-1                       OK
libintl-devel              0.19.8.1-2                   OK
libintl8                   0.19.8.1-2                   OK
libiodbc2                  3.52.8-2                     OK
libisl13                   0.14.1-1                     OK
libjasper1                 1.900.22-1                   OK
libjbig2                   2.0-14                       OK
libjpeg8                   1.5.0-1                      OK
libk5crypto3               1.14.4-1                     OK
libkrb5_3                  1.14.4-1                     OK
libkrb5support0            1.14.4-1                     OK
liblapack0                 3.7.0-1                      OK
liblcms2_2                 2.8-1                        OK
libllvm3.5                 3.5.2-2                      OK
libllvm3.7                 3.7.1-1                      OK
libllvm3.8                 3.8.1-1                      OK
libllvm3.9                 3.9.1-1                      OK
libltdl7                   2.4.6-4                      OK
liblzma-devel              5.2.2-1                      OK
liblzma5                   5.2.2-1                      OK
liblzo2_2                  2.08-1                       OK
libMagickC++6_5            6.9.0.0-4                    OK
libMagickC++6_6            6.9.5.7-2                    OK
libMagickCore6_2           6.9.5.7-2                    OK
libMagickWand6_2           6.9.5.7-2                    OK
libmcpp0                   2.7.2-2                      OK
libmetalink3               0.1.2-1                      OK
libming1                   0.4.7-2                      OK
libmpc3                    1.0.3-1                      OK
libmpfr4                   3.1.5-1                      OK
libmysqlclient18           10.1.19-1                    OK
libncursesw10              6.0-9.20170121               OK
libneon27                  0.30.1-1                     OK
libnettle4                 2.7.1-1                      OK
libnghttp2_14              1.14.0-2                     OK
libopenblas                0.2.19-1                     OK
libopenldap2_4_2           2.4.42-1                     OK
libopenssl100              1.0.2k-1                     OK
libp11-kit0                0.22.1-1                     OK
libpango1.0_0              1.40.4-1                     OK
libpaper-common            1.1.24-2                     OK
libpaper1                  1.1.24-2                     OK
libpcre-devel              8.40-2                       OK
libpcre1                   8.40-2                       OK
libpcre16_0                8.40-2                       OK
libpcre32_0                8.40-2                       OK
libpcrecpp0                8.40-2                       OK
libpcreposix0              8.40-2                       OK
libpipeline1               1.4.0-1                      OK
libpixman1_0               0.34.0-1                     OK
libplotter2                2.6-5                        OK
libpng16                   1.6.28-1                     OK
libpopt-common             1.16-2                       OK
libpopt0                   1.16-2                       OK
libpq5                     9.6.2-1                      OK
libproxy1                  0.4.14-1                     OK
libpsl5                    0.17.0-1                     OK
libpstoedit0               3.70-2                       OK
libquadmath0               5.4.0-1                      OK
libreadline7               7.0.3-3                      OK
librsvg2_2                 2.40.16-1                    OK
libsasl2_3                 2.1.26-9                     OK
libserf1_0                 1.3.9-1                      OK
libsigsegv2                2.10-2                       OK
libSM6                     1.2.2-1                      OK
libsmartcols1              2.25.2-2                     OK
libsqlite3_0               3.16.2-1                     OK
libssh2_1                  1.7.0-1                      OK
libssp0                    5.4.0-1                      OK
libstartup-notification1_0 0.12-2                       OK
libstdc++6                 5.4.0-1                      OK
libtasn1_6                 4.9-1                        OK
libthai0                   0.1.26-1                     OK
libtiff6                   4.0.6-1                      OK
libtirpc-common            0.3.2-2                      OK
libtirpc-devel             0.3.2-2                      OK
libtirpc1                  0.3.2-2                      OK
libtxc_dxtn                1.0-1.20151227gitf6ec862     OK
libunistring2              0.9.6-1                      OK
libuuid-devel              2.25.2-2                     OK
libuuid1                   2.25.2-2                     OK
libvpx1                    1.3.0-2                      OK
libvtv0                    5.4.0-1                      OK
libwebp5                   0.4.4-1                      OK
libwrap0                   7.6-22                       OK
libX11-xcb1                1.6.4-1                      OK
libX11_6                   1.6.4-1                      OK
libXau6                    1.0.8-1                      OK
libXaw7                    1.0.13-1                     OK
libxcb-composite0          1.12-1                       OK
libxcb-ewmh2               0.4.1-1                      OK
libxcb-glx0                1.12-1                       OK
libxcb-icccm4              0.4.1-1                      OK
libxcb-image0              0.3.9-1                      OK
libxcb-render0             1.12-1                       OK
libxcb-shm0                1.12-1                       OK
libxcb-util1               0.3.9-1                      OK
libxcb1                    1.12-1                       OK
libXcomposite1             0.4.3-1                      OK
libXcursor1                1.1.14-1                     OK
libXdamage1                1.1.4-1                      OK
libXdmcp6                  1.1.2-1                      OK
libXext6                   1.3.3-1                      OK
libXfixes3                 5.0.3-1                      OK
libXfont1                  1.5.2-1                      OK
libXfont2_2                2.0.1-1                      OK
libXft2                    2.3.2-1                      OK
libXi6                     1.7.8-1                      OK
libXinerama1               1.1.3-1                      OK
libxkbfile1                1.0.9-1                      OK
libxml2                    2.9.4-2                      OK
libXmu6                    1.1.2-1                      OK
libXmuu1                   1.1.2-1                      OK
libXpm-noX_4               3.5.10-1                     OK
libXpm4                    3.5.12-1                     OK
libXrandr2                 1.5.1-1                      OK
libXrender1                0.9.9-1                      OK
libXss1                    1.2.2-1                      OK
libXt6                     1.1.5-1                      OK
libzip2                    0.11.2-2                     OK
login                      1.11-1                       OK
luit                       20130217-1                   OK
lynx                       2.8.7-2                      OK
make                       4.2.1-1                      OK
man-db                     2.7.5-2                      OK
mcpp                       2.7.2-2                      OK
mintty                     2.7.5-0                      OK
mysql-common               10.1.19-1                    OK
ncurses                    6.0-9.20170121               OK
openssh                    7.5p1-1                      OK
openssl                    1.0.2k-1                     OK
p11-kit                    0.22.1-1                     OK
p11-kit-trust              0.22.1-1                     OK
p7zip                      15.14.1-1                    OK
perl                       5.22.3-1                     OK
perl-Carp                  1.38-1                       OK
perl-Error                 0.17024-1                    OK
perl-Scalar-List-Utils     1.47-1                       OK
perl-TermReadKey           2.37-1                       OK
perl-URI                   1.71-1                       OK
perl-YAML                  1.23-1                       OK
perl_autorebase            5.22.3-1                     OK
perl_base                  5.22.3-1                     OK
pkg-config                 0.29.1-1                     OK
Empty package popt
popt                       1.16-2                       OK
publicsuffix-list-dafsa    20170206-1                   OK
Empty package python
python                     2.7.13-1                     OK
python2                    2.7.13-1                     OK
R                          3.3.3-1                      OK
R_autorebase               001001-1                     OK
rcs                        5.9.4-1                      OK
rebase                     4.4.2-1                      OK
recode                     3.7-beta2-1                  OK
rsync                      3.1.2-1                      OK
run                        1.3.4-2                      OK
rxvt-unicode               9.22-1                       OK
sed                        4.4-1                        OK
setxkbmap                  1.3.1-1                      OK
shared-mime-info           1.7-1                        OK
subversion                 1.9.5-1                      OK
subversion-perl            1.9.5-1                      OK
subversion-tools           1.9.5-1                      OK
tar                        1.29-1                       OK
tcl                        8.6.6-1                      OK
tcl-tk                     8.6.6-1                      OK
terminfo                   6.0-9.20170121               OK
terminfo-extra             6.0-9.20170121               OK
tzcode                     2016j-1                      OK
tzdata                     2017b-1                      OK
unzip                      6.0-16                       OK
util-linux                 2.25.2-2                     OK
vim-minimal                8.0.0494-1                   OK
w32api-headers             5.0.2-1                      OK
w32api-runtime             5.0.2-1                      OK
wget                       1.19.1-1                     OK
which                      2.20-2                       OK
whois                      5.2.10-1                     OK
windows-default-manifest   6.4-1                        OK
xauth                      1.0.9-1                      OK
xcursor-themes             1.0.4-1                      OK
xdg-user-dirs              0.15-1                       OK
xf86-video-dummy           0.3.8-1                      OK
xf86-video-nested          0.1.0-8.20160719git          OK
xinit                      1.3.4-14                     OK
xkbcomp                    1.3.1-1                      OK
xkeyboard-config           2.19-1                       OK
xmodmap                    1.0.9-1                      OK
xorg-server                1.19.2-1                     OK
xorg-server-common         1.19.2-1                     OK
xorg-x11-fonts-dpi75       7.5-3                        OK
xorg-x11-fonts-misc        7.5-3                        OK
xrdb                       1.1.0-1                      OK
xterm                      327-1                        OK
xwin-xdg-menu              20170321-1                   OK
xxd                        8.0.0494-1                   OK
xz                         5.2.2-1                      OK
zip                        3.0-12                       OK
zlib-devel                 1.2.11-1                     OK
zlib0                      1.2.11-1                     OK
Use -h to see help about each section

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


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

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

* Re: R-3.3.3-1: unable to load stats.dll
  2017-03-28 14:50   ` Oliver Schoett
  2017-03-28 14:54     ` Andrey Repin
@ 2017-03-28 17:21     ` Achim Gratz
  2017-03-28 20:46       ` Solved: " Oliver Schoett
  1 sibling, 1 reply; 15+ messages in thread
From: Achim Gratz @ 2017-03-28 17:21 UTC (permalink / raw)
  To: cygwin

Oliver Schoett writes:
> I should add that the following command gives strange output:
>
> $ ldd /usr/lib/R/library/stats/libs/stats.dll

Try

$ cygcheck /usr/lib/R/library/stats/libs/stats.dll

instead.  On a hunch, check your PATH and make sure it contains
"/usr/lib/lapack".


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

SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada

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

* Solved: R-3.3.3-1: unable to load stats.dll
  2017-03-28 17:21     ` Achim Gratz
@ 2017-03-28 20:46       ` Oliver Schoett
  2017-03-31 16:22         ` cyg Simple
  0 siblings, 1 reply; 15+ messages in thread
From: Oliver Schoett @ 2017-03-28 20:46 UTC (permalink / raw)
  To: cygwin

Achim Gratz wrote:
> Try
>
> $ cygcheck /usr/lib/R/library/stats/libs/stats.dll
>
> instead.  On a hunch, check your PATH and make sure it contains
> "/usr/lib/lapack".

The cygcheck command ends with

    cygcheck: track_down: could not find cyglapack-0.dll

That library can be found in /usr/lib/lapack, and adding this directory 
to the PATH fixes the problem: Rscript now starts without error message.

Thank you,

Oliver Schoett



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

* Re: Solved: R-3.3.3-1: unable to load stats.dll
  2017-03-28 20:46       ` Solved: " Oliver Schoett
@ 2017-03-31 16:22         ` cyg Simple
  2017-03-31 19:32           ` Marco Atzeri
  0 siblings, 1 reply; 15+ messages in thread
From: cyg Simple @ 2017-03-31 16:22 UTC (permalink / raw)
  To: cygwin

On 3/28/2017 3:17 PM, Oliver Schoett wrote:
> Achim Gratz wrote:
>> Try
>>
>> $ cygcheck /usr/lib/R/library/stats/libs/stats.dll
>>
>> instead.  On a hunch, check your PATH and make sure it contains
>> "/usr/lib/lapack".
> 
> The cygcheck command ends with
> 
>    cygcheck: track_down: could not find cyglapack-0.dll
> 
> That library can be found in /usr/lib/lapack, and adding this directory
> to the PATH fixes the problem: Rscript now starts without error message.
> 

Which is why the packager should move the required .dll to the /usr/bin
directory.  Was there a stated change to this policy?

-- 
cyg Simple

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

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

* Re: Solved: R-3.3.3-1: unable to load stats.dll
  2017-03-31 16:22         ` cyg Simple
@ 2017-03-31 19:32           ` Marco Atzeri
  2017-03-31 19:39             ` cyg Simple
  0 siblings, 1 reply; 15+ messages in thread
From: Marco Atzeri @ 2017-03-31 19:32 UTC (permalink / raw)
  To: cygwin

On 31/03/2017 15:35, cyg Simple wrote:
> On 3/28/2017 3:17 PM, Oliver Schoett wrote:
>> Achim Gratz wrote:
>>> Try
>>>
>>> $ cygcheck /usr/lib/R/library/stats/libs/stats.dll
>>>
>>> instead.  On a hunch, check your PATH and make sure it contains
>>> "/usr/lib/lapack".
>>
>> The cygcheck command ends with
>>
>>    cygcheck: track_down: could not find cyglapack-0.dll
>>
>> That library can be found in /usr/lib/lapack, and adding this directory
>> to the PATH fixes the problem: Rscript now starts without error message.
>>
>
> Which is why the packager should move the required .dll to the /usr/bin
> directory.  Was there a stated change to this policy?

No.
If you compare openblas and lapack you will find two cygblas-0.dll,
that I can not make coexist in /usr/bin

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

* Re: Solved: R-3.3.3-1: unable to load stats.dll
  2017-03-31 19:32           ` Marco Atzeri
@ 2017-03-31 19:39             ` cyg Simple
  2017-03-31 21:03               ` Brian Inglis
  0 siblings, 1 reply; 15+ messages in thread
From: cyg Simple @ 2017-03-31 19:39 UTC (permalink / raw)
  To: cygwin

On 3/31/2017 12:57 PM, Marco Atzeri wrote:
> On 31/03/2017 15:35, cyg Simple wrote:
>> On 3/28/2017 3:17 PM, Oliver Schoett wrote:
>>> Achim Gratz wrote:
>>>> Try
>>>>
>>>> $ cygcheck /usr/lib/R/library/stats/libs/stats.dll
>>>>
>>>> instead.  On a hunch, check your PATH and make sure it contains
>>>> "/usr/lib/lapack".
>>>
>>> The cygcheck command ends with
>>>
>>>    cygcheck: track_down: could not find cyglapack-0.dll
>>>
>>> That library can be found in /usr/lib/lapack, and adding this directory
>>> to the PATH fixes the problem: Rscript now starts without error message.
>>>
>>
>> Which is why the packager should move the required .dll to the /usr/bin
>> directory.  Was there a stated change to this policy?
> 
> No.
> If you compare openblas and lapack you will find two cygblas-0.dll,
> that I can not make coexist in /usr/bin
> 

And so we add to PATH and still have a problem if the lapack and
openblas versions are different.  Adding to PATH doesn't fix the issue
and if I add the openblas version before lapack then lapack suffers and
vice-versa. This is the reason we've put DLL in the /usr/bin directory
because adding to PATH is meaningless.

Perhaps
https://msdn.microsoft.com/en-us/library/windows/desktop/hh310513(v=vs.85).aspx
should be used in the main function or a Cygwin API developed to do
that.  Or fix lapack to name it's library with a different version id.
If there are API/ABI differences, then -0 isn't correct since the two
cannot overlay each other.

-- 
cyg Simple

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

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

* Re: Solved: R-3.3.3-1: unable to load stats.dll
  2017-03-31 19:39             ` cyg Simple
@ 2017-03-31 21:03               ` Brian Inglis
  2017-03-31 21:18                 ` Marco Atzeri
  2017-04-01  9:57                 ` Achim Gratz
  0 siblings, 2 replies; 15+ messages in thread
From: Brian Inglis @ 2017-03-31 21:03 UTC (permalink / raw)
  To: cygwin

On 2017-03-31 13:32, cyg Simple wrote:
> On 3/31/2017 12:57 PM, Marco Atzeri wrote:
>> On 31/03/2017 15:35, cyg Simple wrote:
>>> On 3/28/2017 3:17 PM, Oliver Schoett wrote:
>>>> Achim Gratz wrote:
>>>>> Try
>>>>>
>>>>> $ cygcheck /usr/lib/R/library/stats/libs/stats.dll
>>>>>
>>>>> instead.  On a hunch, check your PATH and make sure it contains
>>>>> "/usr/lib/lapack".
>>>>
>>>> The cygcheck command ends with
>>>>
>>>>    cygcheck: track_down: could not find cyglapack-0.dll
>>>>
>>>> That library can be found in /usr/lib/lapack, and adding this directory
>>>> to the PATH fixes the problem: Rscript now starts without error message.
>>>>
>>>
>>> Which is why the packager should move the required .dll to the /usr/bin
>>> directory.  Was there a stated change to this policy?
>>
>> No.
>> If you compare openblas and lapack you will find two cygblas-0.dll,
>> that I can not make coexist in /usr/bin
>>
> 
> And so we add to PATH and still have a problem if the lapack and
> openblas versions are different.  Adding to PATH doesn't fix the issue
> and if I add the openblas version before lapack then lapack suffers and
> vice-versa. This is the reason we've put DLL in the /usr/bin directory
> because adding to PATH is meaningless.
> 
> Perhaps
> https://msdn.microsoft.com/en-us/library/windows/desktop/hh310513(v=vs.85).aspx
> should be used in the main function or a Cygwin API developed to do
> that.  Or fix lapack to name it's library with a different version id.
> If there are API/ABI differences, then -0 isn't correct since the two
> cannot overlay each other.

This is the situation alternatives(8) was designed 
for - to mediate names and functions.
If a package is dependent on one or the other, 
its location in /var/lib/pkg/ should be wired in.
My PATH seems to include /usr/lib/lapack, appended by 
/etc/profile.d/lapack0.sh.
Perhaps openblas could provide the same for its clients?

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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

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

* Re: Solved: R-3.3.3-1: unable to load stats.dll
  2017-03-31 21:03               ` Brian Inglis
@ 2017-03-31 21:18                 ` Marco Atzeri
  2017-03-31 22:48                   ` Brian Inglis
  2017-04-01  9:57                 ` Achim Gratz
  1 sibling, 1 reply; 15+ messages in thread
From: Marco Atzeri @ 2017-03-31 21:18 UTC (permalink / raw)
  To: cygwin

On 31/03/2017 22:46, Brian Inglis wrote:
> On 2017-03-31 13:32, cyg Simple wrote:
>> On 3/31/2017 12:57 PM, Marco Atzeri wrote:
>>> On 31/03/2017 15:35, cyg Simple wrote:
>>>> On 3/28/2017 3:17 PM, Oliver Schoett wrote:
>>>>> Achim Gratz wrote:

>> Perhaps
>> https://msdn.microsoft.com/en-us/library/windows/desktop/hh310513(v=vs.85).aspx
>> should be used in the main function or a Cygwin API developed to do
>> that.  Or fix lapack to name it's library with a different version id.
>> If there are API/ABI differences, then -0 isn't correct since the two
>> cannot overlay each other.

There is no API/ABI difference

> This is the situation alternatives(8) was designed
> for - to mediate names and functions.
> If a package is dependent on one or the other,
> its location in /var/lib/pkg/ should be wired in.
> My PATH seems to include /usr/lib/lapack, appended by
> /etc/profile.d/lapack0.sh.
> Perhaps openblas could provide the same for its clients?

alternatives, that is based on links,  does not work for dlls on windows 
system.




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

* Re: Solved: R-3.3.3-1: unable to load stats.dll
  2017-03-31 21:18                 ` Marco Atzeri
@ 2017-03-31 22:48                   ` Brian Inglis
  0 siblings, 0 replies; 15+ messages in thread
From: Brian Inglis @ 2017-03-31 22:48 UTC (permalink / raw)
  To: cygwin

On 2017-03-31 15:10, Marco Atzeri wrote:
> On 31/03/2017 22:46, Brian Inglis wrote:
>> On 2017-03-31 13:32, cyg Simple wrote:
>>> On 3/31/2017 12:57 PM, Marco Atzeri wrote:
>>>> On 31/03/2017 15:35, cyg Simple wrote:
>>>>> On 3/28/2017 3:17 PM, Oliver Schoett wrote:
>>>>>> Achim Gratz wrote:
> 
>>> Perhaps
>>> https://msdn.microsoft.com/en-us/library/windows/desktop/hh310513(v=vs.85).aspx
>>> should be used in the main function or a Cygwin API developed to do
>>> that.  Or fix lapack to name it's library with a different version id.
>>> If there are API/ABI differences, then -0 isn't correct since the two
>>> cannot overlay each other.
> 
> There is no API/ABI difference
> 
>> This is the situation alternatives(8) was designed
>> for - to mediate names and functions.
>> If a package is dependent on one or the other,
>> its location in /var/lib/pkg/ should be wired in.
>> My PATH seems to include /usr/lib/lapack, appended by
>> /etc/profile.d/lapack0.sh.

Perhaps setting Windows ENV or BASH_ENV to point to /etc/profile 
would ensure that non-interactive shells would get lapack added 
to their PATH?

>> Perhaps openblas could provide the same for its clients?
> 
> alternatives, that is based on links, does not work for dlls on
> Windows system.

So exe DLL loading is done directly by Windows with no shim layer?
Darn - foiled again! ;^>

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

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

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

* Re: Solved: R-3.3.3-1: unable to load stats.dll
  2017-03-31 21:03               ` Brian Inglis
  2017-03-31 21:18                 ` Marco Atzeri
@ 2017-04-01  9:57                 ` Achim Gratz
  1 sibling, 0 replies; 15+ messages in thread
From: Achim Gratz @ 2017-04-01  9:57 UTC (permalink / raw)
  To: cygwin

Brian Inglis writes:
> This is the situation alternatives(8) was designed 
> for - to mediate names and functions.

Except alternatives is based on symlinks and therefore doesn't work for
DLL.  We've been through this discussion multiple times.  If anybody has
time and incliniation to provide an alternatives patched so that it
deals with DLL via native symlink, plain copy or hardlink, then we might
get somewhere.


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

Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs

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

end of thread, other threads:[~2017-04-01  9:57 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-12 19:41 [ANNOUNCEMENT] Updated: R-3.3.3-1 Marco Atzeri via cygwin
2017-03-28 14:28 ` R-3.3.3-1: unable to load stats.dll Oliver Schoett
2017-03-28 14:50   ` Oliver Schoett
2017-03-28 14:54     ` Andrey Repin
2017-03-28 17:21     ` Achim Gratz
2017-03-28 20:46       ` Solved: " Oliver Schoett
2017-03-31 16:22         ` cyg Simple
2017-03-31 19:32           ` Marco Atzeri
2017-03-31 19:39             ` cyg Simple
2017-03-31 21:03               ` Brian Inglis
2017-03-31 21:18                 ` Marco Atzeri
2017-03-31 22:48                   ` Brian Inglis
2017-04-01  9:57                 ` Achim Gratz
2017-03-28 15:07   ` Marco Atzeri
2017-03-28 17:05     ` Oliver Schoett

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