From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: Emacs Lisp warnings during make bootstrap Date: Sat, 12 Jan 2008 10:17:56 -0300 Message-ID: <4788BE04.1040609@ig.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200140170 21727 80.91.229.12 (12 Jan 2008 12:16:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Jan 2008 12:16:10 +0000 (UTC) To: "GNU Emacs (devel)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 12 13:16:32 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 1JDfHs-0005C9-AL for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 13:16:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDfHU-0006pW-91 for ged-emacs-devel@m.gmane.org; Sat, 12 Jan 2008 07:16:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDfHP-0006p7-HW for emacs-devel@gnu.org; Sat, 12 Jan 2008 07:16:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDfHN-0006on-F8 for emacs-devel@gnu.org; Sat, 12 Jan 2008 07:16:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDfHN-0006ok-9v for emacs-devel@gnu.org; Sat, 12 Jan 2008 07:16:01 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.246]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDfHN-00065n-1M for emacs-devel@gnu.org; Sat, 12 Jan 2008 07:16:01 -0500 Original-Received: by an-out-0708.google.com with SMTP id c25so287944ana.84 for ; Sat, 12 Jan 2008 04:16:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:sender; bh=GXTzDzFxk0Eqd9WQnJS3yNOjJhHdS01n2S4bRMawmuk=; b=YGKh6L77NK4+QmAznOMsTxVOoFnMpiHdMaeVh9u7yi4Aa2z7qQGvCFrm0b+aYSck61Bzk7rNw/ydvNBOVkzB/lGDXtguCvO5dzgOYNetwR8VM0SSNs8NV8F+0Bsnmwq8IThwA/iZfj37HaD/sg8E/8cE7cNBNpHdbVz/jdvx7DE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:sender; b=MZacig/1jZsG7Sfn7/GGKqVM2EoIIOSpy1y0Ljt/bQyRqE0rT1RyVRoGri5Q4gVx+EMKrPHDwBzMuzQ/UK7AqvH4+p2kAwNMsiU0jkl7tR7udeAOeYQwL2fRBnAi1VYU1IUHpYJlqWYdlqU54qRkNAfcXFNpy7BuOD8tYVxIVYs= Original-Received: by 10.100.253.12 with SMTP id a12mr9220348ani.26.1200140160457; Sat, 12 Jan 2008 04:16:00 -0800 (PST) Original-Received: from ?192.168.0.100? ( [201.82.224.123]) by mx.google.com with ESMTPS id 32sm6347049aga.13.2008.01.12.04.15.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 12 Jan 2008 04:15:59 -0800 (PST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 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:86785 Archived-At: I've just done a make bootstrap and noticed the following Emacs Lisp warnings: make bootstrap [......] Compiling /opt/work/emacs/lisp/./custom.el In custom-theme-recalc-face: custom.el:1179:8:Warning: face-spec-recalc called with 1 argument, but requires 2 Wrote /opt/work/emacs/lisp/custom.elc [......] Compiling /opt/work/emacs/lisp/./emulation/viper-init.el In toplevel form: viper-init.el:451:8:Warning: `make-variable-frame-local' is an obsolete function (as of Emacs 22.2); use a frame-parameter instead. Wrote /opt/work/emacs/lisp/emulation/viper-init.elc [......] Compiling /opt/work/emacs/lisp/./gnus/gnus-sum.el In end of data: gnus-sum.el:12512:1:Warning: the following functions might not be defined at runtime: gnus-build-sparse-threads, gnus-dead-summary-mode, gnus-summary-mark-below Wrote /opt/work/emacs/lisp/gnus/gnus-sum.elc [......] Compiling /opt/work/emacs/lisp/./obsolete/rnewspost.el Package rnews is obsolete Wrote /opt/work/emacs/lisp/obsolete/rnewspost.elc [......] Compiling /opt/work/emacs/lisp/./textmodes/tex-mode.el In tex-mode: tex-mode.el:910:8:Warning: function `tex-mode' defined multiple times in this file Wrote /opt/work/emacs/lisp/textmodes/tex-mode.elc [......] Compiling /opt/work/emacs/lisp/./nxml/nxml-mode.el In end of data: nxml-mode.el:2628:1:Warning: the following functions are not known to be defined: rng-nxml-mode-init, nxml-enable-unicode-char-name-sets Wrote /opt/work/emacs/lisp/nxml/nxml-mode.elc