Re: Urgent gcc update to GCC 13.3

2024-07-06 Thread gs-cygwin.com--- via Cygwin
On Sat, Jul 06, 2024 at 09:53:00PM +0200, Mark Liam Brown via Cygwin wrote: > Greetings! > > Cygwin gcc is currently stuck at version 11.4: > $ gcc --version > gcc (GCC) 11.4.0 > > I would politely request an urgent update to GCC 13.3 (not 14.1, 13.3 > is considered mature), as 11.4 causes severe

Re: Parse output of "net use", but language varies - force language for "net use"?

2024-07-20 Thread gs-cygwin.com--- via Cygwin
On Sat, Jul 20, 2024 at 04:56:56PM +0200, Mark Liam Brown via Cygwin wrote: > On Sat, Jul 20, 2024 at 4:31 PM Bill Stewart via Cygwin > wrote: > > > > On Sat, Jul 20, 2024 at 7:45 AM Mark Liam Brown via Cygwin wrote: > > > > I am trying to parse the output of "net use" in a bash script, but hit >

open /dev/null O_NOFOLLOW fails with ELOOP

2022-12-21 Thread gs-cygwin.com--- via Cygwin
open /dev/null O_NOFOLLOW fails with ELOOP Windows 10, 64-bit cygwin Failed with my existing install, then I ran setup.exe, updated to latest, and my tests still failed. a.c --- #include #include #include int main (void) { int fd = open("/dev/null", O_RDWR | O_NOFOLLOW, 0); if (fd <

Re: open /dev/null O_NOFOLLOW fails with ELOOP

2022-12-21 Thread gs-cygwin.com--- via Cygwin
On Wed, Dec 21, 2022 at 03:29:42PM +0100, Corinna Vinschen via Cygwin wrote: > Hi Glenn, > > On Dec 21 12:31, Corinna Vinschen via Cygwin wrote: > > On Dec 21 06:15, gs-cygwin.com--- via Cygwin wrote: > > > open /dev/null O_NOFOLLOW fails with ELOOP > > >

Re: Question about slow access to file information

2023-01-14 Thread gs-cygwin.com--- via Cygwin
On Sun, Jan 15, 2023 at 12:05:10PM +1100, Eliot Moss via Cygwin wrote: > On 1/15/2023 3:38 AM, Christian Franke via Cygwin wrote: > > Eliot Moss via Cygwin wrote: > > > I have a separate drive mounted this way: > > > > > > d:/ /cygdrive/d ntfs binary,posix=0,user,noacl,auto 0 0 > > > > > > One th

Re: [FEEDBACK] Issue with fd_set, FD_ZERO, FD_SET, FD_SETSIZE : Cygwin

2023-02-06 Thread gs-cygwin.com--- via Cygwin
On Tue, Feb 07, 2023 at 04:25:22AM +0800, Yeo Kai Wei via Cygwin wrote: > Hi, > > I would like to report an issue with Cygwin 3.4.2 on Windows. > > It doesn't seem to be able to work with  fd_set, FD_ZERO, FD_SET, FD_SETSIZE > macros. > > The code is in italics. The filename was selectStdIn.c. T

Re: [FEEDBACK] Issue with fd_set, FD_ZERO, FD_SET, FD_SETSIZE : Cygwin

2023-02-06 Thread gs-cygwin.com--- via Cygwin
On Tue, Feb 07, 2023 at 04:33:53AM +0800, Yeo Kai Wei wrote: > Hi All, > > Thanks for the help. > > I tried adding "#include ". > > However, this is the error message that was returned to me. > > $ gcc -o selectStdIn selectStdIn.c > selectStdIn.c:9:10: fatal error: sys/select.h: No such file or

Re: [FEEDBACK] Issue with fd_set, FD_ZERO, FD_SET, FD_SETSIZE : Cygwin

2023-02-06 Thread gs-cygwin.com--- via Cygwin
On Tue, Feb 07, 2023 at 07:03:23AM +0800, Yeo Kai Wei wrote: > > On 7/2/2023 4:59 am, gs-cygwin@gluelogic.com wrote: > > On Tue, Feb 07, 2023 at 04:33:53AM +0800, Yeo Kai Wei wrote: > > > Hi All, > > > > > > Thanks for the help. > > > > > > I tried adding "#include ". > > > > > > However, t

Re: posix_spawn facility

2023-04-20 Thread gs-cygwin.com--- via Cygwin
On Mon, Apr 17, 2023 at 08:44:51PM +0200, Bruno Haible via Cygwin wrote: > Btw, there are two more functions in the posix_spawn family meanwhile: > * posix_spawn_file_actions_addchdir_np > implemented by glibc [1], musl libc, macOS, FreeBSD [2], Solaris ≥ 11.3 > used by a few packages (Fi

Re: posix_spawn facility

2023-04-20 Thread gs-cygwin.com--- via Cygwin
On Thu, Apr 20, 2023 at 04:40:52PM +0200, Corinna Vinschen via Cygwin wrote: > On Apr 20 16:21, Corinna Vinschen via Cygwin wrote: > > On Apr 20 12:18, Bruno Haible via Cygwin wrote: > > > The "inheritable handles" is a data structure that allows for the > > > arbitrary reshuffling of fil

Re: posix_spawn facility

2023-04-20 Thread gs-cygwin.com--- via Cygwin
On Thu, Apr 20, 2023 at 04:58:20PM +0200, Bruno Haible via Cygwin wrote: > Corinna Vinschen wrote: > > > Hmm. Your code uses lpReserved2 for that, but the functionality is > > > one implemented in MSVCRT. For obvious reasons, Cygwin executables > > > are not linked against msvcrt.dll and we're us

Re: posix_spawn facility

2023-04-20 Thread gs-cygwin.com--- via Cygwin
On Thu, Apr 20, 2023 at 05:40:52PM +0200, Corinna Vinschen via Cygwin wrote: > On Apr 20 16:58, Bruno Haible via Cygwin wrote: > > Corinna Vinschen wrote: > > > > Hmm. Your code uses lpReserved2 for that, but the functionality is > > > > one implemented in MSVCRT. For obvious reasons, Cygwin exec

Re: posix_spawn facility

2023-04-20 Thread gs-cygwin.com--- via Cygwin
On Thu, Apr 20, 2023 at 09:31:38PM +0200, Bruno Haible wrote: > Glenn wrote: > > > > https://learn.microsoft.com/en-us/windows/win32/api/winbase/ns-winbase-startupinfoexa > > > > > > > > and the PROC_THREAD_ATTRIBUTE_HANDLE_LIST argument described in > > > > > > > > https://learn.microsoft.com/en

Re: posix_spawn facility

2023-05-10 Thread gs-cygwin.com--- via Cygwin
On Thu, Apr 20, 2023 at 03:14:59AM -0400, gs-cygwin@gluelogic.com wrote: > On Mon, Apr 17, 2023 at 08:44:51PM +0200, Bruno Haible via Cygwin wrote: > > Btw, there are two more functions in the posix_spawn family meanwhile: > > * posix_spawn_file_actions_addchdir_np > > implemented by glib

Re: posix_spawn facility

2023-05-10 Thread gs-cygwin.com--- via Cygwin
On Thu, Apr 20, 2023 at 04:00:15PM -0400, gs-cygwin@gluelogic.com wrote: > On Thu, Apr 20, 2023 at 09:31:38PM +0200, Bruno Haible wrote: > > Glenn wrote: > > > > > https://learn.microsoft.com/en-us/windows/win32/api/winbase/ns-winbase-startupinfoexa > > > > > > > > > > and the PROC_THREAD_ATTR

Re: [ANNOUNCEMENT] Updated: lighttpd-1.4.70

2023-05-19 Thread gs-cygwin.com--- via Cygwin
On Sat, May 20, 2023 at 12:38:33AM +0300, Oleksandr Gavenko via Cygwin wrote: > On 2023-05-10, Glenn Strauss via Cygwin wrote: > > > lighttpd 1.4.70: > > speed up CGI spawning; native Windows build (experimental); bugfixes > > What does "native Windows build"? > > Seems lighttpd is still Cygwi

Re: iostream doesn't work (clang++)

2023-07-07 Thread gs-cygwin.com--- via Cygwin
On Fri, Jul 07, 2023 at 04:48:08PM +0100, Jon Turney via Cygwin wrote: > On 06/07/2023 00:08, Brian Inglis via Cygwin wrote: > > > > I have no idea why both compilers would include w32api headers as if > > they were building Mingw cross compilers! > > You are allowed to use the Win32 API in Cygwi

Re: Ruby EOL in Cygwin 3.4.9?

2023-10-11 Thread gs-cygwin.com--- via Cygwin
On Wed, Oct 11, 2023 at 09:55:04PM -0500, Eric D Hendrickson via Cygwin wrote: > Sorry for the unclarity - I meant this for the whole list - not just you. > > Thank you so much for taking the time to respond. Like you said, this > really is all volunteers. > > For the whole list: > > Totally ta

Re: Ruby EOL in Cygwin 3.4.9?

2023-10-11 Thread gs-cygwin.com--- via Cygwin
On Wed, Oct 11, 2023 at 11:15:40PM -0500, Eric D Hendrickson wrote: > Hello, > > Thanks for your reply. Again, to the point that this is an all volunteer > effort. > > And not taking away from any of what you said. > > However, sorry I was not more clear. The issue here is as follows. > > Is

Re: sqlite3 outdate

2023-10-13 Thread gs-cygwin.com--- via Cygwin
On Fri, Oct 13, 2023 at 11:46:25AM +0200, xvac--- via Cygwin wrote: > thank your reply, > > I have use cygwin long time, it's a great project. > > If i want to help cygwin, what can i do? > > how can i join cygwin team? > thanks again. Adam recently posted the following excellent answer for ano

Re: vim: errors launching "/usr/bin/vi

2023-12-20 Thread gs-cygwin.com--- via Cygwin
On Wed, Dec 20, 2023 at 02:23:49PM -0500, Lee via Cygwin wrote: > If anyone has access to a redhat linux system, do they 'alias vi=vim' > or put vi under /etc/alternatives? FYI: neither. $ cat /etc/fedora-release Fedora release 39 (Thirty Nine) $ cat /usr/bin/vi #!/usr/bin/sh # run vim if: # -

Re: where is parted?

2024-01-11 Thread gs-cygwin.com--- via Cygwin
On Thu, Jan 11, 2024 at 12:38:29PM +0100, Matthias--- via Cygwin wrote: > fdisk reports the same partition type as sfdisk. It report "Microsoft basic > data" for NTFS as well > as for FAT32 partitions. > > Am Donnerstag, dem 11.01.2024 um 11:56 +0100 schrieb Christian Franke via > Cygwin: > > Ma

Re: Will all SIDs fit into |SECURITY_MAX_SID_SIZE| bytes ? / was: Re: Switching groups with newgrp - how to get the new group with |GetTokenInformation()| ?

2024-02-25 Thread gs-cygwin.com--- via Cygwin
On Sun, Feb 25, 2024 at 10:04:29PM +0100, Roland Mainz via Cygwin wrote: > On Sat, Feb 24, 2024 at 7:57 PM Corinna Vinschen via Cygwin > wrote: > > > > On Feb 24 15:38, Roland Mainz via Cygwin wrote: > > > On Thu, Feb 22, 2024 at 8:11 PM Corinna Vinschen via Cygwin > > > wrote: > > > > On Feb 22

Re: Will all SIDs fit into |SECURITY_MAX_SID_SIZE| bytes ? / was: Re: Switching groups with newgrp - how to get the new group with |GetTokenInformation()| ?

2024-02-25 Thread gs-cygwin.com--- via Cygwin
On Sun, Feb 25, 2024 at 05:32:32PM -0500, Glenn Strauss via Cygwin wrote: > On Sun, Feb 25, 2024 at 10:04:29PM +0100, Roland Mainz via Cygwin wrote: > > On Sat, Feb 24, 2024 at 7:57 PM Corinna Vinschen via Cygwin > > wrote: > > > > > > On Feb 24 15:38, Roland Mainz via Cygwin wrote: > > > > On Thu

Does gcc now depend on libintl-devel ?

2024-02-25 Thread gs-cygwin.com--- via Cygwin
Does gcc now depend on libintl-devel ? Is this dependency declared? Along with the release of cygwin 3.5.0, my CI on github started failing, where autoconf would report that a working C compiler was not found for the Cygwin build. The github workflow in question: search for "Windows-Cygwin" in h

Re: Native posix_spawn() in Cygwin?

2024-02-26 Thread gs-cygwin.com--- via Cygwin
On Tue, Feb 27, 2024 at 06:54:42AM +0100, Dan Shelton via Cygwin wrote: > On Tue, 27 Feb 2024 at 06:47, Brian Inglis via Cygwin > wrote: > > > > On 2024-02-26 20:23, Dan Shelton via Cygwin wrote: > > > Does Cygwin implement a native, i.e. without form(),exec(), > > > implementation of posix_spaw

Re: Does gcc now depend on libintl-devel ?

2024-02-26 Thread gs-cygwin.com--- via Cygwin
On Mon, Feb 26, 2024 at 10:49:55AM -0700, Brian Inglis via Cygwin wrote: > On 2024-02-25 21:33, gs-cygwin.com--- via Cygwin wrote: > > Does gcc now depend on libintl-devel ? Is this dependency declared? > > > > Along with the release of cygwin 3.5.0, my CI on github start

Re: Why python > 36 so many dependencies?

2024-04-25 Thread gs-cygwin.com--- via Cygwin
On Thu, Apr 25, 2024 at 10:19:05AM -0400, Peter Lai via Cygwin wrote: > Why does installing python > py36 result in bringing in so many > dependencies like libXdmcp etc, when the intent is to just run python > interpreter from cli? Is this because of the way it's built for cygwin? I > build python