Re: Unable to install LWP

2012-07-09 Thread Achim Gratz
Andrew DeFaria DeFaria.com> writes: > Is this a rebase issue? How can I update my LWP? Yes, this is a rebase issue. You can just build without the test, change into the build directory and rebase manually, then do the install. You can also force the installation even though the test will fail.

Re: Unable to install LWP

2012-07-09 Thread marco atzeri
On 7/10/2012 6:58 AM, Andrew DeFaria wrote: The version of LWP in Cygwin is 5.836 yet CPAN has 6.04. I tried to update this with "cpan LWP". It cranks along and has it's requirements and eventually gets down to IO::Compress::Bzip2. But this fails to install instead it does: PMQS/IO-Compress-2

Re: clisp crashes on startup

2012-07-09 Thread Daniel Colascione
On 7/9/12 2:26 PM, Daniel Colascione wrote: > [snip] It turns out that clisp crashes only when I've rebased DLLs into the high portion of the 4GB WOW64 address space. It looks like clisp isn't 32-bit clean. Turning off bigaddr on lisp.exe lets clisp load, but of course it can't fork. signature.

Unable to install LWP

2012-07-09 Thread Andrew DeFaria
The version of LWP in Cygwin is 5.836 yet CPAN has 6.04. I tried to update this with "cpan LWP". It cranks along and has it's requirements and eventually gets down to IO::Compress::Bzip2. But this fails to install instead it does: PMQS/IO-Compress-2.052.tar.gz make -- OK CPAN: YAML loaded

Re: clisp crashes on startup

2012-07-09 Thread Daniel Colascione
On 7/9/12 2:01 PM, Reini Urban wrote: > On Sat, Jul 7, 2012 at 2:07 PM, Daniel Colascione wrote: >> On 7/7/2012 10:44 AM, marco atzeri wrote: >>> On 7/7/2012 6:19 PM, Reini Urban wrote: On Sat, Jul 7, 2012 at 8:41 AM, Daniel Colascione wrote: > On 7/7/12 6:04 AM, marco atzeri wrote: >

Re: clisp crashes on startup

2012-07-09 Thread Reini Urban
On Sat, Jul 7, 2012 at 2:07 PM, Daniel Colascione wrote: > On 7/7/2012 10:44 AM, marco atzeri wrote: >> On 7/7/2012 6:19 PM, Reini Urban wrote: >>> On Sat, Jul 7, 2012 at 8:41 AM, Daniel Colascione wrote: On 7/7/12 6:04 AM, marco atzeri wrote: > On 7/7/2012 12:45 AM, Daniel Colascione wro

Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-09 Thread Aaron Schneider
On 09/07/2012 17:44, Christopher Faylor wrote: On Mon, Jul 09, 2012 at 05:23:13PM +0200, notstop wrote: You must be right in some points, but that is not the exact behavior of windows command although you pretend it to be (the powershell has a different behavior). In fact, I can independently op

Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-09 Thread Steven Hartland
- Original Message - From: "Christopher Faylor" On Mon, Jul 09, 2012 at 05:23:13PM +0200, notstop wrote: You must be right in some points, but that is not the exact behavior of windows command although you pretend it to be (the powershell has a different behavior). In fact, I can inde

Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-09 Thread Christopher Faylor
On Mon, Jul 09, 2012 at 05:23:13PM +0200, notstop wrote: >You must be right in some points, but that is not the exact behavior of >windows command although you pretend it to be (the powershell has a >different behavior). In fact, I can independently operate file while >file.exe exists: > >copy f

Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-09 Thread notstop
You must be right in some points, but that is not the exact behavior of windows command although you pretend it to be (the powershell has a different behavior). In fact, I can independently operate file while file.exe exists: copy file.exe file Now there are file and file.exe -- windows cmd.e

Re: Hang when launching WiX's candle.exe with cygwin 1.7.15. Runs OK with 1.7.9

2012-07-09 Thread Graham Perks
Andrey, thanks for the reply. I added the WiX path to the User path. Run Control Panel, type 'path' in the search field, click "Edit Env Vars for your account", and create a new PATH user variable containing just the WiX path. The path ends up looking like this; with Cygwin at the start: $ echo

Re: Problem forking from Zsh under 1.7 when installed under UNC path

2012-07-09 Thread Nikolai Weibull
On Mon, Jul 2, 2012 at 4:19 PM, Corinna Vinschen wrote: > On Jul 2 15:24, Nikolai Weibull wrote: >> I have come across a problem that occurs when Zsh (both 4.3.11 and >> 4.3.12) tries to fork when Cygwin (1.7) has been installed under a UNC >> path. The problem occurs because Zsh has support for

Re: cygwin getpass broken recently? was: cygrunsrv fails to prompt for user password

2012-07-09 Thread Corinna Vinschen
On Jul 9 14:38, Corinna Vinschen wrote: > On Jul 7 05:05, Steven Hartland wrote: > > - Original Message - From: "Steven Hartland" > > > > >We're updating our servers to a newer version of cygwin (1.7.15) > > >from previous 1.7 version and in this version the install of > > >cygrunsrv (V1

Re: cygwin getpass broken recently? was: cygrunsrv fails to prompt for user password

2012-07-09 Thread Corinna Vinschen
On Jul 7 05:05, Steven Hartland wrote: > - Original Message - From: "Steven Hartland" > > >We're updating our servers to a newer version of cygwin (1.7.15) > >from previous 1.7 version and in this version the install of > >cygrunsrv (V1.40, Apr 25 2012) fails to correctly prompt for > >a

Re: Inconsistence on file operation when the name already exists with exe extension

2012-07-09 Thread Earnie Boyd
On Sun, Jul 8, 2012 at 4:37 PM, Aaron Schneider wrote: > > > > -- This way works to have the two files simultaneously --: > touch file > touch file.exe > > -- This way doesn't --: > touch file.exe > touch file Add a period character to the file name without extension. Cygwin will consider file.ex