From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: bug#34677: error building python-sphinx@1.7.7 Date: Wed, 27 Feb 2019 18:02:06 +0100 Message-ID: <20190227173044.52898259@jasniac.instanton> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gz2bv-0003pE-Sg for bug-guix@gnu.org; Wed, 27 Feb 2019 12:03:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gz2br-0001yO-Uv for bug-guix@gnu.org; Wed, 27 Feb 2019 12:03:10 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40716) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gz2bm-0001wW-K3 for bug-guix@gnu.org; Wed, 27 Feb 2019 12:03:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gz2bm-00059C-Fd for bug-guix@gnu.org; Wed, 27 Feb 2019 12:03:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:46443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gz2bP-0003Tm-Vw for bug-guix@gnu.org; Wed, 27 Feb 2019 12:02:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gz2bI-0001nA-IR for bug-guix@gnu.org; Wed, 27 Feb 2019 12:02:37 -0500 Received: from alfons.uib.no ([2001:700:200:30::141]:42453) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gz2b9-0001eL-0f for bug-guix@gnu.org; Wed, 27 Feb 2019 12:02:27 -0500 Received: from ulf.uib.no (smtp.uib.no) [2001:700:200:6::136] by alfons.uib.no for bug-guix@gnu.org with esmtp (Exim 4.90_1) id 1gz2av-001O5n-8J; Wed, 27 Feb 2019 18:02:10 +0100 Received: from 200.134.164.82.customer.cdi.no (jasniac.instanton) [82.164.134.200]:37177 by smtp.uib.no for bug-guix@gnu.org with esmtpsa (Exim 4.90_1) id 1gz2at-0005Vb-O5; Wed, 27 Feb 2019 18:02:07 +0100 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 34677@debbugs.gnu.org Hello=E2=80=94 python-sphinx@1.7.7 fails building with the following: ... [20/23] Compiling C object 'mpc@exe/src_charset.c.o'. [21/23] Linking target mpc. [22/23] Generating HTML documentation with a custom command. FAILED: doc/html /gnu/store/q6qyrgr41lqzbray6944l1rs7i6b83kp-python-sphinx-1.7.7/bin/sphinx-= build -q -b html -d doc/doctrees /tmp/guix-build-mpd-mpc-0.31.drv-0/mpc-0.3= 1/doc doc/html Exception occurred: File "/gnu/store/q6qyrgr41lqzbray6944l1rs7i6b83kp-python-sphinx-1.7.7/lib= /python3.7/site-packages/sphinx/environment/__init__.py", line 787, in get_= doctree doctree =3D pickle.load(f) EOFError: Ran out of input The full traceback has been saved in /tmp/guix-build-mpd-mpc-0.31.drv-0/sph= inx-err-1gyuv1e6.log, if you want to report the issue to the developers. Please also report this if it was a user error, so that a better error mess= age can be provided next time. A bug report can be filed in the tracker at . Thanks! [23/23] Generating Manpage documentation with a custom command. ninja: build stopped: subcommand failed. Backtrace:=20 4 (primitive-load "/gnu/store/rxn07yzqdchsa6rf8aknm1vnszq=EF=BF= =BD") In ice-9/eval.scm: 191:35 3 (_ #f) In srfi/srfi-1.scm: 863:16 2 (every1 # =EF=BF=BD) In /gnu/store/073micbrwvihh46kj1b607xjgjyfxv2f-module-import/guix/build/gnu= -build-system.scm: 799:28 1 (_ _) In /gnu/store/073micbrwvihh46kj1b607xjgjyfxv2f-module-import/guix/build/uti= ls.scm: 616:6 0 (invoke _ . _) /gnu/store/073micbrwvihh46kj1b607xjgjyfxv2f-module-import/guix/build/utils.= scm:616:6: In procedure invoke: Throw to key `srfi-34' with args `(#)'. Where to find the *.log file (which is probably on LSB distributions on the= named place)? =E2=80=94Marco