|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Problem installing curlHi all,
when I try to install curl (needed for hxt) using "cabal install curl" I alwas get the following error message: Resolving dependencies... 'curl-1.3.2.1' is cached. Configuring curl-1.3.2.1... cabal: Error: some packages failed to install: curl-1.3.2.1 failed during the configure step. The exception was: sh: runGenProcess: does not exist (No such file or directory) I don't know what to do here. Can anybody help me please? I'm using the brand new GHC 6.10.1 on Windows Vista. Best regards, Martin. _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@... http://www.haskell.org/mailman/listinfo/haskell-cafe |
|
|
Re: Problem installing curlhuschi:
> Hi all, > > when I try to install curl (needed for hxt) using "cabal install curl" I > alwas get the following error message: > > > Resolving dependencies... > 'curl-1.3.2.1' is cached. > Configuring curl-1.3.2.1... > cabal: Error: some packages failed to install: > curl-1.3.2.1 failed during the configure step. The exception was: > sh: runGenProcess: does not exist (No such file or directory) > > > I don't know what to do here. Can anybody help me please? > > I'm using the brand new GHC 6.10.1 on Windows Vista. > > Best regards, > Do you have the curl C library installed? Either way, that error message from Cabal isn't very good. Duncan? -- Don _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@... http://www.haskell.org/mailman/listinfo/haskell-cafe |
|
|
Re: Problem installing curlOn Tue, 2008-11-11 at 10:49 -0800, Don Stewart wrote:
> > curl-1.3.2.1 failed during the configure step. The exception was: > > sh: runGenProcess: does not exist (No such file or directory) > > > > I don't know what to do here. Can anybody help me please? > > > > I'm using the brand new GHC 6.10.1 on Windows Vista. > > > > Best regards, > > > > Do you have the curl C library installed? The first problem is that curl uses a configure script and that needs 'sh' which needs mingw+msys or cygwin. That's what the error message is obliquely reporting. After that the next problem will be having the curl C lib installed. > Either way, that error message from Cabal isn't very good. Duncan? Filed: http://hackage.haskell.org/trac/hackage/ticket/403 It should be easy to fix. It's a nice simple bug for some new Cabal contributor. Speaking of Cabal contributors, we're a little short of them at the moment. I welcome people to check out our list of easy tickets: http://hackage.haskell.org/trac/hackage/report/13 And to see the guide to the code base: http://hackage.haskell.org/trac/hackage/wiki/SourceGuide Duncan _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@... http://www.haskell.org/mailman/listinfo/haskell-cafe |
| Free embeddable forum powered by Nabble | Forum Help |