From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Error when comitting Date: Sun, 30 Jun 2013 23:50:53 +0200 Message-ID: <52B03D0A-8F06-4C85-8BE1-2AD88E644279@swipnet.se> References: <0BB04EE8-E0D8-4B20-9AE7-3C78354296EA@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1372629064 12290 80.91.229.3 (30 Jun 2013 21:51:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Jun 2013 21:51:04 +0000 (UTC) Cc: emacs-devel developers To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 30 23:51:05 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 1UtPWS-0004lc-1b for ged-emacs-devel@m.gmane.org; Sun, 30 Jun 2013 23:51:04 +0200 Original-Received: from localhost ([::1]:36295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtPWR-0002Zh-JP for ged-emacs-devel@m.gmane.org; Sun, 30 Jun 2013 17:51:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtPWN-0002Zc-MF for emacs-devel@gnu.org; Sun, 30 Jun 2013 17:51:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtPWL-0001RB-5L for emacs-devel@gnu.org; Sun, 30 Jun 2013 17:50:59 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:49723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtPWK-0001Qp-UA for emacs-devel@gnu.org; Sun, 30 Jun 2013 17:50:57 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 1EE9FCDC3 for ; Sun, 30 Jun 2013 23:50:54 +0200 (CEST) Original-Received: (qmail 7663 invoked by uid 89); 30 Jun 2013 21:50:53 -0000 Original-Received: from h-46-59-42-57.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.57) by mail01.melmac.se with ESMTPA; 30 Jun 2013 21:50:53 -0000 Original-Received: from [172.20.199.13] (unknown [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id B2E151A0270; Sun, 30 Jun 2013 21:50:53 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.1508) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 62.20.26.67 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:161384 Archived-At: Hello. 30 jun 2013 kl. 20:50 skrev Glenn Morris : > Jan Dj=E4rv wrote: >=20 >> I just got this, seems to be some problems sending mail in the >> post_commit hook. >=20 > 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. I thought that post commit hooks was project specific. >=20 >> The commit succeeded anyway. >=20 > As did the email: > http://lists.gnu.org/archive/html/emacs-diffs/2013-06/msg00447.html >=20 >> raise errors.BzrError("Failed to send email: exit status %s" % = (rc,)) >> BzrError: Failed to send email: exit status 1 >=20 > 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. >=20 > 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 >=20 > See also admin/notes/bzr. Ok, I missed that. Now fixed. Jan D.