Re: BUG: bash_completion package consistently omitting critical file

2021-01-08 Thread Marco Atzeri via Cygwin
please reply to the mailing list On 08.01.2021 09:04, matthew patton wrote: What is the output of :     cygcheck -c bash-completion well that's friggin' annoying. It came up blank. So I went back to the installer and it's not selected. And yet every time I install Cygwin I select it and I al

Re: problem using gcc-core for compile qemu

2021-01-08 Thread Arthur Norman via Cygwin
I can't use virtualbx because what I need is to emulate the aarch64 architecture, I don't want to use binaries compiled by others, one of the reasons is that those binaries don't include sd-card emulation support... This is perhaps an off-topic response as regards compiling things on cygwin, but

gdb doesn't print the output on the terminal

2021-01-08 Thread Gaetano Buldo via Cygwin
Hello, I installed Cygwin for 64bit window, and the following tools in order to build and debug c programs using eclipse. gcc 9.3.0-2 make 4.3-1 gdb 9.2-1 It seems like the gdb program doesn't print on the terminal. When i run gdb --version a get an empty string on the terminal When i run gdb, i ca

Re: gdb doesn't print the output on the terminal

2021-01-08 Thread Marco Atzeri via Cygwin
On 08.01.2021 10:20, Gaetano Buldo via Cygwin wrote: Hello, I installed Cygwin for 64bit window, and the following tools in order to build and debug c programs using eclipse. gcc 9.3.0-2 why not the version 10 ? make 4.3-1 gdb 9.2-1 It seems like the gdb program doesn't print on the terminal.

[ANNOUNCEMENT] Updated: GraphicsMagick-1.3.36-1

2021-01-08 Thread Marco Atzeri via Cygwin-announce via Cygwin
Version 1.3.36-1 of GraphicsMagick libGraphicsMagick-devel libGraphicsMagick3 libGraphicsMagick++12 libGraphicsMagickWand2 perl-Graphics-Magick have been uploaded for cygwin CHANGES Upstream security and bug fixes release http://www.graphicsmagick.org/NEWS.html#december-26-2020

Limitation of setenv for tcsh: Too many arguments

2021-01-08 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
Dear all, There is a limitation for tcsh (setenv: Too many arguments) to set the PATH environmental variable as you can see in the attached file with the steps to reproduce it. It probably looks like tcsh limitation and not Cygwin. The "set path=( ${HOME}/bin $path)" is not complaining and sets

Re: misterious GIT failure

2021-01-08 Thread Adam Dinwoodie
On Friday 08 January 2021 at 02:13 am +, matthew patton via Cygwin wrote: > I've been using cygwin since like 20 years ago and do everything in > it. A couple days ago my Git program mysteriously stopped working. I > can see (GIT_TRACE=1) it invoke SSH and HTTPS connections just fine > but it f

Re: Limitation of setenv for tcsh: Too many arguments

2021-01-08 Thread ASSI
KAVALAGIOS Panagiotis (EEAS-EXT) writes: > There is a limitation for tcsh (setenv: Too many arguments) to set the > PATH environmental variable as you can see in the attached file with > the steps to reproduce it. It probably looks like tcsh limitation and > not Cygwin. The "set path=( ${HOME}/bin

RE: Limitation of setenv for tcsh: Too many arguments

2021-01-08 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
> -Original Message- > From: Cygwin On Behalf Of ASSI > Sent: 08 January 2021 11:39 > > KAVALAGIOS Panagiotis (EEAS-EXT) writes: > > There is a limitation for tcsh (setenv: Too many arguments) to set the > > PATH environmental variable as you can see in the attached file with > > the step

Re: gdb doesn't print the output on the terminal

2021-01-08 Thread Marco Atzeri via Cygwin
On 08.01.2021 12:46, Gaetano Buldo wrote: Hi Marco, i attach the files. I a first moment I installed the last versions of all the tools, after that i tried install other version. That's why my current version of gcc is 9.3.0-2. I removed  some sensitive info, i putted . Thanks, Gaetano

Re: problem using gcc-core for compile qemu

2021-01-08 Thread Eliot Moss
On 1/8/2021 3:42 AM, Arthur Norman via Cygwin wrote: >> I can't use virtualbx because what I need is to emulate >> the aarch64 architecture, I don't want to use binaries compiled by >> others, one of the reasons is that those binaries don't include sd-card emulation support... > This is perhaps a

Re: problem using gcc-core for compile qemu

2021-01-08 Thread Marco Atzeri via Cygwin
On 08.01.2021 14:06, Eliot Moss wrote: On 1/8/2021 3:42 AM, Arthur Norman via Cygwin wrote: >> I can't use virtualbx because what I need is to emulate >> the aarch64 architecture, I don't want to use binaries compiled by >> others, one of the reasons is that those binaries don't include I

Re: Limitation of setenv for tcsh: Too many arguments

2021-01-08 Thread Eliot Moss
On 1/8/2021 5:13 AM, KAVALAGIOS Panagiotis (EEAS-EXT) wrote: > Dear all, > > There is a limitation for tcsh (setenv: Too many arguments) to set the PATH environmental variable as you can see in the attached file with the steps to reproduce it. It probably looks like tcsh limitation and not Cygwi

FW: NoMa: Service 311-ntp on host trastratumts1.musgravegroup.net is UNKNOWN

2021-01-08 Thread Bourke, Richard (SCM)
-Original Message- From: g...@gwkmon.musgravegroup.net Sent: Friday 8 January 2021 14:04 To: SCM Team Subject: NoMa: Service 311-ntp on host trastratumts1.musgravegroup.net is UNKNOWN * NoMa * ID: 146297 Notification Type: PROBLEM Service: 311-ntp Host: trastratumts1.musgrav

Re: FW: NoMa: Service 311-ntp on host trastratumts1.musgravegroup.net is UNKNOWN

2021-01-08 Thread cygwinautoreply--- via Cygwin
>-Original Message- >From: g...@gwkmon.musgravegroup.net >Sent: Friday 8 January 2021 14:04 >To: SCM Team >Subject: NoMa: Service 311-ntp on host trastratumts1.musgravegroup.net is >UNKNOWN >* NoMa * >ID: 146297 >Notification Type: PROBLEM >Service: 311-ntp >Host: trastratum

Re: gdb doesn't print the output on the terminal

2021-01-08 Thread Gaetano Buldo via Cygwin
I used cygwin64 terminal (C:\cygwin64\bin\mintty.exe) to generate these files. I tried gdb on both cygwin64 terminal and window command prompt. I don't get any output on both of them Il giorno ven 8 gen 2021 alle ore 14:04 Marco Atzeri ha scritto: > On 08.01.2021 12:46, Gaetano Buldo wrote: > >

[ANNOUNCEMENT] [ANNOUNCEMENT] Stable: wxWidgets3.0 3.0.5.1-1

2021-01-08 Thread Hamish McIntyre-Bhatty via Cygwin-announce via Cygwin
Version 3.0.5.1-1 of "wxWidgets3.0" has been marked as stable. wxWidgets3.0 is a cross-platform GUI toolkit for GTK written in C++. This update provides the following packages: - wxWidgets3.0 (source package). - wxWidgets3.0-debuginfo - wxWidgets3.0-doc - libwx_baseu3.0_0 - libwx_baseu3.0-de

[ANNOUNCEMENT] [ANNOUNCEMENT] Stable: python3-wx-4.0.7.post2-4

2021-01-08 Thread Hamish McIntyre-Bhatty via Cygwin-announce via Cygwin
Version 4.0.7.post2-4 of "python3-wx" has been marked as stable. python3-wx is the Python 3 version of the cross-platform GUI toolkit, wxPython. This is the fourth revision, and it provides the following packages: python3-wx (the source package) python3-wx-common (common files) python3-wx-debu

[ANNOUNCEMENT] [ANNOUNCEMENT] Stable: python-wx-3.0.2.0-6

2021-01-08 Thread Hamish McIntyre-Bhatty via Cygwin-announce via Cygwin
Version 3.0.2.0-6 of "python-wx" has been marked as stable. python-wx is the Python 2 version of the cross-platform GUI toolkit, wxPython. This is the sixth revision, and it provides the following packages: python-wx (the source package) python2-wx (obsolete) python2-wxversion python2-wx3.0

Re: misterious GIT failure

2021-01-08 Thread Achim Gratz
matthew patton via Cygwin writes: > I've been using cygwin since like 20 years ago and do everything in > it. A couple days ago my Git program mysteriously stopped working. I > can see (GIT_TRACE=1) it invoke SSH and HTTPS connections just fine > but it fails with a short-read/write when it's time

Re: Limitation of setenv for tcsh: Too many arguments

2021-01-08 Thread Achim Gratz
KAVALAGIOS Panagiotis (EEAS-EXT) writes: > Why do you say both? I don't add /usr/bin anywhere. Your other example with the $path csh variable doesn't quote $path, which you must do with the quote modifier rather than actual quotes, so $path:q because it is an wordlist var. Also see the -f / -l op

Re: Limitation of setenv for tcsh: Too many arguments

2021-01-08 Thread Brian Inglis via Cygwin
On 2021-01-08 06:21, Eliot Moss wrote: On 1/8/2021 5:13 AM, KAVALAGIOS Panagiotis (EEAS-EXT) wrote: > Dear all, > > There is a limitation for tcsh (setenv: Too many arguments) to set the PATH environmental variable as you can see in the attached file with the steps to reproduce it. It probab

Re: problem using gcc-core for compile qemu

2021-01-08 Thread juan carlos rebate rodriguez via Cygwin
El vie, 08-01-2021 a las 08:42 +, Arthur Norman escribió: > > I can't use virtualbx because what I need is to emulate > > the aarch64 architecture, I don't want to use binaries compiled by > > others, one of the reasons is that those binaries don't include sd- > card > > emulation support... >

Re: problem using gcc-core for compile qemu

2021-01-08 Thread Lee via Cygwin
On 1/8/21, juan carlos rebate rodriguez via Cygwin wrote: > > I think I expressed myself incorrectly or I am not able to be > understood, no matter what package I choose. gcc-core does not compile > using the cygwin dll, the one that compiles for that library is cygwin- > gcc. > now I will try to

Re: problem using gcc-core for compile qemu

2021-01-08 Thread Brian Inglis
On 2021-01-08 13:54, juan carlos rebate rodriguez via Cygwin wrote: El vie, 08-01-2021 a las 08:42 +, Arthur Norman escribió: I can't use virtualbox because what I need is to emulate the aarch64 architecture, I don't want to use binaries compiled by others, one of the reasons is that those b

error running linker

2021-01-08 Thread Richard Morgan via Cygwin
Hi, While running an ant build cc task (cpptasks: Compile tasks for Apache Ant - cc (sourceforge.net) ), when it reached the Link step I received the following output: Starting Link     1 [main] 5672 find_fast_cwd:

Re: error running linker

2021-01-08 Thread cygwinautoreply--- via Cygwin
>Hi, >While running an ant build cc task (cpptasks: Compile tasks for Apache >Ant - cc (sourceforge.net) >), when >it reached the Link step I received the following output: >Starting Link >                 1 [main

Re: error running linker

2021-01-08 Thread Tres Finocchiaro via Cygwin
If this command is getting its parameter from a previous command, make sure to sanitize the stderr that comes from Cygwin. Normally, this isn't a problem, but ant specifically included stderr and stdout together when parsing a command. https://github.com/java-native-access/jna/commit/2714a017c9fa

Re: misterious GIT failure

2021-01-08 Thread Andrey Repin
Greetings, matthew patton! > Adam Dinwoodie wrote: >> This looks like some sort of problem writing to disk to me.  Where are >> you storing your Git repositories?  Is it on a regular NTFS disk > plain NTFS (win10 exterprise) with hundreds of GB free. I blew away > contents of /tmp just to make su