Anders Logg skrev den 26/06-2008 følgende: > Installing 1.0 is easy enough: > > sudo apt-get remove mercurial Add: sudo dpkg --purge mercurial to get a complete remove.
Ola > wget http://www.selenic.com/mercurial/release/mercurial-1.0.1.tar.gz > tar zxf mercurial-1.0.1.tar.gz > cd mercurial-1.0.1 > python setup.py build > sudo python setup.py install > > -- > Anders > > > On Thu, Jun 26, 2008 at 10:17:12AM +0200, Ilmar Wilbers wrote: > > Yes, it was introduced after I added the current functionality. Johannes > > experienced the same, but I hoped this wouldn't affect everyone who is > > pushing. It seems the error is due to a bug in 0.9.5 <= Mercurial < 1.0: > > https://bugs.launchpad.net/ubuntu/+source/mercurial/+bug/234919 > > > > As 0.9.5 is the version used in Hardy, this is going to be a major > > annoyance for most. Unless there is an easy fix this would mean either > > removing the buildbot functionality of building on checkin, or the > > pushers upgrading their Mercurial to version >= 1.0 > > > > ilmar > > > > Garth N. Wells wrote: > > > I'm getting a bunch of errors when I push to the DOLFIN repository. I've > > > pasted the start of the message below. Is it something to do with the > > > buildbot? > > > > > > Garth > > > > > > pushing to ssh://[EMAIL PROTECTED]/hg/dolfin > > > searching for changes > > > ** unknown exception encountered, details follow > > > ** report bug details to http://www.selenic.com/mercurial/bts > > > ** or [EMAIL PROTECTED] > > > ** Mercurial Distributed SCM (version 0.9.5) > > > Traceback (most recent call last): > > > File "/usr/bin/hg", line 14, in <module> > > > mercurial.dispatch.run() > > > File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line > > > 20, in run > > > sys.exit(dispatch(sys.argv[1:])) > > > File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line > > > 29, in dispatch > > > return _runcatch(u, args) > > > File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line > > > 45, in _runcatch > > > return _dispatch(ui, args) > > > File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line > > > 348, in _dispatch > > > ret = _runcommand(ui, options, cmd, d) > > > File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line > > > 401, in _runcommand > > > return checkargs() > > > File "/var/lib/python-support/python2.5/mercurial/dispatch.py", line > > > 357, in checkargs > > > return cmdfunc() > > > > > > . > > > . > > > . > > > . > > > . > > > _______________________________________________ > > > DOLFIN-dev mailing list > > > [email protected] > > > http://www.fenics.org/mailman/listinfo/dolfin-dev > > > > > _______________________________________________ > > DOLFIN-dev mailing list > > [email protected] > > http://www.fenics.org/mailman/listinfo/dolfin-dev > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
