<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.os.cygwin">
    <title>gmane.os.cygwin</title>
    <link>http://blog.gmane.org/gmane.os.cygwin</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139569"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139566"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139564"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139546"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139542"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139541"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139539"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139537"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139535"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139530"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139525"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139523"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139522"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139521"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139517"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139516"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139513"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139511"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139509"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.cygwin/139508"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139569">
    <title>mbuffer or similar app?</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139569</link>
    <description>&lt;pre&gt;Hi!

Is there a port of mbuffer or a similar tool to cygwin?

David

&lt;/pre&gt;</description>
    <dc:creator>David Balažic</dc:creator>
    <dc:date>2013-05-19T18:39:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139566">
    <title>Public key authentication not working when I do "ssh localhost"</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139566</link>
    <description>&lt;pre&gt;I've been trying "ssh localhost" on cygwin (I use WIndows 7), but it
keeps asking for the password.

When I did "ssh -vvv localhost", I found out that the public key
authentications were not happening (or failing). Hence, it was asking
for the password.

debug1: Authentications that can continue:
publickey,password,keyboard-interactive
debug3: start over, passed a different list
publickey,password,keyboard-interactive
debug3: preferred publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/navenara/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue:
publickey,password,keyboard-interactive

I'm not sure if it is unable to read the authorized_keys file, or if
there is a timeout issue with this, or did the authentication fail? Is
there any way to get more details?

I have done the following steps:

ssh-host-config. Answered yes to all.
Generated the RSA key and added it to the authorized_keys file.
net start sshd
ssh localhost

These are the permissions:

-rw------- 1 navenara mkgroup  402 May 18 16:34 authorized_keys
-rw------- 1 navenara mkgroup 1675 May 18 16:33 id_rsa
-rw-r--r-- 1 navenara mkgroup  402 May 18 16:33 id_rsa.pub
-rw-r--r-- 1 navenara mkgroup  171 May 18 14:33 known_hosts

There are a couple of issues as well: - The group is displayed as
mkgroup. - The user "navenara" does not exist in the localhost, I
guess. It was not displayed in "net user sshd". "navenara" is a Domain
account. Could this be causing the public key authentication issue?

Just to see if there is any difference in the output, I deleted the
authorized_keys file and tried. There was no difference in the output.
It still sends a packet and proceeds to the next mode of
authentication. There is no error message.

As of now, I do not know what happens when the packet is sent in my
case. I would be able to proceed further if I know what exactly the
problem is. Is there any way to get more details than what "ssh -vvv
localhost" provides? I'm very new to Cygwin and SSH.

Any help would be great.

Thanks!

&lt;/pre&gt;</description>
    <dc:creator>Naveen Narayanan</dc:creator>
    <dc:date>2013-05-19T02:59:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139564">
    <title>cygpath codepage problem</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139564</link>
    <description>&lt;pre&gt;Hi!

today I've updated cygwin and new cygpath prints incorrect non latin paths

$ cygpath -V
cygpath (cygwin) 1.7.18
Path Conversion Utility
Copyright (C) 1998 - 2013 Red Hat, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ echo $LANG
ru_RU.UTF-8

$ cygpath 'D:\Downloads\музыка'
/cygdrive/d/Downloads/РјСѓР·С‹РєР°

("музыка" means "music" in russian)

I've noticed the "-C" command line parameter
I'm not sure is this a new parameter? did it exist before?
I tried different values but have not succeeded.
and I could not google some solution
could someone check it please
is this a bug?


&lt;/pre&gt;</description>
    <dc:creator>Dmitry Bolshakov</dc:creator>
    <dc:date>2013-05-18T19:56:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139546">
    <title>Team and Project Co-ordinator :  are you desirable for it ?</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139546</link>
    <description>&lt;pre&gt;Hello,

I'm a representative of our Human Resources department.

Please allow me to take few minutes of your time.

Because of fast growing market conditions, we would like to offer you a position of Team and Project transportation Supervisors in our new personalized transportation program.

We are devoted to provide the best-in-industry delivery services for our customers outside of the US. We deliver correspondence and packages in remote corners of the world via our partners FEDEX, UPS, USPS, directly to specified address.

Our organization is a full service transportation company known for providing personalized, end-to-end transportation, logistics, and warehousing services to our clients in Eu and US.

• Applicant must have:
- Permanent address
- PC with an internet access
- Cell-phone 
- Printer

• Work location:
home based, distant

We are currently seeking self-motivated, over 21 years old persons with permanent US address, clean police record and good credit history.

• Type of Position: 
Part-time, salaried monthly+commissions up to $2.200 and more.

! If you feel that you are a best fit for our organization feel free to contact us by clicking =reply=. I or another assistant will guide you through the application procedure.
 ••• If you prefer us to disregard you for this position, or you received this Email by mistake, please do not answer within the next 4 days and your candidature will be removed from our records permanently, and no further proposals will be made.


































































































































































































































































































































































































.
Conclusion on her solace steered tithe both with all friendly cross, was maroon on every verdict for their alumna and herd, and frozen illuminated that contusion could not few minutes choose their grotesque dinners at the inn, nor deface a planet of their preferring oneself to cod, or impoverished fowls to feature cutlets.

&lt;/pre&gt;</description>
    <dc:creator>Kiona Conrad</dc:creator>
    <dc:date>2013-05-17T14:06:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139542">
    <title>web archive is xenophobic (non ASCII characters problems)</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139542</link>
    <description>&lt;pre&gt;http://cygwin.com/ml/cygwin/2013-05/

This page displays non ASCII characters wrongly.
Namely the 'ž' in my last name.

Also when showing the message content:
http://cygwin.com/ml/cygwin/2013-05/msg00239.html


Regards,
David

&lt;/pre&gt;</description>
    <dc:creator>David Balažic</dc:creator>
    <dc:date>2013-05-17T13:14:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139541">
    <title>Setup.exe - pending view does not show all pending packages</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139541</link>
    <description>&lt;pre&gt;Hi!

If I start Setup.exe v2.774 on a PC where cygwin is already installed
and I select to install new package (not yet installed), then the
Pending view only shows this selected package and misses all the other
pending packages (they would be upgraded as a newer version is
available).


Without selecting new packages to install, the Pending vie shows a
list of existing packages that will be updated.

So this is inconsistent and confusing/misleading.

Regards,
David

&lt;/pre&gt;</description>
    <dc:creator>David Balažic</dc:creator>
    <dc:date>2013-05-17T13:10:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139539">
    <title>Error on update, cygutils.sh exit code 127</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139539</link>
    <description>&lt;pre&gt;Hi!

I started the latest setup.exe (version 2.774), clicked Next,Next,Next
(aka "update my cygwin installation", a less clicking way would be
welcome) and at the end it printed:

Package: cygutils
    cygutils.sh exit code 127

/var/log/setup.log.full has this at the end:

Installing file cygfile:///usr/share/doc/Cygwin/
Installing file cygfile:///usr/share/doc/Cygwin/openssh.README
2013/03/18 14:28:04 Changing gid back to original
Visited: 112 nodes out of 2759 while creating dependency order.
Dependency order of packages: base-cygwin sed gzip libpcre0 gettext
grep gawk tzcode libgmp3 libattr1 libncurses10 texinfo
_update-info-dir libreadline7 terminfo libstdc++6 libncursesw10
libiconv2 libintl8 bash coreutils cygwin libgcc1 dash rebase
_autorebase alternatives zlib0 apngopt findutils base-files binutils
libbz2_1 bzip2 ca-certificates liblzma5 diffutils less xz tar cpio
crypt editrights csih cvs cvsps cygrunsrv libpopt0 dos2unix cygutils
groff man cygwin-doc file w32api-headers w32api-runtime w32api
mingw-w32api mingw-runtime libintl3 gcc-mingw-core gcc-core ipc-utils
libcom_err2 libroken18 libasn1_8 libuuid1 libblkid1 libheimbase1
libopenssl100 libwind0 libhx509_5 libsqlite3_0 libkrb5_26 libheimntlm0
libgssapi3 libidn11 libdb4.5 libsasl2 libopenldap2_4_2 libssh2_1
libcurl4 libedit0 libexpat1 libgpg-error0 libgcrypt11 libgdbm4
liblzo2_2 libp11-kit0 libtasn1_3 libgnutls26 libkafs0 libopenldap2_3_0
libopenssl098 libsigsegv2 libssp0 libwrap0 libxml2 login make mintty
openssh perl_vendor perl perl-Error pv pv-debuginfo run util-linux
wdiff wget which
2013/03/18 14:28:04 running: C:\cygwin\bin\bash.exe --norc --noprofile
"/etc/postinstall/update-info-dir.sh"
2013/03/18 14:28:06 running: cmd.exe /c
"C:\cygwin\etc\postinstall\autorebase.bat"
/usr/lib/perl5/5.14/i686-cygwin-threads-64int/CORE/cygperl5_14_2.dll:
skipped because nonexistent.

The following DLLs couldn't be rebased because they were in use:
  /usr/bin/cygreadline7.dll
  /usr/bin/cygncursesw-10.dll
  /usr/bin/cygintl-8.dll
  /usr/bin/cygiconv-2.dll
  /usr/bin/cyggcc_s-1.dll
2013/03/18 14:28:11 Changing gid to Administrators
2013/03/18 14:28:30 note: Installation Complete
2013/03/18 14:28:30 Ending cygwin install



Hmm, only now I see the date is old. So I'm lost and open for suggestions.

Regards,
David

&lt;/pre&gt;</description>
    <dc:creator>David Balažic</dc:creator>
    <dc:date>2013-05-17T13:02:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139537">
    <title>Updating gnutls-devel package breaks configure tests fo JPEG, TIF, PNG etc.</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139537</link>
    <description>&lt;pre&gt;Usually I do weekly builds of Emacs trunk but this morning the build 
failed in configuring

[...]
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for XpmReadFileToPixmap in -lXpm... no
checking jerror.h usability... yes
checking jerror.h presence... yes
checking for jerror.h... yes
checking for jpeg_destroy_compress in -ljpeg... no
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_get_channels in -lpng... no
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... no
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for EGifPutExtensionLast in -lgif... no
checking for EGifPutExtensionLast in -lungif... no
configure: error: The following required libraries were not found:
     libXpm libjpeg libpng libgif/libungif libtiff
Maybe some development libraries/packages are missing?
If you don't want to link with them give
     --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no
as options to configure
build-emacs.sh: CONFIGURE failure...


So, for sanity check, I retried with a previous build for which I was 
sure it worked... but strangely this time it failed in the same way... :(

After some investigations, I found that the only change in my Cygwin 
installation was the updating of GNUTLS packages (from version 3.1.11-1 
to 3.2.0-1).

Reverting (really, I was pessimistic...) the only  gnutls-devel package 
to 3.1.11-1 version allows for Emacs configure to be completed 
successfully (and also the full build).

If someone is interested I can sent the

config.log-success-gnutls-devel-3.1.11-1
config.log-fail-gnutls-devel-3.2.0-1

as archive config.logs.tar.xz (38K)


Ciao,
  Angelo.



&lt;/pre&gt;</description>
    <dc:creator>Angelo Graziosi</dc:creator>
    <dc:date>2013-05-17T12:14:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139535">
    <title>[ANNOUNCEMENT] Updated: squid-3.3.3-1: Web Proxy Cache</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139535</link>
    <description>&lt;pre&gt;Hi

A new version of 'squid' has been uploaded to a server near you.

 o Update to latest upstream
 o First cygwin 1.7.x version (Last version was 2.6.STABLE17 from November 2007)
 o Build for cygwin 1.7.18 with gcc-4.5.3
 o Uses cygport for .hint files generation
 o debuginfo package included


squid NEWS:
===========
 
 o http://www.squid-cache.org/Versions/v3/3.3/changesets/
 o http://www.squid-cache.org/Versions/v3/3.2/changesets/
 o http://www.squid-cache.org/Versions/v3/3.1/changesets/
 o http://www.squid-cache.org/Versions/v3/3.0/changesets/
 o http://www.squid-cache.org/Versions/v2/2.7/changesets/
 o http://www.squid-cache.org/Versions/v2/2.6/changesets/


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
================================


If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com &amp;lt;at&amp;gt; cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

&lt;/pre&gt;</description>
    <dc:creator>Dr.Volker</dc:creator>
    <dc:date>2013-05-17T11:04:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139530">
    <title>What to do to makewhatis</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139530</link>
    <description>&lt;pre&gt;Running makewhatis as shown only produces an empty remnant file 'whatis' 
in folders flagging FIND errors.
What can I do ?
Tom Axehult

15:58:42 ~ &amp;gt; /usr/sbin/makewhatis -v -w -c &amp;amp;
[2] 7540
04:27:16 ~ &amp;gt; about to enter /usr/local/man
FIND: Invalid switch
FIND: Invalid switch
FIND: Invalid switch
FIND: Invalid switch
about to enter /usr/share/man
FIND: Invalid switch
FIND: Invalid switch
FIND: Invalid switch
FIND: Invalid switch
FIND: Invalid switch
FIND: Invalid switch
FIND: Invalid switch
FIND: Invalid switch
about to enter /usr/man
FIND: Invalid switch
FIND: Invalid switch
about to enter /usr/local/share/man
FIND: Invalid switch
about to enter /usr/ssl/man
FIND: Invalid switch
FIND: Invalid switch
FIND: Invalid switch
FIND: Invalid switch
about to enter /usr/local/man
about to enter /usr/share/man
about to enter /usr/man
about to enter /usr/local/share/man
about to enter /usr/ssl/man

[2]+  Done                    /usr/sbin/makewhatis -v -w -c


&lt;/pre&gt;</description>
    <dc:creator>Tom Axehult</dc:creator>
    <dc:date>2013-05-17T09:29:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139525">
    <title>64-bit toolchain questions</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139525</link>
    <description>&lt;pre&gt; Hello!

 I have noticed that Cygwin64 toolchain is available and installed it. Then
i tried to compile a simple "Hello world" using it. A 64-bit .exe file was
created. I am even able to start this file from terminal, but it prints
nothing. What's wrong ?

 Kind regards.



&lt;/pre&gt;</description>
    <dc:creator>Fedin Pavel</dc:creator>
    <dc:date>2013-05-17T07:07:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139523">
    <title>BUG: Ability to access nonexistent directories</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139523</link>
    <description>&lt;pre&gt; Hello! I have found a bug in Cygwin. It exists at least for several months.
I have updated today but it is still there.
 The bug is simple to trigger and verify. Make a directory like:

mkdir /tmp/test

 Then go to /tmp and execute:

ls -l /tmp/nonexist/../test

 The command succeeds despite this path is actually nonexistent. At least
under Linux the same attempt causes "No such file or directory" error.

 I have first triggered the bug by attempting to cross-compile eglibc v2.17
for ARM target. The following happens:
--- cut ---
/opt/vd/arm-v7a15v4r1/bin/arm-v7a15v4r1-linux-gnueabi-gcc
pthread_spin_unlock.c -c -std=gnu99 -fgnu89-inline   -O2 -Wall -Winline
-Wwrite-strings -fmerge-all-constants -frounding-math -g -Wstrict-prototypes
-fPIC          -I../include
-I/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final/nptl
-I/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final
-I../ports/sysdeps/unix/sysv/linux/arm/nptl
-I../ports/sysdeps/unix/sysv/linux/arm -I../nptl/sysdeps/unix/sysv/linux
-I../nptl/sysdeps/pthread -I../sysdeps/pthread
-I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux
-I../sysdeps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv
-I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv
-I../ports/sysdeps/unix/arm -I../nptl/sysdeps/unix -I../ports/sysdeps/unix
-I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdeps/arm/nptl
-I../ports/sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic
-I../nptl -I../ports   -I.. -I../libio -I. -nostdinc -isystem
/opt/vd/arm-v7a15v4r1/lib/gcc/arm-v7a15v4r1-linux-gnueabi/4.7.3/include
-isystem
/opt/vd/arm-v7a15v4r1/lib/gcc/arm-v7a15v4r1-linux-gnueabi/4.7.3/include-fixe
d -isystem
/opt/vd/arm-v7a15v4r1/arm-v7a15v4r1-linux-gnueabi/sys-root/./usr/include
-D_LIBC_REENTRANT  -include ../include/libc-symbols.h   -DPIC -DSHARED
-DNOT_IN_libc=1 -DIS_IN_libpthread=1 -DIN_LIB=libpthread     -o
/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final/nptl/pthread_spin_unlock.
os -MD -MP -MF
/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final/nptl/pthread_spin_unlock.
os.dt -MT
/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final/nptl/pthread_spin_unlock.
os
In file included from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23:0,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23,
                 from ../ports/sysdeps/arm/nptl/pthread_spin_lock.c:23:
../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23:47: error:
#include nested too deeply
/opt/vd/arm-v7a15v4r1/bin/arm-v7a15v4r1-linux-gnueabi-gcc
pthread_barrier_init.c -c -std=gnu99 -fgnu89-inline   -O2 -Wall -Winline
-Wwrite-strings -fmerge-all-constants -frounding-math -g -Wstrict-prototypes
-fPIC          -I../include
-I/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final/nptl
-I/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final
-I../ports/sysdeps/unix/sysv/linux/arm/nptl
-I../ports/sysdeps/unix/sysv/linux/arm -I../nptl/sysdeps/unix/sysv/linux
-I../nptl/sysdeps/pthread -I../sysdeps/pthread
-I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux
-I../sysdeps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv
-I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv
-I../ports/sysdeps/unix/arm -I../nptl/sysdeps/unix -I../ports/sysdeps/unix
-I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdeps/arm/nptl
-I../ports/sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic
-I../nptl -I../ports   -I.. -I../libio -I. -nostdinc -isystem
/opt/vd/arm-v7a15v4r1/lib/gcc/arm-v7a15v4r1-linux-gnueabi/4.7.3/include
-isystem
/opt/vd/arm-v7a15v4r1/lib/gcc/arm-v7a15v4r1-linux-gnueabi/4.7.3/include-fixe
d -isystem
/opt/vd/arm-v7a15v4r1/arm-v7a15v4r1-linux-gnueabi/sys-root/./usr/include
-D_LIBC_REENTRANT  -include ../include/libc-symbols.h   -DPIC -DSHARED
-DNOT_IN_libc=1 -DIS_IN_libpthread=1 -DIN_LIB=libpthread     -o
/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final/nptl/pthread_barrier_init
.os -MD -MP -MF
/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final/nptl/pthread_barrier_init
.os.dt -MT
/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final/nptl/pthread_barrier_init
.os
/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final/sysd-rules:2099: recipe
for target
`/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final/nptl/pthread_spin_lock.o
s' failed
make[2]: ***
[/usr/src/vd/build.arm.cortex-a15/obj/glibc_0_final/nptl/pthread_spin_lock.o
s] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
`/usr/src/vd/build.arm.cortex-a15/sources/glibc/libc/nptl'
--- cut ---
 The actual #include directive is:
--- cut ---
/* We can't use the normal "#include &amp;lt;nptl/pthread_spin_lock.c&amp;gt;" because
   it will resolve to this very file.  Using "sysdeps/.." as reference to
the
   top level directory does the job.  */
#include &amp;lt;sysdeps/../nptl/pthread_spin_lock.c&amp;gt;
--- cut ---
 It is supposed to catch a directory one level up because there's no
'sysdeps' in 'ports/sysdeps/arm', however ports/sysdeps/arm/nptl is a
perfectly valid path.

 Kind regards.



&lt;/pre&gt;</description>
    <dc:creator>Fedin Pavel</dc:creator>
    <dc:date>2013-05-17T06:05:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139522">
    <title>vim-7.3.943-1 missing command 'let g:colors_name = "elflord"' found in vim-common-7.3.943-1</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139522</link>
    <description>&lt;pre&gt;Where: vim-7.3.943-1

Issue: vim-common-7.3.943-1 contains /usr/share/vim/vim73/colors/elflord.vim which utilizes the command "let g:colors_name = "elflord", this command is not found in /usr/bin/vim-nox from package vim-7.3.943-1

Fix: downgrade to vim-7.3.762-1

Details:

kens&amp;lt; at &amp;gt;thinkpad$ cygcheck -f /usr/bin/vim-nox.exe 
vim-7.3.943-1

kens&amp;lt; at &amp;gt;thinkpad$ vi
Error detected while processing /home/kens/.exrc:
line    1:
E319: Sorry, the command is not available in this version: :syntax on
Error detected while processing /usr/share/vim/vim73/colors/elflord.vim:
line   12:
E319: Sorry, the command is not available in this version: let g:colors_name = "elflord"
Press ENTER or type command to continue

[DOWNGRADE TO VIM-7.3.762-1]
kens&amp;lt; at &amp;gt;thinkpad$ cygcheck -f /usr/bin/vim-nox.exe 
vim-7.3.762-1

kens&amp;lt; at &amp;gt;thinkpad$ vi
~
~
:colorscheme
elflord


&lt;/pre&gt;</description>
    <dc:creator>Kenneth Salerno</dc:creator>
    <dc:date>2013-05-16T19:48:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139521">
    <title>call to system() leading to  execve() failed. (process table is full?)</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139521</link>
    <description>&lt;pre&gt;Hi list,

First, I have carefully read the FAQ and the Cygwin documentation. I
have also read what seemed to be related problems to the one I will
described below, but could not find a solution to it, so I ask for help
here:

A software I use makes use of the system() library call. When this
software is ran from a Cygwin terminal, all works properly, a shell is
spawn in a new process and the requested program is executed as
expected. When instead I run it from a windows 'cmd' shell, I get a
error that the system (I suppose the Cygwin layer) reports as stated in
the object of this mail "execve() failed (process table is full?)".

I have copied the /bin/sh.exe beside the binary, I also added to
/cygwin/bin directory into the windows %path% variable but still meet
this same error message.

I can successfully run the sh.exe from windows I get the shell prompt,
so to me the problem does not seems to be a malfunctioning shell...(?)

I understand that Cygwin implements the system() library call upon
execve() system call, but do not understand what is missing for it to
work when ran from windows, in other words what make it think the
process table is full?

Thanks in advance for any help,

Regards,
Denis Corbin.

&lt;/pre&gt;</description>
    <dc:creator>Denis Corbin</dc:creator>
    <dc:date>2013-05-16T17:17:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139517">
    <title>error: xpdf missing share libarary</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139517</link>
    <description>&lt;pre&gt;Hi All,

I installed cygwin by "all"

when i run xpdf, it produces such errors:

/usr/bin/xpdf.exe: error while loading shared libraries: cygXm-2.dll: cannot 
open shared object file: No such file or directory


though I have cygXm-4.dll under /bin/

how to fix this problem?

Thanks!

clara


&lt;/pre&gt;</description>
    <dc:creator>clara</dc:creator>
    <dc:date>2013-05-16T15:15:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139516">
    <title>error: xpdf missing share libarary</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139516</link>
    <description>&lt;pre&gt;Hi All,

I installed cygwin by "all"

when i run xpdf, it produces such errors:

/usr/bin/xpdf.exe: error while loading shared libraries: cygXm-2.dll: cannot 
open shared object file: No such file or directory


though I have cygXm-4.dll under /bin/

how to fix this problem?

Thanks!

clara


&lt;/pre&gt;</description>
    <dc:creator>clara</dc:creator>
    <dc:date>2013-05-16T15:17:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139513">
    <title>[ANNOUNCEMENT] Updated: OpenSSH-6.2p2-1</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139513</link>
    <description>&lt;pre&gt;I've just updated the Cygwin version of OpenSSH to 6.2p2-1.

The official upstream release message for 6.2p2:

====================================================================
This is a portable OpenSSH bugfix release.

Changes since OpenSSH 6.2p1
===========================

Bugfixes:

 * ssh(1): Only warn for missing identity files that were explicitly
   specified.

 * Fix bug in contributed contrib/ssh-copy-id script that could result in
   "rm *" being called on mktemp failure. bz#2105

 * sshd(8): Quiet disconnect notifications on the server from error() back
   to logit() from error() for normal, client-initiated disconnections.
   bz#2057

 * Avoid conflicting definitions of __int64 on Cygwin

Checksums:
==========

 - SHA1 (openssh-6.2p2.tar.gz) = c2b4909eba6f5ec6f9f75866c202db47f3b501ba

Reporting Bugs:
===============

- Please read http://www.openssh.com/report.html
  Security bugs should be reported directly to openssh&amp;lt; at &amp;gt;openssh.com

OpenSSH is brought to you by Markus Friedl, Niels Provos, Theo de Raadt,
Kevin Steves, Damien Miller, Darren Tucker, Jason McIntyre, Tim Rice and
Ben Lindstrom.
====================================================================

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=3D3Dyourdomain.com&amp;lt; at &amp;gt;cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

&lt;/pre&gt;</description>
    <dc:creator>Corinna Vinschen</dc:creator>
    <dc:date>2013-05-16T12:59:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139511">
    <title>[ANNOUNCEMENT] Updated: initscripts-0.9-4: System V Init Clone initscripts</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139511</link>
    <description>&lt;pre&gt;Hi

A new version of 'initscripts' has been uploaded to a server near you.

 o Uses cygport for .hint files generation


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
================================


If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com &amp;lt;at&amp;gt; cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

&lt;/pre&gt;</description>
    <dc:creator>Dr.Volker</dc:creator>
    <dc:date>2013-05-16T08:07:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139509">
    <title>[ANNOUNCEMENT] Updated: {gnutls/libgnutls28/gnutls-devel/gnutls-doc/gnutls-guile}-3.2.0-1: Library implementing TLS 1.0 and SSL 3.0 protocols</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139509</link>
    <description>&lt;pre&gt;Hi

New versions of 'gnutls/libgnutls28/gnutls-devel/gnutls-doc/gnutls-guile' have been uploaded to a server near you.

 o Update to latest upstream version
 o Build for cygwin 1.7.18 with gcc-4.5.3


gnutls NEWS:
===============
  
** libgnutls: Use nettle's elliptic curve implementation.

** libgnutls: Added Salsa20 cipher

** libgnutls: Added UMAC-96 and UMAC-128

** libgnutls: Added ciphersuites involving Salsa20 and UMAC-96.
As they are not standardized they are defined using private ciphersuite 
numbers.

** libgnutls: Added support for DTLS 1.2.

** libgnutls: Added support for the Application Layer Protocol Negotiation
(ALPN) extension.

** libgnutls: Removed support for the RSA-EXPORT ciphersuites.

** libgnutls: Avoid linking to librt (that also avoids unnecessary
linking to pthreads if p11-kit isn't used).

** API and ABI modifications:
gnutls_cipher_get_iv_size: Added
gnutls_hmac_set_nonce: Added
gnutls_mac_get_nonce_size: Added


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
================================


If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:


http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:


cygwin-announce-unsubscribe-you=yourdomain.com &amp;lt;at&amp;gt; cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

&lt;/pre&gt;</description>
    <dc:creator>Dr.Volker</dc:creator>
    <dc:date>2013-05-16T07:10:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139508">
    <title>Base Cygwin now requires Python?</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139508</link>
    <description>&lt;pre&gt;Because of this dependency line

mintty
 cygutils
  desktop-file-utils
   libglib2.0_0
    python-gobject
     python

A base Cygwin install now requires Python. Can this be changed? While Python is
a good language I hardly feel it is appropriate to add that bulk to a base
install.

&lt;/pre&gt;</description>
    <dc:creator>Steven Penny</dc:creator>
    <dc:date>2013-05-16T06:41:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.cygwin/139503">
    <title>I want to report a problem with vim, rxvt, and/or cygwin</title>
    <link>http://comments.gmane.org/gmane.os.cygwin/139503</link>
    <description>&lt;pre&gt;Hello.  I just did a re-load of cygwin, selecting among other packages 
vim and rxvt.  When I am editing in vim, and type ^Z to background the 
session, and then type fg to resume, I get a blank screen.  Whatever I 
type is echoed -- there is no normal response to ESC, ^S, ^Q, ^Z, ^C :, 
or ^L.  I have to kill the rxvt from outside.  I researched this and 
must confess I don't know how else to report this other than this 
approach -- I don't know how you send something to a mailing list.  I 
hope this gets to someone, if only to get some advice how to report bugs 
better.

PS I am including the cygcheck output below.

cheers,
Jim Goodsell

Cygwin Configuration Diagnostics
Current System Time: Wed May 15 23:00:27 2013

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Path:   C:\cygwin\usr\local\bin
         C:\cygwin\bin
         C:\cygwin\usr\local\bin
         C:\cygwin\bin
         C:\WINDOWS\system32
         C:\WINDOWS
         C:\WINDOWS\System32\Wbem
         C:\Program Files\QuickTime\QTSystem
         D:\Java\jdk1.6.0_06\bin
         D:\Java\jdk1.6.0_06\bin

Output from C:\cygwin\bin\id.exe
UID: 500(Administrator) GID: 513(None)
513(None)               0(root)                 544(Administrators)
545(Users)

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

USER = 'Administrator'
PWD = '/home/Administrator'
HOME = '/home/Administrator'

HOMEPATH = '\Documents and Settings\Administrator'
APPDATA = 'C:\Documents and Settings\Administrator\Application Data'
MANPATH = 
'/usr/local/man:/usr/share/man:/usr/man:/usr/local/man:/usr/share/man:/usr/man:'
HOSTNAME = 'JUMBO'
DXSDK_DIR = 'E:\Program Files\Microsoft DirectX SDK (June 2010)\'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 2 Stepping 9, GenuineIntel'
TERM = 'xterm'
SHELL = '/bin/bash'
WINDIR = 'C:\WINDOWS'
CVSROOT = '/usr/local/cvsroot'
WINDOWID = '537113672'
OLDPWD = '/home/Administrator'
USERDOMAIN = 'JUMBO'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
OS = 'Windows_NT'
!:: = '::\'
temp = 'C:\cygwin\tmp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
TMP = '/tmp'
QTJAVA = 'C:\Program Files\Java\jre6\lib\ext\QTJava.zip'
USERNAME = 'Administrator'
PROCESSOR_LEVEL = '15'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
CLIENTNAME = 'Console'
USERPROFILE = 'C:\Documents and Settings\Administrator'
LANG = 'en_US.UTF-8'
TZ = 'America/Los_Angeles'
LOGONSERVER = '\\JUMBO'
PS1 = '\!: '
PROCESSOR_ARCHITECTURE = 'x86'
COLORFGBG = '15;default;0'
SHLVL = '2'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
HOMEDRIVE = 'C:'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
SYSTEMROOT = 'C:\WINDOWS'
PROCESSOR_REVISION = '0209'
PRINTER = 'HP Officejet J4500 Series'
CLASSPATH = '.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip'
PROGRAMFILES = 'C:\Program Files'
INFOPATH = 
'/usr/local/info:/usr/share/info:/usr/info:/usr/local/info:/usr/share/info:/usr/info:'
DISPLAY = ':0'
NUMBER_OF_PROCESSORS = '1'
SESSIONNAME = 'Console'
COMPUTERNAME = 'JUMBO'
COLORTERM = 'rxvt-xpm'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Console\Cygwin Bash Shell
   (default) = 0x0000000f
   PopupColors = 0x0000004e
   ColorTable00 = 0x00000000
   ColorTable01 = 0x0080ff32
   ColorTable02 = 0x00008000
   ColorTable03 = 0x00808000
   ColorTable04 = 0x00000000
   ColorTable05 = 0x00800080
   ColorTable06 = 0x00008080
   ColorTable07 = 0x00c0c0c0
   ColorTable08 = 0x00808080
   ColorTable09 = 0x00000000
   ColorTable10 = 0x0000ff00
   ColorTable11 = 0x00ffff00
   ColorTable12 = 0x000000ff
   ColorTable13 = 0x00ff00ff
   ColorTable14 = 0x00ffffff
   ColorTable15 = 0x00ffffff
   InsertMode = 0x00000001
   QuickEdit = 0x00000000
   FullScreen = 0x00000000
   ScreenBufferSize = 0x012c00a0
   WindowSize = 0x004d0051
   FontSize = 0x000c0008
   FontFamily = 0x00000030
   FontWeight = 0x00000190
   FaceName = 'Terminal'
   CursorSize = 0x00000019
   HistoryBufferSize = 0x00000032
   NumberOfHistoryBuffers = 0x00000004
   HistoryNoDup = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start 
Menu2\Programs\Cygwin
   (default) = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
   (default) = '/cygdrive'
   cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
   (default) = 'C:\cygwin'
   flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
   (default) = 'C:\cygwin/bin'
   flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
   (default) = 'C:\cygwin/lib'
   flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\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

a:  fd             N/A    N/A
c:  hd  NTFS     35299Mb  96% CP CS UN PA FC
d:  cd             N/A    N/A
e:  hd  NTFS    441638Mb   5% CP CS UN PA FC     BigPart

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

Found: C:\cygwin\bin\awk
Found: C:\cygwin\bin\awk
  -&amp;gt; C:\cygwin\bin\gawk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\cpp.exe
  -&amp;gt; C:\cygwin\etc\alternatives\cpp
  -&amp;gt; C:\cygwin\bin\cpp-3.exe
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\find.exe
Found: C:\WINDOWS\system32\find.exe
Warning: C:\cygwin\bin\find.exe hides C:\WINDOWS\system32\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gcc.exe
  -&amp;gt; C:\cygwin\etc\alternatives\gcc
  -&amp;gt; C:\cygwin\bin\gcc-3.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Found: C:\cygwin\bin\kill.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\ls.exe
Not Found: make
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\mv.exe
Not Found: patch
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sed.exe
Not Found: ssh
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Found: C:\cygwin\bin\test.exe
Found: C:\cygwin\bin\vi
Found: C:\cygwin\bin\vi
  -&amp;gt; C:\cygwin\bin\vim-nox.exe
Found: C:\cygwin\bin\vim
Found: C:\cygwin\bin\vim
  -&amp;gt; C:\cygwin\etc\alternatives\vim
  -&amp;gt; C:\cygwin\bin\vim-nox.exe

    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/5/4 12:35
    62k 2011/05/21 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygbz2-1.dll" v0.0 ts=2011/5/21 20:16
     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/5/7 12:18
  1518k 2013/02/12 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 
sys=4.0
                   "cygcrypto-1.0.0.dll" v0.0 ts=2013/2/12 14:44
   929k 2011/11/10 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                   "cygdb-4.5.dll" v0.0 ts=2011/11/10 19:52
  1284k 2011/11/10 C:\cygwin\bin\cygdb-4.8.dll - os=4.0 img=1.0 sys=4.0
                   "cygdb-4.8.dll" v0.0 ts=2011/11/10 18:45
   222k 2012/12/26 C:\cygwin\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0
                   "cygdbus-1-3.dll" v0.0 ts=2012/12/26 22:42
    93k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                   "cygdb_cxx-4.5.dll" v0.0 ts=2011/11/10 19:53
   105k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.8.dll - os=4.0 img=1.0 sys=4.0
                   "cygdb_cxx-4.8.dll" v0.0 ts=2011/11/10 18:46
   148k 2013/04/16 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygexpat-1.dll" v0.0 ts=2013/4/16 14:02
    28k 2013/01/16 C:\cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygfam-0.dll" v0.0 ts=2013/1/16 22:53
    21k 2011/10/26 C:\cygwin\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0
                   "cygffi-4.dll" v0.0 ts=2011/10/23 14:33
    43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygform-10.dll" v0.0 ts=2010/1/2 14:49
    43k 2009/11/20 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                   "cygform-9.dll" v0.0 ts=2009/11/20 19:14
    47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygformw-10.dll" v0.0 ts=2010/1/2 17:31
    79k 2011/10/26 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                   "cyggcc_s-1.dll" v0.0 ts=2011/10/23 14:15
    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/2/26 7: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/2/26 7:58
  1086k 2012/12/17 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=2012/12/16 23:52
   846k 2012/12/17 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=2012/12/16 23:48
    12k 2012/12/17 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=2012/12/16 23:49
   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/7/31 6:14
   902k 2013/04/26 C:\cygwin\bin\cyggnutls-28.dll - os=4.0 img=1.0 sys=4.0
                   "cyggnutls-28.dll" v0.0 ts=2013/4/25 20:02
    80k 2013/04/26 C:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 
img=1.0 sys=4.0
                   "cyggnutls-openssl-27.dll" v0.0 ts=2013/4/25 20:02
    79k 2013/04/26 C:\cygwin\bin\cyggnutls-xssl-0.dll - os=4.0 img=1.0 
sys=4.0
                   "cyggnutls-xssl-0.dll" v0.0 ts=2013/4/25 20:02
    48k 2013/04/26 C:\cygwin\bin\cyggnutlsxx-28.dll - os=4.0 img=1.0 sys=4.0
                   "cyggnutlsxx-28.dll" v0.0 ts=2013/4/25 20:02
   260k 2012/12/17 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=2012/12/16 23:50
     6k 2012/12/17 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=2012/12/16 23:49
    25k 2012/05/04 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                   "cyghistory7.dll" v0.0 ts=2012/5/4 22:07
    58k 2013/04/25 C:\cygwin\bin\cyghogweed-2.dll - os=4.0 img=1.0 sys=4.0
                   "cyghogweed-2.dll" v0.0 ts=2013/4/25 12:48
   359k 2013/04/28 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                   "cygicons-0.dll" v0.0 ts=2013/4/28 1:55
   985k 2011/10/16 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                   "cygiconv-2.dll" v0.0 ts=2011/10/16 18:01
    31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                   "cygintl-3.dll" v0.0 ts=2005/11/20 2:04
    35k 2011/10/16 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                   "cygintl-8.dll" v0.0 ts=2011/10/16 6:38
     5k 2013/04/19 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                   "cyglsa.dll" v0.0 ts=2013/4/19 9:39
     6k 2013/04/19 C:\cygwin\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
   123k 2011/05/19 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                   "cyglzma-5.dll" v0.0 ts=2011/5/19 3:41
    94k 2012/04/22 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygmagic-1.dll" v0.0 ts=2012/4/22 19:09
    25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygmenu-10.dll" v0.0 ts=2010/1/2 14:48
    25k 2009/11/20 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                   "cygmenu-9.dll" v0.0 ts=2009/11/20 19:13
    25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygmenuw-10.dll" v0.0 ts=2010/1/2 17:30
   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/7/31 6:12
    63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 
sys=4.0
                   "cygncurses++-10.dll" v0.0 ts=2010/1/2 15:00
    63k 2009/11/20 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                   "cygncurses++-9.dll" v0.0 ts=2009/11/20 19:25
    63k 2010/01/02 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 
sys=4.0
                   "cygncurses++w-10.dll" v0.0 ts=2010/1/2 17:41
   195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygncurses-10.dll" v0.0 ts=2010/1/2 14:45
   198k 2009/11/20 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                   "cygncurses-9.dll" v0.0 ts=2009/11/20 19:10
   244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygncursesw-10.dll" v0.0 ts=2010/1/2 17:28
   162k 2013/04/25 C:\cygwin\bin\cygnettle-4.dll - os=4.0 img=1.0 sys=4.0
                   "cygnettle-4.dll" v0.0 ts=2013/4/25 12:48
    53k 2012/03/26 C:\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygp11-kit-0.dll" v0.0 ts=2012/3/26 22:28
    13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygpanel-10.dll" v0.0 ts=2010/1/2 14:47
    13k 2009/11/20 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                   "cygpanel-9.dll" v0.0 ts=2009/11/20 19:12
    13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygpanelw-10.dll" v0.0 ts=2010/1/2 16:30
   255k 2012/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygpcre-0.dll" v0.0 ts=2012/2/10 10:24
   259k 2012/12/03 C:\cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygpcre-1.dll" v0.0 ts=2012/12/3 5:34
  1628k 2012/07/12 C:\cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                   "cygperl5_14.dll" v0.0 ts=2012/7/12 20:17
    22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygpopt-0.dll" v0.0 ts=2002/6/9 6:45
   162k 2012/05/04 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                   "cygreadline7.dll" v0.0 ts=2012/5/4 22:07
  1731k 2013/02/12 C:\cygwin\bin\cygruby191.dll - os=4.0 img=1.0 sys=4.0
                   "cygruby191.dll" v1.9 ts=2013/2/12 0:53
   366k 2013/02/12 C:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                   "cygssl-1.0.0.dll" v0.0 ts=2013/2/12 14:44
     8k 2011/10/26 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygssp-0.dll" v0.0 ts=2011/10/23 14:33
   780k 2011/10/26 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                   "cygstdc++-6.dll" v0.0 ts=2011/10/23 14:58
    66k 2013/04/24 C:\cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                   "cygtasn1-6.dll" v0.0 ts=2013/4/24 10:25
    48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygtic-10.dll" v0.0 ts=2010/1/2 14:45
    48k 2009/11/20 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                   "cygtic-9.dll" v0.0 ts=2009/11/20 19:10
    48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygticw-10.dll" v0.0 ts=2010/1/2 17:28
  1040k 2012/06/06 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                   "cygX11-6.dll" v0.0 ts=2012/6/6 5:20
     9k 2012/03/12 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                   "cygXau-6.dll" v0.0 ts=2012/3/12 10:56
    81k 2012/11/08 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygxcb-1.dll" v0.0 ts=2012/11/8 7:11
    17k 2012/03/12 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                   "cygXdmcp-6.dll" v0.0 ts=2012/3/12 10:52
  1235k 2013/04/21 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                   "cygxml2-2.dll" v0.0 ts=2013/4/21 5:37
   106k 2012/08/19 C:\cygwin\bin\cygyaml-0-2.dll - os=4.0 img=1.0 sys=4.0
                   "cygyaml-0-2.dll" v0.0 ts=2012/8/19 21:16
    71k 2012/05/13 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                   "cygz.dll" v0.0 ts=2012/5/13 5:11
  2796k 2013/04/19 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                   "cygwin1.dll" v0.0 ts=2013/4/19 9:39
     Cygwin DLL version info:
         DLL version: 1.7.18
         DLL epoch: 19
         DLL old termios: 5
         DLL malloc env: 28
         Cygwin conv: 181
         API major: 0
         API minor: 263
         Shared data: 5
         DLL identifier: cygwin1
         Mount registry: 3
         Cygwin registry name: Cygwin
         Program options name: Program Options
         Installations name: Installations
         Cygdrive default prefix:
         Build date:
         Shared id: cygwin1S5

    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/5/4 12:35
    62k 2011/05/21 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygbz2-1.dll" v0.0 ts=2011/5/21 20:16
     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/5/7 12:18
  1518k 2013/02/12 C:\cygwin\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 
sys=4.0
                   "cygcrypto-1.0.0.dll" v0.0 ts=2013/2/12 14:44
   929k 2011/11/10 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                   "cygdb-4.5.dll" v0.0 ts=2011/11/10 19:52
  1284k 2011/11/10 C:\cygwin\bin\cygdb-4.8.dll - os=4.0 img=1.0 sys=4.0
                   "cygdb-4.8.dll" v0.0 ts=2011/11/10 18:45
   222k 2012/12/26 C:\cygwin\bin\cygdbus-1-3.dll - os=4.0 img=1.0 sys=4.0
                   "cygdbus-1-3.dll" v0.0 ts=2012/12/26 22:42
    93k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                   "cygdb_cxx-4.5.dll" v0.0 ts=2011/11/10 19:53
   105k 2011/11/10 C:\cygwin\bin\cygdb_cxx-4.8.dll - os=4.0 img=1.0 sys=4.0
                   "cygdb_cxx-4.8.dll" v0.0 ts=2011/11/10 18:46
   148k 2013/04/16 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygexpat-1.dll" v0.0 ts=2013/4/16 14:02
    28k 2013/01/16 C:\cygwin\bin\cygfam-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygfam-0.dll" v0.0 ts=2013/1/16 22:53
    21k 2011/10/26 C:\cygwin\bin\cygffi-4.dll - os=4.0 img=1.0 sys=4.0
                   "cygffi-4.dll" v0.0 ts=2011/10/23 14:33
    43k 2010/01/02 C:\cygwin\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygform-10.dll" v0.0 ts=2010/1/2 14:49
    43k 2009/11/20 C:\cygwin\bin\cygform-9.dll - os=4.0 img=1.0 sys=4.0
                   "cygform-9.dll" v0.0 ts=2009/11/20 19:14
    47k 2010/01/02 C:\cygwin\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygformw-10.dll" v0.0 ts=2010/1/2 17:31
    79k 2011/10/26 C:\cygwin\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                   "cyggcc_s-1.dll" v0.0 ts=2011/10/23 14:15
    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/2/26 7: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/2/26 7:58
  1086k 2012/12/17 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=2012/12/16 23:52
   846k 2012/12/17 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=2012/12/16 23:48
    12k 2012/12/17 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=2012/12/16 23:49
   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/7/31 6:14
   902k 2013/04/26 C:\cygwin\bin\cyggnutls-28.dll - os=4.0 img=1.0 sys=4.0
                   "cyggnutls-28.dll" v0.0 ts=2013/4/25 20:02
    80k 2013/04/26 C:\cygwin\bin\cyggnutls-openssl-27.dll - os=4.0 
img=1.0 sys=4.0
                   "cyggnutls-openssl-27.dll" v0.0 ts=2013/4/25 20:02
    79k 2013/04/26 C:\cygwin\bin\cyggnutls-xssl-0.dll - os=4.0 img=1.0 
sys=4.0
                   "cyggnutls-xssl-0.dll" v0.0 ts=2013/4/25 20:02
    48k 2013/04/26 C:\cygwin\bin\cyggnutlsxx-28.dll - os=4.0 img=1.0 sys=4.0
                   "cyggnutlsxx-28.dll" v0.0 ts=2013/4/25 20:02
   260k 2012/12/17 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=2012/12/16 23:50
     6k 2012/12/17 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=2012/12/16 23:49
    25k 2012/05/04 C:\cygwin\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                   "cyghistory7.dll" v0.0 ts=2012/5/4 22:07
    58k 2013/04/25 C:\cygwin\bin\cyghogweed-2.dll - os=4.0 img=1.0 sys=4.0
                   "cyghogweed-2.dll" v0.0 ts=2013/4/25 12:48
   359k 2013/04/28 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                   "cygicons-0.dll" v0.0 ts=2013/4/28 1:55
   985k 2011/10/16 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                   "cygiconv-2.dll" v0.0 ts=2011/10/16 18:01
    31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                   "cygintl-3.dll" v0.0 ts=2005/11/20 2:04
    35k 2011/10/16 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                   "cygintl-8.dll" v0.0 ts=2011/10/16 6:38
     5k 2013/04/19 C:\cygwin\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                   "cyglsa.dll" v0.0 ts=2013/4/19 9:39
     6k 2013/04/19 C:\cygwin\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
   123k 2011/05/19 C:\cygwin\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                   "cyglzma-5.dll" v0.0 ts=2011/5/19 3:41
    94k 2012/04/22 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygmagic-1.dll" v0.0 ts=2012/4/22 19:09
    25k 2010/01/02 C:\cygwin\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygmenu-10.dll" v0.0 ts=2010/1/2 14:48
    25k 2009/11/20 C:\cygwin\bin\cygmenu-9.dll - os=4.0 img=1.0 sys=4.0
                   "cygmenu-9.dll" v0.0 ts=2009/11/20 19:13
    25k 2010/01/02 C:\cygwin\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygmenuw-10.dll" v0.0 ts=2010/1/2 17:30
   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/7/31 6:12
    63k 2010/01/02 C:\cygwin\bin\cygncurses++-10.dll - os=4.0 img=1.0 
sys=4.0
                   "cygncurses++-10.dll" v0.0 ts=2010/1/2 15:00
    63k 2009/11/20 C:\cygwin\bin\cygncurses++-9.dll - os=4.0 img=1.0 sys=4.0
                   "cygncurses++-9.dll" v0.0 ts=2009/11/20 19:25
    63k 2010/01/02 C:\cygwin\bin\cygncurses++w-10.dll - os=4.0 img=1.0 
sys=4.0
                   "cygncurses++w-10.dll" v0.0 ts=2010/1/2 17:41
   195k 2010/01/02 C:\cygwin\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygncurses-10.dll" v0.0 ts=2010/1/2 14:45
   198k 2009/11/20 C:\cygwin\bin\cygncurses-9.dll - os=4.0 img=1.0 sys=4.0
                   "cygncurses-9.dll" v0.0 ts=2009/11/20 19:10
   244k 2010/01/02 C:\cygwin\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygncursesw-10.dll" v0.0 ts=2010/1/2 17:28
   162k 2013/04/25 C:\cygwin\bin\cygnettle-4.dll - os=4.0 img=1.0 sys=4.0
                   "cygnettle-4.dll" v0.0 ts=2013/4/25 12:48
    53k 2012/03/26 C:\cygwin\bin\cygp11-kit-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygp11-kit-0.dll" v0.0 ts=2012/3/26 22:28
    13k 2010/01/02 C:\cygwin\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygpanel-10.dll" v0.0 ts=2010/1/2 14:47
    13k 2009/11/20 C:\cygwin\bin\cygpanel-9.dll - os=4.0 img=1.0 sys=4.0
                   "cygpanel-9.dll" v0.0 ts=2009/11/20 19:12
    13k 2010/01/02 C:\cygwin\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygpanelw-10.dll" v0.0 ts=2010/1/2 16:30
   255k 2012/02/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygpcre-0.dll" v0.0 ts=2012/2/10 10:24
   259k 2012/12/03 C:\cygwin\bin\cygpcre-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygpcre-1.dll" v0.0 ts=2012/12/3 5:34
  1628k 2012/07/12 C:\cygwin\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                   "cygperl5_14.dll" v0.0 ts=2012/7/12 20:17
    22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygpopt-0.dll" v0.0 ts=2002/6/9 6:45
   162k 2012/05/04 C:\cygwin\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                   "cygreadline7.dll" v0.0 ts=2012/5/4 22:07
  1731k 2013/02/12 C:\cygwin\bin\cygruby191.dll - os=4.0 img=1.0 sys=4.0
                   "cygruby191.dll" v1.9 ts=2013/2/12 0:53
   366k 2013/02/12 C:\cygwin\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                   "cygssl-1.0.0.dll" v0.0 ts=2013/2/12 14:44
     8k 2011/10/26 C:\cygwin\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygssp-0.dll" v0.0 ts=2011/10/23 14:33
   780k 2011/10/26 C:\cygwin\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                   "cygstdc++-6.dll" v0.0 ts=2011/10/23 14:58
    66k 2013/04/24 C:\cygwin\bin\cygtasn1-6.dll - os=4.0 img=1.0 sys=4.0
                   "cygtasn1-6.dll" v0.0 ts=2013/4/24 10:25
    48k 2010/01/02 C:\cygwin\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygtic-10.dll" v0.0 ts=2010/1/2 14:45
    48k 2009/11/20 C:\cygwin\bin\cygtic-9.dll - os=4.0 img=1.0 sys=4.0
                   "cygtic-9.dll" v0.0 ts=2009/11/20 19:10
    48k 2010/01/02 C:\cygwin\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                   "cygticw-10.dll" v0.0 ts=2010/1/2 17:28
  1040k 2012/06/06 C:\cygwin\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                   "cygX11-6.dll" v0.0 ts=2012/6/6 5:20
     9k 2012/03/12 C:\cygwin\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0
                   "cygXau-6.dll" v0.0 ts=2012/3/12 10:56
    81k 2012/11/08 C:\cygwin\bin\cygxcb-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygxcb-1.dll" v0.0 ts=2012/11/8 7:11
    17k 2012/03/12 C:\cygwin\bin\cygXdmcp-6.dll - os=4.0 img=1.0 sys=4.0
                   "cygXdmcp-6.dll" v0.0 ts=2012/3/12 10:52
  1235k 2013/04/21 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                   "cygxml2-2.dll" v0.0 ts=2013/4/21 5:37
   106k 2012/08/19 C:\cygwin\bin\cygyaml-0-2.dll - os=4.0 img=1.0 sys=4.0
                   "cygyaml-0-2.dll" v0.0 ts=2012/8/19 21:16
    71k 2012/05/13 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                   "cygz.dll" v0.0 ts=2012/5/13 5:11
  2796k 2013/04/19 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                   "cygwin1.dll" v0.0 ts=2013/4/19 9:39
     Cygwin DLL version info:
         DLL version: 1.7.18
         DLL epoch: 19
         DLL old termios: 5
         DLL malloc env: 28
         Cygwin conv: 181
         API major: 0
         API minor: 263
         Shared data: 5
         DLL identifier: cygwin1
         Mount registry: 3
         Cygwin registry name: Cygwin
         Program options name: Program Options
         Installations name: Installations
         Cygdrive default prefix:
         Build date:
         Shared id: cygwin1S5


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


Cygwin Package Information
Last downloaded files to: E:\Program Files\CygwinInstall
Last downloaded files from: http://mirrors.163.com/cygwin/

Package                   Version              Status
_autorebase               000264-1             OK
_update-info-dir          01132-1              OK
alternatives              1.3.30c-10           OK
base-cygwin               3.1-1                OK
base-files                4.1-1                OK
bash                      4.1.10-4             OK
binutils                  2.23.51-1            OK
bzip2                     1.0.6-2              OK
coreutils                 8.15-1               OK
crypt                     1.2-1                OK
csih                      0.9.7-1              OK
cygutils                  1.4.12-1             OK
cygwin                    1.7.18-1             OK
cygwin-doc                1.7-1                OK
dash                      0.5.7-1              OK
dbus                      1.6.8-1              OK
desktop-file-utils        0.21-1               OK
diffutils                 3.2-1                OK
dos2unix                  6.0.3-1              OK
editrights                1.01-2               OK
emacs                     24.3-1               OK
file                      5.11-1               OK
findutils                 4.5.11-1             OK
gamin                     0.1.10-13            OK
gawk                      4.0.2-1              OK
gcc-core                  3.4.4-999            OK
gcc-g++                   3.4.4-999            OK
gcc-mingw-core            20050522-3           OK
gcc-mingw-g++             20050522-3           OK
gdb                       7.6.50-2             OK
gettext                   0.18.1.1-2           OK
grep                      2.6.3-1              OK
groff                     1.21-2               OK
gsettings-desktop-schemas 3.6.1-1              OK
gzip                      1.4-1                OK
ipc-utils                 1.0-1                OK
less                      444-1                OK
libattr1                  2.4.46-1             OK
libbz2_1                  1.0.6-2              OK
libdb4.5                  4.5.20.2-3           OK
libdb4.8                  4.8.30-1             OK
libdbus1_3                1.6.8-1              OK
libexpat1                 2.1.0-2              OK
libfam0                   0.1.10-13            OK
libffi4                   4.5.3-3              OK
libgcc1                   4.5.3-3              OK
libgdbm4                  1.8.3-20             OK
libglib2.0_0              2.34.3-1             OK
libgmp3                   4.3.2-1              OK
libgnutls28               3.1.10-1             OK
libhogweed2               2.6-1                OK
libiconv2                 1.14-2               OK
libintl3                  0.14.5-1             OK
libintl8                  0.18.1.1-2           OK
liblzma5                  5.0.2_20110517-1     OK
libncurses10              5.7-18               OK
libncurses9               5.7-16               OK
libncursesw10             5.7-18               OK
libnettle4                2.6-1                OK
libopenssl100             1.0.1e-2             OK
libp11-kit0               0.12-1               OK
libpcre0                  8.21-2               OK
libpcre1                  8.32-1               OK
libpopt0                  1.6.4-4              OK
libreadline7              6.1.2-3              OK
libssp0                   4.5.3-3              OK
libstdc++6                4.5.3-3              OK
libtasn1_6                3.3-1                OK
libX11_6                  1.5.0-1              OK
libXau6                   1.0.7-1              OK
libxcb1                   1.9-1                OK
libXdmcp6                 1.1.1-1              OK
libxml2                   2.9.1-1              OK
libyaml0_2                0.1.4-1              OK
login                     1.10-10              OK
man                       1.6g-2               OK
mingw-runtime             3.20-1               OK
mingw-w32api              3.17-2               OK
mintty                    1.1.3-1              OK
perl                      5.14.2-3             OK
perl_vendor               5.14.2-3             OK
rebase                    4.4.0-1              OK
ruby                      1.9.3-p385-2         OK
ruby-doc                  1.9.3-p385-2         OK
ruby-json                 1.7.7-1              OK
ruby-minitest             2.12.1-1             OK
ruby-rake                 0.9.6-1              OK
ruby-rdoc                 3.12.1-1             OK
run                       1.1.13-1             OK
rxvt                      20050409-21          OK
sed                       4.2.1-2              OK
shared-mime-info          1.1-1                OK
tar                       1.26-1               OK
terminfo                  5.7_20091114-14      OK
terminfo-extra            5.7_20091114-14      OK
texinfo                   4.13-4               OK
tzcode                    2013c-1              OK
vim                       7.3.762-1            OK
vim-common                7.3.762-1            OK
Empty package w32api
w32api                    9999-1               OK
w32api-headers            3.0b_svn5747-1       OK
w32api-runtime            3.0b_svn5747-1       OK
which                     2.20-2               OK
xemacs-emacs-common       21.4.22-1            OK
xxd                       7.3.762-1            OK
xz                        5.0.2_20110517-1     OK
zlib0                     1.2.7-1              OK
Use -h to see help about each section




&lt;/pre&gt;</description>
    <dc:creator>Jim Goodsell</dc:creator>
    <dc:date>2013-05-16T01:01:17</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.cygwin">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.cygwin</link>
  </textinput>
</rdf:RDF>
