From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#33196: emacs-realgud build failure Date: Tue, 30 Oct 2018 08:37:27 -0400 Message-ID: <87tvl3txtk.fsf@gmail.com> References: <87d0rszgud.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHTHa-0000qu-Ld for bug-guix@gnu.org; Tue, 30 Oct 2018 08:38:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHTHW-0005DU-Iu for bug-guix@gnu.org; Tue, 30 Oct 2018 08:38:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49233) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gHTHW-0005BP-E1 for bug-guix@gnu.org; Tue, 30 Oct 2018 08:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gHTHW-0001r8-1f for bug-guix@gnu.org; Tue, 30 Oct 2018 08:38:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87d0rszgud.fsf@posteo.net> (Brett Gilio's message of "Mon, 29 Oct 2018 14:35:22 -0500") 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: Brett Gilio Cc: 33196@debbugs.gnu.org Hello, and thank you for the bug report! Brett Gilio writes: > Hi all, I am experiencing the following error when building > emacs-realgud. Any thoughts? [...] > Trailing garbage following expression:=20 > ) > configure: error: Can't continue until above error is corrected. > Backtrace: > 4 (primitive-load "/gnu/store/hhd6blbvsb7ng9l002b0hgrp85d=E2= =80=A6") > In ice-9/eval.scm: > 191:35 3 (_ _) > In srfi/srfi-1.scm: > 640:9 2 (for-each # =E2=80=A6) > In /gnu/store/alkhgfm87dh8r5bdi81dls8wyjlc1yxp-module-import/guix/build/g= nu-build-system.scm: > 799:31 1 (_ _) > In /gnu/store/alkhgfm87dh8r5bdi81dls8wyjlc1yxp-module-import/guix/build/u= tils.scm: > 616:6 0 (invoke _ . _) > > /gnu/store/alkhgfm87dh8r5bdi81dls8wyjlc1yxp-module-import/guix/build/util= s.scm:616:6: In procedure invoke: > Throw to key `srfi-34' with args `(#)'. > builder for `/gnu/store/3cvp3fdk724wllbf14qcrsskkskcpdrs-emacs-realgud-1.= 4.5.drv' failed with exit code 1 > build of /gnu/store/3cvp3fdk724wllbf14qcrsskkskcpdrs-emacs-realgud-1.4.5.= drv failed > View build log at '/var/log/guix/drvs/3c/vp3fdk724wllbf14qcrsskkskcpdrs-e= macs-realgud-1.4.5.drv.bz2'. > guix build: error: build failed: build of > `/gnu/store/3cvp3fdk724wllbf14qcrsskkskcpdrs-emacs-realgud-1.4.5.drv' > failed This appears to be the same bug I reported here: bugs.gnu.org/31891. It seems there is some problem with the build system (configure.ac maybe), but I haven't had time to investigate yet. I'll try to have a look later today. Thanks! Maxim