Re: [PATCH] setup.exe SEGV on WinXP/Pro

2013-08-09 Thread Corinna Vinschen
On Aug 8 20:34, Achim Gratz wrote: I've been having sporadic SEGV on WinXP/Pro just after the MD5 of a package was checked that used to clear up after a reboot. Today, with a freshly built setup.exe this failure was now entirely reproduceable. I've fixed it by reimplementing the string

Re: [RFU] par-1.52-3

2013-08-09 Thread Corinna Vinschen
On Aug 8 19:46, David Levine wrote: Please upload par-1.52-3: 32-bit: http://www.cs.wustl.edu/~levine/par/cygwin/1.52-3/x86/par-1.52-3-src.tar.bz2 http://www.cs.wustl.edu/~levine/par/cygwin/1.52-3/x86/par-1.52-3.tar.bz2 http://www.cs.wustl.edu/~levine/par/cygwin/1.52-3/x86/setup.hint

Re: [PATCH] setup.exe SEGV on WinXP/Pro

2013-08-09 Thread Christopher Faylor
On Fri, Aug 09, 2013 at 11:07:26AM +0200, Corinna Vinschen wrote: On Aug 8 20:34, Achim Gratz wrote: I've been having sporadic SEGV on WinXP/Pro just after the MD5 of a package was checked that used to clear up after a reboot. Today, with a freshly built setup.exe this failure was now

RE: [PATCH] setup.exe SEGV on WinXP/Pro

2013-08-09 Thread Thrall, Bryan
Christopher Faylor wrote on 2013-08-09: On Fri, Aug 09, 2013 at 11:07:26AM +0200, Corinna Vinschen wrote: On Aug 8 20:34, Achim Gratz wrote: I've been having sporadic SEGV on WinXP/Pro just after the MD5 of a package was checked that used to clear up after a reboot. Today, with a freshly

Re: [PATCH] setup.exe SEGV on WinXP/Pro

2013-08-09 Thread Corinna Vinschen
On Aug 9 12:55, Christopher Faylor wrote: On Fri, Aug 09, 2013 at 11:01:32AM -0500, Thrall, Bryan wrote: Christopher Faylor wrote on 2013-08-09: On Fri, Aug 09, 2013 at 11:07:26AM +0200, Corinna Vinschen wrote: On Aug 8 20:34, Achim Gratz wrote: I've been having sporadic SEGV on

Re: [PATCH] setup.exe SEGV on WinXP/Pro

2013-08-09 Thread Achim Gratz
Corinna Vinschen writes: - return std::string(hexdigest); ^^ I'm wondering if that was the problem. I was wondering about this, too — but then the SEGV should have happened in the calling function. I believe that the vetting of hexdigest[32] with a zero was

Re: [PATCH] setup.exe SEGV on WinXP/Pro

2013-08-09 Thread Corinna Vinschen
On Aug 9 13:54, Christopher Faylor wrote: On Fri, Aug 09, 2013 at 07:47:23PM +0200, Corinna Vinschen wrote: On Aug 9 12:55, Christopher Faylor wrote: On Fri, Aug 09, 2013 at 11:01:32AM -0500, Thrall, Bryan wrote: Christopher Faylor wrote on 2013-08-09: On Fri, Aug 09, 2013 at 11:07:26AM

Re: [PATCH] setup.exe SEGV on WinXP/Pro

2013-08-09 Thread Achim Gratz
Corinna Vinschen writes: Not quite. ostringstream::str returns string, the string constructor implicitely returns string. I could be reading it wrong, but I don't think that's what the C++11 standard says should happen. The implicit copy constructor transfering the return value out of the

Re: zsh for x86_64 uploaded

2013-08-09 Thread Peter A. Castro
On Thu, 8 Aug 2013, Corinna Vinschen wrote: Hi Peter, Greetings, Corinna, On Aug 7 16:36, Peter A. Castro wrote: On Thu, 1 Aug 2013, Corinna Vinschen wrote: Hi guys, Hi Peter, Greetings, Corinna, I just uploaded a 64 bit zsh-5.0.2-1 package. I did not convert it to cygport but kept

Re: zsh for x86_64 uploaded

2013-08-09 Thread Christopher Faylor
On Fri, Aug 09, 2013 at 05:51:04PM -0700, Peter A. Castro wrote: I'm looking for a more permanent solution, likely Win 7 Pro 64-bit (retail) for cheap. I guess I'll keep looking. :-/ There's also this: http://cygwin.com/ml/cygwin-apps/2013-07/msg00338.html It would be interesting if someone

src/winsup/cygwin ChangeLog include/cygwin/ver ...

2013-08-09 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2013-08-09 09:12:55 Modified files: winsup/cygwin : ChangeLog winsup/cygwin/include/cygwin: version.h Log message: * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 24.

Re: Problems with lftp's mirror function

2013-08-09 Thread Achim Gratz
Chris Sutcliffe ir0nh34d at gmail.com writes: Using the current lftp in the distribution and the latest updates I've found that lftp's mirror function hangs. Could you be more specific on what error it encounters? I use lftp mirroring fairly extensively (albeit only via HTTP proxy) and it

Re: Redirecting cat and paste to file gives garbage

2013-08-09 Thread Corinna Vinschen
On Aug 9 05:53, Andy Koppe wrote: On 8 August 2013 17:07, Ryan Johnson wrote: On 08/08/2013 11:48 AM, Corinna Vinschen wrote: On Aug 8 17:32, Corinna Vinschen wrote: On Aug 8 09:48, Ryan Johnson wrote: Hi all, (no, that's not a typo in the subject line) 64-bit install,

[ANNOUNCEMENT] Updated: Cygwin 1.7.23

2013-08-09 Thread Corinna Vinschen
Hi Cygwin friends and users, I just released Cygwin 1.7.23. === ABOUT THE 64 BIT RELEASE === This is only the second official Cygwin

[ANNOUNCEMENT] Updated: mc-4.8.10-1

2013-08-09 Thread marco atzeri
Version mc-4.8.10-1 of Midnight Commander has been uploaded for cygwin CHANGES This is a upstream bugfix version For the full upstream changes https://www.midnight-commander.org/wiki/NEWS-4.8.10 https://www.midnight-commander.org/wiki/TitleIndex DESCRIPTION GNU Midnight Commander is a visual

Re: Problems with lftp's mirror function

2013-08-09 Thread Chris Sutcliffe
On 9 August 2013 02:26, Achim Gratz wrote: Chris Sutcliffe writes: Using the current lftp in the distribution and the latest updates I've found that lftp's mirror function hangs. Could you be more specific on what error it encounters? I use lftp mirroring fairly extensively (albeit only via

Re: Telnet in latest Cygwin

2013-08-09 Thread Paul Allen
On Thu, Aug 8, 2013 at 7:30 PM, Warren Young wrote: On 8/8/2013 05:08, Andrey Repin wrote: Though, I fail to see, how Cygwin telnet is different from, say PuTTY. Or native Windows telnet. Windows 8 doesn't come with telnet.exe installed by default, and when you install it from Programs

Base 64-bit Cygwin now requires Perl?

2013-08-09 Thread Steven Penny
Because of this dependency line man groff perl A base 64-bit Cygwin install now requires Perl. Can this be changed? While Perl is a fine language I hardly feel it is appropriate to add that bulk to a base install. Note this issue is only with the 64-bit version, the base 32-bit Cygwin

Source a .bat file from bash

2013-08-09 Thread Saurabh T
Is there a way to source a .bat file from bash and have the paths and other environment variables set in it apply in cygwin? For example $ echo $PATH /usr/local/bin:/usr/bin $ cat file.bat set path=%path%;C:\windows\something set x=somevar $ some_command file.bat $ echo $PATH

Whois for Cygwin64

2013-08-09 Thread Gary T. Giesen
It looks like a package for whois (gnu whois) hasn't yet been compiled for Cygwin64. I downloaded the source package for it and once I had all the dependencies taken care of it compiled nicely with cygports (--64). Just wondering if there's something else holding up the package or it just

Re: 64-bit emacs crashes a lot

2013-08-09 Thread Ryan Johnson
On 08/08/2013 2:00 PM, Ryan Johnson wrote: On 08/08/2013 1:42 PM, Ken Brown wrote: On 8/5/2013 11:29 AM, Ryan Johnson wrote: On 05/08/2013 11:00 AM, Ken Brown wrote: On 8/3/2013 3:05 PM, Ryan Johnson wrote: On 02/08/2013 8:07 AM, Ryan Johnson wrote: On 02/08/2013 7:04 AM, Ken Brown wrote:

Re: Source a .bat file from bash

2013-08-09 Thread Christopher Faylor
On Fri, Aug 09, 2013 at 08:42:38PM +, Saurabh T wrote: Is there a way to source a .bat file from bash and have the paths and other environment variables set in it apply in cygwin? Nope. Sorry. You could, remembering that Cygwin is supposed to be a Linux/UNIX experience for Windows, use the

Updated: Cygwin 1.7.23

2013-08-09 Thread Corinna Vinschen
Hi Cygwin friends and users, I just released Cygwin 1.7.23. === ABOUT THE 64 BIT RELEASE === This is only the second official Cygwin

Updated: mc-4.8.10-1

2013-08-09 Thread marco atzeri
Version mc-4.8.10-1 of Midnight Commander has been uploaded for cygwin CHANGES This is a upstream bugfix version For the full upstream changes https://www.midnight-commander.org/wiki/NEWS-4.8.10 https://www.midnight-commander.org/wiki/TitleIndex DESCRIPTION GNU Midnight Commander is a visual