[darcs-users] darcs 2.3 beta 1: configure fails with GHC 6.8.3 on FreeBSD
Mark Stosberg
mark at summersault.com
Wed Jul 8 19:34:10 UTC 2009
On Wed, 8 Jul 2009 18:55:19 +0100
Eric Kow <kowey at darcs.net> wrote:
> On Wed, Jul 08, 2009 at 13:49:58 -0400, Mark Stosberg wrote:
> > - Now I returned to the darcs directory and did "cabal configure".
> > It failed like this:
> >
> > Configuring darcs-2.2.98.1...
> > setup: At least the following dependencies are missing:
> > hashed-storage >=0.3.3.1 && <0.4 && >=0.3.3.1 && <0.4,
> > haskeline >=0.6.1 && <0.7 && >=0.6.1 && <0.7
>
> > It would be great if there was a solution like cabal's "bootstrap.sh"
> > which automates the fetching and building of dependencies.
>
> Yep, that's exactly what the tool is made for. The command you want is
> "cabal install", which (unlike "cabal configure", fetches dependencies).
I'm a bit confused then. The darcs README. Says to run "configure" then
"build" then "install" in that order. It sounds like you are saying that
only "install" is required.
From the darcs README:
$ cabal configure
$ cabal build
$ cabal install
###
Anyway, "cabal install" fails for me too:
$ cabal install
Warning: No remote package servers have been specified. Usually you would have
one specified in the config file.
Resolving dependencies...
cabal: cannot configure darcs-2.2.98.1. It requires hashed-storage >=0.3.3.1
&& <0.4 && >=0.3.3.1 && <0.4 and haskeline >=0.6.1 && <0.7 && >=0.6.1 && <0.7
There is no available version of hashed-storage that satisfies >=0.3.3.1 &&
<0.4 && >=0.3.3.1 && <0.4
There is no available version of haskeline that satisfies >=0.6.1 && <0.7 &&
>=0.6.1 && <0.7
#######
My hope is that darcs can be installable using "cabal" without users having to find and read any other documentation besides the "README" or "INSTALL" file, including reading separate documentation on setting up remote servers for use with cabal.
Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.osuosl.org/pipermail/darcs-users/attachments/20090708/ca8f21b7/attachment.pgp>
More information about the darcs-users
mailing list