From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: pdumper test failures: invalid faces Date: Sun, 25 Feb 2018 22:27:41 -0800 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1519626383 21019 195.159.176.226 (26 Feb 2018 06:26:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 26 Feb 2018 06:26:23 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 To: Glenn Morris , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 26 07:26:19 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 1eqCEs-0004wa-Kv for ged-emacs-devel@m.gmane.org; Mon, 26 Feb 2018 07:26:18 +0100 Original-Received: from localhost ([::1]:57370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqCGu-00073b-VG for ged-emacs-devel@m.gmane.org; Mon, 26 Feb 2018 01:28:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqCGK-00073T-9d for emacs-devel@gnu.org; Mon, 26 Feb 2018 01:27:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqCGJ-000345-Ji for emacs-devel@gnu.org; Mon, 26 Feb 2018 01:27:48 -0500 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:50038) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqCGJ-00033o-D3; Mon, 26 Feb 2018 01:27:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=BNi3Z27L7eb7SckEv36K19f4CgZ3vSDxiG5oM5Q1NN0=; b=LTdlxV4vu15mSQsrrPerB+URpVX4fZdiPhsM8FkZ96qwKLLa8TJ1E9TfrDwIbDWrmfyQraybLiiQ3pOpFGlL9kaix7OCZr6i0hXvBjMq5aeIUNWxkt+KqrznaRikmf3ZQ6J4N/MZ9VW37x8zBadoJUkBiD3dw6Uc5Vt3aArBSxet3I6C1V3nJ2kzjSJ9/uH6WwHQY53kv6RLkJj/tPSG+mBpL1KoneRbIC27cQo8gMtx+Hkfn6YlfTX+hjuuBbh1XNDDQm9vWltiUbAPSNzWJb2sJEwgj3DAsm4DerP9wp27R5uLuXDNg7X/K/SRvMa6RuaR6S3JEhkhKvvR8e8Kxg==; Original-Received: from [2604:4080:1321:8ab0:2891:b7:d72c:af1b] by dancol.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1eqCGI-0006ys-N3; Sun, 25 Feb 2018 22:27:46 -0800 In-Reply-To: Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 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:223041 Archived-At: On 02/16/2018 10:23 AM, Glenn Morris wrote: > > 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" A portably-dumped Emacs can now pass its test suite, and the command you gave above now works correctly.