issue

2018-11-02 Thread Izi Chinchay
: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com stat: hash.txt: No such file or directory was told to report this -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

Re: iostream exceptions uncaught with CYGWIN GCC/7.3.0

2018-11-02 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
> Cygwin GCC is configured and built with the old C++ ABI, I'm guess that's the > problem? The problem is that it does not work correctly because G++ and its run-time are not consistent. GCC doc says version 7.x uses new ABI by default, so I'd guess that's the C++ stdlib which was built with

lib missing, cygcheck says "ok"?

2018-11-02 Thread L A Walsh
cygcheck pulseaudio cygcheck: track_down: could not find cygspeexdsp-1.dll When I reinstalled the package, it didn't want any extra packages. I made sure the speex package was loaded, but that didn't have it either. Well this is odd: cygcheck -c libspeexdsp1 Cygwin Package

Re: pinentry-curses not available?

2018-11-02 Thread David Dombrowsky
> I see from [1] that pinentry-w32 exists which is a replacement for > pinentry-curses which was in [2]. pinentry-w32 works great, but it requires you to be logged in to the GUI, and _then_ invoke gpg-agent, in order for things to work. And you need to do this every time the pin times out.

Re: pinentry-curses not available?

2018-11-02 Thread cyg Simple
On 11/2/2018 3:47 PM, David Dombrowsky wrote: > I don't see a way to download `pinentry-curses` or `pinentry-tty` for > use with `gpg-agent` (using gnupg v2). Are these not maintained? Or > am I just looking at the wrong sources? > > In any case, I got pinentry-1.1.0 to compile against a

pinentry-curses not available?

2018-11-02 Thread David Dombrowsky
I don't see a way to download `pinentry-curses` or `pinentry-tty` for use with `gpg-agent` (using gnupg v2). Are these not maintained? Or am I just looking at the wrong sources? In any case, I got pinentry-1.1.0 to compile against a cygwin-supplied version of ncurses, and it mostly works (you

Re: WARNING: Couldn't compute FAST_CWD pointer

2018-11-02 Thread Brian Inglis
On 2018-11-02 08:48, Рома wrote: > I have error WARNING: Couldn't compute FAST_CWD pointer This is just a warning to please upgrade Cygwin as explained at: https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings and please report the issue to whoever produces the software you

Re: WARNING: Couldn't compute FAST_CWD pointer

2018-11-02 Thread Marco Atzeri
Am 02.11.2018 um 15:48 schrieb Рома: I have error WARNING: Couldn't compute FAST_CWD pointer Dear Рома, the software you are using, that you have not mentioned, is embedding an ancient version of the cygwin1.dll https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings Please ask

Re: WARNING: Couldn't compute FAST_CWD pointer

2018-11-02 Thread Рома
I have error WARNING: Couldn't compute FAST_CWD pointer -- реклама --- Поторопись зарегистрировать самый короткий почтовый адрес @i.ua https://mail.i.ua/reg - и получи 1Gb для хранения писем -- Problem reports:

Re: problem with my Grads Aplication

2018-11-02 Thread cyg Simple
On 11/2/2018 10:15 AM, Andrey Repin wrote: > Greetings, john doe! > >> On 11/2/2018 8:11 AM, Marco Atzeri wrote: >>> Am 02.11.2018 um 07:32 schrieb john doe: On 11/2/2018 2:58 AM, Rafika Sri Nurjannah wrote: >   Couldn't compute FAST_CWD pointer. to Grads >

Re: problem with my Grads Aplication

2018-11-02 Thread cyg Simple
On 11/2/2018 3:55 AM, john doe wrote: > On 11/2/2018 8:11 AM, Marco Atzeri wrote: >> Am 02.11.2018 um 07:32 schrieb john doe: >>> On 11/2/2018 2:58 AM, Rafika Sri Nurjannah wrote:   Couldn't compute FAST_CWD pointer. to Grads >>> >>>

Re: problem with my Grads Aplication

2018-11-02 Thread Andrey Repin
Greetings, john doe! > On 11/2/2018 8:11 AM, Marco Atzeri wrote: >> Am 02.11.2018 um 07:32 schrieb john doe: >>> On 11/2/2018 2:58 AM, Rafika Sri Nurjannah wrote:   Couldn't compute FAST_CWD pointer. to Grads >>> >>>

Re: Stumbled upon relative name resolution across symlinks

2018-11-02 Thread cyg Simple
On 11/1/2018 6:39 PM, Andrey Repin wrote: > Greetings, All! > > $ pwd > /home/anrdaemon/Documents/NIX/CA-tutorial/test > > $ ls -ld bin ca-profile > lrwxrwxrwx 1 anrdaemon None 61 ноя 2 01:15 bin -> > /home/anrdaemon/Documents/NIX/CA-tutorial/svn-working/scripts > -rwx--x--x 1 anrdaemon None

Re: RFE: find -d -size 0 => doesn't find empty directories

2018-11-02 Thread Andrey Repin
Greetings, Brian Inglis! > On 2018-11-01 10:12, Andrey Repin wrote: >> L A Walsh wrote: >>> Unfortunately, due to directories really not being in the user >>> disk data space, but in the MFT(zone) (I think), the size >>> comes back as zero ('0') for directories. >>> Would it be possible (if not

Re: Stumbled upon relative name resolution across symlinks

2018-11-02 Thread Ken Brown
On 11/1/2018 6:39 PM, Andrey Repin wrote: > Greetings, All! > > $ pwd > /home/anrdaemon/Documents/NIX/CA-tutorial/test > > $ ls -ld bin ca-profile > lrwxrwxrwx 1 anrdaemon None 61 ноя 2 01:15 bin -> > /home/anrdaemon/Documents/NIX/CA-tutorial/svn-working/scripts > -rwx--x--x 1 anrdaemon None

Re: iostream exceptions uncaught with CYGWIN GCC/7.3.0

2018-11-02 Thread JonY
On 11/01/2018 08:42 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: > Hi, > > Please consider the following code: > > $ cat bug.cpp > #include > > using namespace std; > > void fun() > { > string dummy; > cin >> dummy; > } > > > int main() > { > cout << "FAIL = 0x"

Re: problem with my Grads Aplication

2018-11-02 Thread john doe
On 11/2/2018 8:11 AM, Marco Atzeri wrote: > Am 02.11.2018 um 07:32 schrieb john doe: >> On 11/2/2018 2:58 AM, Rafika Sri Nurjannah wrote: >>>   Couldn't compute FAST_CWD pointer. to Grads >>> >> >> https://cygwin.com/faq/faq.html#faq.using.fixing-find_fast_cwd-warnings >> > > Joe, > if you do not

Re: problem with my Grads Aplication

2018-11-02 Thread Marco Atzeri
Am 02.11.2018 um 07:32 schrieb john doe: On 11/2/2018 2:58 AM, Rafika Sri Nurjannah wrote: Couldn't compute FAST_CWD pointer. to Grads https://cygwin.com/faq/faq.html#faq.using.fixing-find_fast_cwd-warnings Joe, if you do not reply also to the sender, it is not very useful as it is

Re: problem with my Grads Aplication

2018-11-02 Thread john doe
On 11/2/2018 2:58 AM, Rafika Sri Nurjannah wrote: > Couldn't compute FAST_CWD pointer. to Grads > https://cygwin.com/faq/faq.html#faq.using.fixing-find_fast_cwd-warnings -- John Doe -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/