Re: System.Cmd.system tries to execve("n/sh", ...)

2002-10-18 Thread Dean Herington
I'm experiencing what may be a similar bug using GHC 5.04.1 on RedHat Linux. The command line argument to a program invoked from my Haskell program sometimes is unexpectedly empty, sometimes it contains a substring of an environment variable's value, sometimes it contains the correct argument stri

Re: System.Cmd.system tries to execve("n/sh", ...)

2002-10-18 Thread David Hughes
Simon Marlow wrote: > This turns out to be an incompatibility between RedHat 7.2 and 7.3. If you previously installed the 7.3 RPMs, then you might have more luck with the 7.2 RPMs which are now available from the GHC download page. Yes, that fixes things nicely. Thanks! // David -- David Hugh

RE: System.Cmd.system tries to execve("n/sh", ...)

2002-10-18 Thread Simon Marlow
> I find it hard to see how a bug like this could get into a GHC > release, since it appears to break the build. But, I don't know of > anything wrong with the platform I'm running it on, and in general my > setup looks okay (rpm --verify, etc). So, does anyone reproduce this? > > I'm running GH

System.Cmd.system tries to execve("n/sh", ...)

2002-10-18 Thread David Hughes
I find it hard to see how a bug like this could get into a GHC release, since it appears to break the build. But, I don't know of anything wrong with the platform I'm running it on, and in general my setup looks okay (rpm --verify, etc). So, does anyone reproduce this? I'm running GHC 5.04-1 ins