From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Python-matplotlib and sphinx Date: Tue, 12 Jul 2016 10:58:05 +0200 Message-ID: <20160712085805.GA5626@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMtWB-0004UM-Ji for guix-devel@gnu.org; Tue, 12 Jul 2016 04:58:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMtW7-0002MM-KQ for guix-devel@gnu.org; Tue, 12 Jul 2016 04:58:15 -0400 Received: from mailrelay6.public.one.com ([91.198.169.200]:17190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMtW7-0002ME-7U for guix-devel@gnu.org; Tue, 12 Jul 2016 04:58:11 -0400 Content-Disposition: inline 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: guix-devel@gnu.org Hello, it looks as if the latest sphinx update on core-updates broke python(2)-matplotlib, which causes a lot of packages to fail. The problem occurred after commit 2d02a77: http://hydra.gnu.org:3000/job/gnu/core-updates/python-matplotlib-1.4.3.i686-linux (here for i686, but the package also does not build on x86_64). I tried a local build, and the file matplotlib-1.4.3/doc/build/latex/Matplotlib.log in the build directory ends with this: File: ts1txr.fd 2000/12/15 v3.1 ) ! Missing number, treated as zero. * l.170 the MATLABŪ \footnote[*] {\sphinxAtStartFootnote% ? ! Emergency stop. * l.170 the MATLABŪ \footnote[*] {\sphinxAtStartFootnote% End of file on the terminal! One option would be to try an update of matplotlib to 1.5.1, but this requires a rebuild of quite a number of packages, with unknown outcome. How about reverting the sphinx update in core-updates and pushing it to the python-updates branch instead? Andreas