unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#43969: 28.0.50; jupyter-emacs package fails to load on feature/native-comp
@ 2020-10-12 20:28 Ricardo E. Gonzalez
  2020-10-13  5:58 ` Daniel Kraus
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo E. Gonzalez @ 2020-10-12 20:28 UTC (permalink / raw)
  To: 43969




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))






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#43969: 28.0.50; jupyter-emacs package fails to load on feature/native-comp
  2020-10-12 20:28 bug#43969: 28.0.50; jupyter-emacs package fails to load on feature/native-comp Ricardo E. Gonzalez
@ 2020-10-13  5:58 ` Daniel Kraus
  2020-10-13  7:47   ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Kraus @ 2020-10-13  5:58 UTC (permalink / raw)
  To: 43969

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#43969: 28.0.50; jupyter-emacs package fails to load on feature/native-comp
  2020-10-13  5:58 ` Daniel Kraus
@ 2020-10-13  7:47   ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 3+ messages in thread
From: Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-10-13  7:47 UTC (permalink / raw)
  To: Daniel Kraus; +Cc: 43969-done

Daniel Kraus <daniel@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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-13  7:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-12 20:28 bug#43969: 28.0.50; jupyter-emacs package fails to load on feature/native-comp Ricardo E. Gonzalez
2020-10-13  5:58 ` Daniel Kraus
2020-10-13  7:47   ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).