emacs: undefined symbol: json_string_length

Bug #1946650 reported by Paul Huygen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
emacs (Ubuntu)
New
Undecided
Unassigned

Bug Description

Recently I upgraded to Ubuntu 21.04. Since then emacs is broken. When I try to install it or run it I get the error message: "emacs: undefined symbol: json_string_length". It occurs in thet three emacs-flavors emacs-lucid, emacs-gtk and emacs-nox.

Release: Ubuntu 21.04

Real behaviour:

paul@klipperaak:~$ /usr/bin/emacs
/usr/bin/emacs: symbol lookup error: /usr/bin/emacs: undefined symbol: json_string_length
paul@klipperaak:~$

Expected behaviour:

Open a window with emacs in it.

Revision history for this message
Paul Huygen (paul-huygen) wrote :

I tried to clean up and install emacs-gtk install, using the following script:

---------
#!/bin/bash
apt-get update
apt-get upgrade
apt-get dist-upgrade
dpkg --purge --force-depends emacs-common emacs-el emacs-bin-common emacsen-common emacs-gtk
apt-get install emacs-common emacs-el emacs-bin-common emacsen-common
apt-get install emacs-gtk
----------

The output is in the attachment. It shows that the problem occurs when emacsen-common is installed.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.