Re: problem with paste-from-clipboard

2018-08-07 Thread Steven Penny
On Tue, 7 Aug 2018 12:31:16, Bosmon wrote: I have the same problem as the OP. I am on libreadline 7.0.3-3 - as far as I can see, the paste-from-clipboard command has become a no-op. I can verify that the data I want is in /dev/clipboard but nothing happens in response to the

Re: problem with paste-from-clipboard

2018-08-07 Thread Bosmon
> On 05/12/2017 01:50 PM, Ladislav DANKO wrote: > > I have problem with "paste-from-clipboard" in cygwin. In ~/.inputrc file I have just this line: > > "\e[2~": paste-from-clipboard > > > > I start cygwin terminal (as C:\cyg64\bin\bash.exe --login -i), from another (say, GUI) place I copy >

WARNING: Couldn't compute FAST_CWD pointer

2018-08-07 Thread sepide sarajian
Hi, I installed gphoto2 on my windows 10 and when I run it, it gets a warning saying: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com How can I fix this? Thanks Sepide Sarajian -- Problem reports: http://cygwin.com/problems.html

Problem referencing libraries in tcl 8.6, e.g. fileutil

2018-08-07 Thread SImon Conway-Smith
I have added the tcl intepreter into my Cygwin (64-bit) installation, but when trying to run some code samples using the fileutil library, e.g. the foreachLine command, I'm getting 'invalid command name "fileutil::foreachLine"'. I've even tried prefixing the command with "tcl::" as I had to do for

Re: Fwd: Profile DJ ran successfully

2018-08-07 Thread Marco Atzeri
Am 07.08.2018 um 16:37 schrieb Brian Caouette: How to fix? Brian Caouette (207) 212-6560 Original message --- Execution log -   1 [main] rsync 8820 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.  Please report this problem to the public mailing list

Re: WARNING: Couldn't compute FAST_CWD pointer

2018-08-07 Thread Marco Atzeri
Am 07.08.2018 um 14:52 schrieb sepide sarajian: Hi, I installed gphoto2 on my windows 10 and when I run it, it gets a warning saying: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com How can I fix this? Thanks Sepide Sarajian

Fwd: Profile DJ ran successfully

2018-08-07 Thread Brian Caouette
How to fix? Brian Caouette (207) 212-6560 Original message From: bri...@dlois.com Date: 8/7/18 10:31 AM (GMT-05:00) To: bri...@dlois.com Subject: Profile DJ ran successfully Profile DJ ran successfully. Execution log -   1 [main] rsync 8820 find_fast_cwd:

Re: Problem referencing libraries in tcl 8.6, e.g. fileutil

2018-08-07 Thread Marco Atzeri
Am 07.08.2018 um 17:56 schrieb SImon Conway-Smith: I have added the tcl intepreter into my Cygwin (64-bit) installation, but when trying to run some code samples using the fileutil library, e.g. the foreachLine command, I'm getting 'invalid command name "fileutil::foreachLine"'. I've even tried

Re: Problem referencing libraries in tcl 8.6, e.g. fileutil

2018-08-07 Thread cyg Simple
On 8/7/2018 11:56 AM, SImon Conway-Smith wrote: > I have added the tcl intepreter into my Cygwin (64-bit) installation, but > when trying to run some code samples using the fileutil library, e.g. the > foreachLine command, I'm getting 'invalid command name > "fileutil::foreachLine"'. I've even

[newlib-cygwin] Fix return value on aio_read/write success

2018-08-07 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b1952c03a8d6970f0fb4bcfffb9cfb5b525884d6 commit b1952c03a8d6970f0fb4bcfffb9cfb5b525884d6 Author: Mark Geisert Date: Mon Aug 6 22:54:06 2018 -0700 Fix return value on aio_read/write success Internally track resultant byte

Re: [PATCH v2] Fix return value on aio_read/write success

2018-08-07 Thread Corinna Vinschen
On Aug 6 22:54, Mark Geisert wrote: > Internally track resultant byte counts as ssize_t, but return 0 as int > for success indication, per POSIX. > --- > winsup/cygwin/aio.cc | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/winsup/cygwin/aio.cc

Fwd: calm: cygwin package upload report from sourceware.org for Marco Atzeri

2018-08-07 Thread Marco Atzeri
Jon, it seems that the upload of guile2.0 am guile-2.2 need a manual intervention Weitergeleitete Nachricht Betreff: calm: cygwin package upload report from sourceware.org for Marco Atzeri Datum: Tue, 07 Aug 2018 17:35:06 - ERROR: package 'libguile2.0-devel' is at paths

Re: Fwd: calm: cygwin package upload report from sourceware.org for Marco Atzeri

2018-08-07 Thread Marco Atzeri
Am 07.08.2018 um 19:55 schrieb Marco Atzeri: Jon, it seems that the upload of guile2.0 am guile-2.2 need a manual intervention Weitergeleitete Nachricht Betreff: calm: cygwin package upload report from sourceware.org for Marco Atzeri Datum: Tue, 07 Aug 2018 17:35:06 -

[newlib-cygwin] Cygwin: implement sched_getcpu

2018-08-07 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1e0a1f59d9e64430ce796c578e0813100c0cf0d7 commit 1e0a1f59d9e64430ce796c578e0813100c0cf0d7 Author: Corinna Vinschen Date: Tue Aug 7 14:51:10 2018 +0200 Cygwin: implement sched_getcpu * create new function