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

2014-11-07 Thread Duncan Roe
On Wed, Nov 05, 2014 at 06:23:54PM +, Habermann, David (D) wrote: > > I just released a 5th TEST version of the next upcoming Cygwin release, > > 1.7.33-0.5. > > Ever since using this 1.7.33-0.x series (currently running 1.7.33-0.5) I've > been having intermittent trouble with one of my scripts

Perl rename

2014-11-07 Thread Steven Penny
I noticed that Debian is using Perl rename $ readlink -f /usr/bin/rename /usr/bin/prename $ dpkg --search bin/prename perl: /usr/bin/prename However, Cygwin Perl does not include this file. $ gzip -cd /etc/setup/perl.lst.gz | grep prename | wc 0 0 0 I

Re: how to embed shell script within a .BAT file

2014-11-07 Thread Eliot Moss
Do you really need to embed the script *within* the file? It would be straightforward to *invoke* a script from the file by something along the lines of: bash -c script in the .bat file ... Eliot Moss -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin

Re: how to embed shell script within a .BAT file

2014-11-07 Thread Jeremy Bopp
On 11/07/2014 03:26 PM, Nellis, Kenneth wrote: > I'm tired of creating pairs of script files: a clickable .BAT file > to invoke my shell script and then my shell script to do the actual > work. I was wondering if any of the geniuses on this list have come > up with a way to embed a shell script

Re: how to embed shell script within a .BAT file

2014-11-07 Thread Eric Blake
On 11/07/2014 10:26 PM, Nellis, Kenneth wrote: > I'm tired of creating pairs of script files: a clickable .BAT file > to invoke my shell script and then my shell script to do the actual > work. I was wondering if any of the geniuses on this list have come > up with a way to embed a shell script

how to embed shell script within a .BAT file

2014-11-07 Thread Nellis, Kenneth
I'm tired of creating pairs of script files: a clickable .BAT file to invoke my shell script and then my shell script to do the actual work. I was wondering if any of the geniuses on this list have come up with a way to embed a shell script inside a clickable .BAT file. --Ken Nellis -- Proble

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

2014-11-07 Thread Tim Prince
On 11/7/2014 4:11 AM, Corinna Vinschen wrote: > > - GCC 4.9.2-1 DLLs accidentally call __cxa_atexit with the wrong DSO > handle value. This Cygwin update allows this scenario throughout. > It now understands *any* DSO handle value, as long as it's a pointer > into the DSO's address space. >

[ANNOUNCEMENT] Updated: curl-7.39.0-1

2014-11-07 Thread Yaakov Selkowitz
The following packages have been updated for both arches: * curl-7.39.0-1 * libcurl4-7.39.0-1 * libcurl-devel-7.39.0-1 * libcurl-doc-7.39.0-1 cURL is a library and command line tool for transferring data with URL syntax, supporting numerous protocols, SSL certificates, HTTP POST, HTTP PUT, FTP

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

2014-11-07 Thread Christian Franke
Corinna Vinschen wrote: In theory there should be only one option -l [machine], which prints the local accounts of the current machine unprefixed (standalone machine) or prefixed (domain machine), and always prefixed for a foreign machine. The -L option can just go away. I disgree. Why not keep

Re: Fwd: gcc-4.9.2-1 (x86_64) generates segfault during linking

2014-11-07 Thread Falk Tannhäuser
Am 07.11.2014 um 10:32 schrieb JonY: 1.7.33 fixed the incorrect behavior that unfortunately broke gcc __cxa_atexit usage. The next 1.7.33-0.8 should be more tolerant of the old .32 behavior. After 1.7.33 is officially released, gcc-4.8.3-4 and 4.9 will switch to the standard conformant behavior.

RE: TEST RELEASE: Cygwin 1.7.33-0.7

2014-11-07 Thread Pierre A. Humblet
> -Original Message- > From: Pierre A. Humblet > Sent: Thursday, November 06, 2014 16:09 > > > -Original Message- > > From: Corinna Vinschen > > Sent: Thursday, November 06, 2014 13:51 > > > > On Nov 6 13:38, Kelley Cook wrote: > > > On Thu, Nov 6, 2014 at 10:52 AM, Corinna Vinsc

Re: Non-interactive SSH connection fails - error: can't open /dev/tty: No such device or address - Host key verification failed

2014-11-07 Thread wwwild
I know this is an old thread, but it helped me and I wanted to offer the workaround devised with the information here: With some trial and error we found that creating a .ssh folder in the cygwin root (c:\Tools\cygwin64 in this case) and copying the necessary known_hosts and id_rsa files from the u

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

2014-11-07 Thread David Stacey
On 07/11/2014 06:37, Christian Franke wrote: Package search shows 156 usr/bin/*-config scripts. How many of these use mkpasswd? The following scripts from /usr/bin invoke mkpasswd: /usr/bin/cron-config /usr/bin/exim-config /usr/bin/makepasswd /usr/bin/nfs-server-config /usr

Re: Slip of the pen in the description of mkpasswd. Corinna?

2014-11-07 Thread Corinna Vinschen
On Nov 7 13:05, Houder wrote: > Hi Corinna, > > As result of Christian Franke's input (what should mkpasswd/mkgroup 'exactly' > generate?), I reread > the description of mkpasswd at > > https://cygwin.com/preliminary-ug/using-utils.html > > It reads: > > The mkpasswd program can be used to cr

Re: zlib-1.2.8-2 breaks clamav

2014-11-07 Thread Mike Bonnet
On 11/06/2014 11:40 AM, Marco Atzeri wrote: On 11/6/2014 4:35 PM, Mike Bonnet wrote: On 11/01/2014 08:31 PM, Mike Bonnet wrote: Hi. I just found out that the zlib-1.2.8-2 breaks clamav. A log of the output of the "sigtool" commmand from clamav is attached. It's using gzread() to read the com

FW;NEW ORDER DOCUMENT CONFIRMATION‏

2014-11-07 Thread Royal Trade LLC
Good Day I hope everything is okay, I want you to know that we need your product urgently, please i have an inquiry from my client. Kindly view the samples which are needed as they are requested in large quantity by our delightful customer. You have to view sample by clicking on the link belo

Slip of the pen in the description of mkpasswd. Corinna?

2014-11-07 Thread Houder
Hi Corinna, As result of Christian Franke's input (what should mkpasswd/mkgroup 'exactly' generate?), I reread the description of mkpasswd at https://cygwin.com/preliminary-ug/using-utils.html It reads: The mkpasswd program can be used to create a /etc/passwd file. Cygwin doesn't need this fi

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

2014-11-07 Thread Corinna Vinschen
On Nov 7 07:37, Christian Franke wrote: > Corinna Vinschen wrote: > >On Nov 6 21:06, Corinna Vinschen wrote: > >>On Nov 6 20:51, Christian Franke wrote: > >>>Corinna Vinschen wrote: > On Nov 6 19:34, Christian Franke wrote: > >But why does > > mkpasswd -l (no host) -- adds a prefi

Re: Fwd: gcc-4.9.2-1 (x86_64) generates segfault during linking

2014-11-07 Thread JonY
On 11/7/2014 06:59, Falk Tannhäuser wrote: > Am 06.11.2014 um 23:37 schrieb JonY: >> On 11/7/2014 05:06, Falk Tannhäuser wrote: >>> Since I updated gcc from version 4.9.0-1 to 4.9.2-1, I obtain the error >>>collect2: Fehler: ld mit Signal 11 [Segmentation fault] beendet >>> when compiling a

[ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.33-0.8

2014-11-07 Thread Corinna Vinschen
Hi Cygwin friends and users, I just released a 8th TEST version of the next upcoming Cygwin release, 1.7.33-0.8. Changes compared to the former test version 1.7.33-0.7: - GCC 4.9.2-1 DLLs accidentally call __cxa_atexit with the wrong DSO handle value. This Cygwin update allows this scenario