Re: Cygwin gcc mingw python development environment configuration

2015-01-28 Thread Tony Kelman
- how to include gcc/mingw options when needed for python setup.py situations The Cygwin-hosted MinGW compilers are set up in a very similar way to cross- compilation from Linux. Python and most of its infrastructure for building C extensions do not support MinGW very well, from any host environ

Re: Cygwin gcc mingw python development environment configuration

2015-01-28 Thread Andrey Repin
Greetings, Matt Thomas! > I need to find references describing methods to configure: > - Cygwin gcc environment > - the Cygwin version of MingGW environment > - gcc or mingw configurations for python compilations > My questions are: > - how to include all needed gcc source paths (of many) > - how

Cygwin gcc mingw python development environment configuration

2015-01-28 Thread Matt Thomas
I need to find references describing methods to configure: - Cygwin gcc environment - the Cygwin version of MingGW environment - gcc or mingw configurations for python compilations My questions are: - how to include all needed gcc source paths (of many) - how to include all needed library paths -

Re: [ANNOUNCEMENT] Updated: chicken-4.9.0.1-1

2015-01-28 Thread Bob Doskuno
On Monday, January 26, 2015 6:52 AM, Christian Kellermann wrote: Version 4.9.0.1-1 of chicken has been uploaded. CHICKEN is a compiler for the Scheme programming language. CHICKEN produces portable and efficient C, supports almost all of the R5RS Scheme language standard, and includes many

Re: cygrunsrv - services enters stopped state if underlying program exits or is killed - doesn't auto restart

2015-01-28 Thread Cary Lewis
That sounds like a plan, thanks Corinna. Do we need test how the service (program that cygrunsrv is running) exited? If --neverexits is present, it shouldn't care how it exited, it should just pass the fact that it exited unplanned to the SCM so that the recovery actions take place. It's only if

Re: cygrunsrv - services enters stopped state if underlying program exits or is killed - doesn't auto restart

2015-01-28 Thread Corinna Vinschen
On Jan 28 16:58, BGINFO4X wrote: > 2015-01-28 16:37 GMT+01:00 Corinna Vinschen : > > On Jan 28 15:42, Kizito Porta Balanyà wrote: > >> 2015-01-28 12:55 GMT+01:00 Corinna Vinschen : > >> >> I could patch cygrunsrv to do this: > >> >> > >> >> If the service exited due to a signal, and if that signa

Re: My apology to Corinna ... to the list

2015-01-28 Thread Corinna Vinschen
Hi Henri, On Jan 28 13:24, Houder wrote: > Hi Corinna, > > Perhaps I was out of line with my post (which advertised your test > version of setup.exe) No worries. Getting more testing is good. As long as people are aware that "test" version means *test* version and that in case of a bug, it mig

[ANNOUNCEMENT] Updated: weechat-1.1.1-1

2015-01-28 Thread Sébastien Helleu
Version 1.1.1-1 of "weechat" has been uploaded. This version is a bug fix and maintenance release. ChangeLog: https://weechat.org/files/changelog/ChangeLog-1.1.1.html DESCRIPTION WeeChat is a fast, light and extensible chat client. It runs on many platforms like Linux, Unix, BSD, GNU Hurd, Mac

Re: cygrunsrv - services enters stopped state if underlying program exits or is killed - doesn't auto restart

2015-01-28 Thread Andrey Repin
Greetings, BGINFO4X! >>> >> This is unfortunate because it diminishes the usefulness of --neverexits. >>> >> I could patch cygrunsrv to do this: >>> >> >>> >> If the service exited due to a signal, and if that signal is not the >>> >> defined termination or shutdown signal (default SIGTERM for

Re: cygrunsrv - services enters stopped state if underlying program exits or is killed - doesn't auto restart

2015-01-28 Thread BGINFO4X
2015-01-28 16:37 GMT+01:00 Corinna Vinschen : > On Jan 28 15:42, Kizito Porta Balanyà wrote: >> 2015-01-28 12:55 GMT+01:00 Corinna Vinschen : >> > On Jan 28 11:18, Corinna Vinschen wrote: >> >> On Jan 27 15:02, Cary Lewis wrote: >> >> > On Tue, Jan 27, 2015 at 4:09 AM, Corinna Vinschen >> >> > --ne

Re: cygrunsrv - services enters stopped state if underlying program exits or is killed - doesn't auto restart

2015-01-28 Thread Corinna Vinschen
On Jan 28 15:42, Kizito Porta Balanyà wrote: > 2015-01-28 12:55 GMT+01:00 Corinna Vinschen : > > On Jan 28 11:18, Corinna Vinschen wrote: > >> On Jan 27 15:02, Cary Lewis wrote: > >> > On Tue, Jan 27, 2015 at 4:09 AM, Corinna Vinschen > >> > --neverexits works, but not if the program that cygrunsrv

Re: cygrunsrv - services enters stopped state if underlying program exits or is killed - doesn't auto restart

2015-01-28 Thread Kizito Porta Balanyà
2015-01-28 12:55 GMT+01:00 Corinna Vinschen : > On Jan 28 11:18, Corinna Vinschen wrote: >> On Jan 27 15:02, Cary Lewis wrote: >> > On Tue, Jan 27, 2015 at 4:09 AM, Corinna Vinschen >> > --neverexits works, but not if the program that cygrunsrv starts is >> > stopped with a kill -9 signal. Perhaps

Re: cygrunsrv - services enters stopped state if underlying program exits or is killed - doesn't auto restart

2015-01-28 Thread Andrey Repin
Greetings, Corinna Vinschen! >> --neverexits works, but not if the program that cygrunsrv starts is >> stopped with a kill -9 signal. Perhaps the -9 signal propagates to the >> cygrunsrv.exe program? > Hmm, yes. Cygrunsrv evaluates how the service process ended, and only > if it exited the never

My apology to Corinna ... to the list

2015-01-28 Thread Houder
Hi Corinna, Perhaps I was out of line with my post (which advertised your test version of setup.exe) https://cygwin.com/ml/cygwin/2015-01/msg00369.html Perhaps I should have written, that I ALSO never 'downgrade' ... (consequently I did not test that "feature"). And now it turns out that

Re: Although advertised on a different Cygwin mailing list ...

2015-01-28 Thread Corinna Vinschen
On Jan 28 11:43, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > It has the unfortunate side-effect that downgrading packages is not > > possible anymore, and worse, the package could be silently removed. > > That's a teeny little bit more exciting action than I anticipated with > >

Re: cygrunsrv - services enters stopped state if underlying program exits or is killed - doesn't auto restart

2015-01-28 Thread Corinna Vinschen
On Jan 28 11:18, Corinna Vinschen wrote: > On Jan 27 15:02, Cary Lewis wrote: > > On Tue, Jan 27, 2015 at 4:09 AM, Corinna Vinschen > > --neverexits works, but not if the program that cygrunsrv starts is > > stopped with a kill -9 signal. Perhaps the -9 signal propagates to the > > cygrunsrv.exe pr

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005

2015-01-28 Thread Corinna Vinschen
Hi Denis, On Jan 28 11:20, Denis Excoffier wrote: > On 2015-01-24 17:45, Denis Excoffier wrote: > 2) why is the build of cygserver impacted by something that takes >place at the root directory (see "Trying implicit prerequisite > '/version.cc'." in >https://cygwin.com/ml/cygwin/2015-01/ms

Re: Although advertised on a different Cygwin mailing list ...

2015-01-28 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > It has the unfortunate side-effect that downgrading packages is not > possible anymore, and worse, the package could be silently removed. > That's a teeny little bit more exciting action than I anticipated with > my change. With your second patch the orphan

[ANNOUNCEMENT] Updated: cygrunsrv-1.62-1

2015-01-28 Thread Corinna Vinschen
I've updated the cygrunsrv package to 1.62-1. This version applies the --neverexits option additionally to situations in which the service process has been terminated by an unexpected signal. Addresses: https://cygwin.com/ml/cygwin/2015-01/msg00385.html Have fun, Corinna -- Corinna Vin

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005

2015-01-28 Thread Denis Excoffier
On 2015-01-24 17:45, Denis Excoffier wrote: > > On 2015-01-22 23:07, Denis Excoffier wrote: >> >> % /usr/bin/ls / >> /usr/bin/ls: reading directory /: No such file or directory >> (regular ls output follows) >> % >> > I reinstalled cygwin completely. > The problem is now vanished. > > No idea w

Re: cygrunsrv - services enters stopped state if underlying program exits or is killed - doesn't auto restart

2015-01-28 Thread Corinna Vinschen
On Jan 27 15:02, Cary Lewis wrote: > On Tue, Jan 27, 2015 at 4:09 AM, Corinna Vinschen > wrote: > > On Jan 26 11:14, Cary Lewis wrote: > >> I am using cygrunsrv to install a windows service that creates an ssh > >> tunnel. > >> > >> I have configured the service to auto-restart on failures using

Re: Although advertised on a different Cygwin mailing list ...

2015-01-28 Thread Corinna Vinschen
On Jan 27 16:55, Warren Young wrote: > On Jan 27, 2015, at 7:07 AM, Andrey Repin wrote: > > >>> On Jan 27 12:11, Houder wrote: > Corinna wrote (on a different Cygwin mailing list, which I am not > supposed to read): > >>> > >>> Haha. The cygwin-apps list is publically archived for a r