From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: pdumper test failures: invalid faces Date: Fri, 16 Feb 2018 13:23:47 -0500 Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1518805317 10035 195.159.176.226 (16 Feb 2018 18:21:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 16 Feb 2018 18:21:57 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: Daniel Colascione To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 16 19:21:53 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emkdp-00029J-Ta for ged-emacs-devel@m.gmane.org; Fri, 16 Feb 2018 19:21:50 +0100 Original-Received: from localhost ([::1]:47664 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emkfr-0000tE-WF for ged-emacs-devel@m.gmane.org; Fri, 16 Feb 2018 13:23:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emkfl-0000sd-6X for emacs-devel@gnu.org; Fri, 16 Feb 2018 13:23:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emkfk-0002mD-CB for emacs-devel@gnu.org; Fri, 16 Feb 2018 13:23:49 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emkfk-0002m5-8e; Fri, 16 Feb 2018 13:23:48 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1emkfj-0006lb-Kd; Fri, 16 Feb 2018 13:23:47 -0500 X-Spook: Mudslide Methamphetamine Suicide bomber Crest Bomb X-Ran: 0scn,coza&~}N*IA7b3.OT(.TX;Y*"yDJ:0fv-Lfih1&HIll5B#R2:TUmF6}5Ry)f{yWJ: X-Hue: magenta X-Attribution: GM X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:222837 Archived-At: It's fantastic to see a portable dumper for Emacs! "make check" has a number of failures, which I assume are not specific to my machine. Many are to do with invalid faces. A minimal example might be: ./src/emacs -Q --batch --eval "(describe-face 'shadow)" -> "Invalid face: tooltip" Unrelated: pdumper.c has no copyright header pdumper.h, fingerprint.h, fingerprint-dummy.c have outdated copyright years make-fingerprint.c has outdated and probably bogus years