Re: Problem with vprintf () in Clang 3.4.2

2015-02-03 Thread Yaakov Selkowitz
On Tue, 2015-02-03 at 16:50 -0300, Thomas Wuillemin wrote: > While running some simple tests with the C vprintf function, I > detected different results between Gcc and Clang , where Clang seems > to be badly wrong. > > Here is the faulty code that leads to a reproducible error (at least > in my c

Request for package "sshpass"

2015-02-03 Thread Rob McDonald
Hi all, I've been looking in to what it takes to maintain a cygwin package. And it's a bit too much for me. Is there anyone out there who feels like sshpass http://sourceforge.net/projects/sshpass/ would be a very useful thing to include? I have built it under 1.7.33 and it builds just fine. And

Re: [ANNOUNCEMENT] Updated: setup.exe (Release 2.864)

2015-02-03 Thread Andrey Repin
Greetings, Corinna Vinschen! > - Introduce an experimental option -m/--mirror-mode. > If you're running a local mirror from which you're installing via the > "Install from Local Directory" option, you might have noticed a rather > long delay (sometimes in the range of minutes) prior to open

[ANNOUNCEMENT] Updated: setup.exe (Release 2.864)

2015-02-03 Thread Corinna Vinschen
Hi folks, A new version of Setup, release 2.864, has been uploaded to https://cygwin.com/setup-x86.exe (32 bit version) https://cygwin.com/setup-x86_64.exe (64 bit version) Changes compared to the previous 2.859 release: - The package choosing algorithm has been rewritten partially.

Re: Problem with vprintf () in Clang 3.4.2

2015-02-03 Thread Steven Hartland
On 03/02/2015 19:50, Thomas Wuillemin wrote: clang -Wall -Wextra -pedantic -g -O0 dummy.c -o dummy.exe As a reference point this works fine on FreeBSD with both:- FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 FreeBSD clang version 3.5.1 (tags/RELEASE_351/final 225668)

Problem with vprintf () in Clang 3.4.2

2015-02-03 Thread Thomas Wuillemin
Dear all, While running some simple tests with the C vprintf function, I detected different results between Gcc and Clang , where Clang seems to be badly wrong. Here is the faulty code that leads to a reproducible error (at least in my configuration):

Re: regtool load gives access denied

2015-02-03 Thread Corinna Vinschen
On Feb 3 13:02, Andrew Schulman wrote: > > I just implemented a restore operation in regtool. Please note the -f > > option, it's really necessary sometimes (but you should always ask > > yourself what process might have an open handle). > > > > I created a new snapshot for testing and uploaded

Re: Updated: email-3.2.3-git-1

2015-02-03 Thread Corinna Vinschen
On Feb 3 10:44, David Barr wrote: > On Tue, Feb 3, 2015 at 1:23 AM, Corinna Vinschen wrote: > > That's a packaging bug in email-3.2.3-1. The patches required for the > > Cygwin release have not been applied and I failed to notice. I just > > uploaded email-3.2.3-2 to cygwin.com: > > > > https:

Re: Updated: email-3.2.3-git-1

2015-02-03 Thread David Barr
On Tue, Feb 3, 2015 at 1:23 AM, Corinna Vinschen wrote: > That's a packaging bug in email-3.2.3-1. The patches required for the > Cygwin release have not been applied and I failed to notice. I just > uploaded email-3.2.3-2 to cygwin.com: > > https://cygwin.com/ml/cygwin-announce/2015-02/msg

Re: regtool load gives access denied

2015-02-03 Thread Andrew Schulman
> I just implemented a restore operation in regtool. Please note the -f > option, it's really necessary sometimes (but you should always ask > yourself what process might have an open handle). > > I created a new snapshot for testing and uploaded it to > https://cygwin.com/snapshots/ > > Please

Re: Argonne (cygwin) software mirror will no longer be available as of February 1, 2015

2015-02-03 Thread Andrew Schulman
> So this is why update didn't work today... Your tax dollars no longer at > work, for you... Boo :( -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.co

Re: regtool load gives access denied

2015-02-03 Thread Corinna Vinschen
On Feb 3 15:28, Corinna Vinschen wrote: > On Feb 3 15:11, Corinna Vinschen wrote: > > On Feb 3 05:33, Andrew Schulman wrote: > > > I want to back up and restore some of my registry settings. I start a > > > shell > > > with "Run as administrator", and regtool save seems to work fine for > > >

Re: regtool load gives access denied

2015-02-03 Thread Corinna Vinschen
On Feb 3 15:11, Corinna Vinschen wrote: > On Feb 3 05:33, Andrew Schulman wrote: > > I want to back up and restore some of my registry settings. I start a shell > > with "Run as administrator", and regtool save seems to work fine for saving: > > > > $ regtool save /HKCU/Software/SimonTatham/PuT

Re: regtool load gives access denied

2015-02-03 Thread Corinna Vinschen
On Feb 3 05:33, Andrew Schulman wrote: > I want to back up and restore some of my registry settings. I start a shell > with "Run as administrator", and regtool save seems to work fine for saving: > > $ regtool save /HKCU/Software/SimonTatham/PuTTY/Sessions PuTTY.reg > $ > > However when I try

Argonne (cygwin) software mirror will no longer be available as of February 1, 2015

2015-02-03 Thread Ian Lambert
So this is why update didn't work today... Your tax dollars no longer at work, for you... Can't wait to see the big improvements in "world-class scientific research" to come from this if those are publicly available. mirror.anl.gov Argonne National Laboratory Software Mirror * * * * * * *

regtool load gives access denied

2015-02-03 Thread Andrew Schulman
I want to back up and restore some of my registry settings. I start a shell with "Run as administrator", and regtool save seems to work fine for saving: $ regtool save /HKCU/Software/SimonTatham/PuTTY/Sessions PuTTY.reg $ However when I try to reload the saved settings, I get access denied: $

Re: Updated: email-3.2.3-git-1

2015-02-03 Thread Corinna Vinschen
On Feb 2 22:23, Marco Atzeri wrote: > On 2/2/2015 9:44 PM, David Barr wrote: > >On Mon, Feb 2, 2015 at 11:27 AM, David Barr wrote: > >>When I updated this package it wiped out my old email.conf. Is there a > >>way to accept updates without having to restore the config file each > >>time? > > > >I

[ANNOUNCEMENT] Updated: email-3.2.3-git-2

2015-02-03 Thread Corinna Vinschen
I've just updated the email package to 3.2.3-git-2. This fixes the packaging bug introduced in email-3.2.3-git-1. Have fun, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- Problem reports