From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Error when compiling refcards (emacs-25 branch) Date: Tue, 29 Nov 2016 20:16:32 +0200 Message-ID: <83a8cirw1r.fsf@gnu.org> References: <87d1hmza9t.fsf@petton.fr> <83k2bu6whw.fsf@gnu.org> <87oa0y421r.fsf@petton.fr> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1480443461 22335 195.159.176.226 (29 Nov 2016 18:17:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 29 Nov 2016 18:17:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 29 19:17:38 2016 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 1cBmyF-00055h-UZ for ged-emacs-devel@m.gmane.org; Tue, 29 Nov 2016 19:17:36 +0100 Original-Received: from localhost ([::1]:38658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBmyG-0006OL-R8 for ged-emacs-devel@m.gmane.org; Tue, 29 Nov 2016 13:17:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBmxP-0006NG-QR for emacs-devel@gnu.org; Tue, 29 Nov 2016 13:16:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBmxJ-0007sp-AZ for emacs-devel@gnu.org; Tue, 29 Nov 2016 13:16:43 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBmxJ-0007sj-74; Tue, 29 Nov 2016 13:16:37 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1118 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cBmxF-0000Ci-Ss; Tue, 29 Nov 2016 13:16:36 -0500 In-reply-to: <87oa0y421r.fsf@petton.fr> (message from Nicolas Petton on Tue, 29 Nov 2016 18:40:48 +0100) 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:209743 Archived-At: > From: Nicolas Petton > Cc: emacs-devel@gnu.org > Date: Tue, 29 Nov 2016 18:40:48 +0100 > > Compiling the refcards to PDF works, but I'm still facing an error for > the compilation to PostScript (I do have texlive-mex installed): > > $ make -C etc/refcards ps > [...] > if ! kpsewhich -format=fmt mex > /dev/null; then \ > echo "No mex format found."; false; \ > fi > No mex format found. > Makefile:236: recipe for target 'pl-refcard.dvi' failed That's a different problem; I guess something is missing in your installation. I suggest to ask this on the appropriate TeX forum. Sorry, I don't know where that is. Or maybe try on bug-texinfo@gnu.org, there are a few guys there who know TeX well.