From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Problems building current CVS trunk Date: Fri, 11 Jan 2008 23:13:01 +0200 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1200085986 16919 80.91.229.12 (11 Jan 2008 21:13:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jan 2008 21:13:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 11 22:13:26 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JDRBs-0002Wx-0Z for ged-emacs-devel@m.gmane.org; Fri, 11 Jan 2008 22:13:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDRBU-0007xi-6y for ged-emacs-devel@m.gmane.org; Fri, 11 Jan 2008 16:13:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDRBR-0007xX-3u for emacs-devel@gnu.org; Fri, 11 Jan 2008 16:12:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDRBQ-0007xA-JI for emacs-devel@gnu.org; Fri, 11 Jan 2008 16:12:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDRBQ-0007x6-Ew for emacs-devel@gnu.org; Fri, 11 Jan 2008 16:12:56 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDRBQ-0005Td-8Y for emacs-devel@gnu.org; Fri, 11 Jan 2008 16:12:56 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-42-152.inter.net.il [80.230.42.152]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IVF49384 (AUTH halo1); Fri, 11 Jan 2008 23:10:25 +0200 (IST) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86756 Archived-At: With today's CVS, I get a failure compiling mh-show.el: Compiling d:/gnu/emacs/lisp/mh-e/mh-show.el... No MH variant found on the system In toplevel form: mh-e/mh-show.el:196:32:Error: No setf-method known for mh-buffer-data Also, running "cvs up -d" after building Emacs shows that "make autoloads" causes two files look modified as compared to the repository: cvs update: Updating lisp/calc cvs update: Updating lisp/calendar cvs update: Updating lisp/emacs-lisp M lisp/emacs-lisp/cl-loaddefs.el cvs update: Updating lisp/emulation M lisp/emulation/tpu-edt.el cvs update: Updating lisp/erc cvs update: Updating lisp/eshell I thought these problems were already solved in the past, was I dreaming?