Re: Requested report

2017-12-01 Thread Vince Rice
> On Dec 1, 2017, at 9:31 PM, cyg Simple wrote: > > On 12/1/2017 10:35 AM, Vince Rice wrote: >>> On Dec 1, 2017, at 8:55 AM, cyg Simple wrote: >>> >>> On 11/30/2017 11:41 PM, Richard Mateosian wrote: Thanks. I wasn't actually using Cygwin, but Ruby apparently does so under the covers. O

Re: Requested report

2017-12-01 Thread cyg Simple
On 12/1/2017 10:35 AM, Vince Rice wrote: >> On Dec 1, 2017, at 8:55 AM, cyg Simple wrote: >> >> On 11/30/2017 11:41 PM, Richard Mateosian wrote: >>> Thanks. I wasn't actually using Cygwin, but Ruby apparently does so under >>> the covers. Or maybe my path leads it astray, because I used to use Cygw

Re: Fwd: Requested report

2017-12-01 Thread Andrey Repin
Greetings, cyg Simple! > On 11/30/2017 11:41 PM, Richard Mateosian wrote: >> Thanks. I wasn't actually using Cygwin, but Ruby apparently does so under >> the covers. Or maybe my path leads it astray, because I used to use Cygwin >> -- a long time ago. ...RM >> > You should not put Cygwin in yo

Re: Fwd: Requested report

2017-12-01 Thread 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 11/30/2017 2:11 PM, Richard Mateosian wrote: C:\Dev\Ruby24-x64\lib\ruby>ls 1 [main] ls 8652 find_fast_cwd: WARNING: Coul

sort utility goes berzerk (x86_64) -- output from gdb

2017-12-01 Thread Houder
L.S., Reference: https://cygwin.com/ml/cygwin/2017-11/msg00251.html Second attempt ... as far as I can tell Cygwin causes a segment violation in ntdll.dll ... As written, I have stripped my system of all software, that I easily remove ... I executed 'sfc /scannow' from an elevated DOS pro

Re: fseek(...,SEEK_CUR) calls _fflush_r(ptr, fp) in read only mode

2017-12-01 Thread Corinna Vinschen
On Dec 1 17:02, Xiaofeng Liu via cygwin wrote: > In ftello.c, it intentionally skipped fflush for read mode: > https://github.com/openunix/cygwin/blob/master/newlib/libc/stdio/ftello.c#L121 > > /* Find offset of underlying I/O object, then adjust for buffered     bytes.  > Flush a write stream,

Re: mixed usage of lock protection and lock-free List template class in thread.h

2017-12-01 Thread Corinna Vinschen
On Dec 1 16:45, Xiaofeng Liu via cygwin wrote: > Lock protection and lock-free should never be mixed !  > ​https://cygwin.com/git/gitweb.cgi?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/thread.h;hb=1f42dc2bcf58d3b8629eb13d53de3f69fc314b47#l110 > >  110 template inline void 111 List_insert (list_no

fseek(...,SEEK_CUR) calls _fflush_r(ptr, fp) in read only mode

2017-12-01 Thread Xiaofeng Liu via cygwin
In ftello.c, it intentionally skipped fflush for read mode: https://github.com/openunix/cygwin/blob/master/newlib/libc/stdio/ftello.c#L121 /* Find offset of underlying I/O object, then adjust for buffered     bytes.  Flush a write stream, since the offset may be altered if     the stream is appe

Re: Requested report

2017-12-01 Thread Brian Inglis
On 2017-12-01 08:35, Vince Rice wrote: >> On Dec 1, 2017, at 8:55 AM, cyg Simple wrote: >> On 11/30/2017 11:41 PM, Richard Mateosian wrote: >>> Thanks. I wasn't actually using Cygwin, but Ruby apparently does so >>> under the covers. Or maybe my path leads it astray, because I used to use >>> Cygwi

Re: [ANNOUNCEMENT] python-sphinx 1.6.5-1

2017-12-01 Thread Yaakov Selkowitz
On 2017-12-01 08:05, Frank Fesevur wrote: > $ make html > Makefile:12: *** The 'sphinx-build' command was not found. Make sure > you have Sphinx installed, then set the SPHINXBUILD environment > variable to point to the full path of the 'sphinx-build' executable. > Alternatively you can add the dir

mixed usage of lock protection and lock-free List template class in thread.h

2017-12-01 Thread Xiaofeng Liu via cygwin
Lock protection and lock-free should never be mixed !  ​https://cygwin.com/git/gitweb.cgi?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/thread.h;hb=1f42dc2bcf58d3b8629eb13d53de3f69fc314b47#l110  110 template inline void 111 List_insert (list_node *&head, list_node *node) 112 { 113   if (!node) 114 

Re: Requested report

2017-12-01 Thread Vince Rice
> On Dec 1, 2017, at 8:55 AM, cyg Simple wrote: > > On 11/30/2017 11:41 PM, Richard Mateosian wrote: >> Thanks. I wasn't actually using Cygwin, but Ruby apparently does so under >> the covers. Or maybe my path leads it astray, because I used to use Cygwin >> -- a long time ago. ...RM >> > > Yo

Re: Fwd: Requested report

2017-12-01 Thread cyg Simple
On 11/30/2017 11:41 PM, Richard Mateosian wrote: > Thanks. I wasn't actually using Cygwin, but Ruby apparently does so under > the covers. Or maybe my path leads it astray, because I used to use Cygwin > -- a long time ago. ...RM > You should not put Cygwin in your Windows PATH environment at t

Re: [ANNOUNCEMENT] python-sphinx 1.6.5-1

2017-12-01 Thread Frank Fesevur
2017-11-27 7:39 GMT+01:00 Yaakov Selkowitz: > The following packages have been uploaded to the Cygwin distribution: > > * python2-alabaster-0.7.10-1 > * python2-babel-2.5.1-1 > * python2-imagesize-0.7.1-1 > * python2-jinja2-2.9.6-1 > * python2-pytz-2017.3-1 > * python2-snowballstemmer-1.2.1-1 > * p

Re: mksetupini fails validating packages because curr is test

2017-12-01 Thread Jon Turney
On 30/11/2017 22:16, Ivan Gagis wrote: Thanks for prompt actions! No problem. I think no need to package it separately for testing, just release it to cygwin repo. Ok. You can get it with: pip3 install git+http://cygwin.com/git/cygwin-apps/calm.git -- Problem reports: http://cygwi