Strange errors running gcc tests on Cygwin

2017-03-03 Thread Daniel Santos
Hello. I'm trying to validate a gcc patchset that affects msabi 
functions, so I need good test results on Cygwin, but my unpatched tests 
are getting hundreds of failures for which I cannot determine the cause. 
I'm running Cygwin 64 bit on Windows 7 in a qemu vm (with kvm).  My 
sources are on a C: drive (gcc's HEAD a from a few days ago), but I 
didn't make that device large enough, so I had to add a second device on 
D for the builds.  I have cygdrive set to /  (in /etc/fstab, I have 
"none/   cygdrive binary,posix=0,user 0 0"), but the 
file names it's printing is using the D: format instead of /d.  Example:


FAIL: gfortran.dg/coarray/sync_3.f90 -fcoarray=single  -O2   output 
pattern test, is 
D:/builds/head-test-unpatched-x86_64-pc-cygwin/gcc/testsuite/gfortran2/sync_3.exe: 
error while loading shared libraries: cyggfortran-4.dll: cannot open 
shared object file: No such file or directory


That might not actually be the problem. I do NOT have fortran 
installed.  I have run a successful "make bootstrap" so the build tree 
should have the correct Fortran libs.  The file "cyggfortran-4.dll" does 
exist at the location 
/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/libgfortran/.libs/cyggfortran-4.dll. 
The even stranger part is that these errors aren't in the build from my 
patched sources.  Maybe something changed in my environment?  I ran my 
patched tests firsts, which resulted in much fewer failures and I 
haven't re-run them yet to see if it's failing now or not. Any ideas?


This is the snippet from the log for the above failure:

Executing on host: 
/d/builds/head-test-unpatched-x86_64-pc-cygwin/gcc/testsuite/gfortran2/../../gfortran 
-B/d/builds/head-test-unpatched-x86_64-pc-cygwin/gcc/testsuite/gfortran2/../../ 
-B/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libgfortran/ 
/c/Users/daniel/proj/sys/gcc/work0/gcc/testsuite/gfortran.dg/coarray/sync_3.f90 
-fno-diagnostics-show-caret -fdiagnostics-color=never -fcoarray=single  
-O2   -fcheck=all 
-B/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libgfortran/.libs 
-L/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libgfortran/.libs 
-B/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libquadmath/.libs 
-L/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libquadmath/.libs 
-o ./sync_3.exe(timeout = 300)
spawn 
/d/builds/head-test-unpatched-x86_64-pc-cygwin/gcc/testsuite/gfortran2/../../gfortran 
-B/d/builds/head-test-unpatched-x86_64-pc-cygwin/gcc/testsuite/gfortran2/../../ 
-B/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libgfortran/ 
/c/Users/daniel/proj/sys/gcc/work0/gcc/testsuite/gfortran.dg/coarray/sync_3.f90 
-fno-diagnostics-show-caret -fdiagnostics-color=never -fcoarray=single 
-O2 -fcheck=all 
-B/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libgfortran/.libs 
-L/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libgfortran/.libs 
-B/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libquadmath/.libs 
-L/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libquadmath/.libs 
-o ./sync_3.exe
PASS: gfortran.dg/coarray/sync_3.f90 -fcoarray=single  -O2   (test for 
excess errors)
Setting LD_LIBRARY_PATH to 
.:/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libgfortran/.libs:/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libquadmath/.libs:/d/builds/head-test-unpatched-x86_64-pc-cygwin/gcc:.:/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libgfortran/.libs:/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libquadmath/.libs:/d/builds/head-test-unpatched-x86_64-pc-cygwin/gcc

spawn [open ...]
D:/builds/head-test-unpatched-x86_64-pc-cygwin/gcc/testsuite/gfortran2/sync_3.exe: 
error while loading shared libraries: cyggfortran-4.dll: cannot open 
shared object file: No such file or directory

PASS: gfortran.dg/coarray/sync_3.f90 -fcoarray=single  -O2 execution test
FAIL: gfortran.dg/coarray/sync_3.f90 -fcoarray=single  -O2   output 
pattern test, is 
D:/builds/head-test-unpatched-x86_64-pc-cygwin/gcc/testsuite/gfortran2/sync_3.exe: 
error while loading shared libraries: cyggfortran-4.dll: cannot open 
shared object file: No such file or directory

, should match Fortran runtime error: Invalid image number -1 in SYNC IMAGES
Executing on host: 
/d/builds/head-test-unpatched-x86_64-pc-cygwin/gcc/testsuite/gfortran2/../../gfortran 
-B/d/builds/head-test-unpatched-x86_64-pc-cygwin/gcc/testsuite/gfortran2/../../ 
-B/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libgfortran/ 
/c/Users/daniel/proj/sys/gcc/work0/gcc/testsuite/gfortran.dg/coarray/sync_3.f90 
-fno-diagnostics-show-caret -fdiagnostics-color=never -fcoarray=lib  
-O2  -lcaf_single  -fcheck=all 
-B/d/builds/head-test-unpatched-x86_64-pc-cygwin/x86_64-pc-cygwin/./libgfortran/.libs 
-L/d/builds/head-test-un

Re: Profile XXXXX failed to execute.

2017-03-03 Thread Andrey Repin
Greetings, Nilesh Shedge!

> Profile FileServer failed to execute.

> Execution log
> -
>   0 [main] rsync 3784 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
> pointer.  Please report this problem to
> the public mailing list mailto:cygwin@cygwin.com

The problem has been fixed for several years already.
Please update your Cygwin installation.
Next time, please paste full error text into google and hit "search".


-- 
With best regards,
Andrey Repin
Saturday, March 4, 2017 04:17:55

Sorry for my terrible english...

Re: thousands of NTLM requests per day

2017-03-03 Thread Andrew Schulman
> Greetings, Andrew Schulman!
> 
> > I got a call from our domain admins, asking me if I knew why my Windows 7
> > host would be sending many thousands of NTLMv1 authentication requests per
> > day. I don't know, and we're still trying to find out which application is
> > doing that, but here's what I wonder:
> 
> > Could Cygwin be responsible for the authentication requests? I wonder about
> > this because Cygwin now queries Windows for user and group information that
> > used to be kept statically in /etc/passwd and /etc/group.
> 
> Do you use cygserver ? If not, try to set it up, it should help with domain
> information caching. If the problem you observe is caused by Cygwin activity,
> you should see a decrease in such requests.

Thanks for the suggestion, Andrey. I'll keep it in mind for next time.

For the archive, this problem was unrelated to Cygwin. Jeffrey Altman answered
offline that "NTLM requests will be sent from the svchost.exe service when a
remote desktop connection is initiated." So I looked into the Nomachine NX
service that was running on my host, and found that it was responsible. I
disabled the service and the requests stopped.

So, not a Cygwin problem. Sorry for the noise, and thanks for the help.

Andrew


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



Re: Profile XXXXX failed to execute.

2017-03-03 Thread Douglas Coup
I saw this error when I first updated my workstation to Windows 8 or 
8.1; I don't remember which.  I installed the latest Cygwin, and the 
problem stopped happening.


Regards,

Douglas Coup

Objective Systems, Inc.
REAL WORLD ASN.1 AND XML SOLUTIONS
Tel: +1 (484) 875-9841
Fax: +1 (484) 875-9830
Toll-free: (877) 307-6855 (USA only)
http://www.obj-sys.com

On 3/3/2017 9:27 AM, Nilesh Shedge wrote:

Profile FileServer failed to execute.

Execution log
-
   0 [main] rsync 3784 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer.  Please report this problem to
the public mailing list mailto:cygwin@cygwin.com


Regards,
Nilesh S


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





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



Profile XXXXX failed to execute.

2017-03-03 Thread Nilesh Shedge
Profile FileServer failed to execute.

Execution log
-
  0 [main] rsync 3784 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer.  Please report this problem to
the public mailing list mailto:cygwin@cygwin.com


Regards,
Nilesh S


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



Re: Failed password for invalid user

2017-03-03 Thread Andrey Repin
Greetings, jesus san miguel!

> I wanted to avoid case sensitive problems by duplicating users in
> /etc/passwd,

Just delete that file already.

> but I find mixed results:
> I can login as "Administrator", "MYPC+Administrator" and "miabuela",
> but not as "administrator" despite all of them being the same Window
> user.

> This is an excerpt of /etc/passwd:

> $ cat /etc/passwd | grep 500
> SSFE009W2012+Administrator:*:197108:197121:U-SSFE009W2012\Administrator,S-1-5-21-3863157116-1840367147-1613345037-500:/home/Administrator:/bin/bash
> miabuela:*:197108:197121:U-SSFE009W2012\Administrator,S-1-5-21-3863157116-1840367147-1613345037-500:/home/Administrator:/bin/bash
> Administrator:*:197108:197121:U-SSFE009W2012\Administrator,S-1-5-21-3863157116-1840367147-1613345037-500:/home/Administrator:/bin/bash
> administrator:*:197108:197121:U-SSFE009W2012\Administrator,S-1-5-21-3863157116-1840367147-1613345037-500:/home/Administrator:/bin/bash

> #Administrator@SSFE009W2012 /etc
> $ uname -a
> CYGWIN_NT-6.3-WOW SSFE009W2012 2.7.0(0.306/5/3) 2017-02-12 13:13 i686 Cygwin

> The error I get in windows log is "Failed password for invalid user
> administrator"

Cygwin plugs directly into Windows SAM for years already.
You're just making it hard for yourself.


-- 
With best regards,
Andrey Repin
Friday, March 3, 2017 16:47:15

Sorry for my terrible english...


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



Re: i686 ld couldn't resolve wglCreateContext from libopengl32.a on x86_64 system

2017-03-03 Thread Andrey Repin
Greetings, sorryforaskingthis.bk.ru via cygwin!

> Yes, I need to use Win32.
> also want to save performance as much as possible.

Choose one or another.
In my experience, 32-bit apps perform worse on 64-bit host than native apps.


-- 
With best regards,
Andrey Repin
Friday, March 3, 2017 16:45:20

Sorry for my terrible english...


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



Failed password for invalid user

2017-03-03 Thread jesus san miguel
I am running cygwin 2.7.0 sshd service under a local cyg_server account.

I wanted to avoid case sensitive problems by duplicating users in
/etc/passwd, but I find mixed results:
I can login as "Administrator", "MYPC+Administrator" and "miabuela",
but not as "administrator" despite all of them being the same Window
user.

This is an excerpt of /etc/passwd:

$ cat /etc/passwd | grep 500
SSFE009W2012+Administrator:*:197108:197121:U-SSFE009W2012\Administrator,S-1-5-21-3863157116-1840367147-1613345037-500:/home/Administrator:/bin/bash
miabuela:*:197108:197121:U-SSFE009W2012\Administrator,S-1-5-21-3863157116-1840367147-1613345037-500:/home/Administrator:/bin/bash
Administrator:*:197108:197121:U-SSFE009W2012\Administrator,S-1-5-21-3863157116-1840367147-1613345037-500:/home/Administrator:/bin/bash
administrator:*:197108:197121:U-SSFE009W2012\Administrator,S-1-5-21-3863157116-1840367147-1613345037-500:/home/Administrator:/bin/bash

#Administrator@SSFE009W2012 /etc
$ uname -a
CYGWIN_NT-6.3-WOW SSFE009W2012 2.7.0(0.306/5/3) 2017-02-12 13:13 i686 Cygwin

The error I get in windows log is "Failed password for invalid user
administrator"


Thanks in advance,
Jesus

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



[ANNOUNCEMENT] transmission-remote-gtk 1.3.1-1

2017-03-03 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* transmission-remote-gtk-1.3.1-1

transmission-remote-gtk is a GTK+ client for remote management of the 
Transmission BitTorrent client, using its HTTP RPC protocol.

This, which should not be confused with the main transmission package, is 
an initial release for Cygwin.

--
Yaakov

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



[ANNOUNCEMENT] gpaste 3.18.5-1

2017-03-03 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* gpaste-app-indicator-3.18.5-1
* gpaste-applet-3.18.5-1
* gpaste-client-3.18.5-1
* gpaste-daemon-3.18.5-1
* gpaste-ui-3.18.5-1
* libgpaste4-3.18.5-1
* libgpaste-devel-3.18.5-1
* girepository-GPaste1.0-3.18.5-1
* vala-gpaste1.0-3.18.5-1

GPaste is a clipboard management system for GTK+ desktops.

This is an initial release for Cygwin.

--
Yaakov

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



[ANNOUNCEMENT] alarm-clock-applet 0.3.4-1

2017-03-03 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* alarm-clock-applet-0.3.4-1

Alarm Clock is a fully-featured alarm clock for your panel. It's easy to 
use yet powerful with support for multiple repeatable alarms, as well as 
snoozing and a flexible notification system.

This is an initial release for Cygwin.

--
Yaakov

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



[ANNOUNCEMENT] easytag 2.4.3-1

2017-03-03 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* easytag-2.4.3-1
* nautilus-easytag-2.4.3-1
* caja-easytag-2.4.3-1

EasyTAG is a utility for viewing and editing tags for MP3, MP2, MP4/AAC, 
FLAC, Ogg Vorbis, MusePack and Monkey's Audio files with a simple and nice 
GTK+ interface.

This is an update to the latest upstream release.  The Caja extension was 
build with and for the new GTK+3-based Caja 1.16.

--
Yaakov

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



[ANNOUNCEMENT] totem 3.18.1-2

2017-03-03 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* totem-3.18.1-2
* totem-common-3.18.1-2
* totem-devel-3.18.1-2
* totem-doc-3.18.1-2
* nautilus-totem-3.18.1-2
* caja-totem-3.18.1-2
* totem-video-thumbnailer-3.18.1-2

Totem is movie player for the Gnome desktop based on GStreamer. It features 
a playlist, a full-screen mode, seek and volume controls, as well as 
complete keyboard navigation.

This release is a rebuild for the GTK+3-based Caja 1.16.

--
Yaakov

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



[ANNOUNCEMENT] deja-dup 34.3-1

2017-03-03 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* deja-dup-34.3-1
* nautilus-deja-dup-34.3-1
* caja-deja-dup-34.3-1

Deja Dup is a simple backup tool. It hides the complexity of backing up the 
Right Way (encrypted, off-site, and regular) and uses duplicity as the 
backend.

This is an update to the latest upstream release.  The Caja extension was 
built with and for the new GTK+3-based Caja 1.16.

--
Yaakov

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



[ANNOUNCEMENT] duplicity 0.7.11-1

2017-03-03 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* duplicity-0.7.11-1

Duplicity backs directories by producing encrypted tar-format volumes and 
uploading them to a remote or local file server. Because duplicity uses 
librsync, the incremental archives are space efficient and only record the 
parts of files that have changed since the last backup. Because duplicity 
uses GnuPG to encrypt and/or sign these archives, they will be safe from 
spying and/or modification by the server.

This is an update to the latest upstream release.

--
Yaakov

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



[ANNOUNCEMENT] gimp 2.8.20-1

2017-03-03 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* gimp-2.8.20-1
* gimp-devel-2.8.20-1
* gimp-doc-2.8.20-1
* gimp-python-2.8.20-1

The GIMP is the GNU Image Manipulation Program. It is used to edit and 
manipulate images. It can load and save a variety of image formats and can 
be used to convert between formats.  GIMP can also be used as a paint 
program. In addition, GIMP has several scripting extension which allow for 
advanced non- interactive processing and creation of images.

This is an update to the latest stable version:

https://git.gnome.org/browse/gimp/plain/NEWS?h=GIMP_2_8_20

--
Yaakov

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



[ANNOUNCEMENT] babl 0.1.24-1

2017-03-03 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* libbabl0.1_0-0.1.24-1
* libbabl-devel-0.1.24-1
* mingw64-i686-babl0.1-0.1.24-1
* mingw64-x86_64-babl0.1-0.1.24-1

Babl is a dynamic, any to any, pixel format conversion library. It provides 
conversions between the myriad of buffer types images can be stored in. 
Babl doesn't only help with existing pixel formats, but also facilitates 
creation of new and uncommon ones.

This is an update to the latest upstream release.

--
Yaakov

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



[ANNOUNCEMENT] krita 3.1.2-1

2017-03-03 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* krita-3.1.2-1

Krita is a professional sketching and painting program.

This is a major release of the new standalone, KF5-based version of Krita.

--
Yaakov

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



[ANNOUNCEMENT] calligra 2.9.11-2

2017-03-03 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution:

* calligra-libs-2.9.11-2
* calligra-data-2.9.11-2
* calligra-devel-2.9.11-2
* calligra-flow-2.9.11-2
* calligra-plan-2.9.11-2
* calligra-sheets-2.9.11-2
* calligra-stage-2.9.11-2
* calligra-tools-2.9.11-2
* calligra-words-2.9.11-2
* braindump-2.9.11-2
* karbon-2.9.11-2
* kexi-2.9.11-2
* okular-calligra-2.9.11-2

Calligra Suite is a set of productivity applications for the KDE desktop.

This release was rebuilt without Krita, which is now available in a 
separate KF5-based version.  A few upstream patches were also added.

--
Yaakov

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



[ANNOUNCEMENT] KDE Translations 16.08.3

2017-03-03 Thread Yaakov Selkowitz

The following packages have been uploaded to the Cygwin distribution:

* kde-l10n-ar-16.08.3-1
* kde-l10n-ast-16.08.3-1
* kde-l10n-bg-16.08.3-1
* kde-l10n-bs-16.08.3-1
* kde-l10n-ca-16.08.3-1
* kde-l10n-ca-valencia-16.08.3-1
* kde-l10n-cs-16.08.3-1
* kde-l10n-da-16.08.3-1
* kde-l10n-de-16.08.3-1
* kde-l10n-el-16.08.3-1
* kde-l10n-en_GB-16.08.3-1
* kde-l10n-eo-16.08.3-1
* kde-l10n-es-16.08.3-1
* kde-l10n-et-16.08.3-1
* kde-l10n-eu-16.08.3-1
* kde-l10n-fa-16.08.3-1
* kde-l10n-fi-16.08.3-1
* kde-l10n-fr-16.08.3-1
* kde-l10n-ga-16.08.3-1
* kde-l10n-gl-16.08.3-1
* kde-l10n-he-16.08.3-1
* kde-l10n-hi-16.08.3-1
* kde-l10n-hr-16.08.3-1
* kde-l10n-hu-16.08.3-1
* kde-l10n-ia-16.08.3-1
* kde-l10n-id-16.08.3-1
* kde-l10n-is-16.08.3-1
* kde-l10n-it-16.08.3-1
* kde-l10n-ja-16.08.3-1
* kde-l10n-kk-16.08.3-1
* kde-l10n-km-16.08.3-1
* kde-l10n-ko-16.08.3-1
* kde-l10n-lt-16.08.3-1
* kde-l10n-lv-16.08.3-1
* kde-l10n-mr-16.08.3-1
* kde-l10n-nb-16.08.3-1
* kde-l10n-nds-16.08.3-1
* kde-l10n-nl-16.08.3-1
* kde-l10n-nn-16.08.3-1
* kde-l10n-pa-16.08.3-1
* kde-l10n-pl-16.08.3-1
* kde-l10n-pt_BR-16.08.3-1
* kde-l10n-pt-16.08.3-1
* kde-l10n-ro-16.08.3-1
* kde-l10n-ru-16.08.3-1
* kde-l10n-sk-16.08.3-1
* kde-l10n-sl-16.08.3-1
* kde-l10n-sr-16.08.3-1
* kde-l10n-sv-16.08.3-1
* kde-l10n-tr-16.08.3-1
* kde-l10n-ug-16.08.3-1
* kde-l10n-uk-16.08.3-1
* kde-l10n-wa-16.08.3-1
* kde-l10n-zh_CN-16.08.3-1
* kde-l10n-zh_TW-16.08.3-1

This is an update to the KDE translations for those packages which do 
not yet bundle their own.


--
Yaakov

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



[ANNOUNCEMENT] KDE Plasma Desktop 5.8.5

2017-03-03 Thread Yaakov Selkowitz

The following packages have been uploaded to the Cygwin distribution:

* breeze-5.8.5-1
* breeze-cursors-5.8.5-1
* breeze-gtk-5.8.5-1
* breeze-kde4-5.8.5-1
* kactivitymanagerd-5.8.5-1
* kde-cli-tools-5.8.5-1
* kdecoration2-5.8.5-1
* kde-gtk-config-5.8.5-1
* kde-workspace-4.11.22-1
* kdeplasma-addons-5.8.5-1
* kf5-libkscreen-5.8.5-1
* khotkeys-5.8.5-1
* kinfocenter-5.8.5-1
* kmenuedit-5.8.5-1
* kscreen-5.8.5-1
* ksshaskpass-5.8.5-1
* ksysguard-5.8.5-1
* kwin-5.4.3-1
* kwrited-5.8.5-1
* libksysguard-5.8.5-1
* milou-5.8.5-1
* oxygen-5.8.5-1
* oxygen-cursors-5.4.3-1
* oxygen-fonts-5.4.3-1
* oxygen-kde4-5.4.3-1
* plasma-desktop-5.8.5-1
* plasma-integration-5.8.5-1
* plasma-pa-5.8.5-1
* plasma-sdk-5.8.5-1
* plasma-workspace-5.8.5-1
* plasma-workspace-wallpapers-5.8.5-1
* systemsettings-5.8.5-1

This is an update to the latest LTS release of the KDE Plasma Desktop, 
now based on Qt 5 and KDE Frameworks 5.


--
Yaakov

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



[ANNOUNCEMENT] KDE Applications 16.08.3

2017-03-03 Thread Yaakov Selkowitz

The following packages have been uploaded to the Cygwin distribution:

* analitza-16.08.3-1
* ark-16.08.3-1
* artikulate-16.08.3-1
* blinken-16.08.3-1
* bomber-16.08.3-1
* bovo-16.08.3-1
* cantor-16.08.3-1
* cervisia-16.08.3-1
* dolphin-16.08.3-1
* dolphin-plugins-16.08.3-1
* dolphin4-16.08.3-1
* dragon-16.08.3-1
* filelight-16.08.3-1
* granatier-16.08.3-1
* gwenview-16.08.3-1
* jovie-16.08.3-1
* juk-16.08.3-1
* kaccessible-16.08.3-1
* kactivities-4.13.3-3
* kajongg-16.08.3-1
* kalgebra-16.08.3-1
* kalzium-16.08.3-1
* kanagram-16.08.3-1
* kapman-16.08.3-1
* kapptemplate-16.08.3-1
* kate-16.08.3-1
* katomic-16.08.3-1
* kblackbox-16.08.3-1
* kblocks-16.08.3-1
* kbounce-16.08.3-1
* kbrickbuster-16.04.3-1
* kbruch-16.08.3-1
* kcalc-16.08.3-1
* kcharselect-16.08.3-1
* kcolorchooser-16.08.3-1
* kcron-16.08.3-1
* kde-dev-scripts-16.08.3-1
* kde-dev-utils-16.08.3-1
* kdeedu-data-16.08.3-1
* kdegraphics-mobipocket-16.08.3-1
* kdegraphics-thumbnailers-16.08.3-1
* kdelibs-4.14.26-1
* kdepasswd-16.08.3-1
* kde-runtime-16.08.3-1
* kdesdk-kioslaves-16.08.3-1
* kdesdk-thumbnailers-16.08.3-1
* kdesvn-2.0.0-1
* kdf-16.08.3-1
* kdialog-16.08.3-1
* kdiamond-16.08.3-1
* keditbookmarks-16.08.3-1
* kf5-baloo-5.27.0-1
* kf5-baloo-widgets-16.08.3-1
* kf5-gpgmepp-16.08.3-1
* kf5-grantleetheme-16.08.3-1
* kf5-kcalcore-16.08.3-1
* kf5-kcontacts-16.08.3-1
* kf5-kded-5.27.0-2
* kf5-kdesu-5.27.0-1
* kf5-kdgantt2-16.08.3-1
* kf5-kholidays-16.08.3-1
* kf5-kimap-16.08.3-1
* kf5-kio-extras-16.08.3-1
* kf5-kirigami-1.1.0-1
* kf5-kldap-16.08.3-1
* kf5-kmbox-16.08.3-1
* kf5-kmime-16.08.3-1
* kf5-kpimtextedit-16.08.3-1
* kf5-kross-interpreters-16.08.3-1
* kf5-libkdcraw-16.08.3-1
* kf5-libkdegames-16.08.3-1
* kf5-libkexiv2-16.08.3-1
* kf5-libkipi-16.08.3-1
* kf5-libkmahjongg-16.08.3-1
* kfilereplace-16.08.3-1
* kfind-16.08.3-1
* kfourinline-16.08.3-1
* kgeography-16.08.3-1
* kget-16.08.3-1
* kgoldrunner-16.08.3-1
* kgpg-16.08.3-1
* khangman-16.08.3-1
* khelpcenter-16.08.3-1
* kid3-3.4.4-1
* kig-16.08.3-1
* kigo-16.08.3-1
* killbots-16.08.3-1
* kimagemapeditor-16.08.3-1
* kiriki-16.08.3-1
* kiten-16.08.3-1
* kjumpingcube-16.08.3-1
* klettres-16.08.3-1
* klickety-16.08.3-1
* klines-16.08.3-1
* klinkstatus-16.08.3-1
* kmag-16.08.3-1
* kmahjongg-16.08.3-1
* kmines-16.08.3-1
* kmix-16.08.3-1
* kmousetool-16.08.3-1
* kmouth-16.08.3-1
* kmplot-16.08.3-1
* knavalbattle-16.08.3-1
* knetwalk-16.08.3-1
* kolf-16.08.3-1
* kollision-16.08.3-1
* kolourpaint-16.08.3-1
* kommander-16.08.3-1
* kompare-16.08.3-1
* konqueror-16.08.3-1
* konquest-16.08.3-1
* konsole-16.08.3-1
* konversation-1.6.2-1
* kpat-16.08.3-1
* kqtquickcharts-16.08.3-1
* krdc-16.08.3-1
* kreversi-16.08.3-1
* krfb-16.08.3-1
* kruler-16.08.3-1
* kshisen-16.08.3-1
* ksnakeduel-16.08.3-1
* kspaceduel-16.08.3-1
* ksquares-16.08.3-1
* kstars-16.08.3-1
* ksudoku-16.08.3-1
* ksystemlog-16.08.3-1
* kteatime-16.08.3-1
* ktimer-16.08.3-1
* ktouch-16.08.3-1
* ktuberling-16.08.3-1
* kturtle-16.08.3-1
* kubrick-16.08.3-1
* kwalletmanager-15.04.3-2
* kwalletmanager5-16.08.3-1
* kwordquiz-16.08.3-1
* libkdcraw-15.08.3-1
* libkeduvocdocument-16.08.3-1
* libkexiv2-15.08.3-1
* libkipi-15.08.3-1
* libkomparediff2-16.08.3-1
* libkonq-16.08.3-1
* libkscreen-1.0.5-1
* lokalize-16.08.3-1
* lskat-16.08.3-1
* marble-16.08.3-1
* marblewidget-15.08.3-1
* okteta-16.08.3-1
* okular-16.08.3-1
* palapeli-16.08.3-1
* parley-16.08.3-1
* picmi-16.08.3-1
* poxml-16.08.3-1
* rocs-16.08.3-1
* spectacle-16.08.3-1
* step-16.08.3-1
* svgpart-16.08.3-1
* sweeper-16.08.3-1
* umbrello-16.08.3-1
* yakuake-3.0.2-1

This is a major update to the KDE applications and non-framework 
libraries, with several changing to Qt 5 and KDE Frameworks 5 since the 
last release.  This also includes an update of the non-core KDE 4 
libraries for those programs still using those versions.


--
Yaakov

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