Re: python2-docutils (0.13.1-2 version) missing scripts

2017-07-28 Thread Daniel Fort
Seems like a pay Peter to pay Paul situation. I was hesitant to use python3-docutils but it turns out that it doesn't force you into python3. Why not just do a python-docutils package to avoid confusion? Aren't they just scripts that can run under either version of python? -- Problem reports:

python2-docutils (0.13.1-2 version) missing scripts

2017-07-20 Thread Daniel Fort
Hello Cygwin list, All of the scripts are missing from the June 19 update of python2-docutils (0.13.1-2 version). Just a reminder--this was reported a while back but it is still in the same state. You can still go back one version on the Cygwin installer to the 0.13.1-1 version that works fine

Re: rst2html missing from latest docutils

2017-06-29 Thread Daniel Fort
Surprised this isn't getting more attention. All of the python 2 docutils scripts are missing from the June 19 update. > -- Forwarded message -- > From: Oleksandr Gavenko > To: cygwin@cygwin.com > Cc: > Bcc: > Date: Wed, 28 Jun 2017 10:39:48 +0300 > Subject: Re: rst2html missing f

rst2html missing from latest docutils

2017-06-27 Thread Daniel Fort
python 2 and 3 docutils was recently updated from 0.13.1-1 to 0.13.1-2. rst2html.py along with several of the other scripts are missing on this updated version. More information on this forum post: http://www.magiclantern.fm/forum/index.php?topic=15894.msg186458#msg186458 -- Problem reports:

Re: grep-3.0-2 issues within Makefile

2017-05-29 Thread Daniel Fort
Wow, fantastic help on this list. > Most likely, $(READELF) is producing \r\n-terminated output. The > solution, then, is to rewrite the line to: > > $(READELF) $< -Ws | tr -d '\r' | $(AWK) ... > >> >> and what is the error ? > > Most likely, grep is not filtering as expected, because now that it

grep-3.0-2 issues within Makefile

2017-05-28 Thread Daniel Fort
grep-3.0-2 binary will not function as expected when the -v option is used in a Makefile. Resolution - downgrade to grep-3.0-1. When using Cygwin to build Magic Lantern users stated reporting a build errors on new Cygwin installs around November 2016. The resolution was to downgrade grep to the p