Broken bash command substitution

2016-11-24 Thread Tydus
Dear list, I use Cygwin64 for a long time and everything went well. However, after one setup.exe update, the command substitution (`foo`) is broken on bash. How to reproduce: $ echo "===`echo 123`===" ===123=== $ echo "===`echo 123 | cat`===" ===123=== $ A=`echo 123`; echo "===$A===" ===123==

Re: python 2.7.12 pip install with extensions fails with warning: "__BSD_VISIBLE" redefined

2016-11-24 Thread Erik Bray
On Wed, Nov 23, 2016 at 4:24 AM, Jason Bell wrote: > Hi - > > The newest version of cygwin with python 2.7.12-1 fails when pip > installing packages that require compilation. For example, pycrypto > fails: > > $ pip install pycrypto > Collecting pycrypto > ... > building 'Crypto.PublicKey._

Re: Fullscreen application with Cygwin/X in multiwindow mode

2016-11-24 Thread Jon Turney
On 23/11/2016 17:24, David Chamberlain wrote: I recently installed xinit and the PDF viewers Evince and Zathura. I'm starting X via startxwin which puts it in multiwindow mode. Both of the PDF viewers work fine, except when I press F11 to view a PDF fullscreen, nothing changes. Is this an inhere

Re: Broken bash command substitution

2016-11-24 Thread L. A. Walsh
Tydus wrote: Dear list, I use Cygwin64 for a long time and everything went well. However, after one setup.exe update, the command substitution (`foo`) is broken on bash. You didn't specify what version of bash you are running. Since here: $ ssh a-linux-server $ A=`echo 123 | cat`;

[ANNOUNCEMENT] New: gcovr-3.3-1

2016-11-24 Thread David Stacey
The following package has been added to the Cygwin distribution: * gcovr-3.3-1 The gcovr command provides a utility for managing the use of the GNU gcov utility and generating summarized code coverage results. gcovr produces either compact human-readable summary reports, machine readable XML rep

[ANNOUNCEMENT] New: ruby-puppet-lint-2.0.2-1

2016-11-24 Thread David Stacey
The following packages have been added to the Cygwin distribution: * ruby-puppet-lint-2.0.2-1 * ruby-puppet-lint-doc-2.0.2-1 puppet-lint is a command line tool that checks your Puppet manifests against the Puppetlabs style guide and alerts you to any discrepancies. Dave. -- Problem reports:

[ANNOUNCEMENT] New: ruby-redcarpet-3.3.4-1

2016-11-24 Thread David Stacey
The following packages have been added to the Cygwin distribution: * ruby-redcarpet-3.3.4-1 * ruby-redcarpet-doc-3.3.4-1 Redcarpet is a Ruby gem providing a fast, safe and extensible Markdown to (X)HTML parser. Dave. -- Problem reports: http://cygwin.com/problems.html FAQ: