Re: Minires truncates host names

2014-07-06 Thread D. Boland
"Pierre A. Humblet" wrote: > To me it looks like the string was already truncated when it was passed to > the function. > > You can test e.g. by using exim -d+resolver -bt dan...@cygwin.com > > It's wonderful that you got sendmail to work. > > Pierre > Thanks for the swift reply! I looked

Re: rebaseall breaks some packages(?)

2014-07-06 Thread D. Boland
Hi Katsumi, Katsumi Yamaoka wrote: > However, those reinstallations cause some other programs to not > work. For those other programs, rebaseall does help. Though it > breaks bzr, emacs-w3m, etc. again. It's annoying. > > Thanks in advance for your help. > Regards, I agree. It's annoying. Se

Re: cygwin64 problems after update: gcc 4.8.3-2, cygcheck -p

2014-07-06 Thread Lakhsa
After some extended research and trials with a fresh OpenSSL master clone openssl32_trial this seems to be a problem of the cygwin ports of GCC. I've added some information about this - maybe one of the developers listening in on the OpenSSL project could have a closer look. Wrt OpenSSL developmen

Re: rebaseall breaks some packages(?)

2014-07-06 Thread Andrey Repin
Greetings, D. Boland! >> However, those reinstallations cause some other programs to not >> work. For those other programs, rebaseall does help. Though it >> breaks bzr, emacs-w3m, etc. again. It's annoying. >> >> Thanks in advance for your help. >> Regards, > I agree. It's annoying. See this

Re: rebaseall breaks some packages(?)

2014-07-06 Thread Marco Atzeri
On 06/07/2014 20:34, Andrey Repin wrote: Greetings, D. Boland! My students (100+) repeatedly got these errors, than eventually they should ask help here.. What's the deal with this "rebasing" anyway? Every compiler has a built-in mechanism to create unique offsets. Windows itself also reba

Re: [ANNOUNCEMENT] Updated: TeX Live 2014

2014-07-06 Thread Marco Atzeri
On 04/07/2014 03:34, Ken Brown wrote: On 7/3/2014 4:49 PM, Marco Atzeri wrote: On 02/07/2014 01:16, Ken Brown wrote: Cygwin's TeX Live packages have been updated to the latest upstream release, TeX Live 2014. Question: is python3 really a requirement ? I relied on cygport for the requirem

[ANNOUNCEMENT] New package: regina-rexx-3.8.2-1

2014-07-06 Thread Mark Hessling
Version 3.8.2-1 of "regina-rexx" has been uploaded. DESCRIPTION === regina-rexx is an implementation of ANSI Standard Rexx available on many platforms. HOMEPAGE http://regina-rexx.sourceforge.com -- * Ma

cygport bug on installl

2014-07-06 Thread Marco Atzeri
Hi Yaakov, just found a curious bug on cygport during install phase. during the install phase the expected behavior is Fixing symlinks: Fixing libtool modules: Stripping executables: usr/bin/cygglpk-36.dll usr/bin/glpsol.exe Preparing debuginfo so

Re: cygwin64 problems after update: gcc 4.8.3-2, cygcheck -p

2014-07-06 Thread JonY
On 7/6/2014 19:04, Lakhsa wrote: > After some extended research and trials with a fresh OpenSSL master > clone openssl32_trial this seems to be a problem of the cygwin ports of GCC. > I've added some information about this - maybe one of the developers > listening in on the OpenSSL project could ha

Re: Gold star Re: [ANNOUNCEMENT] Updated: rcs-5.9.2

2014-07-06 Thread Keith Christian
I use RCS every work day, it's a small, fast, flexible productivity tool, sometimes with a timed loop to save rapid editing sessions when I'm brainstorming.maybe that edit a few hours ago was worth saving after all, and with RCS I can get it back. Thank you for updating it and becoming its new

setting character set in mintty

2014-07-06 Thread Pawel Jasinski
The way I understand it, mintty sets the LANG variable according to user settings. Would it make sense for mintty to invoke "cmd /c chcp " (SetConsoleOutputCP)? In case of no. Would it make sense to place a hint in a .bashrc about it? --pawel -- Problem reports: http://cygwin.com/problems

Severe performance degradation of writev

2014-07-06 Thread jojelino
2008-07-27 Corinna Vinschen * fhandler_socket.cc (fhandler_socket::send_internal): Send never more then 64K bytes at once. For blocking sockets, loop until entire data has been sent or an error occurs. (fhandler_socket::sendto): Drop code which sends on 64K byte

Re: Severe performance degradation of writev

2014-07-06 Thread jojelino
On 2014-07-07 AM 7:28, jojelino wrote: svnrdump dump --incremental http://svn.apache.org/repos/asf/subversion subversion Instead of above the wrong one, this svnrdump dump --incremental http://svn.apache.org/repos/asf/subversion > /dev/null -- Regards. -- Problem reports: http://cygwi

RE: Minires truncates host names

2014-07-06 Thread Pierre A. Humblet
> -Original Message- > From: D. Boland > Sent: Sunday, July 06, 2014 03:08 > > Thanks for the swift reply! > > I looked at Sendmails' source code. Here's the snippet which produces > the output from my first email. It's taken from the file sendmail/domain.c: > >

Re: Gold star Re: [ANNOUNCEMENT] Updated: rcs-5.9.2

2014-07-06 Thread Will Parsons
Keith Christian wrote: > I use RCS every work day, it's a small, fast, flexible productivity > tool, sometimes with a timed loop to save rapid editing sessions when > I'm brainstorming.maybe that edit a few hours ago was worth saving > after all, and with RCS I can get it back. > > Thank you fo

Observations about Cygwin's md5 checksums

2014-07-06 Thread Luke Kendall
Here are five observations about md5 checksums in Cygwin. I share it in case it may be of some small interest to a few people. Please note that I may be wrong; if so, I'm happy to be corrected. 1) For each package, Cygwin stores the md5sum for the components of the main parts of the package

Re: Minires truncates host names

2014-07-06 Thread D. Boland
Hi Pierre, "Pierre A. Humblet" wrote: > > You are right, there is a bug in res_querydomain, > Line 737 *(ptr++ - 1) = '.'; should be > *ptr++ = '.'; > > I would also add a debug printf at the top of the function: > DPRINTF(statp->options & RES_DEBUG, "querydomain \"%s\" \"%s\" type %d\n", > N

[ANNOUNCEMENT] Re: New package: regina-rexx-3.8.2-1

2014-07-06 Thread Mark Hessling
Correction to regina-rexx home page: http://regina-rexx.sourceforge.net Apologies, Mark On 07/07/14 06:59, Mark Hessling wrote: Version 3.8.2-1 of "regina-rexx" has been uploaded. DESCRIPTION === regina-rexx is an implementation of ANSI Standard Rexx available on many platforms. HOM