From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5ZPn-0000mU-GJ for guix-patches@gnu.org; Mon, 09 Apr 2018 12:13:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5ZPj-00060L-GI for guix-patches@gnu.org; Mon, 09 Apr 2018 12:13:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36277) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f5ZPj-0005zf-BU for guix-patches@gnu.org; Mon, 09 Apr 2018 12:13:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f5ZPi-0000QX-OG for guix-patches@gnu.org; Mon, 09 Apr 2018 12:13:02 -0400 Subject: [bug#31036] [PATCH] gnu: Add Emacs dumb-jump Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5ZOx-0000Ux-KK for guix-patches@gnu.org; Mon, 09 Apr 2018 12:12:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5ZOt-0005Lz-JR for guix-patches@gnu.org; Mon, 09 Apr 2018 12:12:15 -0400 Received: from mail-qt0-x22e.google.com ([2607:f8b0:400d:c0d::22e]:36874) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f5ZOt-0005LW-Em for guix-patches@gnu.org; Mon, 09 Apr 2018 12:12:11 -0400 Received: by mail-qt0-x22e.google.com with SMTP id w12so9775847qti.4 for ; Mon, 09 Apr 2018 09:12:11 -0700 (PDT) Date: Mon, 09 Apr 2018 16:12:07 +0000 In-Reply-To: <20180409150008.GA10060@sam> References: <20180403023403.GA4430@sam> <29a411b7.AL4AAAOBQdEAAAAAAAAAAAO0oB8AAAACwQwAAAAAAAW9WABaw7s5@mailjet.com> <20180409150008.GA10060@sam> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Maxim Cournoyer Message-ID: <70DDB0B3-87D6-441A-AF01-FF245C3B6C9A@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31036@debbugs.gnu.org, soham.bhattacharjee15@gmail.com, arunisaac@systemreboot.net On April 9, 2018 3:00:08 PM UTC, Sohom Bhattacharjee es wrote: >I made the changes as suggested=2E However i can not get the tests >working=2E=20 > >I need some help with the tests=2E=20 > >whenever i compile this package i get these errors > >phase `unpack' succeeded after 0=2E0 seconds >starting phase `patch-usr-bin-file' >phase `patch-usr-bin-file' succeeded after 0=2E0 seconds >starting phase `patch-source-shebangs' >phase `patch-source-shebangs' succeeded after 0=2E0 seconds >starting phase `patch-generated-file-shebangs' >phase `patch-generated-file-shebangs' succeeded after 0=2E0 seconds >starting phase `check' >test suite not run >phase `check' succeeded after 0=2E0 seconds >starting phase `install' >`/tmp/guix-build-emacs-dumb-jump-0=2E5=2E2=2Edrv-0/dumb-jump-0=2E5=2E2/du= mb-jump=2Eel' >->=20 >`/gnu/store/7rwqglwmjf6dbgfq87n642acp14agwsr-emacs-dumb-jump-0=2E5=2E2/sh= are/emacs/site-lisp/guix=2Ed/dumb-jump-0=2E5=2E2/dumb-jump=2Eel' >phase `install' succeeded after 0=2E0 seconds >starting phase `check' >Cannot open load file: No such file or directory, undercover >phase `check' failed after 0=2E1 seconds >builder for >`/gnu/store/sx8j4pi37d8i32m9hraahkbn1m0ckks6-emacs-dumb-jump-0=2E5=2E2=2E= drv' >failed with exit code 1 >@ build-failed >/gnu/store/sx8j4pi37d8i32m9hraahkbn1m0ckks6-emacs-dumb-jump-0=2E5=2E2=2Ed= rv - >1 builder for=20 >`/gnu/store/sx8j4pi37d8i32m9hraahkbn1m0ckks6-emacs-dumb-jump-0=2E5=2E2=2E= drv' >failed with exit code 1 >guix build: error: build failed: build of >`/gnu/store/sx8j4pi37d8i32m9hraahkbn1m0ckks6-emacs-dumb-jump-0=2E5=2E2=2E= drv' >failed I believe this is because the ert-runner wrapper script completely overrid= es the EMACSLOADPATH env=2E variable used to make the different dependencie= s visible to Emacs in our emacs-build-system=2E The fix to this particular bug is included in patch 0003 of a patch series= waiting to be reviewed here: https://debbugs=2Egnu=2Eorg/cgi/bugreport=2Ec= gi?bug=3D31018=2E You might want to retry your test after applying that specific patch=2E HTH, Maxim Hello!