From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add emacs-ess. Date: Sat, 9 Jul 2016 21:31:48 +0200 Message-ID: <20160709193148.GB31432@solar> References: <87h9c45jlq.fsf@gnu.org> <87wpl0kxvc.fsf@elephly.net> <87d1mrkw5d.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLxyo-0008O4-Tu for guix-devel@gnu.org; Sat, 09 Jul 2016 15:31:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLxyk-0007pr-Qb for guix-devel@gnu.org; Sat, 09 Jul 2016 15:31:57 -0400 Received: from mailrelay7.public.one.com ([91.198.169.215]:64040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLxyk-0007p9-Cz for guix-devel@gnu.org; Sat, 09 Jul 2016 15:31:54 -0400 Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel Hello! On Wed, Jul 06, 2016 at 10:44:48AM +0200, Ricardo Wurmus wrote: > > Unfortunately, when building with texlive-minimal, we are missing a > > font: > > !pdfTeX error: /gnu/store/gnh4kn47mn3m2rlgm9i9xl3wmq2kahia-texlive-minimal-2016 > > /bin/pdftex (file cmr9): Font cmr9 at 600 not found > > ==> Fatal error occurred, no output PDF file produced! > Too bad! We should take some time to figure out how to split up > texlive and make it find modules via some search path. I’m afraid this > might take a long time. Right now, I would also be happy to make texlive-minimal a little bit bigger. The cmr fonts should definitely be included; and I thought I had done so. If you know what is missing, we could delete a little bit less. To be honest, the texlive-minimal package does not meet my expectations, since there are more packages for which it is not sufficient to build the documentation. But after an afternoon of building and rebuilding it with more or fewer files deleted, I did not have the energy to continue after it worked on the pari-gp package with which I made the tests... Andreas