From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Two strange messages while building Emacs on MS-Windows Date: Fri, 7 Dec 2012 21:17:13 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1354911446 30266 80.91.229.3 (7 Dec 2012 20:17:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Dec 2012 20:17:26 +0000 (UTC) Cc: Emacs development discussions To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 07 21:17:39 2012 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 1Th4Ma-0007OH-GD for ged-emacs-devel@m.gmane.org; Fri, 07 Dec 2012 21:17:36 +0100 Original-Received: from localhost ([::1]:37435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th4MO-00034b-AR for ged-emacs-devel@m.gmane.org; Fri, 07 Dec 2012 15:17:24 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th4ML-00034L-Bw for emacs-devel@gnu.org; Fri, 07 Dec 2012 15:17:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Th4MK-0007Ua-Av for emacs-devel@gnu.org; Fri, 07 Dec 2012 15:17:21 -0500 Original-Received: from mail-oa0-f41.google.com ([209.85.219.41]:43279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th4MF-0007Rg-CS; Fri, 07 Dec 2012 15:17:15 -0500 Original-Received: by mail-oa0-f41.google.com with SMTP id k14so1016242oag.0 for ; Fri, 07 Dec 2012 12:17:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HoIy2NnIQ08lCHwCRBprTrkafOaYoi39/GHEiv0AVrk=; b=ODQdJ1zs7Juvg4uD0oej+GlkhAttBBMmNU6BazcgJDp27mfSbYirDo8GSO8Ysb8vWV fkBShse9u5oH45VLiLLoQuREJe3vCCzcu/NO/RPZ+Zta25nvxOrjRx6ng2ARZ/PEQZap dDXmSsZgTavb4i0hJdRmXM6Qg0sKO0BOMh9EwcGHKlBOX7VktQDxuYnjKa5HPR6HDn0r g3lELYdRajb2hZ8/jM+88pf73F51LMb0Dlm8t6T3rgY8rdEDnVKGV7O4faSH/8PMiNrC JZjGj2IwJOHb8h31bc16cUa0DeE4w3gGfEXDWkr55BLmOfZbX5gr619XdioxCxUtrebU 5fxA== Original-Received: by 10.60.171.228 with SMTP id ax4mr3782085oec.35.1354911433236; Fri, 07 Dec 2012 12:17:13 -0800 (PST) Original-Received: by 10.60.11.39 with HTTP; Fri, 7 Dec 2012 12:17:13 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.219.41 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:155346 Archived-At: >> Conflicting tags: >> mh-e-8.4 >> mh-e-8.3.1 > > See the previous time this happened: > http://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00490.html > > Use something like > > bzr tag --force \ > -r 'revid:wohler@newt.com-20121125191128-anxghxzwj2qy6ody' mh-e-8.4 That errors out: bzr: ERROR: Unsupported protocol for url "'revid:wohler@newt.com-20121125191128-anxghxzwj2qy6ody'" But `bzr pull --overwrite' seems to have done the trick. Now the "conflicting tags" messages are gone. Thanks. >> c:/emacs/trunk/src/../lisp/terminal hides >> c:/emacs/trunk/lisp/obsolete/terminal >> c:/emacs/trunk/src/../lisp/longlines hides >> c:/emacs/trunk/lisp/obsolete/longlines > > I guess you did not remove the old .elc files; ie did not bootstrap. No I didn't remove anything, and didn't bootstrap either. -- Dani Moncayo