Re: Having trouble with a pip installed internet archive addon on Cygwin

2019-06-23 Thread Brian Inglis
On 2019-06-23 21:03, Zeether wrote: > I've been trying to run the internetarchive pip python script in Cygwin and > when I try to enter "ia configure" to set up my Internet Archive account it > hangs when I enter my email address instead of asking me for my password > afterwards and I cannot

Having trouble with a pip installed internet archive addon on Cygwin

2019-06-23 Thread Zeether
Hi, I've been trying to run the internetarchive pip python script in Cygwin and when I try to enter "ia configure" to set up my Internet Archive account it hangs when I enter my email address instead of asking me for my password afterwards and I cannot continue. I'm not sure what to do because it

[PATCH v3] Cygwin: Implement sched_[gs]etaffinity()

2019-06-23 Thread Mark Geisert
This patch set implements the Linux syscalls sched_getaffinity, sched_setaffinity, pthread_getaffinity_np, and pthread_setaffinity_np. Linux has a straightforward view of the cpu sets used in affinity masks. They are simply long (1024-bit) bit masks. This code emulates that view while internally

Re: Bug in libX11 or something near ?

2019-06-23 Thread Philippe
o at fixing this and uploaded a snapshot at [1]. Perhaps > you could try that and see if it improves things for you? > > (I guessed you are using 64-bit Cygwin. If you need a 32-bit build > instead, please let me know and I'll generate one) > > [1] > > ftp://cygwin.co

[ANNOUNCEMENT] Updated: Perl distributions

2019-06-23 Thread Achim Gratz
The following Perl distributions have been updated to their latest version on CPAN, respectively: x86/x86_64 -- perl-Cpanel-JSON-XS-4.12-1 perl-Proc-ProcessTable-0.59-1 perl-YAML-LibYAML-0.79-1 noarch -- perl-CGI-4.44-1 perl-Config-Tiny-2.24-1 perl-Date-Manip-6.77-1

Updated: Perl distributions

2019-06-23 Thread Achim Gratz
The following Perl distributions have been updated to their latest version on CPAN, respectively: x86/x86_64 -- perl-Cpanel-JSON-XS-4.12-1 perl-Proc-ProcessTable-0.59-1 perl-YAML-LibYAML-0.79-1 noarch -- perl-CGI-4.44-1 perl-Config-Tiny-2.24-1 perl-Date-Manip-6.77-1

Re: Bug in libX11 or something near ?

2019-06-23 Thread Jon Turney
ngs for you? (I guessed you are using 64-bit Cygwin. If you need a 32-bit build instead, please let me know and I'll generate one) [1] ftp://cygwin.com/pub/cygwinx/x86_64/XWin.20190623-git-210c90b328cf8f18.exe.bz2 -- Jon Turney Volunteer Cygwin/X X Server maintainer -- Probl

Re: Fork problems on master branch

2019-06-23 Thread Ken Brown
On 6/9/2019 12:51 PM, Ken Brown wrote: > On 6/8/2019 3:44 PM, Ken Brown wrote: >> In my testing, I found that running the test program would yield "read: Bad >> address" about 1 out of 10 times. Occasionally I would get "read: >> Communication >> error on send" instead. Both error messages

[newlib-cygwin] Cygwin: FIFO: add some error checking

2019-06-23 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a9b6d328823abaea1b94af95866fbe4eccdd8960 commit a9b6d328823abaea1b94af95866fbe4eccdd8960 Author: Ken Brown Date: Sat Jun 22 11:46:49 2019 -0400 Cygwin: FIFO: add some error checking Change the return type of

[newlib-cygwin] Cygwin: FIFO: fix signal handling in raw_read and raw_write

2019-06-23 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=724c18ff7e0554689854571ea27ed73e8f0b commit 724c18ff7e0554689854571ea27ed73e8f0b Author: Ken Brown Date: Sat Jun 8 11:05:39 2019 -0400 Cygwin: FIFO: fix signal handling in raw_read and raw_write cygwait wasn't

[newlib-cygwin] Cygwin: FIFO: remove fifo_client_handler::connect_evt

2019-06-23 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6e7e82fee758695c3e46618038325d41e44fbef5 commit 6e7e82fee758695c3e46618038325d41e44fbef5 Author: Ken Brown Date: Thu Jun 20 15:14:47 2019 -0400 Cygwin: FIFO: remove fifo_client_handler::connect_evt It's not needed.

[newlib-cygwin] Cygwin: FIFO: avoid deadlock when closing

2019-06-23 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d1b36ea949e275c803787523b0b04657895638fc commit d1b36ea949e275c803787523b0b04657895638fc Author: Ken Brown Date: Sat Jun 22 13:58:12 2019 -0400 Cygwin: FIFO: avoid deadlock when closing fhandler_fifo::close could be

[newlib-cygwin] Cygwin: FIFO: minor cleanup

2019-06-23 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d54edfdf81b20832aff8627b31a579fb5ba0106e commit d54edfdf81b20832aff8627b31a579fb5ba0106e Author: Ken Brown Date: Sat Jun 22 11:49:44 2019 -0400 Cygwin: FIFO: minor cleanup Don't use a label with the same name as a

[newlib-cygwin] Cygwin: FIFO: simplify raw_read

2019-06-23 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5b2696cb83617234446f3f4a304573c6aa3125d3 commit 5b2696cb83617234446f3f4a304573c6aa3125d3 Author: Ken Brown Date: Fri Jun 21 17:33:30 2019 -0400 Cygwin: FIFO: simplify raw_read Call NtReadFile directly instead of calling

[newlib-cygwin] Cygwin: FIFO: slightly change the use of write_ready

2019-06-23 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=23570916173c9f16213f1a524ddc96878b4c9d80 commit 23570916173c9f16213f1a524ddc96878b4c9d80 Author: Ken Brown Date: Wed Jun 19 11:14:37 2019 -0400 Cygwin: FIFO: slightly change the use of write_ready Make it a manual reset

Re: ImageMagick 'convert' program broken, error in cyggs-9.dll x86_64/release/ghostscript/libgs9/libgs9-9.27-1.tar.xz

2019-06-23 Thread Marco Atzeri
Am 13.06.2019 um 12:06 schrieb Massimiliano Alvioli: I actually run into the same problem: convert is unable to convert eps files to png files, right after an update, like a month ago. I updated everything again a couple of times since then, but still it does not work. I am running cygwin in