Re: [ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-13 Thread Brian Inglis via Cygwin
On 2023-03-13 21:44, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin wrote: Please pay close attention to how the command was shown to you, including the use of the whitespace: $ LC_MONETARY="en_ZM.utf-8" locale -ck LC_MONETARY In the terminal, when I use $LC_MONETARY = "en_ZM.utf-8"

Re: [ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-13 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
Please pay close attention to how the command was shown to you, including the use of the whitespace: > >$ LC_MONETARY="en_ZM.utf-8" locale -ck LC_MONETARY > In the terminal, when I use $LC_MONETARY = "en_ZM.utf-8" locale -ck > LC_MONETARY > Cygwin replies "-bash: LC_MONETARY: command not

Re: [ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-13 Thread Yeo Kai Wei via Cygwin
Hi Corinna, I can't update to 3.5+, I tried reinstalling using the Cygwin setup Using "uname -a", my current version is 3.4.6-1.x86_64. I assume 3.5 hasn't been released officially. May I know where to get the test release? In the terminal, when I use $LC_MONETARY = "en_ZM.utf-8" locale -ck

Re: 'bat' for cygwin

2023-03-13 Thread Corinna Vinschen via Cygwin
On Mar 10 20:29, Thomas Wolff via Cygwin wrote: > > > Am 10.03.2023 um 19:18 schrieb marco atzeri via Cygwin: > > On Fri, Mar 10, 2023 at 6:58 PM Scott Smith via Cygwin wrote: > > > Has anyone compiled bat for cygwin64? > > > > > > If not, could it be added for consideration to be added to the

Re: [ERROR] Locale Monetary Symbol Prints Wrongly on Windows : Cygwin

2023-03-13 Thread Corinna Vinschen via Cygwin
On Mar 13 08:40, Yeo Kai Wei via Cygwin wrote: > Hi All, > > May I ask if there's a bug with Cygwin and Windows currency? The en_ZM locale isn't yet supported by Cygwin. This will change with Cygwin 3.5.0. You can install the latest Cygwin test release 3.5.0-0.231.g93f70d7849b8 and retry.

RE: [EXTERNAL] Re: 3.4.6-1 shm_open always returns -1, errno EINVAL

2023-03-13 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
> > returns 3 and sets errno to zero. Note that "setting errno to zero" is not guaranteed in case of a successful completion of a library function or a system call. Generally, "errno" reflects an error that occurred last when such a call failed (so in other words, in case of a successful

Re: [ANNOUNCEMENT] Test: gcc-11.3.1+20230310-0.1

2023-03-13 Thread Ken Brown via Cygwin
On 3/11/2023 1:50 PM, Achim Gratz via Cygwin wrote: The native Gcc compilers have been updated to the latest upstream snapshot version of the gcc-11 branch: gcc-11.3.1+20230310 Thanks! I've given it a pretty good workout with builds of Emacs and TeX Live, and everything seems good so

[ANNOUNCEMENT] Test : cmake 3.25.3-1

2023-03-13 Thread marco atzeri via Cygwin-announce via Cygwin
Test version 3.25.3-1 of cmake cmake-doc cmake-gui emacs-cmake bash-completion-cmake vim-cmake are available in the Cygwin distribution. CHANGES Latest upstream release DESCRIPTION CMake is an open-source, cross-platform family of tools designed to build, test and package

Re: scallywag

2023-03-13 Thread Corinna Vinschen via Cygwin-apps
On Mar 11 11:54, Ken Brown via Cygwin-apps wrote: > On 3/11/2023 2:18 AM, Marco Atzeri via Cygwin-apps wrote: > > may I propose another PLUSH HIPPO for Jon Turney for > > implementating and maintaining scallywag ? > > Seconded! Thirded! :) Corinna

Re: [PATCH] Cygwin: Fix type mismatch on sys/cpuset.h -- relnote 3.4.6

2023-03-13 Thread Corinna Vinschen
This should go into the 3.4.7 release message... On Mar 11 15:36, Mark Geisert wrote: > --- > winsup/cygwin/release/3.4.6 | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/winsup/cygwin/release/3.4.6 b/winsup/cygwin/release/3.4.6 > index ccc168a95..ed124ed37 100644 > ---

service interruption :-(

2023-03-13 Thread marco atzeri via Cygwin-apps
Hi Guys, just to inform you that my old laptop is seriously considering to retire itself ; it froze several time this early morning. I will need to buy and configure a new laptop before being fully operative again. In the mean time if someone can upload job 5600 as test, I will appreciate. It is

Re: [PATCH] Cygwin: doc: Update postinstall/preremove scripts

2023-03-13 Thread Corinna Vinschen
Hi Jon, On Mar 8 14:17, Jon Turney wrote: > Update postinstall/preremove scripts to use CYGWIN_START_MENU_SUFFIX and > CYGWIN_SETUP_OPTIONS. It would be great if you could explain your change in the commit message... > winsup/doc/etc.postinstall.cygwin-doc.sh | 19 +++ >

Re: [PATCH] Cygwin: Fix type mismatch on sys/cpuset.h

2023-03-13 Thread Corinna Vinschen
Hi Mark, looks good to me, codewise. An additional "Fixes:" in the commit message would be great, i. e. On Mar 10 02:18, Mark Geisert wrote: > Addresses https://cygwin.com/pipermail/cygwin/2023-March/253220.html > > Take the opportunity to follow FreeBSD's and Linux's lead in recasting >

Re: disk space limit of scallywag ?

2023-03-13 Thread Jon Turney via Cygwin-apps
On 12/03/2023 22:27, Marco Atzeri via Cygwin-apps wrote: Hi Jon, will be possible to pass the token notest to the sub-command rerun ? For the time being I used SCALLYWEG="notest" Yes, e.g. 'jobs rerun --token notest 5594' Unfortunately, this can run into well known ssh quotation difficulties

Re: [PATCH] Cygwin: doc: Update postinstall/preremove scripts

2023-03-13 Thread Jon Turney
On 13/03/2023 09:31, Corinna Vinschen wrote: Hi Jon, On Mar 8 14:17, Jon Turney wrote: Update postinstall/preremove scripts to use CYGWIN_START_MENU_SUFFIX and CYGWIN_SETUP_OPTIONS. It would be great if you could explain your change in the commit message... Yeah, that's fair. How about:

Re: [PATCH] Cygwin: doc: Update postinstall/preremove scripts

2023-03-13 Thread Corinna Vinschen
On Mar 13 14:18, Jon Turney wrote: > On 13/03/2023 09:31, Corinna Vinschen wrote: > > Hi Jon, > > > > On Mar 8 14:17, Jon Turney wrote: > > > Update postinstall/preremove scripts to use CYGWIN_START_MENU_SUFFIX and > > > CYGWIN_SETUP_OPTIONS. > > > > It would be great if you could explain your

Re: Possible "stage" token for SCALLYWAG builds

2023-03-13 Thread Ken Brown via Cygwin-apps
On 2/16/2023 7:13 PM, Ken Brown via Cygwin-apps wrote: On 2/16/2023 3:31 PM, Jon Turney wrote: On 15/02/2023 21:48, Ken Brown via Cygwin-apps wrote: Jon, When building TeX Live (once a year), I have to build texlive, asymptote, and all the texlive-collection-* packages.  I currently can't

Re: service interruption :-(

2023-03-13 Thread Jon Turney via Cygwin-apps
On 13/03/2023 10:30, marco atzeri via Cygwin-apps wrote: Hi Guys, just to inform you that my old laptop is seriously considering to retire itself ; it froze several time this early morning. I will need to buy and configure a new laptop before being fully operative again. Sorry to hear that.

Test : cmake 3.25.3-1

2023-03-13 Thread marco atzeri via Cygwin-announce
Test version 3.25.3-1 of cmake cmake-doc cmake-gui emacs-cmake bash-completion-cmake vim-cmake are available in the Cygwin distribution. CHANGES Latest upstream release DESCRIPTION CMake is an open-source, cross-platform family of tools designed to build, test and package