Ruby issue: Installed gems are not in path

2014-11-14 Thread Tallak Tveide
When installing gems with the packaged Ruby, any command line binaries that are included with installed gems are not available in the path. When the gems have previously (meaning in an earlier installed version of Ruby) been installed, they work as expected. I suspect this is because the binaries

Changed syntax for rename

2014-11-14 Thread Fergus Daly
Following (I think) the recent update of the dll cygwin1.dll it seems that rename old new * no longer works and the cause is the wildcard. You have to use something like rename old new f* and the command might need several invocations with minor variants to achieve all the required changes. Is th

Fwd: Bug Report on Patcher for KSP

2014-11-14 Thread Ian Hawkins
-- Forwarded message -- From: Ian Hawkins Date: Fri, Nov 14, 2014 at 10:15 PM Subject: Bug Report on Patcher for KSP To: cygwin@cygwin.com 1 [main] rsync 1176 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@

Re: sed anomaly in bash script

2014-11-14 Thread Brian Inglis
cyg Simple gmail.com> writes: > $ TEST=`echo 'c:\windows' | sed -e s.\\..g` > $ echo $TEST > c:\\windows > > TEST=`echo 'c:\windows' | sed -e s.\\\.\.g' > echo $TEST > > $ bash -x sed.sh > ++ echo 'c:\windows' > ++ sed -e 's.\.\g' > sed -e expression #1, char 7: unterminated 's' command

Re: /usr/local, /var and */tmp in c:\Users\Public

2014-11-14 Thread cyg Simple
On Wed, Nov 12, 2014 at 5:16 PM, Warren Young wrote: > On Nov 12, 2014, at 2:53 PM, cyg Simple wrote: > >> On Wed, Nov 12, 2014 at 1:00 PM, Warren Young wrote: >>> >>> I think it would be an improvement to Cygwin if c:\cygwin contained only >>> things that can be reinstalled from your local setup.

Re: [REQUEST] Please upgrade irssi (0.8.17)

2014-11-14 Thread Marco Atzeri
On 11/14/2014 7:03 PM, Alive wrote: On 11/13/2014 1:14 AM, Marco Atzeri wrote: I uploaded a test version of irssi-0.8.17-1 for 32 bit and 64 bit. If Keith and the other "alive" test it, I will promote to current. Regards Marco Since SSL3 has a serious flaw, could you include the changes me

Re: sed anomaly in bash script

2014-11-14 Thread Bob McGowan
On 11/14/14, 9:20 AM, "cyg Simple" wrote: >$ TEST=`echo 'c:\windows' | sed -e s.\\..g` >$ echo $TEST >c:\\windows > > >TEST=`echo 'c:\windows' | sed -e s.\\\.\.g' >echo $TEST > > >$ bash -x sed.sh >++ echo 'c:\windows' >++ sed -e 's.\.\g' >sed -e expression #1, char 7: unterminated 's' co

Re: Accessing a "Test" release

2014-11-14 Thread DJ Sylvester
Thank you Andrey! DJ Now if I could just _remember_ to turn off encryption when using this list! On 11/13/2014 3:52 PM, Andrey Repin wrote: > Greetings, DJ Sylvester! > >> Whoops. Last message was encrypted. My bad. > >> I'm interested in running the 1.7.34-001 test release. In the >> announcem

Re: [REQUEST] Please upgrade irssi (0.8.17)

2014-11-14 Thread Alive
On 11/13/2014 1:14 AM, Marco Atzeri wrote: > I uploaded a test version of irssi-0.8.17-1 > for 32 bit and 64 bit. > > If Keith and the other "alive" test it, I will promote to current. > > Regards > Marco Since SSL3 has a serious flaw, could you include the changes mentioned in the commit 8bd575

Re: sed anomaly in bash script

2014-11-14 Thread David Stacey
On 14/11/14 17:20, cyg Simple wrote: $ TEST=`echo 'c:\windows' | sed -e s.\\..g` $ echo $TEST c:\\windows TEST=`echo 'c:\windows' | sed -e s.\\\.\.g' echo $TEST $ bash -x sed.sh ++ echo 'c:\windows' ++ sed -e 's.\.\g' sed -e expression #1, char 7: unterminated 's' command + TEST= + ec

Re: sed anomaly in bash script

2014-11-14 Thread Cliff Hones
On 14/11/2014 17:20, cyg Simple wrote: > $ TEST=`echo 'c:\windows' | sed -e s.\\..g` > $ echo $TEST > c:\\windows > > > TEST=`echo 'c:\windows' | sed -e s.\\\.\.g' > echo $TEST > > > $ bash -x sed.sh > ++ echo 'c:\windows' > ++ sed -e 's.\.\g' > sed -e expression #1, char 7: unterminate

Re: [REQUEST] Please upgrade irssi (0.8.17)

2014-11-14 Thread Alive
On 11/14/2014 9:51 PM, Marco Atzeri wrote: > On 11/14/2014 3:29 PM, Keith Christian wrote: >> Don't have cygperl5_14.dll but do have cygperl 5_18.dll, what now? >> Try to reinstall 0.8.17-1 ? >> > > reinstall perl. > You installed the experimental version of perl Thanks for taking care of irssi.

Re: [REQUEST] Please upgrade irssi (0.8.17)

2014-11-14 Thread Keith Christian
Installed current Perl, which downgraded irssi from 0.8.17 to 0.8.15. Looks like I don't know how to upgrade irssi without also upgrading Perl, which breaks the new irssi. On Fri, Nov 14, 2014 at 7:51 AM, Marco Atzeri wrote: > On 11/14/2014 3:29 PM, Keith Christian wrote: >> >> Don't have cygperl

sed anomaly in bash script

2014-11-14 Thread cyg Simple
$ TEST=`echo 'c:\windows' | sed -e s.\\..g` $ echo $TEST c:\\windows TEST=`echo 'c:\windows' | sed -e s.\\\.\.g' echo $TEST $ bash -x sed.sh ++ echo 'c:\windows' ++ sed -e 's.\.\g' sed -e expression #1, char 7: unterminated 's' command + TEST= + echo CYGWIN_NT-6.1 HOSTNAME 1.7.32(0.274

[ANNOUNCEMENT] Updated: ssmtp-2.64-8

2014-11-14 Thread Corinna Vinschen
Hi folks, I created new ssmtp packages, version 2.64-8. This version introduces the new mechanism to install itself as sendmail via "alternatives", the same technique as used on Fedora Linux to handle multiple alternative MTAs. This is done in the ssmtp-config script. This method will in futur

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

2014-11-14 Thread Corinna Vinschen
On Nov 14 14:42, Brian Inglis wrote: > henix gmail.com> writes: > > Other commands in bind-utils (nslookup, host) have the same empty > > result, while their 32bit version works just fine (on Windows 8.1 > > 64bit). > Latest Cygwin release 1.7.33-1 aka 2 fixes this on Win7x64.

Re: [REQUEST] Please upgrade irssi (0.8.17)

2014-11-14 Thread Marco Atzeri
On 11/14/2014 3:29 PM, Keith Christian wrote: Don't have cygperl5_14.dll but do have cygperl 5_18.dll, what now? Try to reinstall 0.8.17-1 ? reinstall perl. You installed the experimental version of perl -- Problem reports: http://cygwin.com/problems.html FAQ: http://c

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

2014-11-14 Thread Brian Inglis
henix gmail.com> writes: > Other commands in bind-utils (nslookup, host) have the same empty > result, while their 32bit version works just fine (on Windows 8.1 > 64bit). Latest Cygwin release 1.7.33-1 aka 2 fixes this on Win7x64. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: bind-utils output not to stdout (was: Dig output not piping to xargs)

2014-11-14 Thread Brian Inglis
Corinna Vinschen cygwin.com> writes: > On Nov 14 13:25, Brian Inglis wrote: >> All bind-utils - host, nslookup, dig - output not to stdout or stderr - can >> not be redirected, but redirection suppresses output, with current update >> 9.9.6-2 but works with previous 9.9.5-3 and current cygwin rele

Re: [REQUEST] Please upgrade irssi (0.8.17)

2014-11-14 Thread Keith Christian
Don't have cygperl5_14.dll but do have cygperl 5_18.dll, what now? Try to reinstall 0.8.17-1 ? On Thu, Nov 13, 2014 at 4:23 PM, Sean Murphy wrote: > Just installed irssi 0.8.17-1 update on 32-bit installation and it > works as expected. Have not yet upgraded to most recent > version of cygwin, t

Re: bind-utils output not to stdout (was: Dig output not piping to xargs)

2014-11-14 Thread Corinna Vinschen
On Nov 14 13:25, Brian Inglis wrote: > Alive live.com> writes: > > On 10/26/2014 4:26 AM, Marko Božiković wrote: > >> 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 {}

Re: bind-utils output not to stdout (was: Dig output not piping to xargs)

2014-11-14 Thread Brian Inglis
Alive live.com> writes: > On 10/26/2014 4:26 AM, Marko Božiković wrote: >> 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

Re: RFC: 1.7.33 problem with user's home directory

2014-11-14 Thread Corinna Vinschen
On Nov 14 01:04, Andrey Repin wrote: > Greetings, Corinna Vinschen! > > >> > 1. Utilize the homeDirectory AD attribute (aka %HOMEDRIVE%%HOMEPATH%). > >> > 2. If homeDirectory is empty, fall back to /home/$USER. > >> > >> This is just a subset of what I suggested, so I’m in favor of it. > >> (By s

Re: RFC: 1.7.33 problem with user's home directory

2014-11-14 Thread Corinna Vinschen
On Nov 14 00:49, Andrey Repin wrote: > Greetings, Corinna Vinschen! > > > On Nov 12 23:23, Andrey Repin wrote: > >> > So the Cygwin home dir > >> > is equivalent to the CMD homedir, which is %HOMEDRIVE%%HOMEPATH%, > >> > >> Which is covered by "system" setting. Which will either read the location

[ANNOUNCEMENT] Updated: php-5.5.19-1

2014-11-14 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * php-5.5.19-1 * apache2-mod_php5-5.5.19-1 * php-bcmath-5.5.19-1 * php-bz2-5.5.19-1 * php-calendar-5.5.19-1 * php-ctype-5.5.19-1 * php-curl-5.5.19-1 * php-dba-5.5.19-1 * php-devel-5.5.19-1 * php-enchant-5.5.19-1 * php-exif-5.5.1

Re: gfortran netcdf version mismatch

2014-11-14 Thread Marco Atzeri
On 11/13/2014 4:46 PM, Marco Atzeri wrote: On 11/13/2014 4:35 PM, DeTracey, Brendan wrote: Hi, Trying to compile using gfortran and netcdf I get: Fatal Error: Cannot read module file 'netcdf.mod' opened at (1), because it was created by a different version of GNU Fortran Might be the cygwin ne