GNU bug report logs - #43969
28.0.50; jupyter-emacs package fails to load on feature/native-comp

Previous Next

Package: emacs;

Reported by: "Ricardo E. Gonzalez" <ricardog <at> ricardog.com>

Date: Mon, 12 Oct 2020 21:17:02 UTC

Severity: normal

Found in version 28.0.50

Done: Andrea Corallo <akrl <at> sdf.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43969 in the body.
You can then email your comments to 43969 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#43969; Package emacs. (Mon, 12 Oct 2020 21:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Ricardo E. Gonzalez" <ricardog <at> ricardog.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 12 Oct 2020 21:17:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Ricardo E. Gonzalez" <ricardog <at> ricardog.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 28.0.50; jupyter-emacs package fails to load on feature/native-comp
Date: Mon, 12 Oct 2020 21:28:45 +0100


To reproduce the problem, start emacs and native compile the
jupyter-emacs package (I am using version 20200417 from elpa).  Quit
emacs and start it again (emacs -Q) and load the jupyter-channel.elc
file.

The file fails to load and I get the following error message:

Loading packages/28.0/elpa/jupyter-20200417.1907/jupyter-channel.elc (native compiled elisp)...
load-file: Symbol’s value as variable is void: jupyter-channel

If I remove the native-compiled file from the eln cache, the file is
loaded correctly once (subsequent loads will fail again).


In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.15.10, Xaw3d scroll bars)
 of 2020-09-30 built on callebaut
Repository revision: 89f064104c25f8b4362ef54d28fd4bce18f6af3b
Repository branch: feature/native-comp
System Description: Ubuntu 18.04.4 LTS

Configured using:
 'configure --with-x --without-dbus --with-modules --without-pop
 --with-x-toolkit=lucid --with-json --with-nativecomp'

Configured features:
XAW3D XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM GSETTINGS GLIB NOTIFY
INOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF
ZLIB TOOLKIT_SCROLL_BARS LUCID X11 XDBE XIM MODULES NATIVE_COMP THREADS
JSON PDUMPER LCMS2

Important settings:
  value of $LANG: C.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Messages

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny rfc822 mml mml-sec epa
derived epg epg-config gnus-util rmail rmail-loaddefs auth-source eieio
eieio-core eieio-loaddefs password-cache json map text-property-search
time-date mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils vc-git diff-mode easy-mmode view dired-aux dired
dired-loaddefs thingatpt find-func term/xterm xterm comp warnings subr-x
rx cl-seq cl-macs cl-extra help-mode easymenu seq byte-opt gv
cl-loaddefs cl-lib bytecomp byte-compile cconv tooltip eldoc electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button
loaddefs faces cus-face pcase macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote threads inotify lcms2 dynamic-setting
system-font-setting font-render-setting cairo x-toolkit x multi-tty
make-network-process emacs)

Memory information:
((conses 16 86417 5453)
 (symbols 48 8509 0)
 (strings 32 23454 2028)
 (string-bytes 1 775196)
 (vectors 16 13425)
 (vector-slots 8 265392 6902)
 (floats 8 31 503)
 (intervals 56 538 0)
 (buffers 992 13))





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#43969; Package emacs. (Tue, 13 Oct 2020 05:59:01 GMT) Full text and rfc822 format available.

Message #8 received at 43969 <at> debbugs.gnu.org (full text, mbox):

From: Daniel Kraus <daniel <at> kraus.my>
To: 43969 <at> debbugs.gnu.org
Subject: 28.0.50; jupyter-emacs package fails to load on feature/native-comp
Date: Tue, 13 Oct 2020 07:58:00 +0200
I hit the same bug 6 month ago.
This is an error in emacs-jupyter and not native-comp.

I made a pull request to fix it here:

https://github.com/nnicandro/emacs-jupyter/pull/248

You can check this out locally and then it should work.

Cheers,
  Daniel




Reply sent to Andrea Corallo <akrl <at> sdf.org>:
You have taken responsibility. (Tue, 13 Oct 2020 07:48:02 GMT) Full text and rfc822 format available.

Notification sent to "Ricardo E. Gonzalez" <ricardog <at> ricardog.com>:
bug acknowledged by developer. (Tue, 13 Oct 2020 07:48:02 GMT) Full text and rfc822 format available.

Message #13 received at 43969-done <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Daniel Kraus <daniel <at> kraus.my>
Cc: 43969-done <at> debbugs.gnu.org
Subject: Re: bug#43969: 28.0.50; jupyter-emacs package fails to load on
 feature/native-comp
Date: Tue, 13 Oct 2020 07:47:12 +0000
Daniel Kraus <daniel <at> kraus.my> writes:

> I hit the same bug 6 month ago.
> This is an error in emacs-jupyter and not native-comp.
>
> I made a pull request to fix it here:
>
> https://github.com/nnicandro/emacs-jupyter/pull/248
>
> You can check this out locally and then it should work.
>
> Cheers,
>   Daniel

Hi Daniel,

thanks for commenting, I agree too this should be fixed on emacs-jupiter
side.  Maybe they just need a ping? :)

I'm closing this as there's no action we can take on our side, happy to
reopen in case.

Thanks!

  Andrea




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 10 Nov 2020 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 225 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.