Re: A problem with perl and cygpixman-1-0.dll

2012-10-31 Thread marco atzeri
On 10/31/2012 10:24 PM, Zdzislaw Meglicki wrote: > funny, I build it but forgot and never installed. At least you can remove > the third one. Err... which is the third one? Let me list the three here and you tell me which can be removed: to know if a file belongs to any package, use: cy

A problem with perl and cygpixman-1-0.dll

2012-10-31 Thread Zdzislaw Meglicki
  > funny, I build it but forgot and never installed. At least you can remove   > the third one. Err... which is the third one? Let me list the three here and you tell me which can be removed: $ pwd /usr/lib/perl5 $ find . -name Magick.dll -print ./site_perl/5.14/i686-cygwin-threads-64int/auto/I

Re: Command line arguments

2012-10-31 Thread Andrew DeFaria
On 10/31/2012 12:40 PM, David T-G wrote: Andrew, et al -- ...and then Andrew DeFaria said... % % On 10/31/2012 11:23 AM, Brian Wilson wrote: ... % >${1}, ${2}, etc. Also, you may want to read up on the getopts command as a % >way to process command line arguments. % Technically, the {}'s are no

Re: Command line arguments

2012-10-31 Thread David T-G
Andrew, et al -- ...and then Andrew DeFaria said... % % On 10/31/2012 11:23 AM, Brian Wilson wrote: ... % >${1}, ${2}, etc. Also, you may want to read up on the getopts command as a % >way to process command line arguments. % Technically, the {}'s are not needed. You can access them with $1, $2,

Re: Command line arguments

2012-10-31 Thread Andrew DeFaria
On 10/31/2012 11:23 AM, Brian Wilson wrote: If you have a script (e.g. foo.sh) and you wish to pass arguments to the script, your command line should look like "foo.sh arg1 arg2 arg3..." The number of arguments will be correct and you will be able to access them as ${1}, ${2}, etc. Also, you ma

Re: A problem with perl and cygpixman-1-0.dll

2012-10-31 Thread marco atzeri
On 10/31/2012 7:56 PM, Zdzislaw Meglicki wrote: ./vendor_perl/5.14/i686-cygwin-threads- 64int/auto/Image/Magick/Magick.dll the other two are probably coming from your build, are the same or installed in different times ? I have by now overwritten my own installation with the vanilla Cygwin p

Re: A problem with perl and cygpixman-1-0.dll

2012-10-31 Thread Reini Urban
On Wed, Oct 31, 2012 at 1:56 PM, Zdzislaw Meglicki wrote: >>> ./vendor_perl/5.14/i686-cygwin-threads- >>> 64int/auto/Image/Magick/Magick.dll > >> the other two are probably coming from your build, >> are the same or installed in different times ? > > I have by now overwritten my own installation w

Re: A problem with perl and cygpixman-1-0.dll

2012-10-31 Thread Zdzislaw Meglicki
>> ./vendor_perl/5.14/i686-cygwin-threads- >> 64int/auto/Image/Magick/Magick.dll   > the other two are probably coming from your build, > are the same or installed in different times ?   I have by now overwritten my own installation with the vanilla Cygwin perl-Image-Magick and perl-Graphics-Mag

Re: Command line arguments

2012-10-31 Thread Brian Wilson
If you have a script (e.g. foo.sh) and you wish to pass arguments to the script, your command line should look like "foo.sh arg1 arg2 arg3..." The number of arguments will be correct and you will be able to access them as ${1}, ${2}, etc. Also, you may want to read up on the getopts command as

A cygwin mosh question

2012-10-31 Thread Eliot Moss
After seeing the announcement on mosh, I decided to install it and try it out. I installed it on a remote server running Red Hat style Linux using yum, and on my laptop using cygwin. Sadly, I have run into some problems: 1) The cygwin install does not include the dependency on the IO:Tty pac

Re: A problem with perl and cygpixman-1-0.dll

2012-10-31 Thread Yaakov (Cygwin/X)
On Wed, 2012-10-31 at 08:35 -0700, Zdzislaw Meglicki wrote: > 2 [main] perl 5368 child_info_fork::abort: > C:\cygwin\bin\cygpixman-1-0.dll: Loaded to different address: > parent(0x4AAA) > != child(0x2D) http://cygwin.com/faq-nochunks.html#faq.using.fixing-fork-failures Yaakov

Re: A problem with perl and cygpixman-1-0.dll

2012-10-31 Thread marco atzeri
On 10/31/2012 2:12 PM, Zdzislaw Meglicki wrote: Yes, I did run perlrebase this time, but it didn't change anything. I just went into ash, as Administrator, then defined the PATH=/bin:/usr/bin, and typed $ perlrebase without any options. It did flag new addresses and sizes, but this did not fix

[ANNOUNCEMENT] Updated: stunnel-4.54-1

2012-10-31 Thread Andrew Schulman
A new version of stunnel, 4.54-1, is available in the Cygwin distribution. This is a new upstream release, with assorted minor updates and bug fixes since the previous Cygwin release, 4.53-1. You can read the upstream changelog at http://www.stunnel.org/news/. stunnel is a program that allows you

[ANNOUNCEMENT] updated: unison2.27, unison2.32, unison2.40; new package: unison2.45

2012-10-31 Thread Andrew Schulman
The Unison packages for Cygwin have been updated: unison2.27, unison2.32, unison2.40 - minor updates. unison2.45 - new version package. Unison is a file synchronizer for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or on differ

[ANNOUNCEMENT] Updated: mosh-1.2.3-1

2012-10-31 Thread Reini Urban
I updated mosh to 1.2.3-1 on cygwin, which includes the previously experimental cxxwrapper for /usr/bin/mosh.exe as described in http://sourceware.org/ml/cygwin-announce/2012-07/msg00021.html This maintenance release makes a number of improvements to mosh 1.2.2 to improve speed, robustness, and se

[ANNOUNCEMENT] Updated: wcd 5.2.3-1 -- Wherever Change Directory

2012-10-31 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freshmeat.net/projects/wcd License : GPL-2+ Wcd manages cache of directories and user can jump to any of the cache (sub)directories and tree. The directory searches can be expressed with partial names or with wildcards. CHANGES SINCE LAST

Re: A problem with perl and cygpixman-1-0.dll

2012-10-31 Thread Zdzislaw Meglicki
Yes, I did run perlrebase this time, but it didn't change anything. I just went into ash, as Administrator, then defined the PATH=/bin:/usr/bin, and typed $ perlrebase without any options. It did flag new addresses and sizes, but this did not fix the problem. As you suggested previously, it