Re: 1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com

2022-04-04 Thread Andrey Repin
Greetings, James!

> Never mind I'd say. I got the error when launching
> C:\Appz\Cygwin\Cygwin.bat

> Which is just
> @echo off

> C:
> chdir C:\Appz\Cygwin\bin

> bash --login -i

> If however I run
> C:\cygwin64\bin\mintty.exe

> It works fine.

This means you have two different Cygwin versions installed.
If you never use the other one, I strongly suggest removing it, as an unused
and unmaintained program is often a good target for various troublemakers.
And that other version of Cygwin you have IS unmaintained, judging by the
error you receive from it (which was fixed over a decade ago).

> On Sat, Apr 2, 2022 at 8:28 AM James  wrote:

>> Hi there,
>>
>>
>> I just got that error message, asking me to report it here.
>>
>>   1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute
>> FAST_CWD pointer.  Please report this problem to the public mailing list
>> cygwin@cygwin.com
>>
>> Not sure if it's interesting?


-- 
With best regards,
Andrey Repin
Monday, April 4, 2022 10:26:57

Sorry for my terrible english...


-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: 1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com

2022-04-02 Thread Brian Inglis

On 2022-04-02 01:37, Backwoods BC wrote:

https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings


I've only been on this list a few months, but I've seen these
"find_fast_cwd" questions about twice a month so far.

Might I suggest that replacing the
"Please report this problem to the public mailing list cygwin@cygwin.com"
message in 'bash' with something like:
"Please visit 
https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings
for help with this issue"


This has been done in recent releases for some years, but ancient legacy 
releases without changes are still distributed by/with some products or 
projects, with no effort to upgrade what they distribute, mention of how 
to upgrade, responsibility for or to their users.

Please read the linked FAQ entry for that explanation.
Ancient legacy repos such as SourceForge and GoogleCode are fertile 
sources of such projects as are products from (some not so) defunct 
embedded systems tool developers.



This removes the need for an autoresponder and is more helpful at the
same time. Users might be reluctant to join the mailing list just to
report this and therefore they may waste their time needlessly trying
to track down the problem.


That was why the autoresponder was added - reply directly to those folks 
and point them to a greatly expanded FAQ entry with relevant links 
explaining the problem and solution, and suggesting other actions.
I don't remember anyone clicking the email link at the end to let us 
know what a product or project was or where it came from, so someone on 
the list could follow up.

And folks wonder why there are software supply chain security issues!

--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: 1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com

2022-04-02 Thread Eliot Moss

On 4/2/2022 3:37 AM, Backwoods BC wrote:

https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings


I've only been on this list a few months, but I've seen these
"find_fast_cwd" questions about twice a month so far.

Might I suggest that replacing the
"Please report this problem to the public mailing list cygwin@cygwin.com"
message in 'bash' with something like:
"Please visit 
https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings
for help with this issue"

This removes the need for an autoresponder and is more helpful at the
same time. Users might be reluctant to join the mailing list just to
report this and therefore they may waste their time needlessly trying
to track down the problem.


The message is baked into ancient versions of Cygwin.
I believe the page the auto-responder points them to
indicates the fact that their version is old and should
be updated.  This often happens because someone bundled
Cygwin with something else and is not updating the
Cygwin version.

Modern versions no longer generate the message.

In sum, the auto-responder is the best thing we can do
about it.  At least we don't have to have a human respond.

Best wishes - Eliot Moss

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: 1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com

2022-04-02 Thread Backwoods BC
> https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings

I've only been on this list a few months, but I've seen these
"find_fast_cwd" questions about twice a month so far.

Might I suggest that replacing the
"Please report this problem to the public mailing list cygwin@cygwin.com"
message in 'bash' with something like:
"Please visit 
https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings
for help with this issue"

This removes the need for an autoresponder and is more helpful at the
same time. Users might be reluctant to join the mailing list just to
report this and therefore they may waste their time needlessly trying
to track down the problem.

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: 1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com

2022-04-02 Thread James
Voila, thanks!

Have a nice weekend ya'all

On Sat, Apr 2, 2022 at 8:31 AM  wrote:

> >Hi there,
>
>
> >I just got that error message, asking me to report it here.
>
> >  1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute
> FAST_CWD
> >pointer.  Please report this problem to the public mailing list
> >cygwin@cygwin.com
>
> >Not sure if it's interesting?
>
>
> >Kind regards,
> >James
>
>
> https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings
>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: 1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com

2022-04-02 Thread James
Never mind I'd say. I got the error when launching
C:\Appz\Cygwin\Cygwin.bat

Which is just
@echo off

C:
chdir C:\Appz\Cygwin\bin

bash --login -i

If however I run
C:\cygwin64\bin\mintty.exe

It works fine.


On Sat, Apr 2, 2022 at 8:28 AM James  wrote:

> Hi there,
>
>
> I just got that error message, asking me to report it here.
>
>   1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute
> FAST_CWD pointer.  Please report this problem to the public mailing list
> cygwin@cygwin.com
>
> Not sure if it's interesting?
>
>
> Kind regards,
> James
>

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: 1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com

2022-04-02 Thread cygwinautoreply
>Hi there,


>I just got that error message, asking me to report it here.

>  1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
>pointer.  Please report this problem to the public mailing list
>cygwin@cygwin.com

>Not sure if it's interesting?


>Kind regards,
>James


https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com

2022-04-02 Thread James
Hi there,


I just got that error message, asking me to report it here.

  1 [main] bash 17336 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer.  Please report this problem to the public mailing list
cygwin@cygwin.com

Not sure if it's interesting?


Kind regards,
James

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com

2011-10-15 Thread Alec Taylor
Good afternoon,

I've installed the latest Cygwin on the latest Windows (win8 64, dev
preview), with a few tools I use on a regular basis (ping, whois,
wget, curl  many more).

Unfortunately whenever I open it I get the aforementioned error.

Same goes for when I try and use the g++ with Netbeans...

Could you please fix this bug ASAP?

Thanks,

Alec Taylor

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com

2011-10-15 Thread Corinna Vinschen
On Oct 15 18:43, Alec Taylor wrote:
 Good afternoon,
 
 I've installed the latest Cygwin on the latest Windows (win8 64, dev
 preview), with a few tools I use on a regular basis (ping, whois,
 wget, curl  many more).
 
 Unfortunately whenever I open it I get the aforementioned error.
 
 Same goes for when I try and use the g++ with Netbeans...
 
 Could you please fix this bug ASAP?

Fixed in CVS two days ago.  Other than that, we don't support W8 until
it will be officially released.  Until then, expect broken behaviour.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple