Re: RPC clnt_create() adress already in use

2017-09-24 Thread PAULUS, Raimund, TI-ABN
Hallo Mark Geisert, many thanks for your answer. I supposed this too. I included in my source code the following function calls after clnt_create(): int fd = 0; bool bool_ret = clnt_control(cl, CLGET_FD, &fd); if(bool_ret == true) { printf("fd: %d\n", fd); int enable = 1; retval = setsock

AW: RPC clnt_create() adress already in use

2017-09-24 Thread PAULUS, Raimund, TI-ABN
Hallo Mark Geisert, many thanks for your answer. I supposed this too. I included in my source code the following function calls after clnt_create(): int fd = 0; bool bool_ret = clnt_control(cl, CLGET_FD, &fd); if(bool_ret == true) { printf("fd: %d\n", fd); int enable = 1; retval = setso

[ANNOUNCEMENT] jasper 2.0.14-1

2017-09-24 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * jasper-2.0.14-1 * libjasper4-2.0.14-1 * libjasper-devel-2.0.14-1 * libjasper-doc-2.0.14-1 * mingw64-i686-jasper-2.0.14-1 * mingw64-x86_64-jasper-2.0.14-1 The JasPer Project is an open-source initiative to provide a free soft

[ANNOUNCEMENT] libraw 0.18.5-1

2017-09-24 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libraw16-0.18.5-1 * libraw-devel-0.18.5-1 * mingw64-i686-libraw-0.18.5-1 * mingw64-x86_64-libraw-0.18.5-1 LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). T

Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test)

2017-09-24 Thread Steven Penny
On Sun, 24 Sep 2017 00:48:20, JonY wrote: I don't really work with cmake, but what it looks like, but it probably makes gcc look in the mingw include dir first and then gcc's, breaking gcc's headers. Unfortunately, I don't have any good ideas besides hacking cmake to remove the -isystem calls, o

[ANNOUNCEMENT] Updated: gdal-2.2.2-1

2017-09-24 Thread Marco Atzeri
Version 2.2.2-1 of gdal libgdal-devel libgdal20 perl-gdal python-gdal have been uploaded for cygwin. The Geospatial Data Abstraction Library is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source license by the Open

[ANNOUNCEMENT] Updated: mutt-1.9.1-1

2017-09-24 Thread Marco Atzeri
New versions 1.9.1-1 of mutt is available in the Cygwin distribution: CHANGES Last upstream bugfix release. Full details on: http://www.mutt.org/doc/devel/UPDATING http://www.mutt.org/doc/devel/ChangeLog DESCRIPTION The Mutt E-Mail Client "All mail clients suck. This one just sucks less."

Re: a few tar.xz packages are bigger than their uncompressed tar

2017-09-24 Thread Marco Atzeri
On 24/09/2017 20:46, Jérôme Bouat wrote: Hello, I looked into the local folder where the downloaded packages are saved before they are installed. I noticed that a few compressed archives files are using more size than their uncompressed form. For example, the libstdc++6-6.4.0-1.tar.xz file us

a few tar.xz packages are bigger than their uncompressed tar

2017-09-24 Thread Jérôme Bouat
Hello, I looked into the local folder where the downloaded packages are saved before they are installed. I noticed that a few compressed archives files are using more size than their uncompressed form. For example, the libstdc++6-6.4.0-1.tar.xz file uses more space than its uncompressed tar fi

Re: Slow ruby application: timetrap

2017-09-24 Thread Jostein Berntsen
On 22.09.17,15:54, Jostein Berntsen wrote: > I have used timetrap in Cygwin for some time, but lately it has gotten > very slow. It uses about 30 seconds just to respond, and this is a small > program. Since this is not part of Cygwin, I install it as a gem > install. https://github.com/samg/ti

Re: Rquest update of bash completion

2017-09-24 Thread Yaakov Selkowitz
On 2017-09-24 12:45, Robert Paasche wrote: > is it possipble to update the bash completion package to include the fix of > the following issue? > https://github.com/scop/bash-completion/issues/70 It already exists: https://cygwin.com/ml/cygwin-announce/2017-09/msg00040.html -- Yaakov signatu

Rquest update of bash completion

2017-09-24 Thread Robert Paasche
Hi all, is it possipble to update the bash completion package to include the fix of the following issue? https://github.com/scop/bash-completion/issues/70 Best Robert -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: ht

[ANNOUNCEMENT] mpg123 1.25.6-1

2017-09-24 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * mpg123-1.25.6-1 * mpg123-pulse-1.25.6-1 * libmpg123_0-1.25.6-1 * libmpg123-devel-1.25.6-1 * libout123_0-1.25.6-1 * libout123-devel-1.25.6-1 * mingw64-i686-mpg123-1.25.6-1 * mingw64-x86_64-mpg123-1.25.6-1 mpg123 is a cross-pla

[ANNOUNCEMENT] Updated: weechat-1.9.1-1

2017-09-24 Thread Sébastien Helleu
Version 1.9.1-1 of "weechat" has been uploaded. This version fixes a security vulnerability (CVE-2017-14727), upgrade is recommended for all users. See the security page for more information: https://weechat.org/download/security/ ChangeLog and release notes: https://weechat.org/files/changelog

Re: RPC clnt_create() adress already in use

2017-09-24 Thread Mark Geisert
PAULUS, Raimund, TI-ABN wrote: In our environment we have a Linux-Server and several Windows-PCs (Windows XP SP3, in the past Windows NT too). On the Linux-Server RPC-Services (Remote Procedure Call) are running, one service for one Windows-PC each. To build the RPC-clients on the Windows-boxe