Mail delivery failed: returning message to sender

2023-11-27 Thread Mail Delivery System via Cygwin
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: cygwin@cygwin.com host sourceware.org [8.43.85.97] SMTP error from remote mail

R install.package() bug

2023-11-27 Thread Stephen P Carrier via Cygwin
I would like to report an issue with install.packages() experienced today using the current R package. I installed R 4.3.0 on system: # uname -rs CYGWIN_NT-10.0-20348 3.4.9-1.x86_64 I tried to install the DBI package, DBI_1.1.3.tar.gz, downloaded from a mirror. I used

Re: Python C Extension Module loading issue on Cygwin

2023-11-27 Thread Eliot Moss via Cygwin
On 11/27/2023 12:49 PM, Marco Atzeri via Cygwin wrote: On 22.09.2023 08:39, Mesibo Technical via Cygwin wrote: This issue is about Python on Cygwin not using the recommended module extension. [cut] Any idea why Cygwin is using the .dll extension instead of the .pyd extension as recommended by

Re: Python C Extension Module loading issue on Cygwin

2023-11-27 Thread Marco Atzeri via Cygwin
On 22.09.2023 08:39, Mesibo Technical via Cygwin wrote: This issue is about Python on Cygwin not using the recommended module extension. [cut] Any idea why Cygwin is using the .dll extension instead of the .pyd extension as recommended by Python's official documentation? Additionally, is there

Re: Capturing a Cygwin instance from another PC

2023-11-27 Thread Brian Inglis via Cygwin
On 2023-11-27 01:24, ASSI via Cygwin wrote: Chris Wagner via Cygwin writes: If you just want to duplicate the package selection this trick is all you need. 1. Get the current list: cygcheck -cd |perl -ane '$\=","; print $F[0]' 2. Ignore the "Cygwin,Package" at the front. 3. Copy all that and

Re: SINGULAR Help Needed

2023-11-27 Thread Marco Atzeri via Cygwin
On 03.10.2023 11:10, Rambiz Khalili via Cygwin wrote: Dear Madam or Sir, Since the SINGULAR forum has stopped operating, I do not know how to get help with regards to my programming problems. Please let me know where I could direct my questions to. Is there a dedicated google group out there,

Re: Missing Python dependencies for venv standard library module

2023-11-27 Thread Marco Atzeri via Cygwin
On 10.11.2023 16:43, Adam Dinwoodie via Cygwin wrote: On Fri, Nov 10, 2023 at 02:35:16PM +, Jon Turney wrote: On 08/11/2023 16:17, Adam Dinwoodie via Cygwin wrote: Hullo, It looks like the python39 package is missing dependencies on python-setuptools-wheel and python-pip-wheel. I've not

Re: Package request fmt

2023-11-27 Thread Marco Atzeri via Cygwin
On 14.11.2023 12:23, miloskomarcevic--- via Cygwin wrote: Please package https://github.com/fmtlib/fmt See https://repology.org/project/fmt/versions Thanks, and best regards,Milos & the Exiv2 team Hi Milo, it does not work in this way. Are you volunteering yourself ? See

Mail delivery failed: returning message to sender

2023-11-27 Thread Mail Delivery System via Cygwin
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: cygwin@cygwin.com host sourceware.org [8.43.85.97] SMTP error from remote mail

Re: Command 'net user' outputs error message if PKA is used

2023-11-27 Thread Shaddy Baddah via Cygwin
Hi, On 27/11/2023 7:51 pm, tk--- via Cygwin wrote: Any idea why this is happening ? I suspect the reason is related to this long standing understanding of Cygwin: https://sourceware.org/legacy-ml/cygwin/2004-09/msg00087.html On 03/09/2004 2:13 am, Corinna Vinschen wrote: Public Key

Command 'net user' outputs error message if PKA is used

2023-11-27 Thread tk--- via Cygwin
Hi, We have observed that the command 'NET USER' issues en error message and doesn't display the computer name, even if it completes the command successfully: > User accounts for \\ Administrator

Re: Capturing a Cygwin instance from another PC

2023-11-27 Thread ASSI via Cygwin
Chris Wagner via Cygwin writes: > If you just want to duplicate the package selection this trick is all > you need. > > 1. Get the current list: cygcheck -cd |perl -ane '$\=","; print $F[0]' > 2. Ignore the "Cygwin,Package" at the front. > 3. Copy all that and put it as the command line argument