Re: [Python-Dev] cpython: Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major
Am 22.07.2011 23:51, schrieb charles-francois.natali:
http://hg.python.org/cpython/rev/63de97ae832e changeset: 71462:63de97ae832e parent: 71459:d3f0f72c31f8 user: Charles-François Natali <neologix@free.fr> date: Fri Jul 22 23:52:02 2011 +0200 summary: Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major releases).
files: Misc/NEWS | 2 + configure | 597 ++++++++++++++++++-------------------- configure.in | 4 +- 3 files changed, 291 insertions(+), 312 deletions(-)
Note that this commit wasn't actually a merge -- you'll have to use the "hg merge" command for that. Georg
Note that this commit wasn't actually a merge -- you'll have to use the "hg merge" command for that.
You're right. I guess that's what happens when I try to work past my usual bedtime ;-) By the way, I'm still getting errors upon push, and it looks like when I push a patch, this doesn't trigger any build on the buildbots. It used to work, any idea what's going on?
On Sat, 23 Jul 2011 11:46:05 +0200 Charles-François Natali <cf.natali@gmail.com> wrote:
Note that this commit wasn't actually a merge -- you'll have to use the "hg merge" command for that.
You're right. I guess that's what happens when I try to work past my usual bedtime ;-)
By the way, I'm still getting errors upon push, and it looks like when I push a patch, this doesn't trigger any build on the buildbots. It used to work, any idea what's going on?
What is the error? Is a traceback printed? Regards Antoine.
(See http://mail.python.org/pipermail/python-dev/2011-July/112309.html for the original mail): """ $ hg push pushing to ssh://hg@hg.python.org/cpython searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: added 1 changesets with 2 changes to 2 files remote: change(s) NOT sent, something went wrong: remote: [Failure instance: Traceback from remote host -- Traceback unavailable remote: ] remote: sent email to roundup at report at bugs.python.org remote: notified python-checkins at python.org of incoming changeset ca077f2672e3 """ No traceback. Last time I did a push (yesterday), there was a slight difference, the lines reporting the failure were prefixed by "buildbot:" (IIRC). And indeed, none of my pushes triggers a build on the buildbots (and I'm sure it worked a couple weeks ago). Thanks, cf
On Sat, 23 Jul 2011 16:10:38 +0200 Charles-François Natali <cf.natali@gmail.com> wrote:
No traceback. Last time I did a push (yesterday), there was a slight difference, the lines reporting the failure were prefixed by "buildbot:" (IIRC). And indeed, none of my pushes triggers a build on the buildbots (and I'm sure it worked a couple weeks ago).
Ok, it should be fixed now. Regards Antoine.
participants (3)
-
Antoine Pitrou -
Charles-François Natali -
Georg Brandl