Re: setting up new PC under Windows 11?

2022-02-17 Thread Andrey Repin
Greetings, Lester Ingber! > Since I have always relied on my same USERID Or user name? > to tar up and restore most > of my Cygwin info, I question how to do that going forward? For > example, if I simply added a soft link under C:\Users\USERID_11 to my > current USERID, would that suffice?: >

Re: setting up new PC under Windows 11?

2022-02-17 Thread Russell VT
I believe all you need to do is to make sure your /etc/passwd file links whatever account you want to use to the proper Cygwin UserID (ie. the one listed in the tar file, if you want the "-p" flag to work in a predictable fashion). On Thu, Feb 17, 2022 at 3:21 PM Lester Ingber via Cygwin wrote:

setting up new PC under Windows 11?

2022-02-17 Thread Lester Ingber via Cygwin
I just read in https://arstechnica.com/gadgets/2022/02/new-preview-build-adds-microsoft-account-requirement-to-windows-11-pro/ that: "But tucked away toward the bottom of the changelog is one unwelcome addition: like the Home edition of Windows 11, the Pro version will now require an Internet

Re: [:xdigit:] does not work with std::wstring in a Cygwin environment

2022-02-17 Thread Hans-Bernhard Bröker
Am 15.02.2022 um 02:36 schrieb Hans-Bernhard Bröker: Am 13.02.2022 um 19:25 schrieb Achim Gratz: There is no OS specific configuration for Cygwin explicitly, instead there is one for newlib that actually gets used. This piqued my curiosity, so I had a look at how libstdc++ is built.  I

Re: openldap cygwin packages

2022-02-17 Thread ASSI
Joshua Dunbar writes: > Why was openldap-server > (https://www.cygwin.com/packages/summary/openldap-server.html) > considered obsoleted by > (https://www.cygwin.com/packages/summary/openldap.html)? The openldap > package only contains the client utilities. I am in need of slapd (the > ldap

Re: Trouble trying to compile apache2

2022-02-17 Thread Scott Wood
I get that error using the dist (cygwin) copy. It's the reason i tried compiling from scratch in the first place as I couldn't find anything other then very techie explanations of running sysv memory configuration tools on unix (read: non-cygwin) systems to fix Mutex allocation errors. I finally

Re: Inconsistent handling of python3-module vs python3x-module packages

2022-02-17 Thread Jon Turney
On 16/02/2022 11:45, marco atzeri wrote: On Wed, Feb 16, 2022 at 12:11 PM Adam Dinwoodie wrote: While wrangling a bunch of Python packages for my Cygwin installation, I've noticed an inconsistency about how python3 vs python3x packages are installed. Only one ? ;-) As an example: the

Re: Trouble trying to compile apache2

2022-02-17 Thread Jon Turney
On 14/02/2022 22:25, Scott Wood wrote: I'm trying to compile a current version of apache2 httpd under the cygwin64 environment. There is an older version of apache2 compiled in cygwin but it's orphaned and didn't include some of the ssl libs I needed. When I try to compile it's failing when

openldap cygwin packages

2022-02-17 Thread Joshua Dunbar
Hey, Why was openldap-server (https://www.cygwin.com/packages/summary/openldap-server.html) considered obsoleted by (https://www.cygwin.com/packages/summary/openldap.html)? The openldap package only contains the client utilities. I am in need of slapd (the ldap standalone daemon) which was

Re: Package request: python-pytest-mock

2022-02-17 Thread Adam Dinwoodie
On Thu, Feb 17, 2022 at 08:11:31AM +0100, Marco Atzeri wrote: > On 16.02.2022 12:55, Adam Dinwoodie wrote: > > On Wed, Feb 16, 2022 at 12:49:05PM +0100, marco atzeri wrote: > > > On Wed, Feb 16, 2022 at 12:16 PM Adam Dinwoodie wrote: > > > > > > > > As part of pulling some of the packages I

RE: too many level of symbolic links

2022-02-17 Thread Andreas Heckel
> Of Corinna Vinschen > Sent: Thursday, February 17, 2022 1:00 PM > To: cygwin@cygwin.com > Subject: Re: too many level of symbolic links > > On Feb 17 11:41, Andreas Heckel wrote: > > > > > > > Of Oskar Skog > > > Sent: Thursday, February 17, 2022 11:05 AM > > > Subject: Re: too many level of

Re: too many level of symbolic links

2022-02-17 Thread Corinna Vinschen
On Feb 17 11:41, Andreas Heckel wrote: > > > > Of Oskar Skog > > Sent: Thursday, February 17, 2022 11:05 AM > > Subject: Re: too many level of symbolic links > > > > On 2022-02-17 10:46, Andreas Heckel wrote: > > > I have a network drive mapped like > > > //hostname/share --> p: > > > > > >

Re: Can the cygwin support scipy, pandas, sympy, jupyterlab?

2022-02-17 Thread Tatsuro MATSUOKA
> - Original Message - > > From: "marco atzeri" > To: "Tatsuro MATSUOKA" > Cc: "cygwin > Date: 2022/02/17 木 19:37 > Subject: Re: Can the cygwin support scipy, pandas, sympy, jupyterlab? > > > On Thu, Feb 17, 2022 at 8:36 AM Tatsuro MATSUOKA wrote: > > > > Can the cygwin support

Re: Can the cygwin support scipy, pandas, sympy, jupyterlab?

2022-02-17 Thread Russell VT
FWIW, the general answer to "Can Cygwin do..." ... that's generally a "Yes." The REAL question is how much you want to do this on Cygwin, versus trying to do it on just a plain UNIX desktop. But, ultimately, Cygwin can get you most of the way there, pretty easily ... the very last pieces may take

RE: too many level of symbolic links

2022-02-17 Thread Andreas Heckel
> Of Oskar Skog > Sent: Thursday, February 17, 2022 11:05 AM > Subject: Re: too many level of symbolic links > > On 2022-02-17 10:46, Andreas Heckel wrote: > > I have a network drive mapped like > > //hostname/share --> p: > > > > When trying to access the network drive via cygwin I get: > > >

Re: Can the cygwin support scipy, pandas, sympy, jupyterlab?

2022-02-17 Thread marco atzeri
On Thu, Feb 17, 2022 at 8:36 AM Tatsuro MATSUOKA wrote: > > Can the cygwin support scipy, pandas, sympy, jupyterlab? > The above is very popular in scientific field but the cygwin does not have > the package. > I used the internet search and was able to install those package python pip >

Re: Package request: python-pytest-mock

2022-02-17 Thread marco atzeri
On Thu, Feb 17, 2022 at 8:11 AM Marco Atzeri wrote: > > On 16.02.2022 12:55, Adam Dinwoodie wrote: > > On Wed, Feb 16, 2022 at 12:49:05PM +0100, marco atzeri wrote: > >> On Wed, Feb 16, 2022 at 12:16 PM Adam Dinwoodie wrote: > >>> > >>> As part of pulling some of the packages I maintain up to

Re: problem executing make black

2022-02-17 Thread cygwinautoreply
>hello, >I have a problem in pycharm when I execute in Terminal: >(sensorcom) C:\wa\sensorcom>make black > 1 [main] make 2984 find_fast_cwd: WARNING: Couldn't compute FAST_CWD > pointer. Please report this problem to >the public mailing list cygwin@cygwin.com >black -l 95 --exclude

problem executing make black

2022-02-17 Thread Xavier Ciepluch
hello, I have a problem in pycharm when I execute in Terminal: (sensorcom) C:\wa\sensorcom>make black 1 [main] make 2984 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com black -l 95 --exclude

Re: too many level of symbolic links

2022-02-17 Thread Oskar Skog
On 2022-02-17 10:46, Andreas Heckel wrote: I have a network drive mapped like //hostname/share --> p: When trying to access the network drive via cygwin I get: $ ls /cygdrive/p ls: cannot open directory '/cygdrive/p': Too many levels of symbolic links Accessing the network share directly via

too many level of symbolic links

2022-02-17 Thread Andreas Heckel
I have a network drive mapped like //hostname/share --> p: When trying to access the network drive via cygwin I get: $ ls /cygdrive/p ls: cannot open directory '/cygdrive/p': Too many levels of symbolic links Accessing the network share directly via //hostname/share works as normal. I have