Cygwin build from source is broken since binutils-2.42-1

2024-02-12 Thread Christian Franke via Cygwin
This is not a binutils regression: A build from cygwin 3.5.0-1 src package or current newlib-cygwin git main (bfb68a9) with new binutils-2.42-1 fails with: " In file included from ../../../../winsup/utils/dumper.cc:23: /usr/include/bfd.h:2748:1: error: expected initializer before ‘ATTRIBUTE_WA

Re: Cygwin build from source is broken since binutils-2.42-1

2024-02-12 Thread Corinna Vinschen via Cygwin
On Feb 12 11:10, Christian Franke via Cygwin wrote: > This is not a binutils regression: A build from cygwin 3.5.0-1 src package > or current newlib-cygwin git main (bfb68a9) with new binutils-2.42-1 fails > with: > > " > In file included from ../../../../winsup/utils/dumper.cc:23: > /usr/include/

Re: cygport 0.36.8-1

2024-02-12 Thread Christian Franke via Cygwin
Jon Turney wrote on cygwin-announce list: The following packages have been uploaded to the Cygwin distribution: * cygport-0.36.8-1 cygport is the standard method for building and maintaining packages for the Cygwin distribution. ...   Add initial support for SOURCE_DATE_EPOCH Testcas

Re: cygport 0.36.8-1

2024-02-12 Thread ASSI via Cygwin
Christian Franke via Cygwin writes: > This requires that always the same build directory is used. Would that be solvable by using -ffile-prefix-map or is there more to it? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptations for Waldorf Q V3.00

Re: Running setup-x86_64.exe from cmd does nothing but works from cygwin itself

2024-02-12 Thread Jon Turney via Cygwin
On 12/02/2024 01:05, wsnyder--- via Cygwin wrote: I have a Windows Version 10.0.19044 Build 19044 system with Cygwin installed a while ago. Opening the cygwin terminal (which works fine), I see it is running: CYGWIN_NT-10.0-19044 version 3.3.6-341.x86_64 (corinna@calimero) (gcc version 11.2.0 2

Re: cygport 0.36.8-1

2024-02-12 Thread Jon Turney via Cygwin
On 12/02/2024 16:49, ASSI via Cygwin wrote: Christian Franke via Cygwin writes: This requires that always the same build directory is used. Would that be solvable by using -ffile-prefix-map or is there more to it? That should now be used in 0.36.8, so something else leaking the local build

Re: Running setup-x86_64.exe from cmd does nothing but works from cygwin itself

2024-02-12 Thread matthew patton via Cygwin
> If you really suspect some AV problems, it may help to try the> uncompressed > setup executable, available from [1] Huh, when did this start? Nobody pays by BW anymore so what was the rationale behind a "self altering" executable? No wonder it would experience havoc in an A/V environment sin

Cygwin installer hangs when running post-install scripts

2024-02-12 Thread Kevin Ushey via Cygwin
Hello, I'm seeing an issue when attempting to install Cygwin where the installer hangs while trying to run postinstall scripts (more specifically, /etc/postinstall/0p_000_autorebase.dash). When the hang occurs, I see a 'dash.exe' process chewing up 100% of a CPU. If I attach to the process with Wi

Re: Running setup-x86_64.exe from cmd does nothing but works from cygwin itself

2024-02-12 Thread Brian Inglis via Cygwin
On 2024-02-12 14:37, matthew patton via Cygwin wrote: On Monday, February 12, 2024 at 02:44:16 PM EST, Jon Turney via Cygwin wrote: On 12/02/2024 01:05, wsnyder--- via Cygwin wrote: I have a Windows Version 10.0.19044 Build 19044 system with Cygwin installed a while ago. Opening the cygwin ter

Win32 account SID lookup if user and group have the same name?

2024-02-12 Thread Dan Shelton via Cygwin
Hello! How can I get the SID for either user XOR group if both have the same name? Remember Cygwin, as Unix and Linux, allow that a user "danfsh" can have his own group "danfsh". That works fine there, but on Win32 there is only LookupAccountSidA() which has no way to distinguish whether you want

Re: Running setup-x86_64.exe from cmd does nothing but works from cygwin itself

2024-02-12 Thread wsnyder--- via Cygwin
Downloading and running as administrator the uncompressed version from https://cygwin.com/setup/ (https://cygwin.com/setup/) solved the setup-x86_64.exe "doing nothing". Thanks for your help. February 12, 2024 4:37 PM, "matthew patton" mailto:patto...@yahoo.com?to=%22matthew%20patton%22%20)> wr