public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
@ 2015-04-15 16:04 Corinna Vinschen
  2015-04-16 14:25 ` Jim Reisert AD1C
  0 siblings, 1 reply; 22+ messages in thread
From: Corinna Vinschen @ 2015-04-15 16:04 UTC (permalink / raw)
  To: cygwin

Hi Cygwin friends and users,


New 2.0.0-0.5 test release.  Hmm, apparently I forgot to announce the
2.0.0-0.4 release.  Here's what's new:

- 0.4 introduced a fix which drops creating MASK/CLASS_OBJ entries
  every time, since that influence how the group permissions are set
  on chmod.  Surprisingly so for files with no secondary user or group
  permissions.
  
  Note that this change may require to remove all files and directories
  created with older 2.0.0 tets release.  Alternatively, remove the
  MASK and default MASK value from those files and dirs:

    setfacl -d m:,d:m: [...]
  
  This change addresses: https://cygwin.com/ml/cygwin/2015-04/msg00276.html
  Explained in: https://cygwin.com/ml/cygwin/2015-04/msg00292.html

- 0.5 introduces additionl code to handle scenarios using Microsoft
  Accounts.  When using these, the owner and group SIDs in a user token
  are the same user SID.  This is not nice from a POSIX point of view,
  but that's life.

  Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00218.html
  Explained: https://cygwin.com/ml/cygwin/2015-04/msg00244.html
  Fix outline: https://cygwin.com/ml/cygwin/2015-04/msg00337.html


Other than that...

The important change in this release is the POSIX permission handling
change, a rewrite of the underlying routines reading and creating
Windows ACLs following POSIX permission rules and POSIX ACL creating
rules per POSIX 1003.1e draft 17, as on Linux.

For a description of POSIX ACLs, see http://linux.die.net/man/5/acl


All changes in this release so far:
===================================

- New, unified implementation of POSIX permission and ACL handling.  The
  new ACLs now store the POSIX ACL MASK/CLASS_OBJ permission mask, and
  they allow to inherit the S_ISGID bit.  ACL inheritance now really
  works as desired, in a limited, but theoretically equivalent fashion
  even for non-Cygwin processes.

  To accommodate Windows default ACLs, the new code ignores SYSTEM and
  Administrators group permissions when computing the MASK/CLASS_OBJ
  permission mask on old ACLs, and it doesn't deny access to SYSTEM and
  Administrators group based on the value of MASK/CLASS_OBJ when
  creating the new ACLs.
  
  The new code now handles the S_ISGID bit on directories as on Linux:
  Setting S_ISGID on a directory causes new files and subdirs created
  within to inherit its group, rather than the primary group of the user
  who created the file.  This only works for files and directories
  created by Cygwin processes.
  
- basename(3) now comes in two flavors, POSIX and GNU.  The POSIX version is
  the default.  You get the GNU version after
  
    #define _GNU_SOURCE
    #include <string.h> 

- The maximum number of PTYs has been raised from 64 to 128.


Bug Fixes
---------
  
- Fix potential hang in pseudo ttys when generating ECHO output while the slave
  is flooding the pty with output.
  Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00019.html
  
- Fix potential premature SIGHUP in pty code.
  Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00070.html
  
- Fix a name change from symlink to target name in calls to execvp, system, etc.
  Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00270.html
      
- Fix internal error in pty -ONLCR handling.  Fix timing bug in pty OPOST 
  handling.
  Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00929.html

  NOTE: This change introduces a not yet addressed regression.
  Native Windows tools generating output with Unix LF instead of
  Windows CRLF line endings will not get OPOST handling.  This
  prominently affects icacls.

- Avoid creating passwd and group records from fully qualified Windows
  account names (domain\name, name@domain).
  Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00528.html

- Avoid potential crash at startup or in getgroups(2).
  Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00010.html

- Fix UTF-16 surrogate handling in wctomb and friends.
  Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00452.html


To install 32-bit Cygwin use https://cygwin.com/setup-x86.exe
To install 64 bit Cygwin use https://cygwin.com/setup-x86_64.exe

If you're already running a 32 bit version of Cygwin on 64 bit Windows
machines, you can continue to do so.  If you're planning a new install
of Cygwin on a 64 bit Windows machine, consider to use the new 64 bit
Cygwin version, unless you need certain packages not yet available in
the 64 bit release.


Have fun,
Corinna

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

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

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-15 16:04 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5 Corinna Vinschen
@ 2015-04-16 14:25 ` Jim Reisert AD1C
  2015-04-16 16:21   ` Corinna Vinschen
  2015-04-16 16:53   ` Bryan Berns
  0 siblings, 2 replies; 22+ messages in thread
From: Jim Reisert AD1C @ 2015-04-16 14:25 UTC (permalink / raw)
  To: cygwin

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

I am unable to start Cywin/X X-server 1.17.1 with this version.
Previous releases of 2.0.0.x were OK.  I had to revert to 1.7.35-1 for
the time being.

Other than updating to 2.0.0.5, I also installed the April 2015 "Patch
Tuesday" updates from Microsoft.  I don't know if the two are related.
  Windows 7 Home Premium, 64-bit

Exception: STATUS_ACCESS_VIOLATION at eip=77C50F8A
eax=00000000 ebx=612D67B0 ecx=00001000 edx=612D2648 esi=00000000 edi=0028C790
ebp=0028C608 esp=0028C604 program=C:\Cygwin\bin\XWin.exe, pid 1660, thread main
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame     Function  Args
0028C608  77C50F8A (00000000, 612D2648, 00000000, 612D67B0)
0028C738  610CDA1F (000043FF, 00000000, 00000000, 80012428)
0028C7B8  61047198 (00000000, 72483F24, 75604227, 00000254)
0028C7F8  610F629D (00000001, 00000000, 00000000, 75623912)

-- 
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us

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


Cygwin Configuration Diagnostics
Current System Time: Thu Apr 16 08:14:43 2015

Windows 7 Home Premium Ver 6.1 Build 7601 Service Pack 1

Running under WOW64 on AMD64

Path:	C:\ProgramData\Oracle\Java\javapath
	D:\ActiveState Perl Dev Kit 9.4\bin\
	C:\Program Files (x86)\Intel\iCLS Client\
	C:\Program Files\Intel\iCLS Client\
	D:\Perl\site\bin
	D:\Perl\bin
	C:\Windows\system32
	C:\Windows
	C:\Windows\System32\Wbem
	C:\Windows\System32\WindowsPowerShell\v1.0\
	C:\Program Files (x86)\Common Files\Acronis\SnapAPI\
	C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\
	C:\Program Files\Microsoft SQL Server\100\Tools\Binn\
	C:\Program Files\Microsoft SQL Server\100\DTS\Binn\
	C:\Program Files\Intel\Intel(R) Management Engine Components\DAL
	C:\Program Files\Intel\Intel(R) Management Engine Components\IPT
	C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL
	C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
	C:\Program Files (x86)\QuickTime\QTSystem\
	C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\
	C:\Program Files\Microsoft SQL Server\110\Tools\Binn\
	C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\
	C:\Program Files\Microsoft SQL Server\120\Tools\Binn\
	D:\WATCOM\BINNT
	D:\WATCOM\BINW
	C:\Cygwin\bin

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

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

HOME = 'D:\Home'
Path = 'C:\ProgramData\Oracle\Java\javapath;D:\ActiveState Perl Dev Kit 9.4\bin\;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;D:\Perl\site\bin;D:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;D:\WATCOM\BINNT;D:\WATCOM\BINW;C:\Cygwin\bin'

.ANT = 'e:\mn\mn.exe'
.YAG = 'e:\yo\yo.exe'
ALLUSERSPROFILE = 'C:\ProgramData'
ANTLIB = 'antennas'
APPDATA = 'C:\Users\Jim Reisert\AppData\Roaming'
asl.log = 'Destination=file'
CDPATH = 'C:\;D:\;E:\;F:\;P:\;F:\My Documents'
CHECK1 = '64'
CHECK2 = '2'
CHECK3 = '0'
CMDLINE = 'cygcheck -s -v -r'
CommonProgramFiles = 'C:\Program Files (x86)\Common Files'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
CommonProgramW6432 = 'C:\Program Files\Common Files'
COMPUTERNAME = 'JJR'
ComSpec = 'C:\TCMD17x64\TCC.EXE'
CYGROOT = 'C:\Cygwin'
DXSPIDER_ROOT = 'E:/spider'
EDPATH = 'D:\WATCOM\EDDAT'
FP_NO_HOST_CHECK = 'NO'
HOMEDRIVE = 'C:'
HOMEPATH = '\Users\Jim Reisert'
HOST = 'JJR'
INCLUDE = 'D:\WATCOM\H;D:\WATCOM\H\NT;D:\WATCOM\H\NT\DIRECTX;D:\WATCOM\H\NT\DDK'
LOCALAPPDATA = 'C:\Users\Jim Reisert\AppData\Local'
LOGONSERVER = '\\JJR'
NUMBER_OF_PROCESSORS = '8'
OS = 'Windows_NT'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
PINS = '24'
PLTLIB = 'plots'
PROCESSOR_ARCHITECTURE = 'x86'
PROCESSOR_ARCHITEW6432 = 'AMD64'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 60 Stepping 3, GenuineIntel'
PROCESSOR_LEVEL = '6'
PROCESSOR_REVISION = '3c03'
ProgramData = 'C:\ProgramData'
ProgramFiles = 'C:\Program Files (x86)'
ProgramFiles(x86) = 'C:\Program Files (x86)'
ProgramW6432 = 'C:\Program Files'
PROMPT = '$p$g'
PSModulePath = 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
PUBLIC = 'C:\Users\Public'
SESSIONNAME = 'Console'
SystemDrive = 'C:'
SystemRoot = 'C:\Windows'
TEMP = 'C:\Users\JIMREI~1\AppData\Local\Temp'
TITLEPROMPT = '%_cwd'
TMP = 'C:\Users\JIMREI~1\AppData\Local\Temp'
USERDOMAIN = 'JJR'
USERNAME = 'Jim Reisert'
USERPROFILE = 'C:\Users\Jim Reisert'
VS100COMNTOOLS = 'D:\Microsoft Visual Studio 10.0\Common7\Tools\'
VS110COMNTOOLS = 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\'
VS120COMNTOOLS = 'D:\Microsoft Visual Studio 12.0\Common7\Tools\'
WATCOM = 'D:\WATCOM'
WHTMLHELP = 'D:\WATCOM\BINNT\HELP'
windir = 'C:\Windows'
windows_tracing_flags = '3'
windows_tracing_logfile = 'C:\BVTBin\Tests\installpackage\csilogfile.log'
WIPFC = 'D:\WATCOM\WIPFC'
XPCDrive = 'D:\'
YAGLIB = 'yagis'

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

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: c5e39b7a9d22bafb Path: C:\cygwin
  User:   Key: c5e39b7a9d22bafb Path: C:\Cygwin
  User:   Key: 25c9a8b50d00a514 Path: C:\cygwin.old (ORPHANED)

c:  hd  NTFS    228833Mb  35% CP CS UN PA FC     JJR
d:  hd  NTFS     65535Mb  34% CP CS UN PA FC     Programs
e:  hd  NTFS    131071Mb  46% CP CS UN PA FC     Ham Radio
f:  hd  NTFS    131071Mb  41% CP CS UN PA FC     Data
g:  fd  FAT32   152286Mb  96% CP    UN           JIM REISERT
i:  hd  NTFS    262143Mb  61% CP CS UN PA FC     iTunes
j:  fd  FAT32    30517Mb   7% CP    UN           
p:  hd  NTFS   1120966Mb  36% CP CS UN PA FC     Photo
r:  cd  CDFS         0Mb -2147483548%    CS              Audio CD
t:  hd  NTFS   2861554Mb  50% CP CS UN PA FC     Mirror Image Drive

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

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

   53k 2013/11/01 C:\Cygwin\bin\cyganthy-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyganthy-0.dll" v0.0 ts=2013-11-01 01:04
  248k 2013/11/01 C:\Cygwin\bin\cyganthydic-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyganthydic-0.dll" v0.0 ts=2013-11-01 01:04
   43k 2013/11/01 C:\Cygwin\bin\cyganthyinput-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyganthyinput-0.dll" v0.0 ts=2013-11-01 01:04
   38k 2013/07/23 C:\Cygwin\bin\cygargp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygargp-0.dll" v0.0 ts=2013-07-23 08:35
  629k 2015/01/23 C:\Cygwin\bin\cygaspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygaspell-15.dll" v0.0 ts=2015-01-23 10:37
  125k 2015/01/02 C:\Cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-1.0-0.dll" v0.0 ts=2015-01-01 20:01
  167k 2015/01/02 C:\Cygwin\bin\cygatk-bridge-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatk-bridge-2.0-0.dll" v0.0 ts=2015-01-01 21:23
   87k 2015/02/24 C:\Cygwin\bin\cygatomic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygatomic-1.dll" v0.0 ts=2015-02-22 13:56
  153k 2015/01/02 C:\Cygwin\bin\cygatspi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygatspi-0.dll" v0.0 ts=2015-01-01 21:19
   14k 2012/05/04 C:\Cygwin\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2012-05-04 05:35
  188k 2015/02/11 C:\Cygwin\bin\cygautotrace-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygautotrace-3.dll" v0.0 ts=2015-02-11 07:47
  203k 2015/03/23 C:\Cygwin\bin\cygblkid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygblkid-1.dll" v0.0 ts=2015-03-23 02:55
   62k 2011/05/21 C:\Cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011-05-21 13:16
 1182k 2015/01/02 C:\Cygwin\bin\cygcairo-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-2.dll" v0.0 ts=2015-01-01 22:38
   25k 2015/01/02 C:\Cygwin\bin\cygcairo-gobject-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-gobject-2.dll" v0.0 ts=2015-01-01 22:38
  119k 2015/01/02 C:\Cygwin\bin\cygcairo-script-interpreter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcairo-script-interpreter-2.dll" v0.0 ts=2015-01-01 22:38
   10k 2015/02/20 C:\Cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2015-02-20 09:52
  125k 2013/05/09 C:\Cygwin\bin\cygcloog-isl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcloog-isl-4.dll" v0.0 ts=2013-05-09 01:37
   13k 2015/03/19 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-18 19:45
  190k 2012/12/17 C:\Cygwin\bin\cygcroco-0.6-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygcroco-0.6-3.dll" v0.0 ts=2012-12-16 20:02
    7k 2012/05/07 C:\Cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2012-05-07 05:18
 1981k 2015/03/19 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-19 10:27
  460k 2015/02/26 C:\Cygwin\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2015-02-26 12:58
   27k 2014/11/12 C:\Cygwin\bin\cygdatrie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdatrie-1.dll" v0.0 ts=2014-11-11 22:14
 1284k 2011/11/10 C:\Cygwin\bin\cygdb-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.8.dll" v0.0 ts=2011-11-10 11:45
  273k 2015/02/17 C:\Cygwin\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygdbus-1-3.dll" v0.0 ts=2015-02-17 12:43
  105k 2011/11/10 C:\Cygwin\bin\cygdb_cxx-4.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.8.dll" v0.0 ts=2011-11-10 11:46
  159k 2013/10/20 C:\Cygwin\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2013-10-20 15:09
   72k 2015/01/13 C:\Cygwin\bin\cygEGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygEGL-1.dll" v0.0 ts=2015-01-13 09:05
  201k 2013/09/03 C:\Cygwin\bin\cygEMF-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygEMF-1.dll" v0.0 ts=2013-09-03 04:06
  153k 2013/07/31 C:\Cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2013-07-31 15:33
   32k 2014/10/14 C:\Cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfam-0.dll" v0.0 ts=2014-10-14 14:21
   27k 2015/01/02 C:\Cygwin\bin\cygffi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygffi-6.dll" v0.0 ts=2015-01-01 18:11
  854k 2014/04/13 C:\Cygwin\bin\cygfftw3-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3-3.dll" v0.0 ts=1969-12-31 17:00
  823k 2014/04/13 C:\Cygwin\bin\cygfftw3f-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f-3.dll" v0.0 ts=1969-12-31 17:00
   25k 2014/04/13 C:\Cygwin\bin\cygfftw3f_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3f_threads-3.dll" v0.0 ts=1969-12-31 17:00
   25k 2014/04/13 C:\Cygwin\bin\cygfftw3_threads-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygfftw3_threads-3.dll" v0.0 ts=1969-12-31 17:00
  225k 2015/01/02 C:\Cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2015-01-01 20:39
   23k 2013/06/06 C:\Cygwin\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2013-06-06 15:17
   53k 2015/04/13 C:\Cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2015-04-13 00:52
   60k 2015/04/13 C:\Cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2015-04-13 01:02
  593k 2015/01/15 C:\Cygwin\bin\cygfpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfpx-1.dll" v0.0 ts=2015-01-15 05:10
  597k 2015/01/26 C:\Cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2015-01-26 10:20
   86k 2009/04/05 C:\Cygwin\bin\cygfribidi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygfribidi-0.dll" v0.0 ts=2009-04-05 16:37
  107k 2015/02/24 C:\Cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2015-02-22 13:39
  228k 2015/01/23 C:\Cygwin\bin\cyggd-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-2.dll" v0.0 ts=2015-01-23 05:12
  370k 2015/02/09 C:\Cygwin\bin\cyggd-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggd-3.dll" v0.0 ts=2015-02-09 02:51
   19k 2009/02/26 C:\Cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009-02-26 00:58
    8k 2009/02/26 C:\Cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009-02-26 00:58
  593k 2015/03/24 C:\Cygwin\bin\cyggdk-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-3-0.dll" v0.0 ts=2015-03-24 00:41
  649k 2015/03/12 C:\Cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2015-03-12 02:01
  134k 2015/01/02 C:\Cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2015-01-01 20:10
   29k 2009/03/23 C:\Cygwin\bin\cyggif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggif-4.dll" v0.0 ts=2009-03-23 12:55
 1407k 2015/03/12 C:\Cygwin\bin\cyggio-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggio-2.0-0.dll" v0.0 ts=2015-03-11 23:28
  666k 2015/01/13 C:\Cygwin\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2015-01-13 09:05
  245k 2015/01/13 C:\Cygwin\bin\cygglapi-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglapi-0.dll" v0.0 ts=2015-01-13 08:58
 1036k 2015/03/12 C:\Cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2015-03-11 23:24
   15k 2015/03/12 C:\Cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2015-03-11 23:24
  505k 2015/01/26 C:\Cygwin\bin\cyggmp-10.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-10.dll" v0.0 ts=2015-01-26 09:08
  317k 2011/07/31 C:\Cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011-07-30 23:14
  958k 2015/02/13 C:\Cygwin\bin\cyggnutls-28.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-28.dll" v0.0 ts=2015-02-13 06:14
   26k 2015/02/13 C:\Cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-openssl-27.dll" v0.0 ts=2015-02-13 06:14
   23k 2015/02/13 C:\Cygwin\bin\cyggnutls-xssl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutls-xssl-0.dll" v0.0 ts=2015-02-13 06:14
   42k 2015/02/13 C:\Cygwin\bin\cyggnutlsxx-28.dll - os=4.0 img=1.0 sys=4.0
                  "cyggnutlsxx-28.dll" v0.0 ts=2015-02-13 06:14
  316k 2015/03/12 C:\Cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2015-03-11 23:25
   78k 2015/02/24 C:\Cygwin\bin\cyggomp-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggomp-1.dll" v0.0 ts=2015-02-22 13:40
  121k 2013/08/05 C:\Cygwin\bin\cyggraphite2-3.dll - os=4.0 img=3.0 sys=4.0
                  "cyggraphite2-3.dll" v0.0 ts=2013-08-05 00:41
10735k 2015/02/11 C:\Cygwin\bin\cyggs-9.dll - os=4.0 img=1.0 sys=4.0
                  "cyggs-9.dll" v0.0 ts=2015-02-11 07:56
  272k 2015/02/22 C:\Cygwin\bin\cyggssapi_krb5-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi_krb5-2.dll" v0.0 ts=2015-02-22 07:03
    9k 2015/03/12 C:\Cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2015-03-11 23:24
 6872k 2015/03/24 C:\Cygwin\bin\cyggtk-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-3-0.dll" v0.0 ts=2015-03-24 01:03
 4391k 2015/03/12 C:\Cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2015-03-12 02:41
   18k 2015/03/24 C:\Cygwin\bin\cyggtkreftestprivate-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggtkreftestprivate-0.dll" v0.0 ts=2015-03-24 01:19
  812k 2015/02/20 C:\Cygwin\bin\cygguile-17.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-17.dll" v0.0 ts=2015-02-20 09:34
  351k 2015/03/17 C:\Cygwin\bin\cygharfbuzz-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygharfbuzz-0.dll" v0.0 ts=2015-03-12 23:25
   31k 2015/01/27 C:\Cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2015-01-27 16:43
  173k 2015/02/11 C:\Cygwin\bin\cyghogweed-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyghogweed-2.dll" v0.0 ts=2015-02-11 10:01
   80k 2014/08/10 C:\Cygwin\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=1969-12-31 17:00
 1010k 2015/02/20 C:\Cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2015-02-20 09:52
    0k 2014/12/02 C:\Cygwin\bin\cygicudata.dll (symlink to cygicudata48.dll)
17852k 2011/07/26 C:\Cygwin\bin\cygicudata48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicudata48.dll" v0.0 ts=2011-07-26 05:36
    0k 2014/12/02 C:\Cygwin\bin\cygicui18n.dll (symlink to cygicui18n48.dll)
 1809k 2011/07/26 C:\Cygwin\bin\cygicui18n48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicui18n48.dll" v0.0 ts=2011-07-26 04:53
    0k 2014/12/02 C:\Cygwin\bin\cygicuio.dll (symlink to cygicuio48.dll)
   35k 2011/07/26 C:\Cygwin\bin\cygicuio48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuio48.dll" v0.0 ts=2011-07-26 04:56
    0k 2014/12/02 C:\Cygwin\bin\cygicule.dll (symlink to cygicule48.dll)
  233k 2011/07/26 C:\Cygwin\bin\cygicule48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicule48.dll" v0.0 ts=2011-07-26 04:53
    0k 2014/12/02 C:\Cygwin\bin\cygiculx.dll (symlink to cygiculx48.dll)
   42k 2011/07/26 C:\Cygwin\bin\cygiculx48.dll - os=4.0 img=1.0 sys=4.0
                  "cygiculx48.dll" v0.0 ts=2011-07-26 04:54
    0k 2014/12/02 C:\Cygwin\bin\cygicutest.dll (symlink to cygicutest48.dll)
   51k 2011/07/26 C:\Cygwin\bin\cygicutest48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicutest48.dll" v0.0 ts=2011-07-26 04:54
    0k 2014/12/02 C:\Cygwin\bin\cygicuuc.dll (symlink to cygicuuc48.dll)
 1238k 2011/07/26 C:\Cygwin\bin\cygicuuc48.dll - os=4.0 img=1.0 sys=4.0
                  "cygicuuc48.dll" v0.0 ts=2011-07-26 04:50
  198k 2014/12/06 C:\Cygwin\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2014-12-06 05:56
   41k 2015/02/20 C:\Cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2015-02-20 11:11
  989k 2013/05/09 C:\Cygwin\bin\cygisl-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygisl-10.dll" v0.0 ts=2013-05-09 01:14
  277k 2015/01/23 C:\Cygwin\bin\cygjasper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjasper-1.dll" v0.0 ts=2015-01-23 05:03
   47k 2014/06/17 C:\Cygwin\bin\cygjbig-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig-2.dll" v0.0 ts=1969-12-31 17:00
   20k 2014/06/17 C:\Cygwin\bin\cygjbig85-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig85-2.dll" v0.0 ts=1969-12-31 17:00
  279k 2014/12/30 C:\Cygwin\bin\cygjpeg-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-8.dll" v0.0 ts=2014-12-29 18:19
  140k 2015/01/02 C:\Cygwin\bin\cygjson-glib-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygjson-glib-1.0-0.dll" v0.0 ts=2015-01-01 20:57
  191k 2015/02/22 C:\Cygwin\bin\cygk5crypto-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygk5crypto-3.dll" v0.0 ts=2015-02-22 07:02
  743k 2015/02/22 C:\Cygwin\bin\cygkrb5-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-3.dll" v0.0 ts=2015-02-22 07:03
   39k 2015/02/22 C:\Cygwin\bin\cygkrb5support-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5support-0.dll" v0.0 ts=2015-02-22 07:02
   49k 2015/02/19 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 06:10
  307k 2014/11/11 C:\Cygwin\bin\cyglcms2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglcms2-2.dll" v0.0 ts=2014-11-11 08:45
  270k 2015/02/19 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 06:10
  286k 2015/02/19 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 06:12
18179k 2015/02/08 C:\Cygwin\bin\cygLLVM-3.4.dll - os=4.0 img=1.0 sys=4.0
                  "cygLLVM-3.4.dll" v0.0 ts=2015-02-08 12:38
    5k 2015/04/15 C:\Cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2015-04-15 09:36
    6k 2015/04/15 C:\Cygwin\bin\cyglsa64.dll (not x86 dll)
   38k 2015/02/17 C:\Cygwin\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-7.dll" v0.0 ts=2015-02-17 11:29
  142k 2015/01/16 C:\Cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2015-01-15 17:02
  127k 2014/11/17 C:\Cygwin\bin\cyglzo2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzo2-2.dll" v0.0 ts=2014-11-17 02:18
  164k 2015/02/13 C:\Cygwin\bin\cygm17n-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygm17n-0.dll" v0.0 ts=2015-02-12 19:50
  116k 2015/02/13 C:\Cygwin\bin\cygm17n-core-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygm17n-core-0.dll" v0.0 ts=2015-02-12 19:50
   42k 2015/02/13 C:\Cygwin\bin\cygm17n-flt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygm17n-flt-0.dll" v0.0 ts=2015-02-12 19:50
  149k 2015/02/13 C:\Cygwin\bin\cygm17n-gui-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygm17n-gui-0.dll" v0.0 ts=2015-02-12 19:50
  122k 2015/02/18 C:\Cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2015-02-18 03:56
 2267k 2012/04/28 C:\Cygwin\bin\cygMagick++-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-5.dll" v0.0 ts=2012-04-28 14:38
  371k 2015/02/11 C:\Cygwin\bin\cygMagick++-6.Q16-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagick++-6.Q16-5.dll" v0.0 ts=2015-02-11 04:34
11984k 2012/04/28 C:\Cygwin\bin\cygMagickCore-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickCore-5.dll" v0.0 ts=2012-04-28 14:35
 4537k 2015/02/11 C:\Cygwin\bin\cygMagickCore-6.Q16-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickCore-6.Q16-2.dll" v0.0 ts=2015-02-11 04:30
 2452k 2012/04/28 C:\Cygwin\bin\cygMagickWand-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickWand-5.dll" v0.0 ts=2012-04-28 14:36
 1168k 2015/02/11 C:\Cygwin\bin\cygMagickWand-6.Q16-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMagickWand-6.Q16-2.dll" v0.0 ts=2015-02-11 04:31
  162k 2014/08/12 C:\Cygwin\bin\cygman-2-6-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygman-2-6-7.dll" v0.0 ts=1969-12-31 17:00
  133k 2014/01/21 C:\Cygwin\bin\cygmcpp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygmcpp-0.dll" v0.0 ts=2014-01-21 12:06
   30k 2015/04/13 C:\Cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2015-04-13 00:51
   30k 2015/04/13 C:\Cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2015-04-13 01:02
  358k 2015/02/12 C:\Cygwin\bin\cygming-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygming-1.dll" v0.0 ts=2015-02-11 04:32
  213k 2011/07/31 C:\Cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011-07-30 23:12
   98k 2015/03/01 C:\Cygwin\bin\cygmpc-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpc-3.dll" v0.0 ts=2015-03-01 13:24
  361k 2015/01/26 C:\Cygwin\bin\cygmpfr-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-4.dll" v0.0 ts=2015-01-26 09:33
  491k 2015/02/23 C:\Cygwin\bin\cygnativeGLthunk.dll - os=4.0 img=1.0 sys=4.0
                  "cygnativeGLthunk.dll" v0.0 ts=2015-02-23 07:10
   57k 2015/04/13 C:\Cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2015-04-13 00:57
   57k 2015/04/13 C:\Cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2015-04-13 01:07
  253k 2015/04/13 C:\Cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2015-04-13 00:49
  327k 2015/04/13 C:\Cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2015-04-13 01:01
  195k 2015/02/11 C:\Cygwin\bin\cygnettle-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygnettle-4.dll" v0.0 ts=2015-02-11 10:01
  129k 2015/01/02 C:\Cygwin\bin\cygopenjpeg-1.dll - os=4.0 img=1.5 sys=4.0
                  "cygopenjpeg-1.dll" v0.0 ts=2015-01-01 23:58
   29k 2015/01/13 C:\Cygwin\bin\cygOpenVG-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygOpenVG-1.dll" v0.0 ts=2015-01-13 08:58
   72k 2012/12/28 C:\Cygwin\bin\cygotf-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygotf-0.dll" v0.0 ts=2012-12-27 17:51
  221k 2014/10/19 C:\Cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygp11-kit-0.dll" v0.0 ts=2014-10-19 08:00
   15k 2015/04/13 C:\Cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2015-04-13 00:50
   15k 2015/04/13 C:\Cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2015-04-13 01:02
  270k 2015/01/02 C:\Cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpango-1.0-0.dll" v0.0 ts=2015-01-01 21:01
   44k 2015/01/02 C:\Cygwin\bin\cygpangocairo-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangocairo-1.0-0.dll" v0.0 ts=2015-01-01 21:01
   74k 2015/01/02 C:\Cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoft2-1.0-0.dll" v0.0 ts=2015-01-01 21:01
   29k 2015/01/02 C:\Cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpangoxft-1.0-0.dll" v0.0 ts=2015-01-01 21:01
   11k 2013/07/23 C:\Cygwin\bin\cygpaper-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpaper-1.dll" v0.0 ts=2013-07-23 14:23
  276k 2014/12/09 C:\Cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-1.dll" v0.0 ts=2014-12-08 17:15
 1705k 2015/02/17 C:\Cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2015-02-17 13:43
   41k 2015/04/09 C:\Cygwin\bin\cygpipeline-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpipeline-1.dll" v0.0 ts=2015-04-09 13:58
  650k 2014/11/16 C:\Cygwin\bin\cygpixman-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpixman-1-0.dll" v0.0 ts=2014-11-16 16:18
  984k 2015/02/11 C:\Cygwin\bin\cygplotter-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygplotter-2.dll" v0.0 ts=2015-02-11 14:27
  127k 2012/08/22 C:\Cygwin\bin\cygpng14-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng14-14.dll" v0.0 ts=2012-08-21 22:29
  162k 2015/04/13 C:\Cygwin\bin\cygpng15-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng15-15.dll" v0.0 ts=2015-04-13 12:37
  196k 2015/04/13 C:\Cygwin\bin\cygpng16-16.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng16-16.dll" v0.0 ts=2015-04-13 12:47
 2001k 2015/04/13 C:\Cygwin\bin\cygpoppler-46.dll - os=4.0 img=1.0 sys=4.0
                  "cygpoppler-46.dll" v0.0 ts=2015-04-13 11:03
   41k 2013/10/21 C:\Cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2013-10-21 14:52
  122k 2015/03/24 C:\Cygwin\bin\cygproxy-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygproxy-1.dll" v0.0 ts=2015-03-23 23:39
    8k 2015/01/23 C:\Cygwin\bin\cygpspell-15.dll - os=4.0 img=1.0 sys=4.0
                  "cygpspell-15.dll" v0.0 ts=2015-01-23 10:37
  358k 2015/02/12 C:\Cygwin\bin\cygpstoedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpstoedit-0.dll" v0.0 ts=2015-02-12 09:44
  486k 2015/02/24 C:\Cygwin\bin\cygquadmath-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygquadmath-0.dll" v0.0 ts=2015-02-22 13:56
  208k 2015/01/27 C:\Cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2015-01-27 16:43
   78k 2015/03/26 C:\Cygwin\bin\cygrest-0.7-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygrest-0.7-0.dll" v0.0 ts=2015-03-26 13:35
   30k 2015/03/26 C:\Cygwin\bin\cygrest-extras-0.7-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygrest-extras-0.7-0.dll" v0.0 ts=2015-03-26 13:35
  213k 2015/03/12 C:\Cygwin\bin\cygrsvg-2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygrsvg-2-2.dll" v0.0 ts=2015-03-12 12:06
  102k 2014/11/24 C:\Cygwin\bin\cygsasl2-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-3.dll" v0.0 ts=2014-11-24 11:35
    8k 2011/05/05 C:\Cygwin\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011-05-05 01:33
   28k 2014/01/14 C:\Cygwin\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2014-01-14 16:54
   98k 2015/03/23 C:\Cygwin\bin\cygsmartcols-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsmartcols-1.dll" v0.0 ts=2015-03-23 02:55
  573k 2015/01/02 C:\Cygwin\bin\cygsoup-2.4-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsoup-2.4-1.dll" v0.0 ts=2015-01-01 20:50
   11k 2015/01/02 C:\Cygwin\bin\cygsoup-gnome-2.4-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygsoup-gnome-2.4-1.dll" v0.0 ts=2015-01-01 20:50
  793k 2015/04/10 C:\Cygwin\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2015-04-10 04:58
  155k 2015/03/17 C:\Cygwin\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2015-03-16 22:56
  443k 2015/03/19 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-19 10:27
   13k 2015/02/24 C:\Cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2015-02-22 13:55
  943k 2015/02/24 C:\Cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2015-02-22 13:46
   66k 2014/11/11 C:\Cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtasn1-6.dll" v0.0 ts=2014-11-11 07:11
   34k 2014/11/12 C:\Cygwin\bin\cygthai-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygthai-0.dll" v0.0 ts=2014-11-11 22:16
   54k 2015/04/13 C:\Cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2015-04-13 00:49
   54k 2015/04/13 C:\Cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2015-04-13 01:01
  378k 2014/05/15 C:\Cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=1969-12-31 17:00
  435k 2014/05/30 C:\Cygwin\bin\cygtiff-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-6.dll" v0.0 ts=1969-12-31 17:00
   13k 2014/05/15 C:\Cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-5.dll" v0.0 ts=1969-12-31 17:00
   13k 2014/05/30 C:\Cygwin\bin\cygtiffxx-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiffxx-6.dll" v0.0 ts=1969-12-31 17:00
   63k 2014/09/30 C:\Cygwin\bin\cygtinyxml2-2.dll - os=4.0 img=2.2 sys=4.0
                  "cygtinyxml2-2.dll" v0.0 ts=2014-09-30 15:57
   16k 2015/03/23 C:\Cygwin\bin\cyguuid-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyguuid-1.dll" v0.0 ts=2015-03-23 02:55
 1655k 2014/03/20 C:\Cygwin\bin\cygvpx-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygvpx-1.dll" v0.0 ts=2014-03-20 17:13
  357k 2015/03/26 C:\Cygwin\bin\cygwebp-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygwebp-5.dll" v0.0 ts=2015-03-26 09:05
   30k 2013/11/15 C:\Cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2013-11-15 13:13
 1173k 2015/03/26 C:\Cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2015-03-26 08:27
    8k 2015/03/26 C:\Cygwin\bin\cygX11-xcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-xcb-1.dll" v0.0 ts=2015-03-26 08:27
   10k 2013/06/06 C:\Cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXau-6.dll" v0.0 ts=2013-06-05 23:29
  378k 2014/01/15 C:\Cygwin\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2014-01-14 20:07
  102k 2014/07/17 C:\Cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-1.dll" v0.0 ts=1969-12-31 17:00
   72k 2014/07/17 C:\Cygwin\bin\cygxcb-glx-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-glx-0.dll" v0.0 ts=1969-12-31 17:00
   19k 2014/08/10 C:\Cygwin\bin\cygxcb-icccm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-icccm-4.dll" v0.0 ts=1969-12-31 17:00
   14k 2012/09/28 C:\Cygwin\bin\cygxcb-image-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-image-0.dll" v0.0 ts=2012-09-28 10:59
   31k 2014/07/17 C:\Cygwin\bin\cygxcb-render-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-render-0.dll" v0.0 ts=1969-12-31 17:00
   12k 2014/07/17 C:\Cygwin\bin\cygxcb-shm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-shm-0.dll" v0.0 ts=1969-12-31 17:00
   14k 2012/09/28 C:\Cygwin\bin\cygxcb-util-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxcb-util-1.dll" v0.0 ts=2012-09-28 10:51
   10k 2010/11/01 C:\Cygwin\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2010-10-31 18:59
   35k 2013/06/06 C:\Cygwin\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2013-06-06 14:33
    9k 2013/04/08 C:\Cygwin\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2013-04-08 15:37
   22k 2015/03/26 C:\Cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdmcp-6.dll" v0.0 ts=2015-03-26 08:38
   62k 2014/08/10 C:\Cygwin\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=1969-12-31 17:00
   19k 2013/06/06 C:\Cygwin\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2013-06-06 13:37
  216k 2015/03/17 C:\Cygwin\bin\cygXfont-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfont-1.dll" v0.0 ts=2015-03-17 09:50
   77k 2014/08/10 C:\Cygwin\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=1969-12-31 17:00
   58k 2014/08/10 C:\Cygwin\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=1969-12-31 17:00
    9k 2013/06/06 C:\Cygwin\bin\cygXinerama-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXinerama-1.dll" v0.0 ts=2013-06-06 14:38
  119k 2012/05/23 C:\Cygwin\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2012-05-22 22:41
 1242k 2014/10/19 C:\Cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2014-10-19 02:00
   88k 2014/01/15 C:\Cygwin\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2014-01-14 19:52
   12k 2014/01/15 C:\Cygwin\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2014-01-14 19:52
   60k 2014/01/15 C:\Cygwin\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2014-01-14 19:25
   47k 2013/07/01 C:\Cygwin\bin\cygXpm-noX-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX-4.dll" v0.0 ts=2013-07-01 05:25
   35k 2014/01/15 C:\Cygwin\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2014-01-14 17:57
   35k 2013/06/14 C:\Cygwin\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2013-06-14 03:01
  320k 2014/08/10 C:\Cygwin\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=1969-12-31 17:00
   19k 2013/06/06 C:\Cygwin\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2013-06-06 13:43
   83k 2014/11/19 C:\Cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2014-11-19 15:57
   74k 2015/03/26 C:\Cygwin\bin\cygzip-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygzip-2.dll" v0.0 ts=2015-03-26 13:05
 3280k 2015/04/15 C:\Cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2015-04-15 09:37
    Cygwin DLL version info:
        DLL version: 2.0.0
        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


No Cygwin services found.


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

Package                   Version            Status
_autorebase               001002-1           OK
_update-info-dir          01377-1            OK
adwaita-icon-theme        3.14.1-1           OK
adwaita-themes            3.14.2.3-2         OK
alternatives              1.3.30c-10         OK
aspell                    0.60.6.1-3         OK
aspell-en                 7.1.0-2            OK
at-spi2-core              2.14.1-1           OK
base-cygwin               3.8-1              OK
base-files                4.2-3              OK
bash                      4.3.33-1           OK
bc                        1.06.95-2          OK
binutils                  2.25-1             OK
bzip2                     1.0.6-2            OK
ca-certificates           2.3-1              OK
coreutils                 8.23-4             OK
cppcheck                  1.68-1             OK
crypt                     1.2-1              OK
csih                      0.9.8-6            OK
cvs                       1.12.13-10         OK
cygrunsrv                 1.62-1             OK
cygutils                  1.4.14-1           OK
cygwin                    2.0.0-0.5          OK
cygwin-debuginfo          1.7.35-1           OK
cygwin-devel              1.7.35-1           OK
dash                      0.5.8-3            OK
dbus                      1.8.16-1           OK
dbus-x11                  1.8.16-1           OK
dconf-service             0.22.0-1           OK
desktop-file-utils        0.21-1             OK
diffutils                 3.3-2              OK
dos2unix                  7.2.1-1            OK
dri-drivers               10.3.7-1           OK
editrights                1.03-1             OK
emacs                     24.5-1             OK
emacs-w32                 24.5-1             OK
emacs-X11                 24.5-1             OK
email                     3.2.3-git-2        OK
fbpanel                   6.1-6              OK
file                      5.22-1             OK
findutils                 4.5.12-1           OK
font-adobe-dpi75          1.0.2-1            OK
font-alias                1.0.3-1            OK
font-bitstream-vera-ttf   1.10-1             OK
font-encodings            1.0.4-1            OK
font-misc-misc            1.1.1-1            OK
fontconfig                2.11.1-2           OK
fortune                   1.99.1-2           OK
gamin                     0.1.10-15          OK
gawk                      4.1.1-1            OK
gcc-core                  4.9.2-3            OK
gcc-g++                   4.9.2-3            OK
gdb                       7.8-2              OK
gdk-pixbuf2.0-svg         2.40.8-1           OK
getent                    2.18.90-4          OK
glib2.0-networking        2.42.1-1           OK
gnome-icon-theme          3.10.0-1           OK
grep                      2.21-2             OK
groff                     1.22.3-1           OK
gsettings-desktop-schemas 3.14.1-1           OK
gtk-update-icon-cache     3.14.10-1          OK
gtk2.0-engines-pixmap     2.24.27-1          OK
gzip                      1.6-1              OK
hicolor-icon-theme        0.12-1             OK
hostname                  3.13-1             OK
inetutils                 1.9.1-2            OK
inetutils-server          1.9.1-2            OK
info                      5.2-3              OK
ipc-utils                 1.0-1              OK
kbproto                   1.0.6-1            OK
less                      458-2              OK
libanthy-common           9100h-2            OK
libanthy0                 9100h-2            OK
libargp                   20110921-2         OK
libaspell15               0.60.6.1-3         OK
libatk-bridge2.0_0        2.14.1-1           OK
libatk1.0_0               2.14.0-1           OK
libatomic1                4.9.2-3            OK
libatspi0                 2.14.1-1           OK
libattr1                  2.4.46-1           OK
libautotrace3             0.31.1-16          OK
libblkid1                 2.25.2-2           OK
libbz2_1                  1.0.6-2            OK
libcairo2                 1.12.18-2          OK
libcharset1               1.14-3             OK
libcloog-isl4             0.18.0-2           OK
libcom_err2               1.42.12-2          OK
libcroco0.6_3             0.6.8-1            OK
libcurl4                  7.41.0-1           OK
libdatrie1                0.2.8-1            OK
libdb4.8                  4.8.30-1           OK
libdbus1_3                1.8.16-1           OK
libedit0                  20130712-1         OK
libEGL1                   10.3.7-1           OK
libEMF1                   1.0.7-2            OK
libexpat1                 2.1.0-3            OK
libfam0                   0.1.10-15          OK
libffi6                   3.2.1-1            OK
libfftw3_3                3.3.4-1            OK
libfontconfig1            2.11.1-2           OK
libfontenc1               1.1.2-1            OK
libfpx1                   1.3.1.4-1          OK
libfreetype6              2.5.5-1            OK
libfribidi0               0.19.2-1           OK
libgcc1                   4.9.2-3            OK
libgd2                    2.0.36RC1-15       OK
libgd3                    2.1.1-1            OK
libgdbm4                  1.8.3-20           OK
libgdk_pixbuf2.0_0        2.31.1-1           OK
libgif4                   4.1.6-10           OK
libGL1                    10.3.7-1           OK
libglapi0                 10.3.7-1           OK
libglib2.0_0              2.42.2-1           OK
libgmp10                  6.0.0a-2           OK
libgmp3                   4.3.2-1            OK
libgnutls28               3.2.21-1           OK
libgomp1                  4.9.2-3            OK
libgraphite2_3            1.2.3-1            OK
libgs9                    9.15-2             OK
libgssapi_krb5_2          1.13.1-1           OK
libgtk2.0_0               2.24.27-1          OK
libgtk3_0                 3.14.10-1          OK
libguile17                1.8.8-1            OK
libharfbuzz0              0.9.36-2           OK
libhogweed2               2.7-2              OK
libICE6                   1.0.9-1            OK
libiconv                  1.14-3             OK
libiconv-devel            1.14-3             OK
libiconv2                 1.14-3             OK
libicu48                  4.8.1-1            OK
libidn11                  1.29-1             OK
libintl-devel             0.19.4-1           OK
libintl8                  0.19.4-1           OK
libisl10                  0.11.1-2           OK
libjasper1                1.900.1-15         OK
libjbig2                  2.0-14             OK
libjpeg8                  1.3.1-3            OK
libjson-glib1.0_0         1.0.2-1            OK
libk5crypto3              1.13.1-1           OK
libkrb5_3                 1.13.1-1           OK
libkrb5support0           1.13.1-1           OK
liblcms2_2                2.6-1              OK
libllvm3.4                3.4.2-5            OK
libltdl7                  2.4.6-1            OK
liblzma5                  5.0.8-1            OK
liblzo2_2                 2.08-1             OK
libm17n0                  1.7.0-1            OK
Missing directory: /usr/lib/ImageMagick-6.7.6/modules-Q16/ from package libMagickCore5
Missing directory: /usr/lib/ImageMagick-6.7.6/modules-Q16/coders/ from package libMagickCore5
Missing directory: /usr/lib/ImageMagick-6.7.6/modules-Q16/filters/ from package libMagickCore5
libMagickCore5            6.7.6.3-3          Incomplete
libMagickCore6            6.9.0.0-3          OK
libmcpp0                  2.7.2-2            OK
libming1                  0.4.5-2            OK
libmpc3                   1.0.3-1            OK
libmpfr4                  3.1.2-2            OK
libncurses10              5.9-20150404-1     OK
libncursesw10             5.9-20150404-1     OK
libnettle4                2.7-2              OK
libopenjpeg1              1.5.2-2            OK
libopenldap2_4_2          2.4.40-2           OK
libopenssl100             1.0.2a-1           OK
libOpenVG1                10.3.7-1           OK
libotf0                   0.9.13-1           OK
libp11-kit0               0.20.7-1           OK
libpango1.0_0             1.36.8-1           OK
libpaper-common           1.1.24-2           OK
libpaper1                 1.1.24-2           OK
libpcre1                  8.36-1             OK
libpipeline1              1.4.0-1            OK
libpixman1_0              0.32.6-1           OK
libplotter2               2.6-4              OK
Empty package libpng-doc
libpng-doc                1.6.17-1           OK
libpng14                  1.4.12-3           OK
libpng15                  1.5.22-1           OK
libpng16                  1.6.17-1           OK
libpoppler46              0.26.5-3           OK
Empty package libpopt0
libpopt0                  1.16-1             OK
libproxy1                 0.4.11-3           OK
libpstoedit0              3.70-1             OK
libquadmath0              4.9.2-3            OK
libreadline7              6.3.8-1            OK
librest0.7_0              0.7.93-1           OK
librsvg2_2                2.40.8-1           OK
Missing directory: /etc/sasl2/ from package libsasl2_3
libsasl2_3                2.1.26-9           Incomplete
libsigsegv2               2.10-1             OK
libSM6                    1.2.2-1            OK
libsmartcols1             2.25.2-2           OK
libsoup-gnome2.4_1        2.48.1-1           OK
libsoup2.4_1              2.48.1-1           OK
libsqlite3_0              3.8.9-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.2-1              OK
libthai0                  0.1.21-1           OK
libtiff5                  3.9.7-4            OK
libtiff6                  4.0.3-2            OK
libtinyxml2_2             2.2.0-1            OK
libuuid-devel             2.25.2-2           OK
libuuid1                  2.25.2-2           OK
libvpx1                   1.3.0-1            OK
libwebp5                  0.4.3-1            OK
libwrap0                  7.6-22             OK
libX11-devel              1.6.3-1            OK
libX11-xcb1               1.6.3-1            OK
libX11_6                  1.6.3-1            OK
libXau-devel              1.0.8-1            OK
libXau6                   1.0.8-1            OK
libXaw7                   1.0.12-1           OK
libxcb-devel              1.10-1             OK
libxcb-glx0               1.10-1             OK
libxcb-icccm4             0.4.1-1            OK
libxcb-image0             0.3.9-1            OK
libxcb-render0            1.10-1             OK
libxcb-shm0               1.10-1             OK
libxcb-util1              0.3.9-1            OK
Missing directory: /usr/share/doc/libxcb/html/ from package libxcb1
libxcb1                   1.10-1             Incomplete
libXcomposite1            0.4.3-1            OK
libXcursor1               1.1.14-1           OK
libXdamage1               1.1.4-1            OK
libXdmcp-devel            1.1.2-1            OK
libXdmcp6                 1.1.2-1            OK
libXext6                  1.3.3-1            OK
libXfixes3                5.0.1-1            OK
libXfont1                 1.5.1-1            OK
libXft2                   2.3.2-1            OK
libXi6                    1.7.4-1            OK
libXinerama1              1.1.3-1            OK
libxkbfile1               1.0.8-1            OK
libxml2                   2.9.2-1            OK
libXmu6                   1.1.2-1            OK
libXmuu1                  1.1.2-1            OK
libXpm-noX_4              3.5.10-1           OK
libXpm4                   3.5.11-1           OK
libXrandr2                1.4.2-1            OK
libXrender1               0.9.8-1            OK
libXt6                    1.1.4-2            OK
libXtst6                  1.2.2-1            OK
libzip2                   0.11.2-2           OK
login                     1.11-1             OK
luit                      20130217-1         OK
lynx                      2.8.7-1            OK
m17n-db                   1.7.0-1            OK
make                      4.1-1              OK
man-db                    2.6.7-2            OK
mcpp                      2.7.2-2            OK
mintty                    1.1.3-1            OK
mkfontdir                 1.0.7-1            OK
mkfontscale               1.1.1-1            OK
ncftp                     3.2.5-2            OK
openssh                   6.8p1-1            OK
openssl                   1.0.2a-1           OK
p11-kit                   0.20.7-1           OK
p11-kit-trust             0.20.7-1           OK
perl                      5.14.4-3           OK
perl-Socket               2.018-1            OK
perl-Tk                   804.031-1          OK
perl_autorebase           5.14.4-3           OK
perl_base                 5.14.4-3           OK
poppler                   0.26.5-3           OK
poppler-data              0.4.6-1            OK
popt                      1.16-1             OK
procps                    3.2.8-4            OK
python                    2.7.8-1            OK
rcs                       5.9.3-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
setxkbmap                 1.3.0-1            OK
shared-mime-info          1.3-3              OK
sysvinit                  2.86-11            OK
tar                       1.27.1-1           OK
terminfo                  5.9-20150404-1     OK
terminfo-extra            5.9-20150404-1     OK
tzcode                    2014j-1            OK
unzip                     6.0-14             OK
util-linux                2.25.2-2           OK
vim-minimal               7.4.692-1          OK
w32api-headers            3.3.0-2            OK
w32api-runtime            3.3.0-1            OK
wget                      1.16.3-1           OK
which                     2.20-2             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
xemacs-emacs-common       21.4.23-2          OK
xf86-video-dummy          0.3.7-3            OK
xf86-video-nested         0.1.0-6            OK
xinit                     1.3.4-5            OK
xkbcomp                   1.2.4-1            OK
xkeyboard-config          2.14-1             OK
xmodmap                   1.0.8-1            OK
xorg-server               1.17.1-2           OK
xorg-server-common        1.17.1-2           OK
xorg-server-debuginfo     1.17.1-2           OK
xproto                    7.0.26-1           OK
xrdb                      1.1.0-1            OK
xterm                     318-1              OK
xz                        5.0.8-1            OK
zip                       3.0-12             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] 22+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 14:25 ` Jim Reisert AD1C
@ 2015-04-16 16:21   ` Corinna Vinschen
  2015-04-16 16:29     ` Jim Reisert AD1C
                       ` (2 more replies)
  2015-04-16 16:53   ` Bryan Berns
  1 sibling, 3 replies; 22+ messages in thread
From: Corinna Vinschen @ 2015-04-16 16:21 UTC (permalink / raw)
  To: cygwin

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

On Apr 16 08:17, Jim Reisert AD1C wrote:
> I am unable to start Cywin/X X-server 1.17.1 with this version.
> Previous releases of 2.0.0.x were OK.  I had to revert to 1.7.35-1 for
> the time being.
> 
> Other than updating to 2.0.0.5, I also installed the April 2015 "Patch
> Tuesday" updates from Microsoft.  I don't know if the two are related.
>   Windows 7 Home Premium, 64-bit
> 
> Exception: STATUS_ACCESS_VIOLATION at eip=77C50F8A
> eax=00000000 ebx=612D67B0 ecx=00001000 edx=612D2648 esi=00000000 edi=0028C790
> ebp=0028C608 esp=0028C604 program=C:\Cygwin\bin\XWin.exe, pid 1660, thread main
> cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
> Stack trace:
> Frame     Function  Args
> 0028C608  77C50F8A (00000000, 612D2648, 00000000, 612D67B0)
> 0028C738  610CDA1F (000043FF, 00000000, 00000000, 80012428)
> 0028C7B8  61047198 (00000000, 72483F24, 75604227, 00000254)
> 0028C7F8  610F629D (00000001, 00000000, 00000000, 75623912)

Ohhh...kay.  This looks like a check for equality of two SIDs, the owner
SID and the group SID of a file, crashing while being called from fchown.
This test didn't exist up to 2.0.0-0.4 because it was addded to handle
the owner == group case.  But then again, this would mean that with
older versions the group SID of a file is not set.  Or changed, fwiw.

This might happen if either one of these SIDs is invalid or NULL, which
in turn may occur if the owner or group SID can't be found in the
account DB.

The question is then, is your /etc/passwd or /etc/group file broken,
and/or are you using the "files" only method in /etc/nsswitch.conf?

I could add an extra check which refuses to change permissions if
the account's SID can't be found, but since this occurs very deep
in the call stack, the error message might be pretty vapid.

Alternatively I just let this slip through and you might wonder
why the group hasn't changed in this case.

Btw., it would be nice to know why XWin tries to chown a file.
Jon?


Corinna

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

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

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 16:21   ` Corinna Vinschen
@ 2015-04-16 16:29     ` Jim Reisert AD1C
  2015-04-16 16:38       ` Corinna Vinschen
  2015-04-16 16:43     ` Corinna Vinschen
  2015-04-17 11:29     ` Jon TURNEY
  2 siblings, 1 reply; 22+ messages in thread
From: Jim Reisert AD1C @ 2015-04-16 16:29 UTC (permalink / raw)
  To: cygwin

> This might happen if either one of these SIDs is invalid or NULL, which
> in turn may occur if the owner or group SID can't be found in the
> account DB.
>
> The question is then, is your /etc/passwd or /etc/groups file broken,
> and/or are you using the "files" only method in /etc/nsswitch.conf?

I don't know how to tell if those files are broken.
/etc/nsswitch.conf has only comments.

Interestingly, this problem did not occur at work, Windows 7
Enterprise, 64-bit.  Perhaps one of passwd/group is broken at home,
but not at work?

Is there a way to re-create either /etc/passwd and/or /etc/groups as
if I were installing Cygwin from scratch (but not actually doing
that)?  The install was done before the ACL changes, so I don't know
if either file was (or needs to be) "transformed".

- Jim

-- 
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 16:29     ` Jim Reisert AD1C
@ 2015-04-16 16:38       ` Corinna Vinschen
  2015-04-16 21:05         ` Jim Reisert AD1C
  2015-04-16 21:20         ` Jim Reisert AD1C
  0 siblings, 2 replies; 22+ messages in thread
From: Corinna Vinschen @ 2015-04-16 16:38 UTC (permalink / raw)
  To: cygwin

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

On Apr 16 10:28, Jim Reisert AD1C wrote:
> > This might happen if either one of these SIDs is invalid or NULL, which
> > in turn may occur if the owner or group SID can't be found in the
> > account DB.
> >
> > The question is then, is your /etc/passwd or /etc/groups file broken,
> > and/or are you using the "files" only method in /etc/nsswitch.conf?
> 
> I don't know how to tell if those files are broken.
> /etc/nsswitch.conf has only comments.
> 
> Interestingly, this problem did not occur at work, Windows 7
> Enterprise, 64-bit.  Perhaps one of passwd/group is broken at home,
> but not at work?

Possibly.  It might be interesting to check the files.  Don't delete
them, they may come in handy for forensics.  If you don't mind and they
don;t contain anything too private, you might even just copy them here.

> Is there a way to re-create either /etc/passwd and/or /etc/groups as
> if I were installing Cygwin from scratch (but not actually doing
> that)?

I would suggest not to use passwd and group files anymore, unless you're
in a situation with no connection to the account DB (e.g.  AD member
machine without connection to the DC).

Otherwise, if you're feeling more comfortable with passwd and group
files, you can easily recreate them with mkpasswd/mkgroup.


Corinna

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

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

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 16:21   ` Corinna Vinschen
  2015-04-16 16:29     ` Jim Reisert AD1C
@ 2015-04-16 16:43     ` Corinna Vinschen
  2015-04-16 19:49       ` Denis Excoffier
  2015-04-17 11:29     ` Jon TURNEY
  2 siblings, 1 reply; 22+ messages in thread
From: Corinna Vinschen @ 2015-04-16 16:43 UTC (permalink / raw)
  To: cygwin

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

On Apr 16 18:21, Corinna Vinschen wrote:
> On Apr 16 08:17, Jim Reisert AD1C wrote:
> > I am unable to start Cywin/X X-server 1.17.1 with this version.
> > Previous releases of 2.0.0.x were OK.  I had to revert to 1.7.35-1 for
> > the time being.
> > 
> > Other than updating to 2.0.0.5, I also installed the April 2015 "Patch
> > Tuesday" updates from Microsoft.  I don't know if the two are related.
> >   Windows 7 Home Premium, 64-bit
> > 
> > Exception: STATUS_ACCESS_VIOLATION at eip=77C50F8A
> > eax=00000000 ebx=612D67B0 ecx=00001000 edx=612D2648 esi=00000000 edi=0028C790
> > ebp=0028C608 esp=0028C604 program=C:\Cygwin\bin\XWin.exe, pid 1660, thread main
> > cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
> > Stack trace:
> > Frame     Function  Args
> > 0028C608  77C50F8A (00000000, 612D2648, 00000000, 612D67B0)
> > 0028C738  610CDA1F (000043FF, 00000000, 00000000, 80012428)

On second thought, if I can trust the args output, that would be an
fchmod(0,0).  If there's no uid or gid 0, which there isn't unless you
explicitely created them in the passwd/group files, the uid and gid have
no SID connected to.  This may be the culprit here.

> I could add an extra check which refuses to change permissions if
> the account's SID can't be found, but since this occurs very deep
> in the call stack, the error message might be pretty vapid.
> 
> Alternatively I just let this slip through and you might wonder
> why the group hasn't changed in this case.

I added a change to this effect, but it occuurs to me that this may
be really just a missing test if the uid and gid values are backed by
a real Windows account.  It seems better to return EPERM here.


Corinna

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

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

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 14:25 ` Jim Reisert AD1C
  2015-04-16 16:21   ` Corinna Vinschen
@ 2015-04-16 16:53   ` Bryan Berns
  2015-04-17  8:16     ` Corinna Vinschen
  1 sibling, 1 reply; 22+ messages in thread
From: Bryan Berns @ 2015-04-16 16:53 UTC (permalink / raw)
  To: cygwin

On Thu, Apr 16, 2015 at 10:17 AM, Jim Reisert AD1C
<jjreisert@alum.mit.edu> wrote:
> I am unable to start Cywin/X X-server 1.17.1 with this version.
> Previous releases of 2.0.0.x were OK.  I had to revert to 1.7.35-1 for
> the time being.
>
> Other than updating to 2.0.0.5, I also installed the April 2015 "Patch
> Tuesday" updates from Microsoft.  I don't know if the two are related.
>   Windows 7 Home Premium, 64-bit
>
> Exception: STATUS_ACCESS_VIOLATION at eip=77C50F8A
> eax=00000000 ebx=612D67B0 ecx=00001000 edx=612D2648 esi=00000000 edi=0028C790
> ebp=0028C608 esp=0028C604 program=C:\Cygwin\bin\XWin.exe, pid 1660, thread main
> cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
> Stack trace:
> Frame     Function  Args
> 0028C608  77C50F8A (00000000, 612D2648, 00000000, 612D67B0)
> 0028C738  610CDA1F (000043FF, 00000000, 00000000, 80012428)
> 0028C7B8  61047198 (00000000, 72483F24, 75604227, 00000254)
> 0028C7F8  610F629D (00000001, 00000000, 00000000, 75623912)
>
> --
> Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us

I've actually had problem building Cygwin (1.7.35 or 2.x source) on
Cygwin 2.x using Windows.  The make errors out with a "permissions
denied" when setting permissions (chmod +x) on config.status in
<builddir>/etc.  I was able to produce it on three different, freshly
built copies of Windows (no BLODA at all).  Only had Cygwin plus the
build essentials (gcc, ming, xmlto, diffutils, textinfo, cocom)
installed.  Only tried with 32-bit.

The super wacky thing is that if I rearrange the unrelated contents of
the make file that fuels the whole process, the problem goes away.  If
I "downgrade" the core back to 1.7.35, the problem goes away.  It
almost seems like there might an uninitialized memory issue in the
code path executed in chmod().  I apologize for the lack of debugging
on my part, but I just wanted to throw this out there in case a) it
could be related to this issue or b) anyone else has seen this.

That said, I'm making progress in debugging my "Unknown Group" issue
described in another chain; hope to report out on that this weekend
when I have a little more time to play.

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 16:43     ` Corinna Vinschen
@ 2015-04-16 19:49       ` Denis Excoffier
  2015-04-17  7:40         ` Corinna Vinschen
  0 siblings, 1 reply; 22+ messages in thread
From: Denis Excoffier @ 2015-04-16 19:49 UTC (permalink / raw)
  To: cygwin

On 2015-04-16 à 18:43, Corinna Vinschen wrote:
> On Apr 16 18:21, Corinna Vinschen wrote:
>> On Apr 16 08:17, Jim Reisert AD1C wrote:
>>> I am unable to start Cywin/X X-server 1.17.1 with this version.
>>> Previous releases of 2.0.0.x were OK.  I had to revert to 1.7.35-1 for
>>> the time being.
>>> 
>>> Other than updating to 2.0.0.5, I also installed the April 2015 "Patch
>>> Tuesday" updates from Microsoft.  I don't know if the two are related.
>>>  Windows 7 Home Premium, 64-bit
>>> 
>>> Exception: STATUS_ACCESS_VIOLATION at eip=77C50F8A
>>> eax=00000000 ebx=612D67B0 ecx=00001000 edx=612D2648 esi=00000000 edi=0028C790
>>> ebp=0028C608 esp=0028C604 program=C:\Cygwin\bin\XWin.exe, pid 1660, thread main
>>> cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
>>> Stack trace:
>>> Frame     Function  Args
>>> 0028C608  77C50F8A (00000000, 612D2648, 00000000, 612D67B0)
>>> 0028C738  610CDA1F (000043FF, 00000000, 00000000, 80012428)
> 
> On second thought, if I can trust the args output, that would be an
> fchmod(0,0).  If there's no uid or gid 0, which there isn't unless you
> explicitely created them in the passwd/group files, the uid and gid have
> no SID connected to.  This may be the culprit here.
> 
>> I could add an extra check which refuses to change permissions if
>> the account's SID can't be found, but since this occurs very deep
>> in the call stack, the error message might be pretty vapid.
>> 
>> Alternatively I just let this slip through and you might wonder
>> why the group hasn't changed in this case.
> 
> I added a change to this effect, but it occuurs to me that this may
> be really just a missing test if the uid and gid values are backed by
> a real Windows account.  It seems better to return EPERM here.
> 
I applied the patch indicated (see in
https://cygwin.com/ml/cygwin-cvs/2015-q2/msg00033.html) and X11 now works
back again.

Thank you 1000 times.

Regards,

Denis Excoffier.
--
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] 22+ messages in thread

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 16:38       ` Corinna Vinschen
@ 2015-04-16 21:05         ` Jim Reisert AD1C
  2015-04-16 21:17           ` Ian Lambert
  2015-04-16 21:20         ` Jim Reisert AD1C
  1 sibling, 1 reply; 22+ messages in thread
From: Jim Reisert AD1C @ 2015-04-16 21:05 UTC (permalink / raw)
  To: cygwin

> It might be interesting to check the files.  Don't delete
> them, they may come in handy for forensics.  If you don't mind and they
> don;t contain anything too private, you might even just copy them here.

I can post the good and "bad" ones tomorrow.

-- 
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 21:05         ` Jim Reisert AD1C
@ 2015-04-16 21:17           ` Ian Lambert
  2015-04-17  7:38             ` Corinna Vinschen
  0 siblings, 1 reply; 22+ messages in thread
From: Ian Lambert @ 2015-04-16 21:17 UTC (permalink / raw)
  To: cygwin



 > It might be
 interesting to check the files.  Don't delete
 > them, they may come in handy for
 forensics.  If you don't mind and they
 > don;t contain anything too private, you
 might even just copy them here.
 
 I can post the good and "bad" ones
 tomorrow.
 

Similar problem today. Previous 2.0.0-0.x worked OK, and going back to 1.7.35-1 works OK.

No admin rights. No passwd or group files. nsswitch.conf all commented out. Some excerpts follow.


$ startxwin &
[1] 2084


$
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 1.17.1.0
OS: CYGWIN_NT-6.1 <s> 2.0.0(0.287/5/3) 2015-04-15 17:39 x86_64
OS: Windows 7 Service Pack 1 [Windows NT 6.1 build 7601] (Win64)
Package: version 1.17.1-2 built 2015-02-23

XWin was started with the following command line:

/usr/bin/XWin :2 -multiwindow -auth
 /home/<s>/.serverauth.2084

xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error

[1]+  Exit 1                  startxwin


In /var/log/setup.log.full:

Updating package information in /var/cache/rebase/rebase_pkg.
        from /etc/setup/cygwin.lst.gz...
/bin/rebaselst: 173: /bin/rebaselst: cannot create /var/cache/rebase/rebase_pkg: Permission denied
/bin/rebaselst: 178: /bin/rebaselst: cannot create /var/cache/rebase/rebase_pkg: Permission denied
Updating rebase information for installed dynamic objects in /var/cache/rebase/rebase_lst.
/bin/rebaselst: 211: /bin/rebaselst: cannot create /var/cache/rebase/rebase_lst: Permission denied
Updating rebase information for installed executables in /var/cache/rebase/rebase_exe.
/bin/rebaselst: 197: /bin/rebaselst: cannot create /var/cache/rebase/rebase_exe: Permission denied
removing /var/cache/rebase/rebase_dyn
creating empty /var/cache/rebase/rebase_dyn
Looking for dynamic language modules/libraries in:
  /usr/lib/R/site-library
  /usr/lib/perl5/site_perl
Updating rebase information for dynamic language modules/libraries /var/cache/rebase/rebase_dyn.
Updating rebase information for user-defined dynamic objects /var/cache/rebase/rebase_user.
Updating rebase information for user-defined executables /var/cache/rebase/rebase_user_exe.
Rebasing with list /var/cache/rebase/rebase_all, built from /var/cache/rebase/rebase_lst /var/cache/rebase/rebase_dyn 

/var/cache/rebase/rebase_user.
/usr/i686-pc-cygwin/sys-root/usr/bin/cygatomic-1.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cygformw-10.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cyggcc_s-1.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cyggfortran-3.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cyggomp-1.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cyghistory7.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cygmenuw-10.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cygncurses++w-10.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cygncursesw-10.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cygpanelw-10.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cygquadmath-0.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cygreadline7.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cygssp-0.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cygstdc++-6.dll: skipped because wrong machine type.
/usr/i686-pc-cygwin/sys-root/usr/bin/cygticw-10.dll: skipped because wrong machine type.

In /var/log/setup.log:

2015/04/16 16:26:14 Could not open Service control manager
2015/04/16 16:26:16 source: network install
2015/04/16 16:26:17 root: C:\cygwin64 user
2015/04/16 16:26:18 Selected local directory: C:\Users\<s>\Downloads\cygwin
2015/04/16 16:26:18 net: Proxy
2015/04/16 16:26:19 site: ftp://ftp.gtlib.gatech.edu/pub/cygwin/
2015/04/16 16:27:06 Running preremove script for  cygwin
2015/04/16 16:27:06 Uninstalling cygwin
2015/04/16 16:27:06 Extracting from file://C:\Users\<s>\Downloads\cygwin/ftp%3a%2f%2fftp.gtlib.gatech.edu%2fpub%2fcygwin

%2f/x86_64/release/cygwin/cygwin-2.0.0-0.5.tar.xz
2015/04/16 16:27:06 io_stream_cygfile: fopen(/usr/bin/cygwin1.dll) failed 13 Permission denied

In /var/log/xwin/XWin.3.log:


[  3570.628] winMultiWindowXMsgProcErrorHandler - ERROR: BadMatch (invalid parameter attributes)
[  4232.478] winWindowProc - WM_DISPLAYCHANGE - new width: 1680 new height: 1050 new bpp: 32
[  4232.509] winAllocateFBShadowGDI - Creating DIB with width: 2730 height: 1680 depth: 32
[  9578.586] winDeinitMultiWindowWM - Noting shutdown in progress
[  9578.586] winClipboardProc - winClipboardFlushWindowsMessageQueue trapped WM_QUIT message, exiting main loop.
[  9578.586] winClipboardProc - XDestroyWindow succeeded.
[  9578.586] winClipboardIOErrorHandler!
[  9578.601] winMultiWindowXMsgProcIOErrorHandler!
[  9578.617] winInitMultiWindowXMsgProc - Caught IO Error.  Exiting.
[  9578.617] winDeinitMultiWindowWM - Noting shutdown in progress
[  9578.617] (II) Server terminated successfully (0). Closing log file.


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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 16:38       ` Corinna Vinschen
  2015-04-16 21:05         ` Jim Reisert AD1C
@ 2015-04-16 21:20         ` Jim Reisert AD1C
  2015-04-17  7:37           ` Corinna Vinschen
  1 sibling, 1 reply; 22+ messages in thread
From: Jim Reisert AD1C @ 2015-04-16 21:20 UTC (permalink / raw)
  To: cygwin

> I would suggest not to use passwd and group files anymore, unless you're
> in a situation with no connection to the account DB (e.g.  AD member
> machine without connection to the DC).

If you mean remove the /etc/passwd and /etc/group files, that didn't
work for me.  Xwin crashed the same way.

"mkpasswd" isn't an option for me, everyone in the company will be
added to the password file (I tried it).  Non-starter!

- Jim

-- 
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 21:20         ` Jim Reisert AD1C
@ 2015-04-17  7:37           ` Corinna Vinschen
  0 siblings, 0 replies; 22+ messages in thread
From: Corinna Vinschen @ 2015-04-17  7:37 UTC (permalink / raw)
  To: cygwin

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

On Apr 16 15:20, Jim Reisert AD1C wrote:
> > I would suggest not to use passwd and group files anymore, unless you're
> > in a situation with no connection to the account DB (e.g.  AD member
> > machine without connection to the DC).
> 
> If you mean remove the /etc/passwd and /etc/group files, that didn't
> work for me.  Xwin crashed the same way.

That should be fixed in 2.0.0-0.6 which I'm just copying to the
release area.

> "mkpasswd" isn't an option for me, everyone in the company will be
> added to the password file (I tried it).  Non-starter!

As I said, just don't use them.  But if you need it for some
reason, try

  $ mkpasswd -l -c
  $ mkgroup -l -c

That restricts the outout to the local accoutns and your own user
and primary group.  That's what setup calls.


Corinna

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

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

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 21:17           ` Ian Lambert
@ 2015-04-17  7:38             ` Corinna Vinschen
  2015-04-17 13:17               ` Ian Lambert
  0 siblings, 1 reply; 22+ messages in thread
From: Corinna Vinschen @ 2015-04-17  7:38 UTC (permalink / raw)
  To: cygwin

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

On Apr 16 14:14, Ian Lambert wrote:
> 
> 
>  > It might be
>  interesting to check the files.  Don't delete
>  > them, they may come in handy for
>  forensics.  If you don't mind and they
>  > don;t contain anything too private, you
>  might even just copy them here.
>  
>  I can post the good and "bad" ones
>  tomorrow.
>  
> 
> Similar problem today. Previous 2.0.0-0.x worked OK, and going back to 1.7.35-1 works OK.
> 
> No admin rights. No passwd or group files. nsswitch.conf all commented out. Some excerpts follow.

Try the -0.6 I'm just uploading.  This should work again since
it checks the PSIDs for NULL before calling this crashing OS function.


Corinna

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

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

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 19:49       ` Denis Excoffier
@ 2015-04-17  7:40         ` Corinna Vinschen
  0 siblings, 0 replies; 22+ messages in thread
From: Corinna Vinschen @ 2015-04-17  7:40 UTC (permalink / raw)
  To: cygwin

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

On Apr 16 21:49, Denis Excoffier wrote:
> On 2015-04-16 à 18:43, Corinna Vinschen wrote:
> > On Apr 16 18:21, Corinna Vinschen wrote:
> >> On Apr 16 08:17, Jim Reisert AD1C wrote:
> >>> I am unable to start Cywin/X X-server 1.17.1 with this version.
> >>> Previous releases of 2.0.0.x were OK.  I had to revert to 1.7.35-1 for
> >>> the time being.
> >>> 
> >>> Other than updating to 2.0.0.5, I also installed the April 2015 "Patch
> >>> Tuesday" updates from Microsoft.  I don't know if the two are related.
> >>>  Windows 7 Home Premium, 64-bit
> >>> 
> >>> Exception: STATUS_ACCESS_VIOLATION at eip=77C50F8A
> >>> eax=00000000 ebx=612D67B0 ecx=00001000 edx=612D2648 esi=00000000 edi=0028C790
> >>> ebp=0028C608 esp=0028C604 program=C:\Cygwin\bin\XWin.exe, pid 1660, thread main
> >>> cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
> >>> Stack trace:
> >>> Frame     Function  Args
> >>> 0028C608  77C50F8A (00000000, 612D2648, 00000000, 612D67B0)
> >>> 0028C738  610CDA1F (000043FF, 00000000, 00000000, 80012428)
> > 
> > On second thought, if I can trust the args output, that would be an
> > fchmod(0,0).  If there's no uid or gid 0, which there isn't unless you
> > explicitely created them in the passwd/group files, the uid and gid have
> > no SID connected to.  This may be the culprit here.
> > 
> >> I could add an extra check which refuses to change permissions if
> >> the account's SID can't be found, but since this occurs very deep
> >> in the call stack, the error message might be pretty vapid.
> >> 
> >> Alternatively I just let this slip through and you might wonder
> >> why the group hasn't changed in this case.
> > 
> > I added a change to this effect, but it occuurs to me that this may
> > be really just a missing test if the uid and gid values are backed by
> > a real Windows account.  It seems better to return EPERM here.
> > 
> I applied the patch indicated (see in
> https://cygwin.com/ml/cygwin-cvs/2015-q2/msg00033.html) and X11 now works
> back again.
> 
> Thank you 1000 times.

Thanks for the early feedback.  Still, I changed it for -0.6 again,
because that's what had happened in the old code, too:  If the uid or
gid can't be resolved to a Windows SID, the function fails now with
ENOENT.  That's a non-POSIX extension because the problem just doesn't
exist on real POSIX systems.  Please give it a try.


Thanks,
Corinna

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

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

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 16:53   ` Bryan Berns
@ 2015-04-17  8:16     ` Corinna Vinschen
  2015-04-17 10:07       ` Corinna Vinschen
  0 siblings, 1 reply; 22+ messages in thread
From: Corinna Vinschen @ 2015-04-17  8:16 UTC (permalink / raw)
  To: cygwin

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

On Apr 16 12:53, Bryan Berns wrote:
> On Thu, Apr 16, 2015 at 10:17 AM, Jim Reisert AD1C
> <jjreisert@alum.mit.edu> wrote:
> > I am unable to start Cywin/X X-server 1.17.1 with this version.
> > Previous releases of 2.0.0.x were OK.  I had to revert to 1.7.35-1 for
> > the time being.
> >
> > Other than updating to 2.0.0.5, I also installed the April 2015 "Patch
> > Tuesday" updates from Microsoft.  I don't know if the two are related.
> >   Windows 7 Home Premium, 64-bit
> >
> > Exception: STATUS_ACCESS_VIOLATION at eip=77C50F8A
> > eax=00000000 ebx=612D67B0 ecx=00001000 edx=612D2648 esi=00000000 edi=0028C790
> > ebp=0028C608 esp=0028C604 program=C:\Cygwin\bin\XWin.exe, pid 1660, thread main
> > cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
> > Stack trace:
> > Frame     Function  Args
> > 0028C608  77C50F8A (00000000, 612D2648, 00000000, 612D67B0)
> > 0028C738  610CDA1F (000043FF, 00000000, 00000000, 80012428)
> > 0028C7B8  61047198 (00000000, 72483F24, 75604227, 00000254)
> > 0028C7F8  610F629D (00000001, 00000000, 00000000, 75623912)
> >
> > --
> > Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us
> 
> I've actually had problem building Cygwin (1.7.35 or 2.x source) on
> Cygwin 2.x using Windows.  The make errors out with a "permissions
> denied" when setting permissions (chmod +x) on config.status in
> <builddir>/etc.  I was able to produce it on three different, freshly
> built copies of Windows (no BLODA at all).  Only had Cygwin plus the
> build essentials (gcc, ming, xmlto, diffutils, textinfo, cocom)
> installed.  Only tried with 32-bit.
> 
> The super wacky thing is that if I rearrange the unrelated contents of
> the make file that fuels the whole process, the problem goes away.  If
> I "downgrade" the core back to 1.7.35, the problem goes away.  It
> almost seems like there might an uninitialized memory issue in the
> code path executed in chmod().  I apologize for the lack of debugging
> on my part, but I just wanted to throw this out there in case a) it
> could be related to this issue or b) anyone else has seen this.

This is more in line with what Ismail reported in
https://cygwin.com/ml/cygwin/2015-04/msg00365.html

And I finally managed to reproduce it.  It works on the command line and
only fails during `make' for me.  Investigating now...

> That said, I'm making progress in debugging my "Unknown Group" issue
> described in another chain; hope to report out on that this weekend
> when I have a little more time to play.

Cool, thanks.


Corinna

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

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

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-17  8:16     ` Corinna Vinschen
@ 2015-04-17 10:07       ` Corinna Vinschen
  2015-04-17 10:57         ` Bryan Berns
  0 siblings, 1 reply; 22+ messages in thread
From: Corinna Vinschen @ 2015-04-17 10:07 UTC (permalink / raw)
  To: cygwin

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

On Apr 17 10:16, Corinna Vinschen wrote:
> On Apr 16 12:53, Bryan Berns wrote:
> > On Thu, Apr 16, 2015 at 10:17 AM, Jim Reisert AD1C
> > <jjreisert@alum.mit.edu> wrote:
> > > I am unable to start Cywin/X X-server 1.17.1 with this version.
> > > Previous releases of 2.0.0.x were OK.  I had to revert to 1.7.35-1 for
> > > the time being.
> > >
> > > Other than updating to 2.0.0.5, I also installed the April 2015 "Patch
> > > Tuesday" updates from Microsoft.  I don't know if the two are related.
> > >   Windows 7 Home Premium, 64-bit
> > >
> > > Exception: STATUS_ACCESS_VIOLATION at eip=77C50F8A
> > > eax=00000000 ebx=612D67B0 ecx=00001000 edx=612D2648 esi=00000000 edi=0028C790
> > > ebp=0028C608 esp=0028C604 program=C:\Cygwin\bin\XWin.exe, pid 1660, thread main
> > > cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
> > > Stack trace:
> > > Frame     Function  Args
> > > 0028C608  77C50F8A (00000000, 612D2648, 00000000, 612D67B0)
> > > 0028C738  610CDA1F (000043FF, 00000000, 00000000, 80012428)
> > > 0028C7B8  61047198 (00000000, 72483F24, 75604227, 00000254)
> > > 0028C7F8  610F629D (00000001, 00000000, 00000000, 75623912)
> > >
> > > --
> > > Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us
> > 
> > I've actually had problem building Cygwin (1.7.35 or 2.x source) on
> > Cygwin 2.x using Windows.  The make errors out with a "permissions
> > denied" when setting permissions (chmod +x) on config.status in
> > <builddir>/etc.  I was able to produce it on three different, freshly
> > built copies of Windows (no BLODA at all).  Only had Cygwin plus the
> > build essentials (gcc, ming, xmlto, diffutils, textinfo, cocom)
> > installed.  Only tried with 32-bit.
> > 
> > The super wacky thing is that if I rearrange the unrelated contents of
> > the make file that fuels the whole process, the problem goes away.  If
> > I "downgrade" the core back to 1.7.35, the problem goes away.  It
> > almost seems like there might an uninitialized memory issue in the
> > code path executed in chmod().  I apologize for the lack of debugging
> > on my part, but I just wanted to throw this out there in case a) it
> > could be related to this issue or b) anyone else has seen this.
> 
> This is more in line with what Ismail reported in
> https://cygwin.com/ml/cygwin/2015-04/msg00365.html
> 
> And I finally managed to reproduce it.  It works on the command line and
> only fails during `make' for me.  Investigating now...

I think I found the culprit.  I'll uploade a -0.7 test release in
the next hour or so.


Thanks for testing,
Corinna

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

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

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-17 10:07       ` Corinna Vinschen
@ 2015-04-17 10:57         ` Bryan Berns
  2015-04-17 11:03           ` Corinna Vinschen
  0 siblings, 1 reply; 22+ messages in thread
From: Bryan Berns @ 2015-04-17 10:57 UTC (permalink / raw)
  To: cygwin

On Fri, Apr 17, 2015 at 6:07 AM, Corinna Vinschen
<corinna-cygwin@cygwin.com> wrote:
> On Apr 17 10:16, Corinna Vinschen wrote:
>> On Apr 16 12:53, Bryan Berns wrote:
>> > On Thu, Apr 16, 2015 at 10:17 AM, Jim Reisert AD1C
>> > <jjreisert@alum.mit.edu> wrote:
>> > > I am unable to start Cywin/X X-server 1.17.1 with this version.
>> > > Previous releases of 2.0.0.x were OK.  I had to revert to 1.7.35-1 for
>> > > the time being.
>> > >
>> > > Other than updating to 2.0.0.5, I also installed the April 2015 "Patch
>> > > Tuesday" updates from Microsoft.  I don't know if the two are related.
>> > >   Windows 7 Home Premium, 64-bit
>> > >
>> > > Exception: STATUS_ACCESS_VIOLATION at eip=77C50F8A
>> > > eax=00000000 ebx=612D67B0 ecx=00001000 edx=612D2648 esi=00000000 edi=0028C790
>> > > ebp=0028C608 esp=0028C604 program=C:\Cygwin\bin\XWin.exe, pid 1660, thread main
>> > > cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
>> > > Stack trace:
>> > > Frame     Function  Args
>> > > 0028C608  77C50F8A (00000000, 612D2648, 00000000, 612D67B0)
>> > > 0028C738  610CDA1F (000043FF, 00000000, 00000000, 80012428)
>> > > 0028C7B8  61047198 (00000000, 72483F24, 75604227, 00000254)
>> > > 0028C7F8  610F629D (00000001, 00000000, 00000000, 75623912)
>> > >
>> > > --
>> > > Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us
>> >
>> > I've actually had problem building Cygwin (1.7.35 or 2.x source) on
>> > Cygwin 2.x using Windows.  The make errors out with a "permissions
>> > denied" when setting permissions (chmod +x) on config.status in
>> > <builddir>/etc.  I was able to produce it on three different, freshly
>> > built copies of Windows (no BLODA at all).  Only had Cygwin plus the
>> > build essentials (gcc, ming, xmlto, diffutils, textinfo, cocom)
>> > installed.  Only tried with 32-bit.
>> >
>> > The super wacky thing is that if I rearrange the unrelated contents of
>> > the make file that fuels the whole process, the problem goes away.  If
>> > I "downgrade" the core back to 1.7.35, the problem goes away.  It
>> > almost seems like there might an uninitialized memory issue in the
>> > code path executed in chmod().  I apologize for the lack of debugging
>> > on my part, but I just wanted to throw this out there in case a) it
>> > could be related to this issue or b) anyone else has seen this.
>>
>> This is more in line with what Ismail reported in
>> https://cygwin.com/ml/cygwin/2015-04/msg00365.html
>>
>> And I finally managed to reproduce it.  It works on the command line and
>> only fails during `make' for me.  Investigating now...
>
> I think I found the culprit.  I'll uploade a -0.7 test release in
> the next hour or so.
>
>
> Thanks for testing,
> Corinna
>
> --
> Corinna Vinschen                  Please, send mails regarding Cygwin to
> Cygwin Maintainer                 cygwin AT cygwin DOT com
> Red Hat

On my way to work now and probably will be offline most of the day,
but just wanted to let you know that I did a quick rip of the DLL file
from cygwin-2.0.0-0.7.tar.xz on the sourceware.org mirror and make /
chmod seems happier now.  Nice!  :-)

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-17 10:57         ` Bryan Berns
@ 2015-04-17 11:03           ` Corinna Vinschen
  0 siblings, 0 replies; 22+ messages in thread
From: Corinna Vinschen @ 2015-04-17 11:03 UTC (permalink / raw)
  To: cygwin

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

On Apr 17 06:57, Bryan Berns wrote:
> On Fri, Apr 17, 2015 at 6:07 AM, Corinna Vinschen
> <corinna-cygwin@cygwin.com> wrote:
> > On Apr 17 10:16, Corinna Vinschen wrote:
> >> On Apr 16 12:53, Bryan Berns wrote:
> >> > I've actually had problem building Cygwin (1.7.35 or 2.x source) on
> >> > Cygwin 2.x using Windows.  The make errors out with a "permissions
> >> > denied" when setting permissions (chmod +x) on config.status in
> >> > <builddir>/etc.  I was able to produce it on three different, freshly
> >> > built copies of Windows (no BLODA at all).  Only had Cygwin plus the
> >> > build essentials (gcc, ming, xmlto, diffutils, textinfo, cocom)
> >> > installed.  Only tried with 32-bit.
> >> >
> >> > The super wacky thing is that if I rearrange the unrelated contents of
> >> > the make file that fuels the whole process, the problem goes away.  If
> >> > I "downgrade" the core back to 1.7.35, the problem goes away.  It
> >> > almost seems like there might an uninitialized memory issue in the
> >> > code path executed in chmod().  I apologize for the lack of debugging
> >> > on my part, but I just wanted to throw this out there in case a) it
> >> > could be related to this issue or b) anyone else has seen this.
> >>
> >> This is more in line with what Ismail reported in
> >> https://cygwin.com/ml/cygwin/2015-04/msg00365.html
> >>
> >> And I finally managed to reproduce it.  It works on the command line and
> >> only fails during `make' for me.  Investigating now...
> >
> > I think I found the culprit.  I'll uploade a -0.7 test release in
> > the next hour or so.
> >
> >
> > Thanks for testing,
> > Corinna
> >
> > --
> > Corinna Vinschen                  Please, send mails regarding Cygwin to
> > Cygwin Maintainer                 cygwin AT cygwin DOT com
> > Red Hat
> 
> On my way to work now and probably will be offline most of the day,
> but just wanted to let you know that I did a quick rip of the DLL file
> from cygwin-2.0.0-0.7.tar.xz on the sourceware.org mirror and make /
> chmod seems happier now.  Nice!  :-)

Cool, thanks for testing!


Corinna

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

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

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-16 16:21   ` Corinna Vinschen
  2015-04-16 16:29     ` Jim Reisert AD1C
  2015-04-16 16:43     ` Corinna Vinschen
@ 2015-04-17 11:29     ` Jon TURNEY
  2015-04-17 12:13       ` Corinna Vinschen
  2 siblings, 1 reply; 22+ messages in thread
From: Jon TURNEY @ 2015-04-17 11:29 UTC (permalink / raw)
  To: cygwin

On 16/04/2015 17:21, Corinna Vinschen wrote:
> Btw., it would be nice to know why XWin tries to chown a file.
> Jon?

This seems to be in trans_mkdir() in libxtrans [1], which tries to make 
sure that /tmp/.X11-unix (the directory in which the server's 
unix-domain sockets are created) is owned by uid 0, gid 0.

[1] http://cgit.freedesktop.org/xorg/lib/libxtrans/tree/Xtransutil.c#n591

> $ gdb XWin
> [...]
> Reading symbols from XWin...Reading symbols from /usr/lib/debug//usr/bin/XWin.exe.dbg...done.
> done.
> (gdb) b fchown
> Breakpoint 1 at 0x10057aa80
> (gdb) r
> Starting program: /usr/bin/XWin
> Breakpoint 1, 0x000000010057aa80 in fchown ()
> (gdb) bt
> #0  0x000000010057aa80 in fchown ()
> #1  0x0000000100573bac in trans_mkdir (mode=1023, path=0x1005b47c8 <__func__.16196+2499> "/tmp/.X11-unix") at /usr/include/X11/Xtrans/Xtransutil.c:591
> [...]


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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-17 11:29     ` Jon TURNEY
@ 2015-04-17 12:13       ` Corinna Vinschen
  0 siblings, 0 replies; 22+ messages in thread
From: Corinna Vinschen @ 2015-04-17 12:13 UTC (permalink / raw)
  To: cygwin

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

On Apr 17 12:29, Jon TURNEY wrote:
> On 16/04/2015 17:21, Corinna Vinschen wrote:
> >Btw., it would be nice to know why XWin tries to chown a file.
> >Jon?
> 
> This seems to be in trans_mkdir() in libxtrans [1], which tries to make sure
> that /tmp/.X11-unix (the directory in which the server's unix-domain sockets
> are created) is owned by uid 0, gid 0.

Yep, that is in line with the observation.  Thanks for confirming.
Such an fchown is bound to fail, of course, but it did so before and
XWin didn't gripe, so I assume it doesn't check the return value.


Corinna

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

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

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-17  7:38             ` Corinna Vinschen
@ 2015-04-17 13:17               ` Ian Lambert
  2015-04-17 16:23                 ` Corinna Vinschen
  0 siblings, 1 reply; 22+ messages in thread
From: Ian Lambert @ 2015-04-17 13:17 UTC (permalink / raw)
  To: cygwin


> Try the -0.6
 I'm just uploading.  This should work again since
 it checks the PSIDs for NULL before calling
 this crashing OS function.
 
 
Indeed, it works again. Thanks! And ssh works too. :)

It still gives this error message, but it was only noticed because it was the last line of output:

winMultiWindowXMsgProcErrorHandler - ERROR: BadMatch (invalid parameter attributes)

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

* Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5
  2015-04-17 13:17               ` Ian Lambert
@ 2015-04-17 16:23                 ` Corinna Vinschen
  0 siblings, 0 replies; 22+ messages in thread
From: Corinna Vinschen @ 2015-04-17 16:23 UTC (permalink / raw)
  To: cygwin

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

On Apr 17 06:17, Ian Lambert wrote:
> 
> > Try the -0.6
>  I'm just uploading.  This should work again since
>  it checks the PSIDs for NULL before calling
>  this crashing OS function.
>  
>  
> Indeed, it works again. Thanks! And ssh works too. :)
> 
> It still gives this error message, but it was only noticed because it was the last line of output:
> 
> winMultiWindowXMsgProcErrorHandler - ERROR: BadMatch (invalid parameter attributes)

This is some XWin issue.  I doubt that it has something to do with
the ACL handling.


Thanks,
Corinna

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

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

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

end of thread, other threads:[~2015-04-17 16:23 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-15 16:04 [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5 Corinna Vinschen
2015-04-16 14:25 ` Jim Reisert AD1C
2015-04-16 16:21   ` Corinna Vinschen
2015-04-16 16:29     ` Jim Reisert AD1C
2015-04-16 16:38       ` Corinna Vinschen
2015-04-16 21:05         ` Jim Reisert AD1C
2015-04-16 21:17           ` Ian Lambert
2015-04-17  7:38             ` Corinna Vinschen
2015-04-17 13:17               ` Ian Lambert
2015-04-17 16:23                 ` Corinna Vinschen
2015-04-16 21:20         ` Jim Reisert AD1C
2015-04-17  7:37           ` Corinna Vinschen
2015-04-16 16:43     ` Corinna Vinschen
2015-04-16 19:49       ` Denis Excoffier
2015-04-17  7:40         ` Corinna Vinschen
2015-04-17 11:29     ` Jon TURNEY
2015-04-17 12:13       ` Corinna Vinschen
2015-04-16 16:53   ` Bryan Berns
2015-04-17  8:16     ` Corinna Vinschen
2015-04-17 10:07       ` Corinna Vinschen
2015-04-17 10:57         ` Bryan Berns
2015-04-17 11:03           ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).