Update to "Reporting Guidelines" on the cygwin site

2020-01-20 Thread David Finnie
Please bottom posting and trim here. (Above is copied from a recent post about a problem report.) Being a fairly new member of this mailing list, I did carefully read the guidelines about using the mailing list, but there was no mention of no top posting etc. And yes, I did top post myself

Re: Getting Python on Windows points USER_HOME

2020-01-20 Thread Marco Atzeri
Am 21.01.2020 um 06:47 schrieb R Steiger: Hi Marco, Thanks for the response. As you seemed to hint, seems my Python installation was bent: I checked your dir listing against my Cygwin root directory (C:\cygwin64), and found that neither usr/bin nor usr/lib exist (usr/include/python3.8/pyconfig.

RE: Getting Python on Windows points USER_HOME

2020-01-20 Thread R Steiger
Hi Marco, Thanks for the response. As you seemed to hint, seems my Python installation was bent: I checked your dir listing against my Cygwin root directory (C:\cygwin64), and found that neither usr/bin nor usr/lib exist (usr/include/python3.8/pyconfig.h does exist). I've made several attempt

Re: io_stream_cygfile: fopen(/etc/setup/setup.rc) failed

2020-01-20 Thread Marco Atzeri
Am 21.01.2020 um 05:58 schrieb Arpitha M: Hi Marco, Complete error as follows: $ ./configure configure: Configuring idevs 2.0.0.1 checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking for gcc... gcc checki

Re: io_stream_cygfile: fopen(/etc/setup/setup.rc) failed

2020-01-20 Thread Marco Atzeri
Am 21.01.2020 um 05:37 schrieb Arpitha M: Hi Marco, Hi Arpitha, While I am trying to configure I am getting below error: configure: Configuring id 2.0.0.1 checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin c

Re: Is there a way to clone-install Cygwin?

2020-01-20 Thread Marco Atzeri
Am 21.01.2020 um 01:58 schrieb Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin: Hi List, I have a question, is there a way to clone-install Cygwin? Like I have installed whatever packages I selected on some PC, then maintained that installation for a while, doing upgrades etc. Now I need to i

Re: io_stream_cygfile: fopen(/etc/setup/setup.rc) failed

2020-01-20 Thread Arpitha M
Hi Marco, While I am trying to configure I am getting below error: configure: Configuring id 2.0.0.1 checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking for gcc... gcc checking for C compiler default outpu

Re: Looks like GDB in Cygwin does not catch Ctrl/C correctly

2020-01-20 Thread Takashi Yano
On Tue, 21 Jan 2020 03:29:47 + "Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin"wrote: > > What is your environment? Windows version, cygwin version and etc... > $ uname -a > CYGWIN_NT-6.1 ANTON 3.1.0(0.340/5/3) 2019-12-01 05:20 x86_64 Cygwin > > Windows 7 Home; Cygwin 3.1.0 This problem can

Re: Getting Python on Windows points USER_HOME

2020-01-20 Thread Marco Atzeri
Am 21.01.2020 um 01:08 schrieb R Steiger: Having installed the latest Cygwin-built Python distro (3.8.1), it thinks user-site is C:\Users\\AppData\Roaming ... How ? the Python 3.8 available from Cygwin is under 2019-09-15 19:58 2674707 usr/bin/libpython3.8.dll 2019-09-15 19:58

RE: Looks like GDB in Cygwin does not catch Ctrl/C correctly

2020-01-20 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
> What is your environment? Windows version, cygwin version and etc... $ uname -a CYGWIN_NT-6.1 ANTON 3.1.0(0.340/5/3) 2019-12-01 05:20 x86_64 Cygwin Windows 7 Home; Cygwin 3.1.0 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentatio

Re: Looks like GDB in Cygwin does not catch Ctrl/C correctly

2020-01-20 Thread Takashi Yano
On Tue, 21 Jan 2020 03:09:19 + "Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin" wrote: > Hi All, > > Another question for tonight: > > So there's a program that basically enters a tight loop on some incorrect > input (and needs to be debugged, obviously). > > The program is otherwise rath

Looks like GDB in Cygwin does not catch Ctrl/C correctly

2020-01-20 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
Hi All, Another question for tonight: So there's a program that basically enters a tight loop on some incorrect input (and needs to be debugged, obviously). The program is otherwise rather basic, doesn't use anything outside K&R C RTL. When I run the program under gdb, I want to interrupt it w

RE: Is there a way to clone-install Cygwin?

2020-01-20 Thread Brent Epp
Fair enough. I don't think I've encountered any scripts that modify the system in my use of cygwin, so I didn't think of it. You're correct, "mostly portable" is more accurate. On January 20, 2020 20:33:22 "Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin" wrote: Cygwin is totally portab

Re: Cygwin 3.1.2: Every call of exec(2) in the session starts to create a console window after some TTY outputs from programs compiled with "-mwindows"

2020-01-20 Thread Takashi Yano
On Tue, 21 Jan 2020 10:30:48 +0800 Koichi Murase wrote: > 2020年1月20日(月) 15:17 Marco Atzeri: > > > > I can not replicate with latest snapshot > > > > $ uname -a > > CYGWIN_NT-10.0 LAPTOP-82F08ILC 3.1.2s(0.340/5/3) 2020-01-14 16:33 x86_64 > > Cygwin > > > > $ mintty --version > > mintty 3.1.0 (x86_64

RE: Is there a way to clone-install Cygwin?

2020-01-20 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
> Cygwin is totally portable! I wouldn't be so sure, as some package installation scripts do modify the actual system, which is not contained within the Cygwin installation tree. But mostly it is indeed portable. > You can simply copy the installation folder If you think that didn't occur to me

Re: Cygwin 3.1.2: Every call of exec(2) in the session starts to create a console window after some TTY outputs from programs compiled with "-mwindows"

2020-01-20 Thread Koichi Murase
2020年1月20日(月) 15:17 Marco Atzeri : > > I can not replicate with latest snapshot > > $ uname -a > CYGWIN_NT-10.0 LAPTOP-82F08ILC 3.1.2s(0.340/5/3) 2020-01-14 16:33 x86_64 > Cygwin > > $ mintty --version > mintty 3.1.0 (x86_64-pc-cygwin) > ... > > $ for i in {0..99}; do date; done | uniq -c >

Re: Is there a way to clone-install Cygwin?

2020-01-20 Thread Brent Epp
Sorry, this reply was meant to go the list but I was using a different mail client and it replied directly. __ Cygwin is totally portable! You can simply copy the installation folder to another PC, copy the shortcut (edit target if needed) and it will work. I've done this n

Is there a way to clone-install Cygwin?

2020-01-20 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
Hi List, I have a question, is there a way to clone-install Cygwin? Like I have installed whatever packages I selected on some PC, then maintained that installation for a while, doing upgrades etc. Now I need to install the exact same set on another PC. Can I pull up a list and use it in a so

Getting Python on Windows points USER_HOME

2020-01-20 Thread R Steiger
Having installed the latest Cygwin-built Python distro (3.8.1), it thinks user-site is C:\Users\\AppData\Roaming ... For all the usual reasons (and I'm confident like many of y'all) I strongly prefer having user-site = ~, i.e. *nix-style. I've munged Lib/site.py and sysconfig.py to set base

[ANNOUNCEMENT] Test: make-4.3-1

2020-01-20 Thread Marco Atzeri
Version 4.3-1 of make is available as Test in the Cygwin distribution DESCRIPTION A GNU tool for controlling the generation of executables and other non-source files of a program from the program's source files. Make allows users to build and install packages without any significant knowledge

[ANNOUNCEMENT] Updated: mc-4.8.24-1

2020-01-20 Thread Marco Atzeri
Version mc-4.8.24-1 of Midnight Commander has been uploaded for cygwin CHANGES This is a upstream bugfix release https://www.midnight-commander.org/wiki/NEWS-4.8.24 DESCRIPTION GNU Midnight Commander is a visual file manager. It's a feature rich full-screen text mode application that allows you

Re: BUG: exec format error: emacs

2020-01-20 Thread Ronald Fischer
I have now solved the problem by explicitly removing /usr/bin/emacs before re-installing it using Cygwin Setup. Now it indeed became a symlink (to /etc/alternatives/emacs). Ronald On Fri, Jan 17, 2020, at 17:16, Ken Brown wrote: > On 1/17/2020 10:33 AM, Ronald Fischer wrote: > > When trying to