Re: cygport improvements: upload, fish, src_prep_fini_hook

2014-10-26 Thread Yaakov Selkowitz
On 2014-10-19 09:13, Andrew Schulman wrote: I've published several improvements to cygport on Github. Each improvement is in its own branch: upload Adds the upload command: upload finished packages to cygwin.com. I definitely want to add this feature. However, the implementation is

[ITP] Sendmail 8.14.9

2014-10-26 Thread D. Boland
Hi group, I intend to package the Cygwin version of Sendmail, version 8.14.9. category: Mail requires: bash libdb4.8 libgcc1 libopenssl100 libsasl2_3 libwrap0 inetutils-server m4 procmail tcp_wrappers cyrus-sasl cygrunsrv sdesc: The Mail Transfer Agent (mail server) ldesc: General purpose

Re: cygport improvements: upload, fish, src_prep_fini_hook

2014-10-26 Thread Andrew Schulman
Thanks for taking a look. On 2014-10-19 09:13, Andrew Schulman wrote: I've published several improvements to cygport on Github. Each improvement is in its own branch: upload Adds the upload command: upload finished packages to cygwin.com. I definitely want to add this feature.

Re: cygport improvements: upload, fish, src_prep_fini_hook

2014-10-26 Thread Andrew Schulman
OK. Can you please suggest a package with subpackages that I can easily build to see what's going on in that case? Nevermind, I'm using arpack.

src/winsup/doc ntsec.xml

2014-10-26 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-10-26 10:29:26 Modified files: winsup/doc : ntsec.xml Log message: Fix typo Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ntsec.xml.diff?cvsroot=srcr1=1.9r2=1.10

src/winsup/cygwin ChangeLog fhandler.h fhandle ...

2014-10-26 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-10-26 18:47:24 Modified files: winsup/cygwin : ChangeLog fhandler.h fhandler_socket.cc winsup/cygwin/release: 1.7.33 Log message: * fhandler_socket.cc

Re: [REQUEST] Please upgrade irssi (0.8.17)

2014-10-26 Thread Alive
On 10/26/2014 2:23 AM, Marco Atzeri wrote: On 10/25/2014 8:35 PM, Alive wrote: Does anyone use irssi on cygwin? It seems that irssi package is never upgraded. Latest version is 0.8.17. It released on Oct 11 and still no package upgrade after two weeks (skipping 0.8.16 which is missed a long

Re: Dig output not piping to xargs

2014-10-26 Thread Alive
On 10/26/2014 4:26 AM, Marko Božiković wrote: Hi all, I have recently noticed that dig +short output is not being properly piped to xargs (and it used to work) Doing something like: echo aaa | xargs -I {} echo {} works fine. However: dig +short www.google.com | xargs -I {} echo {}

1.7.32: bind-utils-x86_64 commands can't redirect output on Win8.1 64bit

2014-10-26 Thread henix
Windows 8.1 64bit setup.exe 2.850 bind-utils 9.9.6-2 9.9.5-3 Run this: dig www.google.com | cat Expected: the output of dig But was: empty and the same empty result for: * dig www.google.com test.txt ; cat test.txt * a=$(dig www.google.com) ; echo $a Other commands in bind-utils (nslookup,

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.2

2014-10-26 Thread Corinna Vinschen
On Oct 26 03:38, Andrey Repin wrote: Greetings, Corinna Vinschen! For your convenience I wrote new documentation. Since this is a TEST prerelease, the new documentation is not part of the official docs yet. Rather have a look at https://cygwin.com/preliminary-ntsec.html The asks

Re: [ANNOUNCEMENT] New package: windows-default-manifest-6.4-1

2014-10-26 Thread Corinna Vinschen
On Oct 25 17:33, Andrew Schulman wrote: This package contains nothing but a default application compatibility manifest, which gets linked in by GCC by default, and which is supposed to claim compatibility with the latest Windows versions available at the time. Adding such a manifest

Re: FW: bind-utils stdout pipe broken Cygwin x86_64 1.7.32+

2014-10-26 Thread Yaakov Selkowitz
On 2014-10-24 09:41, Jon Retting wrote: Sorry to report, but it would seem the new Cygwin versions break bind-utils 9.9.5-3 -- 9.9.6-2 ability to stdout stdin. Tested on: CYGWIN_NT-6.1 1.7.32 - 1.7.33(0.278/5/3) 2014-10-22 10:37 x86_64 Cygwin (w2k8r2) CYGWIN_NT-6.3 1.7.32(0.274/5/3)

Re: Threads

2014-10-26 Thread Ken Brown
On 10/24/2014 9:52 AM, Corinna Vinschen wrote: On Oct 24 14:54, Corinna Vinschen wrote: On Oct 24 12:05, Jon TURNEY wrote: On 23/10/2014 16:37, Corinna Vinschen wrote: On Oct 23 08:04, Ken Brown wrote: Yes, flags register corruption is exactly what Eli suggested in the other bug report I

Re: Threads

2014-10-26 Thread Angelo Graziosi
Ken Brown wrote: The people who have been reporting frequent crashes are aware of the fix. Now I just have to wait and hope I don't hear from them for a few days. Just for the record... Both with the snapshot and test releases, the issues in building Emacs I had after the migration from

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.2

2014-10-26 Thread Angelo Graziosi
Corinna Vinschen wrote: For your convenience I wrote new documentation. Since this is a TEST prerelease, the new documentation is not part of the official docs yet. Rather have a look at https://cygwin.com/preliminary-ntsec.html It seem s that many links in that page don't work: they gives

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.2

2014-10-26 Thread Andrey Repin
Greetings, Angelo Graziosi! Corinna Vinschen wrote: For your convenience I wrote new documentation. Since this is a TEST prerelease, the new documentation is not part of the official docs yet. Rather have a look at https://cygwin.com/preliminary-ntsec.html It seem s that many links in

Re: cygclang.dll breaks terminal output when used in Python bindings

2014-10-26 Thread Jacob Niehus
I was able to fix the problem by installing the libncurses-devel package and recompiling LLVM/Clang. Should libncurses-devel be a dependency of libclang or is there another way to fix this problem? I must have been confused about which version I was compiling when I wrote this. libncurses

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.2

2014-10-26 Thread Angelo Graziosi
Il 26/10/2014 20:47, Andrey Repin ha scritto: P.S. I would appreciate, if you teach your mail cleint to insert proper threading headers to the list replies. I would appreciate, if you avoid to send me your replays. I read the list even if I haven't subscribed it... You should avoid also

Re: Threads

2014-10-26 Thread Ken Brown
On 10/26/2014 9:20 AM, Angelo Graziosi wrote: Ken Brown wrote: The people who have been reporting frequent crashes are aware of the fix. Now I just have to wait and hope I don't hear from them for a few days. Just for the record... Both with the snapshot and test releases, the issues in

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.1

2014-10-26 Thread Luke Kendall
On 24/10/14 21:37, Corinna Vinschen wrote: On Oct 24 17:35, Luke Kendall wrote: On 24/10/14 02:43, Corinna Vinschen wrote: On Oct 22 20:57, Tom Schutter wrote: On Wed 2014-10-22 11:23, Corinna Vinschen wrote: For your convenience I wrote new documentation. Since this is a TEST [snip]

Re: [REQUEST] Please upgrade irssi (0.8.17)

2014-10-26 Thread Keith Christian
I use irssi and consider it a really good IRC client. An update would be nice when the maintainer has the interest and the time. Keith On Sat, Oct 25, 2014 at 11:59 PM, Alive alive4e...@live.com wrote: On 10/26/2014 2:23 AM, Marco Atzeri wrote: On 10/25/2014 8:35 PM, Alive wrote: Does anyone