From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Error when comitting Date: Sun, 30 Jun 2013 14:50:47 -0400 Message-ID: References: <0BB04EE8-E0D8-4B20-9AE7-3C78354296EA@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1372618252 12072 80.91.229.3 (30 Jun 2013 18:50:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Jun 2013 18:50:52 +0000 (UTC) Cc: emacs-devel developers To: Jan =?utf-8?Q?Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 30 20:50:54 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UtMi6-0004m9-1R for ged-emacs-devel@m.gmane.org; Sun, 30 Jun 2013 20:50:54 +0200 Original-Received: from localhost ([::1]:52074 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtMi5-0004Yk-LA for ged-emacs-devel@m.gmane.org; Sun, 30 Jun 2013 14:50:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtMi2-0004Yf-V4 for emacs-devel@gnu.org; Sun, 30 Jun 2013 14:50:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtMi2-0000w8-1f for emacs-devel@gnu.org; Sun, 30 Jun 2013 14:50:50 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtMi1-0000w4-VE for emacs-devel@gnu.org; Sun, 30 Jun 2013 14:50:49 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UtMi0-0003JO-2B; Sun, 30 Jun 2013 14:50:48 -0400 X-Spook: Ortega FBI Cohiba ICE national information infrastructure X-Ran: (Ri=OeW9kaQir\FUOAFZ%)%hcBN1$3Nwn7v,3WT)lNW\L&Vw6[!*zJ#h|+v1V?4TFWvZBB X-Hue: black X-Attribution: GM In-Reply-To: <0BB04EE8-E0D8-4B20-9AE7-3C78354296EA@swipnet.se> ("Jan =?utf-8?Q?Dj=C3=A4rv=22's?= message of "Sun, 30 Jun 2013 18:46:05 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161377 Archived-At: Jan Dj=C3=A4rv wrote: > I just got this, seems to be some problems sending mail in the > post_commit hook. Firstly, I think one of the Savannah hackers mailing lists would be a better place to discuss this. But we are here now, so let's continue. > The commit succeeded anyway. As did the email: http://lists.gnu.org/archive/html/emacs-diffs/2013-06/msg00447.html > raise errors.BzrError("Failed to send email: exit status %s" % (rc,)) > BzrError: Failed to send email: exit status 1 Unless I totally misunderstand, this error happens on your local machine. Do you have the bzr-email plugin installed there? bzr plugins | grep email will tell you. If so, you should either remove or disable it, as I said in http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00222.html See also admin/notes/bzr.