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: Two strange messages while building Emacs on MS-Windows Date: Fri, 7 Dec 2012 20:21:43 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1354908118 1827 80.91.229.3 (7 Dec 2012 19:21:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Dec 2012 19:21:58 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 07 20:22:11 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 1Th3Us-0005iQ-RK for ged-emacs-devel@m.gmane.org; Fri, 07 Dec 2012 20:22:06 +0100 Original-Received: from localhost ([::1]:46402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th3Ug-0002tk-DW for ged-emacs-devel@m.gmane.org; Fri, 07 Dec 2012 14:21:54 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:41022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th3UX-0002pt-GH for emacs-devel@gnu.org; Fri, 07 Dec 2012 14:21:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Th3UW-0001CE-HS for emacs-devel@gnu.org; Fri, 07 Dec 2012 14:21:45 -0500 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:33829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th3UW-0001C9-CM for emacs-devel@gnu.org; Fri, 07 Dec 2012 14:21:44 -0500 Original-Received: by mail-ob0-f169.google.com with SMTP id v19so435099obq.0 for ; Fri, 07 Dec 2012 11:21:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=n8bCdGlL7znCVlyfU9QaJrx86zVLrcJ/mtEE4XIbnqQ=; b=uVnmX20naxqDk7v0P+IxLd8kLCnqqGUL193USKB2iEIYf2pOp8aIEViO54798LY1D+ /URAufa7xZo/O7U0DzZWX6ILsnZpdhjPEWDCK7RFVWxcgP5suRdnO1qZO6xRro+Yw2Jq U9WuTlXZ9v8tJXAFNDbC6JIX2MsIlniATzcY3je5ttjAGk/5IoIa1xFsVzYV/mmGRVFD tj16UOWbHvcvIHVt0l3/O51sUfibpe9r9vFt3DXPkPYYZcVOBlfl83HU9yFNuJZWJ1Vv BOr1O5TTnRu7pam7XEPuzgpVV27SGJtLZTGyseHiGdfql0avs9nE08A5ku+t43494raa s7tQ== Original-Received: by 10.182.78.137 with SMTP id b9mr3776502obx.94.1354908103634; Fri, 07 Dec 2012 11:21:43 -0800 (PST) Original-Received: by 10.60.11.39 with HTTP; Fri, 7 Dec 2012 11:21:43 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.214.169 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:155341 Archived-At: Hello, Lately, I'm seeing two strange messages while building Emacs on MS-Windows. First message: "conflicting tags" (during a `bzr pull' of the trunk): C:\emacs\trunk>bzr pull Using saved parent location: bzr://bzr.savannah.gnu.org/emacs/trunk/ No revisions to pull. Conflicting tags: mh-e-8.4 mh-e-8.3.1 Second message: "load-path shadowings" (during a `make'): ... Pure-hashed: 22211 strings, 3141 vectors, 36433 conses, 2846 bytecodes, 85 others Dumping under the name emacs Dumping from c:/emacs/trunk/src/oo/i386/temacs.exe to c:/emacs/trunk/src/oo/i386/emacs.exe 1841562 pure bytes used "./oo/i386/emacs.exe" -batch -f list-load-path-shadows This site has duplicate Lisp libraries with the same name. If a locally-installed Lisp library overrides a library in the Emacs release, that can cause trouble, and you should probably remove the locally-installed version unless you know what you are doing. 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 2 Emacs Lisp load-path shadowings were found ... Do you see them too? Are they normal? TIA. -- Dani Moncayo