Hi, On Sat, Mar 28, 2009 at 11:42:17 +0100, Thorkil Naur wrote: > I have tried various things over the last couple of days to fix this buildbot > slave, but I seem to be stuck. Presently, the slave fails like this > (http://buildbot.darcs.net/buildbot-darcs/builders/thorkil%20tn9%20Linux-2.6.13-15%20SUSE-10.0%20i686/builds/349/steps/compile/logs/stdio):
Thanks on working on this! We're slowly getting greener and greener. It's funny how we always manage to get to green at last and then somehow slip back and have to crawl forward again. > > src/HTTP.hs:42:58: > > Couldn't match expected type `network-2.1.0.0:Network.URI.URI' > > against inferred type `URI' So this is the darcs module called HTTP. If I understand correctly, what's going on here is that the HTTP package (which darcs uses) was built against the network 2.1 package, whereas the darcs package (for which the HTTP module in question is being built) explicitly requests network 2.2. Any idea how that came to pass? The HTTP package does not seem to care which version of network it uses. One solution might be to somehow ask Cabal to rebuild the HTTP package against network 2.2. Another solution is to slightly relax the darcs requirement for the network package. Thorkil, could you see if the latter lets you build darcs? If so, perhaps a patch would be appropriate. > where I note the mentioning of network-2.1.0.0. The configure output > (http://buildbot.darcs.net/buildbot-darcs/builders/thorkil%20tn9%20Linux-2.6.13-15%20SUSE-10.0%20i686/builds/349/steps/configure/logs/stdio) > > has > > > Warning: This package indirectly depends on multiple versions of the same > > package. This is highly likely to cause a compile failure. > > package HTTP-3001.1.5 requires network-2.1.0.0 > > package darcs-2.2.0 requires network-2.2.0.1 > > which points to the same spot. But I am really at a loss to understand what > goes on here and it is quite unclear how to proceed. So any ideas would be > most welcome. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9
signature.asc
Description: Digital signature
_______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
