From: Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: 31036@debbugs.gnu.org
Subject: [bug#31036] [PATCH] gnu: Add Emacs dumb-jump
Date: Wed, 11 Apr 2018 08:20:55 +0530 [thread overview]
Message-ID: <20180411025055.GA21656@sam> (raw)
In-Reply-To: <70DDB0B3-87D6-441A-AF01-FF245C3B6C9A@gmail.com>
On Mon, Apr 09, 2018 at 04:12:07PM +0000, Maxim Cournoyer wrote:
> On April 9, 2018 3:00:08 PM UTC, Sohom Bhattacharjee es<soham.bhattacharjee15@gmail.com> wrote:
> >I made the changes as suggested. However i can not get the tests
> >working.
> >
> >I need some help with the tests.
> >
> >whenever i compile this package i get these errors
> >
> >phase `unpack' succeeded after 0.0 seconds
> >starting phase `patch-usr-bin-file'
> >phase `patch-usr-bin-file' succeeded after 0.0 seconds
> >starting phase `patch-source-shebangs'
> >phase `patch-source-shebangs' succeeded after 0.0 seconds
> >starting phase `patch-generated-file-shebangs'
> >phase `patch-generated-file-shebangs' succeeded after 0.0 seconds
> >starting phase `check'
> >test suite not run
> >phase `check' succeeded after 0.0 seconds
> >starting phase `install'
> >`/tmp/guix-build-emacs-dumb-jump-0.5.2.drv-0/dumb-jump-0.5.2/dumb-jump.el'
> >->
> >`/gnu/store/7rwqglwmjf6dbgfq87n642acp14agwsr-emacs-dumb-jump-0.5.2/share/emacs/site-lisp/guix.d/dumb-jump-0.5.2/dumb-jump.el'
> >phase `install' succeeded after 0.0 seconds
> >starting phase `check'
> >Cannot open load file: No such file or directory, undercover
> >phase `check' failed after 0.1 seconds
> >builder for
> >`/gnu/store/sx8j4pi37d8i32m9hraahkbn1m0ckks6-emacs-dumb-jump-0.5.2.drv'
> >failed with exit code 1
> >@ build-failed
> >/gnu/store/sx8j4pi37d8i32m9hraahkbn1m0ckks6-emacs-dumb-jump-0.5.2.drv -
> >1 builder for
> >`/gnu/store/sx8j4pi37d8i32m9hraahkbn1m0ckks6-emacs-dumb-jump-0.5.2.drv'
> >failed with exit code 1
> >guix build: error: build failed: build of
> >`/gnu/store/sx8j4pi37d8i32m9hraahkbn1m0ckks6-emacs-dumb-jump-0.5.2.drv'
> >failed
>
> I believe this is because the ert-runner wrapper script completely overrides the EMACSLOADPATH env. variable used to make the different dependencies visible to Emacs in our emacs-build-system.
>
> The fix to this particular bug is included in patch 0003 of a patch series waiting to be reviewed here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31018.
>
> You might want to retry your test after applying that specific patch.
>
> HTH,
>
> Maxim
> Hello!
I applied the said patch and build guix. Then I tried to build dumb-jump. This led to the following error.
I think that the patch worked because this error says something about "noflet". (i might be wrong..)
Here is the error.
phase `unpack' succeeded after 0.0 seconds
starting phase `patch-usr-bin-file'
phase `patch-usr-bin-file' succeeded after 0.0 seconds
starting phase `patch-source-shebangs'
phase `patch-source-shebangs' succeeded after 0.0 seconds
starting phase `patch-generated-file-shebangs'
phase `patch-generated-file-shebangs' succeeded after 0.0 seconds
starting phase `check'
test suite not run
phase `check' succeeded after 0.0 seconds
starting phase `install'
`/tmp/guix-build-emacs-dumb-jump-0.5.2.drv-0/dumb-jump-0.5.2/dumb-jump.el' ->
`/gnu/store/vvfvxp79ngf8a88saskp62aqqnfsmyav-emacs-dumb-jump-0.5.2/share/emacs/site-lisp/guix.d/dumb-jump-0.5.2/dumb-jump.el'
phase `install' succeeded after 0.0 seconds
starting phase `check'
Cannot open load file: No such file or directory, noflet
phase `check' failed after 0.2 seconds
builder for `/gnu/store/3n35rfqwsw3dl8y4zkfb4zh957diw3ax-emacs-dumb-jump-0.5.2.drv' failed with exit code 1
@ build-failed /gnu/store/3n35rfqwsw3dl8y4zkfb4zh957diw3ax-emacs-dumb-jump-0.5.2.drv - 1 builder for
`/gnu/store/3n35rfqwsw3dl8y4zkfb4zh957diw3ax-emacs-dumb-jump-0.5.2.drv' failed with exit code 1
guix build: error: build failed: build of `/gnu/store/3n35rfqwsw3dl8y4zkfb4zh957diw3ax-emacs-dumb-jump-0.5.2.drv' failed
Thanks,
Sohom!
next prev parent reply other threads:[~2018-04-11 2:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-03 2:34 [bug#31036] [PATCH] gnu: Add Emacs dumb-jump Sohom Bhattacharjee
2018-04-03 17:34 ` Arun Isaac
[not found] ` <29a411b7.AL4AAAOBQdEAAAAAAAAAAAO0oB8AAAACwQwAAAAAAAW9WABaw7s5@mailjet.com>
2018-04-09 15:00 ` Sohom Bhattacharjee
2018-04-09 16:12 ` Maxim Cournoyer
2018-04-11 2:50 ` Sohom Bhattacharjee [this message]
2018-04-11 5:18 ` Arun Isaac
[not found] ` <f25b8830.AMUAAARKSBwAAAAAAAAAAAO0oB8AAAACwQwAAAAAAAW9WABazZq-@mailjet.com>
2018-04-12 6:50 ` Sohom Bhattacharjee
2018-04-13 3:52 ` Maxim Cournoyer
2018-05-03 18:04 ` bug#31036: " Arun Isaac
2018-05-05 18:42 ` [bug#31036] " Oleg Pykhalov
2018-05-06 9:07 ` Arun Isaac
2018-05-07 16:33 ` Oleg Pykhalov
2018-04-14 16:57 ` Arun Isaac
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180411025055.GA21656@sam \
--to=soham.bhattacharjee15@gmail.com \
--cc=31036@debbugs.gnu.org \
--cc=maxim.cournoyer@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.