public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Need help with debugging git (Cygwin/MSYS2) on Wine
@ 2015-06-05  5:46 Qian Hong
  2015-06-05 12:33 ` Adam Dinwoodie
  0 siblings, 1 reply; 5+ messages in thread
From: Qian Hong @ 2015-06-05  5:46 UTC (permalink / raw)
  To: cygwin

Dear all,

I'm working on a Wine bug: git.exe from msys2 fail to clone https repo
https://bugs.wine-staging.com/show_bug.cgi?id=348

When using msys2 git, clone works for local repo but not for remote
https repo ( haven't try http repo yet ).

The error message is: fatal: write error: Communication error on send

I understand msys2 is not cygwin, but I think they are similar enough
so I'm trying to seeking for help here, if there is anything not sure
I can retest on Cygwin later.

As far, most details I have regarding the bug is already attach to
https://bugs.wine-staging.com/show_bug.cgi?id=348

git version is:
git version 2.4.2

msys2 version is:
MSYS_NT-5.1  2.1.2(0.287/5/3) 2015-05-05 17:47 i686 Msys

Both versions are up to date from msys2 repo.

I'm not sure what's the next step yet, could anyone familiar with git
internal or cygwin internal take a look at the above bug and provide
some help / some guess?

I've subscribed this list, either directly replying to this thread or
appending comments to bugzilla is great appreciated.

Thanks in advance!

-- 
Regards,
Qian Hong

-
http://www.winehq.org

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

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

* Re: Need help with debugging git (Cygwin/MSYS2) on Wine
  2015-06-05  5:46 Need help with debugging git (Cygwin/MSYS2) on Wine Qian Hong
@ 2015-06-05 12:33 ` Adam Dinwoodie
  2015-06-05 14:18   ` Qian Hong
  0 siblings, 1 reply; 5+ messages in thread
From: Adam Dinwoodie @ 2015-06-05 12:33 UTC (permalink / raw)
  To: fracting, cygwin

On 5 June 2015 at 06:46, Qian Hong wrote:
> I'm working on a Wine bug: git.exe from msys2 fail to clone https repo
> https://bugs.wine-staging.com/show_bug.cgi?id=348
>
> <snip>
>
> I understand msys2 is not cygwin, but I think they are similar enough
> so I'm trying to seeking for help here, if there is anything not sure
> I can retest on Cygwin later.

Hi,

Cygwin and msys2 are sufficiently different that I wouldn't want to
start debugging this from a Cygwin point of view. Further, the problem
here may be something to do with the options that that version of Git
was compiled with, which we have no idea about.

If you can reproduce this behaviour using Cygwin and the version of
Git distributed with Cygwin, we can start looking at that. If you do,
please include all the details asked for in
<https://cygwin.com/problems.html>.

Adam

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

* Re: Need help with debugging git (Cygwin/MSYS2) on Wine
  2015-06-05 12:33 ` Adam Dinwoodie
@ 2015-06-05 14:18   ` Qian Hong
  2015-06-05 20:48     ` Qian Hong
  0 siblings, 1 reply; 5+ messages in thread
From: Qian Hong @ 2015-06-05 14:18 UTC (permalink / raw)
  To: Adam Dinwoodie; +Cc: cygwin

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

Hi Adam,

Thanks a lot for your reply.

On Fri, Jun 5, 2015 at 8:32 PM, Adam Dinwoodie <adam@dinwoodie.org> wrote:
>
> Hi,
>
> Cygwin and msys2 are sufficiently different that I wouldn't want to
> start debugging this from a Cygwin point of view. Further, the problem
> here may be something to do with the options that that version of Git
> was compiled with, which we have no idea about.
>

This is very understandable and very appreciated, I'll try to follow
anything required.

> If you can reproduce this behaviour using Cygwin and the version of
> Git distributed with Cygwin, we can start looking at that. If you do,
> please include all the details asked for in
> <https://cygwin.com/problems.html>.

Yes, I just download latest cygwin :
4885f4560a6c01ec6d94a322826cc656a63cd86c setup-x86.exe

I install setup-x86 on latest Wine Staging, which includes a couple of
fixes we made for Cygwin/MSYS2 in the past few months:
$ wine-1.7.44-83-g9ce9ba3 (Staging)

Before do anything I export STAGING_WRITECOPY=1 in Linux shell to
enable a Wine Staging patch set in order to be compatible with
Windows. This is normal required for a lot of Cygwin programs as my
tests in the pass months.

I start Wine Cygwin shell using the below command:
$ wine start Cygwin.bat

I installed latest packages from cygwin mirror, including the git package:
$ uname -a
CYGWIN_NT-5.1  2.0.3(0.287/5/3) 2015-06-03 13:55 i686 Cygwin

$ git --version
git version 2.1.4

Then I tried `$ mkdir testgit && cd testgit && git init`, which works
in Cygwin on Wine.

I tried clone a local repo, it works as well.

I tried `$ git clone https://github.com/Pash-Project/Pash.git` 10+
times, in different directories:
The first time, I get an "fatal: write error: Permission denied",
however, after that I always get "fatal: write error: Communication
error on send", I can't reproduce the first error anymore.

The console output is as below:

fracting@fracting-ThinkPad-Edge-E431 ~
$ git clone https://github.com/Pash-Project/Pash.git
Cloning into 'Pash'...
fatal: write error: Communication error on send

According to documenation, I collect the output of `cygcheck -s -v -r`
as attachment.
*Note*:
1. this is collect from Wine cmd console, not from Wine Cygwin shell.
When I run cygcheck in Wine Cygwin shell, it hangs immediately, even
with `cygcheck --help` or simply `cygcheck`.
Not sure if this is another Wine bug, not sure if it is related.
2. I have an error "/usr/bin/id: write error: Socket operation on
non-socket" when I run cygcheck in Wine cmd, haven't dig deep enough
yet.

I rerun the git clone command line with GIT_TRACE=1 and
GIT_TRACE_PACKET=1, the log is in the below gist:

https://gist.github.com/fracting/337f7c056de53c52aee2

I tried `$ /usr/libexec/git-core/git-remote-https origin
https://github.com/Pash-Project/Pash.git`, `list` command works, fetch
command fails, here is an example:
```
fetch 99eb8b53ae2820b977cdcf9074bfb34c2b90a206 refs/tags/merged/testhost

fatal: write error: Communication error on send

```

I generate a strace log, which shows:
  188 44057828 [main] git-remote-https 71
fhandler_base_overlapped::wait_overlapped: res 4, Win32 Error 233
  165 44057993 [main] git-remote-https 71 seterrno_from_win_error:
/home/corinna/src/cygwin/cygwin-2.0.3/cygwin-2.0.3-1.i686/src/newlib-cygwin/winsup/cygwin/fhandler.cc:2044
windows error 233
  211 44058204 [main] git-remote-https 71 geterrno_from_win_error:
windows error 233 == errno 70
  140 44058344 [main] git-remote-https 71 write: -1 = write(5,
0x20070DF7, 5), errno 70

The full log is here:
https://gist.githubusercontent.com/fracting/63b100abfc6054f013db/raw/git.strace.txt

*Note*:
Due to known Wine bug, child process is not able to trace yet:
$ strace -o git.strace.txt -p 71
strace.exe: Could not clear DEBUG_ONLY_THIS_PROCESS (c0000002), will
not trace child processes
Windows process 44 attached
Windows process 66 attached
Windows process 68 attached
Windows process 66 detached
Windows process 68 detached
Windows process 44 detached

Win32 error 233 is ERROR_PIPE_NOT_CONNECTED, in Wine log generated
from WINEDEBUG=+tid,+relay,+pipe, we can see

0032:Ret  ws2_32.WSARecv() retval=00000000 ret=61066371
0032:Call KERNEL32.WriteFile(00000190,20080e0c,0000055a,0070affc,612d716c)
ret=6103b1fc
0032:trace:file:WriteFile 0x190 0x20080e0c 1370 0x70affc 0x612d716c
0032:Ret  KERNEL32.WriteFile() retval=00000000 ret=6103b1fc
0032:Call KERNEL32.GetLastError() ret=6103ac2d
0032:Ret  KERNEL32.GetLastError() retval=000000e9 ret=6103ac2d

Here retval=000000e9 means GetLastError returns
ERROR_PIPE_NOT_CONNECTED ( == 233 == 0xe9 )

I've provided some basic information I have, any idea or advice is
great appreciated.

Thanks in advance!

-- 
Regards,
Qian Hong

-
http://www.winehq.org

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


Cygwin Configuration Diagnostics
Current System Time: Fri Jun 05 21:35:15 2015

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Path:	C:\windows\system32
	C:\windows
	C:\windows\system32\wbem

Output from C:\cygwin\bin\id.exe
UID: 197608(fracting)   GID: 197121(None)
197121(None)            66048(LOCAL)            4(INTERACTIVE)
11(Authenticated Users) 544(Administrators)     545(Users)
4095(CurrentSession)

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

USER = 'fracting'

XDG_VTNR = '7'
LC_PAPER = 'zh_CN.UTF-8'
LC_ADDRESS = 'zh_CN.UTF-8'
XDG_SESSION_ID = 'c2'
XDG_GREETER_DATA_DIR = '/var/lib/lightdm-data/fracting'
LC_MONETARY = 'zh_CN.UTF-8'
STAGING_WRITECOPY = '1'
COMP_WORDBREAKS = ' 	
"'><;|&(:'
SESSION = 'ubuntu'
GPG_AGENT_INFO = '/run/user/1000/keyring-XnJ9h6/gpg:0:1'
TERM = 'xterm'
VTE_VERSION = '3603'
SHELL = '/bin/bash'
WINDOWID = '11609134'
LC_NUMERIC = 'zh_CN.UTF-8'
OLDPWD = '/home/fracting/.wine-cygwin/drive_c/cygwin'
UPSTART_SESSION = 'unix:abstract=/com/ubuntu/upstart-session/1000/2354'
GNOME_KEYRING_CONTROL = '/run/user/1000/keyring-XnJ9h6'
GTK_MODULES = 'overlay-scrollbar:unity-gtk-module'
LC_ALL = 'en_US.utf8'
LS_COLORS = 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:'
LC_TELEPHONE = 'zh_CN.UTF-8'
XDG_SESSION_PATH = '/org/freedesktop/DisplayManager/Session0'
XDG_SEAT_PATH = '/org/freedesktop/DisplayManager/Seat0'
SSH_AUTH_SOCK = '/run/user/1000/keyring-XnJ9h6/ssh'
DEFAULTS_PATH = '/usr/share/gconf/ubuntu.default.path'
XDG_CONFIG_DIRS = '/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg'
DESKTOP_SESSION = 'ubuntu'
QT_IM_MODULE = 'fcitx'
QT_QPA_PLATFORMTHEME = 'appmenu-qt5'
LC_IDENTIFICATION = 'zh_CN.UTF-8'
XDG_SESSION_TYPE = 'x11'
JOB = 'gnome-session'
XMODIFIERS = '@im=fcitx'
GNOME_KEYRING_PID = '2352'
LANG = 'zh_CN.UTF-8'
GDM_LANG = 'zh_CN'
MANDATORY_PATH = '/usr/share/gconf/ubuntu.mandatory.path'
LC_MEASUREMENT = 'zh_CN.UTF-8'
WINEPREFIX = '/home/fracting/.wine-cygwin'
COMPIZ_CONFIG_PROFILE = 'ubuntu'
PAPERSIZE = 'a4'
GDMSESSION = 'ubuntu'
SESSIONTYPE = 'gnome-session'
SHLVL = '1'
XDG_SEAT = 'seat0'
LANGUAGE = 'en_US'
GNOME_DESKTOP_SESSION_ID = 'this-is-deprecated'
UPSTART_INSTANCE = ''
UPSTART_EVENTS = 'started starting'
XDG_SESSION_DESKTOP = 'ubuntu'
LOGNAME = 'fracting'
COMPIZ_BIN_PATH = '/usr/bin/'
LC_CTYPE = 'en_US.utf8'
DBUS_SESSION_BUS_ADDRESS = 'unix:abstract=/tmp/dbus-kOIPPfNvZJ'
XDG_DATA_DIRS = '/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/'
LESSOPEN = '| /usr/bin/lesspipe %s'
INSTANCE = 'Unity'
UPSTART_JOB = 'unity-settings-daemon'
XDG_RUNTIME_DIR = '/run/user/1000'
DISPLAY = ':0'
XDG_CURRENT_DESKTOP = 'Unity'
GTK_IM_MODULE = 'fcitx'
LESSCLOSE = '/usr/bin/lesspipe %s %s'
LC_TIME = 'zh_CN.UTF-8'
LC_NAME = 'zh_CN.UTF-8'
XAUTHORITY = '/home/fracting/.Xauthority'
COLORTERM = 'gnome-terminal'
_ = '/usr/local/bin/wine'
WINELOADERNOEXEC = '1'
NUMBER_OF_PROCESSORS = '4'
OS = 'Windows_NT'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = 'x86'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 58 Stepping 9, GenuineIntel'
PROCESSOR_LEVEL = '6'
PROCESSOR_REVISION = '3a09'
SystemDrive = 'c:'
SYSTEMROOT = 'C:\windows'
winsysdir = 'C:\windows\system32'
ComSpec = 'C:\windows\system32\cmd.exe'
TEMP = 'C:\users\fracting\Temp'
TMP = 'C:\users\fracting\Temp'
windir = 'C:\windows'
ALLUSERSPROFILE = 'C:\users\Public'
APPDATA = 'C:\users\fracting\Application Data'
CLIENTNAME = 'Console'
HOMEDRIVE = 'C:'
HOMEPATH = '\users\fracting'
LOCALAPPDATA = 'C:\users\fracting\Local Settings\Application Data'
LOGONSERVER = '\\fracting-ThinkP'
SESSIONNAME = 'Console'
USERDOMAIN = 'fracting-ThinkP'
USERNAME = 'fracting'
USERPROFILE = 'C:\users\fracting'
ProgramFiles = 'C:\Program Files'
CommonProgramFiles = 'C:\Program Files\Common Files'
 = 'C:=C:\cygwin\bin'
PROMPT = '$P$G'

HKEY_LOCAL_MACHINE\Software\Cygwin
HKEY_LOCAL_MACHINE\Software\Cygwin\Installations
  (default) = '\??\C:\cygwin'
HKEY_LOCAL_MACHINE\Software\Cygwin\setup
  (default) = 'C:\cygwin'

obcaseinsensitive set to 1

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

c:  hd  NTFS     39243Mb  80% CP       PA        
d:  cd             N/A    N/A                    
z:  hd  NTFS     39243Mb  80% CP       PA        

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

Not Found: awk
Not Found: bash
Not Found: cat
Not Found: cp
Not Found: cpp (good!)
Not Found: crontab
Not Found: find
Not Found: gcc
Not Found: gdb
Not Found: grep
Not Found: kill
Not Found: ld
Not Found: ls
Not Found: make
Not Found: mv
Not Found: patch
Not Found: perl
Not Found: rm
Not Found: sed
Not Found: ssh
Not Found: sh
Not Found: tar
Not Found: test
Not Found: vi
Not Found: vim

  153k 2015/06/05 .\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2013-08-01 05:33
    8k 2015/06/05 .\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011-05-05 15:33
  270k 2015/06/05 .\cygldap-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-4-2.dll" v0.0 ts=2015-02-19 21:10
  327k 2015/06/05 .\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2015-05-19 05:03
  107k 2015/06/05 .\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2015-03-03 22:52
  505k 2015/06/05 .\cyggmp-10.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-10.dll" v0.0 ts=2015-01-27 00:08
  361k 2015/06/05 .\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2015-01-27 00:33
  208k 2015/06/05 .\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2015-01-28 07:43
 1010k 2015/06/05 .\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2015-02-21 00:52
    7k 2015/06/05 .\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2012-05-07 19:18
   39k 2015/06/05 .\cygkrb5support-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5support-0.dll" v0.0 ts=2015-06-02 11:51
   57k 2015/06/05 .\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2015-05-19 05:13
  122k 2015/06/05 .\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2015-05-06 15:06
   15k 2015/06/05 .\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2015-05-19 05:05
   16k 2015/06/05 .\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2015-03-23 16:55
   41k 2015/06/05 .\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2013-10-22 04:52
   83k 2015/06/05 .\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2014-11-20 06:57
   31k 2015/06/05 .\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2015-01-28 07:43
  191k 2015/06/05 .\cygk5crypto-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygk5crypto-3.dll" v0.0 ts=2015-06-02 11:51
  804k 2015/06/05 .\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2015-05-21 22:43
  198k 2015/06/05 .\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2014-12-06 20:56
  326k 2015/06/05 .\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2015-06-02 03:17
 1981k 2015/06/05 .\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2015-03-20 00:27
  458k 2015/06/05 .\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2015-04-30 09:20
   38k 2015/06/05 .\cygargp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygargp-0.dll" v0.0 ts=2013-07-23 22:35
   41k 2015/06/05 .\cygpipeline-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpipeline-1.dll" v0.0 ts=2015-04-10 03:58
   69k 2015/06/05 .\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2015-04-23 16:29
  155k 2015/06/05 .\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2015-03-17 12:56
   22k 2015/06/05 .\cygmandb-2-7-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmandb-2-7-1.dll" v0.0 ts=2015-04-18 05:31
    8k 2015/06/05 .\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009-02-26 15:58
  272k 2015/06/05 .\cyggssapi_krb5-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi_krb5-2.dll" v0.0 ts=2015-06-02 11:52
   98k 2015/06/05 .\cygsmartcols-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmartcols-1.dll" v0.0 ts=2015-03-23 16:55
  105k 2015/06/05 .\cygdb_cxx-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.8.dll" v0.0 ts=2011-11-11 02:46
 1242k 2015/06/05 .\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2014-10-19 16:00
  943k 2015/06/05 .\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2015-03-03 23:08
   30k 2015/06/05 .\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2015-05-19 05:06
   49k 2015/06/05 .\cyglber-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-4-2.dll" v0.0 ts=2015-02-19 21:10
 1705k 2015/06/05 .\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2015-02-18 04:43
  159k 2015/06/05 .\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2015-05-04 11:00
   14k 2015/06/05 .\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2012-05-04 19:35
   10k 2015/06/05 .\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2015-02-21 00:52
    5k 2015/06/03 .\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2015-06-03 19:55
   54k 2015/06/05 .\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2015-05-19 05:03
  743k 2015/06/05 .\cygkrb5-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-3.dll" v0.0 ts=2015-06-02 11:51
   13k 2015/06/05 .\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2015-03-19 09:45
   41k 2015/06/05 .\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2015-02-21 02:11
  461k 2015/06/05 .\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2015-04-30 03:38
   62k 2015/06/05 .\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011-05-22 03:16
   19k 2015/06/05 .\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009-02-26 15:58
 1284k 2015/06/05 .\cygdb-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.8.dll" v0.0 ts=2011-11-11 02:45
   27k 2015/06/05 .\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2015-01-02 09:11
  173k 2015/06/05 .\cygman-2-7-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygman-2-7-1.dll" v0.0 ts=2015-04-18 05:31
  443k 2015/06/05 .\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2015-03-20 00:27
  159k 2015/06/05 .\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2013-10-21 05:09
   13k 2015/06/05 .\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2015-03-03 23:49
   60k 2015/06/05 .\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2015-05-19 05:06
  203k 2015/06/05 .\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2015-03-23 16:55
    6k 2015/06/03 .\cyglsa64.dll (not x86 dll)
  286k 2015/06/05 .\cygldap_r-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-4-2.dll" v0.0 ts=2015-02-19 21:12
  102k 2015/06/05 .\cygsasl2-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-3.dll" v0.0 ts=2014-11-25 02:35
 3290k 2015/06/03 .\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2015-06-03 19:55
    Cygwin DLL version info:
        DLL version: 2.0.3
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 287
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5

  153k 2015/06/05 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2013-08-01 05:33
    8k 2015/06/05 C:\cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011-05-05 15:33
  270k 2015/06/05 C:\cygwin\bin\cygldap-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-4-2.dll" v0.0 ts=2015-02-19 21:10
  327k 2015/06/05 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2015-05-19 05:03
  107k 2015/06/05 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2015-03-03 22:52
  505k 2015/06/05 C:\cygwin\bin\cyggmp-10.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-10.dll" v0.0 ts=2015-01-27 00:08
  361k 2015/06/05 C:\cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2015-01-27 00:33
  208k 2015/06/05 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2015-01-28 07:43
 1010k 2015/06/05 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2015-02-21 00:52
    7k 2015/06/05 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2012-05-07 19:18
   39k 2015/06/05 C:\cygwin\bin\cygkrb5support-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5support-0.dll" v0.0 ts=2015-06-02 11:51
   57k 2015/06/05 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2015-05-19 05:13
  122k 2015/06/05 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2015-05-06 15:06
   15k 2015/06/05 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2015-05-19 05:05
   16k 2015/06/05 C:\cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2015-03-23 16:55
   41k 2015/06/05 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2013-10-22 04:52
   83k 2015/06/05 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2014-11-20 06:57
   31k 2015/06/05 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2015-01-28 07:43
  191k 2015/06/05 C:\cygwin\bin\cygk5crypto-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygk5crypto-3.dll" v0.0 ts=2015-06-02 11:51
  804k 2015/06/05 C:\cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2015-05-21 22:43
  198k 2015/06/05 C:\cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2014-12-06 20:56
  326k 2015/06/05 C:\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2015-06-02 03:17
 1981k 2015/06/05 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2015-03-20 00:27
  458k 2015/06/05 C:\cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2015-04-30 09:20
   38k 2015/06/05 C:\cygwin\bin\cygargp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygargp-0.dll" v0.0 ts=2013-07-23 22:35
   41k 2015/06/05 C:\cygwin\bin\cygpipeline-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpipeline-1.dll" v0.0 ts=2015-04-10 03:58
   69k 2015/06/05 C:\cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2015-04-23 16:29
  155k 2015/06/05 C:\cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2015-03-17 12:56
   22k 2015/06/05 C:\cygwin\bin\cygmandb-2-7-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmandb-2-7-1.dll" v0.0 ts=2015-04-18 05:31
    8k 2015/06/05 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009-02-26 15:58
  272k 2015/06/05 C:\cygwin\bin\cyggssapi_krb5-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi_krb5-2.dll" v0.0 ts=2015-06-02 11:52
   98k 2015/06/05 C:\cygwin\bin\cygsmartcols-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmartcols-1.dll" v0.0 ts=2015-03-23 16:55
  105k 2015/06/05 C:\cygwin\bin\cygdb_cxx-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.8.dll" v0.0 ts=2011-11-11 02:46
 1242k 2015/06/05 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2014-10-19 16:00
  943k 2015/06/05 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2015-03-03 23:08
   30k 2015/06/05 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2015-05-19 05:06
   49k 2015/06/05 C:\cygwin\bin\cyglber-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-4-2.dll" v0.0 ts=2015-02-19 21:10
 1705k 2015/06/05 C:\cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2015-02-18 04:43
  159k 2015/06/05 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2015-05-04 11:00
   14k 2015/06/05 C:\cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2012-05-04 19:35
   10k 2015/06/05 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2015-02-21 00:52
    5k 2015/06/03 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2015-06-03 19:55
   54k 2015/06/05 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2015-05-19 05:03
  743k 2015/06/05 C:\cygwin\bin\cygkrb5-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-3.dll" v0.0 ts=2015-06-02 11:51
   13k 2015/06/05 C:\cygwin\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2015-03-19 09:45
   41k 2015/06/05 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2015-02-21 02:11
  461k 2015/06/05 C:\cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2015-04-30 03:38
   62k 2015/06/05 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011-05-22 03:16
   19k 2015/06/05 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009-02-26 15:58
 1284k 2015/06/05 C:\cygwin\bin\cygdb-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.8.dll" v0.0 ts=2011-11-11 02:45
   27k 2015/06/05 C:\cygwin\bin\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2015-01-02 09:11
  173k 2015/06/05 C:\cygwin\bin\cygman-2-7-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygman-2-7-1.dll" v0.0 ts=2015-04-18 05:31
  443k 2015/06/05 C:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2015-03-20 00:27
  159k 2015/06/05 C:\cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2013-10-21 05:09
   13k 2015/06/05 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2015-03-03 23:49
   60k 2015/06/05 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2015-05-19 05:06
  203k 2015/06/05 C:\cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2015-03-23 16:55
    6k 2015/06/03 C:\cygwin\bin\cyglsa64.dll (not x86 dll)
  286k 2015/06/05 C:\cygwin\bin\cygldap_r-2-4-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-4-2.dll" v0.0 ts=2015-02-19 21:12
  102k 2015/06/05 C:\cygwin\bin\cygsasl2-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-3.dll" v0.0 ts=2014-11-25 02:35
 3290k 2015/06/03 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2015-06-03 19:55
    Cygwin DLL version info:
        DLL version: 2.0.3
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 287
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5

Warning: There are multiple cygwin1.dlls on your path

No Cygwin services found.


Cygwin Package Information
Last downloaded files to: Z:\home\fracting\Downloads\Wine\cygwin
Last downloaded files from: http://ftp.jaist.ac.jp/pub/cygwin/

Package                               Version            Status
_autorebase                           001002-1           OK
_update-info-dir                      01391-1            OK
alternatives                          1.3.30c-10         OK
base-cygwin                           3.8-1              OK
base-files                            4.2-3              OK
bash                                  4.3.39-2           OK
binutils                              2.25-1             OK
bzip2                                 1.0.6-2            OK
ca-certificates                       2.4-2              OK
coreutils                             8.23-4             OK
crypt                                 1.2-1              OK
csih                                  0.9.8-6            OK
cygrunsrv                             1.62-1             OK
cygutils                              1.4.14-1           OK
cygwin                                2.0.3-1            OK
cygwin-debuginfo                      2.0.3-1            OK
cygwin-devel                          2.0.3-1            OK
dash                                  0.5.8-3            OK
diffutils                             3.3-2              OK
editrights                            1.03-1             OK
file                                  5.22-2             OK
findutils                             4.5.12-1           OK
gawk                                  4.1.3-1            OK
getent                                2.18.90-4          OK
git                                   2.1.4-1            OK
git-debuginfo                         2.1.4-1            OK
grep                                  2.21-2             OK
groff                                 1.22.3-1           OK
gzip                                  1.6-1              OK
hostname                              3.13-1             OK
info                                  5.2-3              OK
ipc-utils                             1.0-1              OK
less                                  471-1              OK
libargp                               20110921-2         OK
libattr1                              2.4.46-1           OK
libblkid1                             2.25.2-2           OK
libbz2_1                              1.0.6-2            OK
libcharset1                           1.14-3             OK
libcom_err2                           1.42.12-2          OK
libcurl4                              7.42.1-1           OK
libdb4.8                              4.8.30-1           OK
libedit0                              20130712-1         OK
libexpat1                             2.1.0-3            OK
libffi6                               3.2.1-1            OK
libgcc1                               4.9.2-3            OK
libgdbm4                              1.8.3-20           OK
libgmp10                              6.0.0a-2           OK
libgssapi_krb5_2                      1.13.2-1           OK
libiconv                              1.14-3             OK
libiconv-devel                        1.14-3             OK
libiconv2                             1.14-3             OK
libidn11                              1.29-1             OK
libintl-devel                         0.19.4-1           OK
libintl8                              0.19.4-1           OK
libk5crypto3                          1.13.2-1           OK
libkrb5_3                             1.13.2-1           OK
libkrb5support0                       1.13.2-1           OK
liblzma5                              5.2.1-1            OK
libmpfr4                              3.1.2-2            OK
libncursesw10                         5.9-20150516-1     OK
libopenldap2_4_2                      2.4.40-2           OK
libopenssl100                         1.0.2a-1           OK
libp11-kit0                           0.22.1-1           OK
libpcre1                              8.37-1             OK
libpipeline1                          1.4.0-1            OK
Empty package libpopt0
libpopt0                              1.16-1             OK
libreadline7                          6.3.8-1            OK
libsasl2_3                            2.1.26-9           OK
libsigsegv2                           2.10-1             OK
libsmartcols1                         2.25.2-2           OK
libsqlite3_0                          3.8.10.2-1         OK
libssh2_1                             1.5.0-1            OK
libssp0                               4.9.2-3            OK
libstdc++6                            4.9.2-3            OK
libtasn1_6                            4.4-1              OK
libuuid-devel                         2.25.2-2           OK
libuuid1                              2.25.2-2           OK
libxml2                               2.9.2-1            OK
login                                 1.11-1             OK
lynx                                  2.8.7-1            OK
man-db                                2.7.1-1            OK
mintty                                1.1.3-1            OK
openssh                               6.8p1-1            OK
openssl                               1.0.2a-1           OK
p11-kit                               0.22.1-1           OK
p11-kit-trust                         0.22.1-1           OK
perl                                  5.14.4-3           OK
perl-Archive-Zip                      1.46-1             OK
perl-B-Generate                       1.53-1             OK
perl-Capture-Tiny                     0.30-1             OK
perl-Compress-Bzip2                   2.22-1             OK
perl-Config-Perl-V                    0.24-1             OK
perl-Config-Tiny                      2.22-1             OK
perl-CPAN-DistnameInfo                0.12-4             OK
perl-CPAN-Reporter                    1.2014-1           OK
perl-CPAN-Testers-Report              1.999003-1         OK
perl-Data-Alias                       1.18-2             OK
perl-Data-GUID                        0.048-1            OK
perl-Data-UUID                        1.220-1            OK
perl-Devel-Autoflush                  0.06-1             OK
perl-Digest-HMAC                      1.03-4             OK
perl-Digest-SHA                       5.95-1             OK
perl-Encode-Locale                    1.04-1             OK
perl-Error                            0.17023-1          OK
perl-File-Copy-Recursive              0.38-4             OK
perl-File-HomeDir                     1.00-2             OK
perl-File-Listing                     6.04-4             OK
perl-File-pushd                       1.009-1            OK
perl-HTML-Parser                      3.71-2             OK
perl-HTTP-Cookies                     6.01-4             OK
perl-HTTP-Daemon                      6.01-4             OK
perl-HTTP-Date                        6.02-4             OK
perl-HTTP-Message                     6.06-2             OK
perl-HTTP-Negotiate                   6.01-4             OK
perl-IO-CaptureOutput                 1.1104-1           OK
perl-IO-Prompt-Tiny                   0.003-1            OK
perl-IO-Socket-INET6                  2.72-1             OK
perl-IO-String                        1.08-4             OK
perl-IO-Tty                           1.12-1             OK
perl-IPC-Cmd                          0.92-1             OK
perl-IPC-Run                          0.94-1             OK
perl-JSON                             2.90-2             OK
perl-libwww-perl                      6.13-1             OK
perl-LWP-MediaTypes                   6.02-4             OK
perl-Metabase-Client-Simple           0.010-1            OK
perl-Metabase-Fact                    0.024-1            OK
perl-Module-ScanDeps                  1.18-1             OK
perl-Module-Signature                 0.78-1             OK
perl-Net-DNS                          0.83-1             OK
perl-Net-HTTP                         6.07-1             OK
perl-Net-IP                           1.26-2             OK
perl-PadWalker                        2.1-1              OK
perl-PAR-Dist                         0.49-2             OK
perl-Pod-Coverage                     0.23-2             OK
perl-Pod-Escapes                      1.07-1             OK
perl-Pod-Simple                       3.30-1             OK
perl-Probe-Perl                       0.03-2             OK
perl-Proc-ProcessTable                0.51-1             OK
perl-Socket6                          0.25-1             OK
perl-Sub-Exporter                     0.987-2            OK
perl-Sub-Install                      0.928-1            OK
perl-Tee                              0.14-4             OK
perl-Term-ReadLine-Gnu                1.26-1             OK
perl-Term-ReadLine-Perl               1.0303-4           OK
perl-TermReadKey                      2.32-1             OK
perl-Test-NoWarnings                  1.04-3             OK
perl-Test-Pod                         1.49-1             OK
perl-Test-Pod-Coverage                1.10-1             OK
perl-Test-Reporter                    1.62-1             OK
perl-Test-Reporter-Transport-Metabase 1.999009-1         OK
perl-Test-Simple                      1.001014-1         OK
perl-URI                              1.67-1             OK
perl-WWW-RobotRules                   6.02-4             OK
perl-XML-LibXML                       2.0121-1           OK
perl-XML-NamespaceSupport             1.11-4             OK
perl-XML-Parser                       2.44-1             OK
perl-XML-SAX                          0.99-4             OK
perl-YAML                             1.15-1             OK
perl_autorebase                       5.14.4-3           OK
perl_base                             5.14.4-3           OK
perl_vendor                           5.14.4-1           OK
popt                                  1.16-1             OK
python                                2.7.10-1           OK
rebase                                4.4.1-1            OK
rsync                                 3.1.1-1            OK
run                                   1.3.3-1            OK
sed                                   4.2.2-3            OK
tar                                   1.28-1             OK
terminfo                              5.9-20150516-1     OK
tzcode                                2014j-1            OK
util-linux                            2.25.2-2           OK
vim-minimal                           7.4.729-3          OK
which                                 2.20-2             OK
xz                                    5.2.1-1            OK
zlib-devel                            1.2.8-3            OK
zlib0                                 1.2.8-3            OK
Use -h to see help about each section

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

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

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

* Re: Need help with debugging git (Cygwin/MSYS2) on Wine
  2015-06-05 14:18   ` Qian Hong
@ 2015-06-05 20:48     ` Qian Hong
  2015-08-25  6:43       ` Qian Hong
  0 siblings, 1 reply; 5+ messages in thread
From: Qian Hong @ 2015-06-05 20:48 UTC (permalink / raw)
  To: Adam Dinwoodie; +Cc: cygwin

Hi Adam,

quoting update from Wine Staging bugzilla:
---

The problem is pretty obvious, its a wineserver bug. Working on it (if noone
else is faster in finding an acceptable solution). ;)
---

Copy here to avoid duplication work, thank you very much still all the same.

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

* Re: Need help with debugging git (Cygwin/MSYS2) on Wine
  2015-06-05 20:48     ` Qian Hong
@ 2015-08-25  6:43       ` Qian Hong
  0 siblings, 0 replies; 5+ messages in thread
From: Qian Hong @ 2015-08-25  6:43 UTC (permalink / raw)
  To: Adam Dinwoodie; +Cc: cygwin

Hi,

Update:

We originally found a wineserver bug encouraged by Cygwin git, but
that doesn't fix all problem
Just today another Wine bug is fixed, and this time Cygwin Git really
works on Wine now:
https://bugs.wine-staging.com/show_bug.cgi?id=348#c13

Since I was asking for help here, I decide to update this thread again
in order to complete the session.
Thanks your work on the git package btw.

Cheers.

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

end of thread, other threads:[~2015-08-25  6:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-05  5:46 Need help with debugging git (Cygwin/MSYS2) on Wine Qian Hong
2015-06-05 12:33 ` Adam Dinwoodie
2015-06-05 14:18   ` Qian Hong
2015-06-05 20:48     ` Qian Hong
2015-08-25  6:43       ` Qian Hong

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