Re: gawk: regression with unary plus

2018-02-05 Thread Corinna Vinschen
On Feb 5 13:05, Houder wrote: > On Sun, 04 Feb 2018 14:59:30, Steven Penny wrote: > > Previously conversions could be triggered by either adding zero (+0), unary > > plus (+) or unary minus (-) [1]: > [snip] > > > However now conversion only happens with adding zero and unary minus: > [snip] >

Re: RPC clnt_create() adress already in use

2018-02-05 Thread Mark Geisert
PAULUS, Raimund, TI-ABN wrote: Hello Mark, unfortunately i must correct my statement from Friday. The program works, but only if the connections to the server are established in a loop inside the program. If the program ends and you start it anew, a connection is not possible for a long time.

Re: RPC clnt_create() adress already in use

2018-02-05 Thread Corinna Vinschen
On Feb 5 02:29, Mark Geisert wrote: > PAULUS, Raimund, TI-ABN wrote: > > Hello Mark, > > > > unfortunately i must correct my statement from Friday. > > The program works, but only if the connections to the server are > > established in a loop inside the program. > > If the program ends and you

Re: gawk: regression with unary plus

2018-02-05 Thread Houder
On Sun, 04 Feb 2018 14:59:30, Steven Penny wrote: > Previously conversions could be triggered by either adding zero (+0), unary > plus (+) or unary minus (-) [1]: [snip] > However now conversion only happens with adding zero and unary minus: [snip] > Does anyone know where this change was

cpan broken ???

2018-02-05 Thread Pavel Fedin
Hello everyone! I am trying to install a Perl module via CPAN and it fails: --- cut --- $ cpan install Parallel::ForkManager CPAN: Storable loaded ok (v2.62) Reading '/home/p.fedin/.cpan/Metadata' Database was generated on Mon, 05 Feb 2018 12:17:02 GMT Running install for module

Re: cpan broken ???

2018-02-05 Thread Jostein Berntsen
On 05.02.18,16:59, Pavel Fedin wrote: > I am trying to install a Perl module via CPAN and it fails: > --- cut --- > $ cpan install Parallel::ForkManager > CPAN: Storable loaded ok (v2.62) > Reading '/home/p.fedin/.cpan/Metadata' > Database was generated on Mon, 05 Feb 2018 12:17:02 GMT >

Re: Why does /etc/setup/installed.db list tar.bz2 even if tar.xz

2018-02-05 Thread Jon Turney
On 04/02/2018 11:09, Marco Atzeri wrote: On 04/02/2018 03:19, Steven Penny wrote: On Sat, 12 Oct 2013 23:48:00, wrote: The installed.db seems to always list packages as being tar.bz2 even when they are tar.xz. Is there any reason for this? Or is it a bug?

Installing new openssl 1.1.0 in Cygwin

2018-02-05 Thread Annie
Hallo, I run into a problem after installing the brand new openssl 1.1.0 under CygWin. The package available from the cygwin package manager, installing version 1.0.0n, worked fine. But installing the source file from https://www.openssl.org/source/openssl-1.1.0g.tar.gz with (./config; make; make

RE: Searching full, portable Cygwin package for windows and NOT just the installer

2018-02-05 Thread Buchbinder, Barry (NIH/NIAID) [E]
David Allsopp sent the following at Saturday, February 03, 2018 3:16 AM >The setup program includes a "Download" option which allows you to >save the entire package repository locally, which you can use in >future. To be explicit: You can download as David points out, scan the downloaded

Re: cpan broken ???

2018-02-05 Thread Csaba Raduly
On Mon, Feb 5, 2018 at 3:45 PM, Jostein Berntsen wrote: > On 05.02.18,16:59, Pavel Fedin wrote: >> I am trying to install a Perl module via CPAN and it fails: >> --- cut --- ... >> Warning: prerequisite Test::Warn 0 not found. >> Could not load PERL_YAML_BACKEND 'YAML' >> at

Re: RPC clnt_create() adress already in use

2018-02-05 Thread Corinna Vinschen
On Feb 5 12:26, Corinna Vinschen wrote: > On Feb 5 02:29, Mark Geisert wrote: > > Using Cygwin's bindresvport() is the best solution because Cygwin keeps > > track of the last port number it has allocated *to any Cygwin program*. > > This is the only approach that can deal with multiple programs

Re: RPC clnt_create() adress already in use

2018-02-05 Thread Corinna Vinschen
On Feb 5 14:34, Corinna Vinschen wrote: > On Feb 5 12:26, Corinna Vinschen wrote: > > To reiterate the problem we observe: > > > > - socket() > > - setsockopt (SO_REUSEADDR) > > - bind() succeeds > > - connect() fails with EADDRINUSE while socket is still in TIME_WAIT > > > > using

Re: RPC clnt_create() adress already in use

2018-02-05 Thread PAULUS, Raimund, TI-ABN
Hi Mark and Corinna, i use my program in a production environment running 24 hours a day. Therefore it must be as stable as possible and I have different test scenarios. Normally the program is the only Cygwin program running at this time. It is running only for a short time for data exchange

RE: cpan broken ???

2018-02-05 Thread Pavel Fedin
Hello! > -Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of > Csaba Raduly > Sent: Monday, February 05, 2018 6:00 PM > To: cygwin list > Subject: Re: cpan broken ??? > > On Mon, Feb 5, 2018 at 3:45 PM, Jostein Berntsen

Re: RPC clnt_create() adress already in use

2018-02-05 Thread PAULUS, Raimund, TI-ABN
Hello Mark, unfortunately i must correct my statement from Friday. The program works, but only if the connections to the server are established in a loop inside the program. If the program ends and you start it anew, a connection is not possible for a long time. you have to wait before you can

Cannot install built library to mingw sysroot

2018-02-05 Thread Пётр Б .
I have built and installed GraphicsMagick with this command: $ ../configure '--host=x86_64-w64-mingw32' '--disable-shared' --prefix=/usr/x86_64-w64-mingw32/sys-root/mingw CXXFLAGS="-flto -ffat-lto-objects" && make && make install Installation fails because apparently there is no permission to

Re: Cannot install built library to mingw sysroot

2018-02-05 Thread Пётр Б .
Nvm I found solution already: http://cygwin.com/ml/cygwin/2010-04/msg00651.html -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

[ANNOUNCEMENT] Updated: mintty 2.8.4

2018-02-05 Thread Thomas Wolff
I have uploaded mintty 2.8.4 with the following changes: Character handling and rendering   * Emoji support (mintty/wsltty#82, #600, ~#671, ~#430).   * Fixed double-width handling within right-to-left text. Window handling   * Ctrl+Alt+mouse-click/drag moves the window (#729).   * Apply Virtual

Re: Installing new openssl 1.1.0 in Cygwin

2018-02-05 Thread Andrey Repin
Greetings, Annie! > Hallo, > I run into a problem after installing the brand new openssl 1.1.0 under > CygWin. The package available from the cygwin package manager, > installing version 1.0.0n, worked fine. > But installing the source file from >

Re: cpan broken ???

2018-02-05 Thread Jostein Berntsen
On 05.02.18,18:26, Pavel Fedin wrote: > > -Original Message- > > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of > > Csaba Raduly > > Sent: Monday, February 05, 2018 6:00 PM > > To: cygwin list > > Subject: Re: cpan broken ??? > > > > On

Re: RPC clnt_create() adress already in use

2018-02-05 Thread Corinna Vinschen
On Feb 5 15:06, Corinna Vinschen wrote: > On Feb 5 14:34, Corinna Vinschen wrote: > > On Feb 5 12:26, Corinna Vinschen wrote: > > > To reiterate the problem we observe: > > > > > > - socket() > > > - setsockopt (SO_REUSEADDR) > > > - bind() succeeds > > > - connect() fails with EADDRINUSE

Re: Cygwin 2.763 32bit SSHD public key auth. failure on Windows Server 2016 R2 64bit

2018-02-05 Thread Achim Gratz
Aliaksei Hladkikh writes: > Can't connect to Cygwin SSHD using public key set up, but same Cygwin > configuration/OS/client > works with Cygwin 2.763 32bit on Windows Server 2008 R2 64bit. > See var/log/messages extracts. > > Seems to be connected with SeTcbPrivilege problem because of > "fatal:

Re: Installing new openssl 1.1.0 in Cygwin

2018-02-05 Thread Achim Gratz
Annie writes: > I run into a problem after installing the brand new openssl 1.1.0 under > CygWin. The package available from the cygwin package manager, > installing version 1.0.0n, worked fine. Take the cygport file from that package, change the version and use that to build. You may have to

Re: [ANNOUNCEMENT] Updated: mintty 2.8.4

2018-02-05 Thread Andrew Schulman
> I have uploaded mintty 2.8.4 with the following changes: I'll just take this opportunity to say thanks for maintaining this really central application in Cygwin. I use it every day to get my work done. Andrew -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: [ANNOUNCEMENT] Updated: mintty 2.8.4 {GOLDSTAR]

2018-02-05 Thread Yaakov Selkowitz
On 2018-02-05 20:01, Andrew Schulman wrote: >> I have uploaded mintty 2.8.4 with the following changes: > > I'll just take this opportunity to say thanks for maintaining this really > central application in Cygwin. I use it every day to get my work done. Andrew Then let's do something about it.

Re: [ANNOUNCEMENT] Updated: mintty 2.8.4 {GOLDSTAR]

2018-02-05 Thread Brian Inglis
On 2018-02-05 21:45, Yaakov Selkowitz wrote: > On 2018-02-05 20:01, Andrew Schulman wrote: >>> I have uploaded mintty 2.8.4 with the following changes: >> >> I'll just take this opportunity to say thanks for maintaining this really >> central application in Cygwin. I use it every day to get my

Re: [ANNOUNCEMENT] Updated: mintty 2.8.4 {GOLDSTAR]

2018-02-05 Thread Robert McBroom
On 02/06/2018 12:35 AM, Brian Inglis wrote: On 2018-02-05 21:45, Yaakov Selkowitz wrote: On 2018-02-05 20:01, Andrew Schulman wrote: I have uploaded mintty 2.8.4 with the following changes: I'll just take this opportunity to say thanks for maintaining this really central application in

Re: [ANNOUNCEMENT] Updated: mintty 2.8.4

2018-02-05 Thread Jim Garrison via cygwin
On 2/5/2018 6:01 PM, Andrew Schulman wrote: >> I have uploaded mintty 2.8.4 with the following changes: > > I'll just take this opportunity to say thanks for maintaining this really > central application in Cygwin. I use it every day to get my work done. Andrew Same here. mintty is the

Re: cpan broken ???

2018-02-05 Thread Achim Gratz
Pavel Fedin writes: > Neither anything called "yaml" is listed in setup.exe Well, I have perl-CPAN-Meta-YAML perl-Test-YAML perl-YAML perl-YAML-LibYAML perl-YAML-Tiny in setup. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf

Re: cpan broken ???

2018-02-05 Thread Achim Gratz
Pavel Fedin writes: > I am trying to install a Perl module via CPAN and it fails: You apparently didn't ask cpan to install prerequisites. Note that you should not install via CPAN if any of those modules are available in Cygwin unless you really know what you are doing. Regards, Achim. --

Re: [PATCH v2 0/3] catgets APIs, gencat tool

2018-02-05 Thread Corinna Vinschen
On Feb 2 16:10, Yaakov Selkowitz wrote: > On 2018-01-19 13:26, Yaakov Selkowitz wrote: > > On 2018-01-19 13:04, Corinna Vinschen wrote: > >> Are you going to provide a catgets deprecation package? > > > > Yes. > Done. Thanks! Corinna -- Corinna Vinschen Please, send mails

Updated: mintty 2.8.4

2018-02-05 Thread Thomas Wolff
I have uploaded mintty 2.8.4 with the following changes: Character handling and rendering   * Emoji support (mintty/wsltty#82, #600, ~#671, ~#430).   * Fixed double-width handling within right-to-left text. Window handling   * Ctrl+Alt+mouse-click/drag moves the window (#729).   * Apply Virtual

[newlib-cygwin] Cygwin: bindresvport: Guard prototypes with __MISC_VISIBLE

2018-02-05 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b08e6690a676b9b58abbb676c9e9233f6f2f5c54 commit b08e6690a676b9b58abbb676c9e9233f6f2f5c54 Author: Corinna Vinschen Date: Mon Feb 5 21:06:29 2018 +0100 Cygwin: bindresvport: Guard prototypes with __MISC_VISIBLE

[newlib-cygwin] Cygwin: bindresvport: check correctness of address family

2018-02-05 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2f61f65601b842af126c64cf02a556425afa1709 commit 2f61f65601b842af126c64cf02a556425afa1709 Author: Corinna Vinschen Date: Mon Feb 5 21:00:15 2018 +0100 Cygwin: bindresvport: check correctness of address family

[newlib-cygwin] Cygwin: bindresvport_sa: Ignore incoming port number

2018-02-05 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=34f031982fbf9ce6eb23e47f7f0aeede175cd596 commit 34f031982fbf9ce6eb23e47f7f0aeede175cd596 Author: Corinna Vinschen Date: Mon Feb 5 19:27:55 2018 +0100 Cygwin: bindresvport_sa: Ignore incoming port number

[newlib-cygwin] Cygwin: Use SO_EXCLUSIVEADDRUSE

2018-02-05 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9dc34cea28d55c91a5b751530daf39a697cd1794 commit 9dc34cea28d55c91a5b751530daf39a697cd1794 Author: Corinna Vinschen Date: Mon Feb 5 19:22:47 2018 +0100 Cygwin: Use SO_EXCLUSIVEADDRUSE We're still using

[newlib-cygwin] Cygwin: bindresvport: Try hard to find unused port

2018-02-05 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e9ff2d697871eb78f7a4bc246868c855c052a859 commit e9ff2d697871eb78f7a4bc246868c855c052a859 Author: Corinna Vinschen Date: Mon Feb 5 21:05:09 2018 +0100 Cygwin: bindresvport: Try hard to find unused port

Re: setup 2.886 release candidate - please test

2018-02-05 Thread Achim Gratz
Jon Turney writes: >>> Which I can easily believe happens, due to the rather weird way that >>> the data from a parser reduction is transferred into the package >>> database. > > Can you test the attached patch, please? Thanks, this works for the last package problem, although I can't account for