RE: [ghc5] getDirectoryContents: trouble on Linux/NFS

2001-04-21 Thread Julian Seward (Intl Vendor)
| Our suggestions to Linux-owners with NFS mounts from non-Linux machines: | Upgrade to a recent glibc. It's not GHC's fault. Great; this is the kind of bug report I like to get :) We've had Mucho Trouble here with Linux as an NFS _server_; moving to linux-2.4.X seems to have greatly improved

Re: [ghc5] getDirectoryContents: trouble on Linux/NFS

2001-04-19 Thread Volker Stolz
In local.glasgow-haskell-bugs, I wrote: On several Linux machines where my home directory is mounted by NFS from a Solaris machine, I get the following behaviour both in ghc and ghci: Directory.getDirectoryContents will throw an error on any directory in "NFS-space", so even *calling* ghc or

RE: [ghc5] getDirectoryContents: trouble on Linux/NFS

2001-04-19 Thread Simon Peyton-Jones
weeks not months. Simon | -Original Message- | From: Volker Stolz [mailto:[EMAIL PROTECTED]] | Sent: 17 April 2001 16:20 | To: [EMAIL PROTECTED] | Cc: Michael Weber | Subject: [ghc5] getDirectoryContents: trouble on Linux/NFS | | | On several Linux machines | where my home directory

Re: [ghc5] getDirectoryContents: trouble on Linux/NFS

2001-04-18 Thread Albert Lai
Volker Stolz [EMAIL PROTECTED] writes: ghc[i] was built from source. The Solaris binary provided on the GHC- download page works fine. I'll investigate FreeBSD as soon as I get home. Feel free to ask for more details regarding machine setup/compilation. I guess a standard question would be:

[ghc5] getDirectoryContents: trouble on Linux/NFS

2001-04-17 Thread Volker Stolz
On several Linux machines where my home directory is mounted by NFS from a Solaris machine, I get the following behaviour both in ghc and ghci: Directory.getDirectoryContents will throw an error on any directory in "NFS-space", so even *calling* ghc or ghci causes problems: ghc won't compile