[ANNOUNCEMENT] krename 4.0.9-8

2017-02-20 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * krename-4.0.9-8 KRename is a powerful batch renamer for KDE. It allows you to easily rename hundreds or even more files in one go. The filenames can be created by parts of the original filename, numbering the files or acces

[ANNOUNCEMENT] podofo 0.9.5-1

2017-02-20 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * podofo-0.9.5-1 * libpodofo0.9.5-0.9.5-1 * libpodofo-devel-0.9.5-1 The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be writte

[ANNOUNCEMENT] vim 8.0.0329-1

2017-02-20 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * vim-8.0.0329-1 * vim-common-8.0.0329-1 * vim-minimal-8.0.0329-1 * gvim-8.0.0329-1 * xxd-8.0.0329-1 * vim-doc-8.0.0329-1 Vim (Vi IMproved) is an almost compatible version of the UNIX editor vi. Almost every possible command c

[ANNOUNCEMENT] ttfautohint 1.6-1

2017-02-20 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * ttfautohint-1.6-1 * ttfautohint-gui-1.6-1 ttfautohint provides a 99% automated hinting process and a platform for finely hand-hinting the last 1%. It is ideal for web fonts and supports many scripts. This is an update to t

[ANNOUNCEMENT] latex2rtf 2.3.12-1

2017-02-20 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * latex2rtf-2.3.12-1 latex2rtf is a translator program to convert LaTeX formatted text files into Rich Text Format files. This means that the conversion of a LaTeX document to RTF allows anyone with a copy of MS Word to conv

[ANNOUNCEMENT] pocl 0.14-0.1.git3fef5b5

2017-02-20 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libpocl1-0.14-0.1.git3fef5b5 * libpocl-common-0.14-0.1.git3fef5b5 * libpocl-devel-0.14-0.1.git3fef5b5 * libpoclu1-0.14-0.1.git3fef5b5 * libpoclu-devel-0.14-0.1.git3fef5b5 Portable Computing Language (pocl) aims to become a MI

[ANNOUNCEMENT] mesa 13.0.5-1

2017-02-20 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * mesa-13.0.5-1 * dri-drivers-13.0.5-1 * libglapi0-13.0.5-1 * libGL1-13.0.5-1 * libGL-devel-13.0.5-1 * libOSMesa8-13.0.5-1 * libOSMesa-devel-13.0.5-1 * libEGL1-13.0.5-1 * libEGL-devel-13.0.5-1 * libGLESv2_2-13.0.5-1 * libGLESv2-

[ANNOUNCEMENT] llvm 3.9.1-1

2017-02-20 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * llvm-3.9.1-1 * llvm-doc-3.9.1-1 * libllvm3.9-3.9.1-1 * libllvm-devel-3.9.1-1 The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as we

Re: Problem with zombie processes

2017-02-20 Thread Mark Geisert
Erik Bray wrote: On Mon, Feb 20, 2017 at 11:54 AM, Mark Geisert wrote: So my guess was that Cygwin might try to hold on to a handle to a child process at least until it's been explicitly wait()ed. But that does not seem to be the case after all. You might have missed a subtlety in what I sai

Re: [ANNOUNCEMENT] Updated: dash-0.5.8-3

2017-02-20 Thread Thomas Wolff
Am 20.02.2017 um 10:11 schrieb Corinna Vinschen: On Feb 18 23:45, Thomas Wolff wrote: Am 17.02.2017 um 23:29 schrieb Thomas Wolff: Am 17.02.2017 um 10:43 schrieb Corinna Vinschen: On Feb 17 08:36, Thomas Wolff wrote: Am 16.02.2017 um 21:32 schrieb Thomas Wolff: Am 16.02.2017 um 13:49 schrieb

[ANNOUNCEMENT] Updated: mkvtoolnix-9.9.0-1

2017-02-20 Thread David Stacey
The following packages have been updated in the Cygwin distribution: * mkvtoolnix-9.9.0-1 * mkvtoolnix-gui-9.9.0-1 MKVToolNix is a set of tools to create, alter and inspect Matroska files (*.mkv, *.mka). This is an update to the latest upstream release. Dave. -- Problem reports: http://

Re: Query about "libGL error: Screen is not Windows-DRI capable"

2017-02-20 Thread Jon Turney
On 18/02/2017 21:59, Eliot Moss wrote: Dear friends -- I get the message above when I start cygwin emacs-X11 32-bit while running Cygwin-X. First of all, should I care? And if No. This message should probably be downgraded from an error. I should, what can I do about it? Does this have to

[ANNOUNCEMENT] Updated: sed-4.4-1

2017-02-20 Thread Eric Blake (cygwin)
The 4.4-1 release of sed has been promoted from experimental to current. NEWS: = This is a new upstream release, packaged by a new maintainer. This release introduces an important change in behavior from earlier versions: when operating on binary mounts, sed no longer forces text mode, and th

[ANNOUNCEMENT] Updated: grep-3.0-2

2017-02-20 Thread Eric Blake (cygwin)
The 3.0-2 release of grep has been promoted from experimental to current. NEWS: = This release introduces an important change in behavior from earlier versions: when operating on binary mounts, grep no longer forces text mode, and therefore no longer strips carriage returns (behaving more like

[ANNOUNCEMENT] Updated: gawk-4.1.4-3

2017-02-20 Thread Corinna Vinschen
I've just promoted the test release gawk 4.1.4-3 to current. Per the discussion started in this thread in the cygwin mailing list: https://cygwin.com/ml/cygwin/2017-02/msg00155.html especially the arguments given in https://cygwin.com/ml/cygwin/2017-02/msg00175.html this release removes al

Re: Problem with zombie processes

2017-02-20 Thread Erik Bray
On Mon, Feb 20, 2017 at 11:54 AM, Mark Geisert wrote: >> So my guess was that Cygwin might try to hold on to a handle to a >> child process at least until it's been explicitly wait()ed. But that >> does not seem to be the case after all. > > > You might have missed a subtlety in what I said above.

Re: Problem with mksetupini

2017-02-20 Thread Jon Turney
On 16/02/2017 18:02, Sunny Lin wrote: Thank you, Jon. You're welcome. Please see https://cygwin.com/problems.html#personal-email It works with the default directory structure. I have to add "--okmissing required-package" to work. Or, it failed at line 393 in calm/package.py. I can't repr

Re: Problem with zombie processes

2017-02-20 Thread Mark Geisert
Erik Bray wrote: On Fri, Feb 17, 2017 at 11:06 PM, Mark Geisert wrote: Erik Bray wrote: On Tue, Feb 14, 2017 at 8:25 PM, Mark Geisert wrote: Please don't quote raw email addresses. We try to avoid feeding spammers. Sorry--normally replies on this ML are just back to the ML itself (my p

Re: Problem with zombie processes

2017-02-20 Thread Erik Bray
On Fri, Feb 17, 2017 at 11:06 PM, Mark Geisert wrote: > Erik Bray wrote: >> >> On Tue, Feb 14, 2017 at 8:25 PM, Mark Geisert wrote: > > > Please don't quote raw email addresses. We try to avoid feeding spammers. Sorry--normally replies on this ML are just back to the ML itself (my preference as

Re: [ANNOUNCEMENT] Updated: dash-0.5.8-3

2017-02-20 Thread Corinna Vinschen
On Feb 18 23:45, Thomas Wolff wrote: > Am 17.02.2017 um 23:29 schrieb Thomas Wolff: > > Am 17.02.2017 um 10:43 schrieb Corinna Vinschen: > > > On Feb 17 08:36, Thomas Wolff wrote: > > > > Am 16.02.2017 um 21:32 schrieb Thomas Wolff: > > > > > Am 16.02.2017 um 13:49 schrieb Corinna Vinschen: > > > >

Re: [ANNOUNCEMENT] Updated: dash-0.5.8-3

2017-02-20 Thread Corinna Vinschen
On Feb 17 23:29, Thomas Wolff wrote: > Am 17.02.2017 um 10:43 schrieb Corinna Vinschen: > > On Feb 17 08:36, Thomas Wolff wrote: > > > Am 16.02.2017 um 21:32 schrieb Thomas Wolff: > > > > Am 16.02.2017 um 13:49 schrieb Corinna Vinschen: > > > > > There's an ESC sequence to change the codeset? Do y