On Wed, Mar 18, 2009 at 16:10:04 +0100, Thorkil Naur wrote:
> > runghc Setup build
> >  in dir /home/tn/tn/buildbot/darcs/thorkil_linux/thorkil tn9/build
> >  watching logfiles {}
> >  argv: ['runghc', 'Setup', 'build']
> >  environment: {...
> > Setup: Package darcs-2.2.0 can't be built on this system.
> > program finished with exit code 1
> 
> Details, running by hand:

This means that we've got you configured to use neither libcurl nor http
on the build master.

Do you have the HTTP package (>= 3000.0 && < 3001.2) installed on this
slave or libcurl for that matter?

Right now we have
   cabal_extra=["-f-curl", "-f-libwww", "-f-type-witnesses"]),

in the build master config.  Either we'll have to change this to
   cabal_extra=["-f-type-witnesses"]), # re-enable curl
or
   cabal_extra=["-f-curl", "-fhttp", "-f-type-witnesses"]), # enable HTTP

But it's up to you...

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9

Attachment: signature.asc
Description: Digital signature

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to