libtirpc and redeclared bindresvport/bindresvport_sa

2014-05-26 Thread Peter Rosin
Hi! I ran into this problem [1] when doing some RPC coding, and went searching for a resolution. But I came up empty. Was there any further discussion? Is this what is holding up the libvirt ITP? I guess the window for releasing an ABI-incompatible libtirpc 0.2.1-2 is firmly closed. Meanwhile, li

Re: Package file lists archive

2014-05-26 Thread Steven Penny
On Mon, May 26, 2014 at 3:12 PM, Christopher Faylor wrote: > And, frankly, I think it's a bad idea to keep a monolithic list of > packages available for people to download anyway. Could you not just require each package includes a file list? This way you could get the information from any mirror.

Re: Bash silently truncates the Command Line when called programatically via CreateProcess as MAXPATHLEN was reduced to 8192 from 16384

2014-05-26 Thread Christopher Faylor
On Mon, May 26, 2014 at 03:38:13PM -0500, René Berber wrote: >On 5/26/2014 3:08 PM, Christopher Faylor wrote: > >> If you're using Cygwin's make it will not truncate paths if it is >> running cygwin programs. Not sure what MSVS is. > >Microsoft Visual Studio (or Something)? Probably. cgf -- Pro

Re: Bash silently truncates the Command Line when called programatically via CreateProcess as MAXPATHLEN was reduced to 8192 from 16384

2014-05-26 Thread René Berber
On 5/26/2014 3:08 PM, Christopher Faylor wrote: If you're using Cygwin's make it will not truncate paths if it is running cygwin programs. Not sure what MSVS is. Microsoft Visual Studio (or Something)? -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Package file lists archive

2014-05-26 Thread Christopher Faylor
On Sun, May 25, 2014 at 05:37:45PM -0500, Steven Penny wrote: >The MSYS2 project keep an up to date archive with files lists for all packages > >http://downloads.sourceforge.net/project/msys2/REPOS/MINGW/x86_64/mingw64.files.tar.gz > >This file is not very large considering > >$ gzip -l mingw64

Re: Bash silently truncates the Command Line when called programatically via CreateProcess as MAXPATHLEN was reduced to 8192 from 16384

2014-05-26 Thread Christopher Faylor
On Mon, May 26, 2014 at 08:59:56PM +0530, Abhijit Bhattacharjee wrote: >On a typical configuration, we use gmake on windows as the build >system. GMAKE calls the Cygwin bash in order to invoke the MSVS >compiler in-order to satisfy the dependency if a rule to call the >compiler is present. If you'

[ANNOUNCEMENT] Updated: cyrus-sasl-2.1.26-7

2014-05-26 Thread David Rothenberger
IMPORTANT NOTE: === The previous 2.1.25-1 package included an ABI change from upstream without updating the DLL names. This can cause problems with other packages that were compiled against the earlier version of cyrus-sasl (e.g., exim or openldap). Users of those packages should downg

[ANNOUNCEMENT] Updated: serf-1.3.5-1

2014-05-26 Thread David Rothenberger
The serf packages have been updated to the new upstream release 1.3.5. See http://serf.googlecode.com/svn/tags/1.3.5/CHANGES for more details about the changes in this release. More information about serf can be found at http://code.google.com/p/serf/. DESCRIPTION: The serf libra

typo correction (patch)

2014-05-26 Thread Denis Excoffier
Hello, I propose the following patch, in order to make getgrouplist() to produce a better result, in particular when the number of groups of a user is more than the first value used by coreutils/id (which is only 10). diff -uNr cygwin-snapshot-20140523-1.original/winsup/cygwin/grp.cc cygwin-sn

symantec false positive on cygwin-1.7.30-1 32bit

2014-05-26 Thread Marco Atzeri
I just opened a false positive report as Symantec Endpoint Protection just declared that cygwin-1.7.30-1 32 bit contains Trojan.ADH.2 in locale.exe and tzset.exe Last time I made a similar report on one of my own packages, they updated the database in one day. Crossing finger Marco -- Proble

Bash silently truncates the Command Line when called programatically via CreateProcess as MAXPATHLEN was reduced to 8192 from 16384

2014-05-26 Thread Abhijit Bhattacharjee
On a typical configuration, we use gmake on windows as the build system. GMAKE calls the Cygwin bash in order to invoke the MSVS compiler in-order to satisfy the dependency if a rule to call the compiler is present. Now, for certain modules, the command line was seemingly getting truncated. On inve

What do I have to install to develop gtk app?

2014-05-26 Thread Zhengrong Zang
I want to develop gtk app on cygwin, but I couldn't find useful info about it, does anyone tell me what I have to install by setup.exe? Is there any GUI design tool? Thanks a lot. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation