all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: robin hankin <hankin.robin@gmail.com>
Cc: 55022@debbugs.gnu.org
Subject: bug#55022: error compiling emacs 28.1
Date: Tue, 19 Apr 2022 15:47:39 +0300	[thread overview]
Message-ID: <83k0blutn8.fsf@gnu.org> (raw)
In-Reply-To: <CAHHjBM6sT+DBprmq=MvNxB0ceshwe5R+ZAY1FP=DijhK1Zki6w@mail.gmail.com> (message from robin hankin on Tue, 19 Apr 2022 19:03:07 +1200)

> From: robin hankin <hankin.robin@gmail.com>
> Date: Tue, 19 Apr 2022 19:03:07 +1200
> 
> Ubuntu 20.04. I downloaded emacs-28.1.tar.gz and untarred it and changed
> to the correct directory.  Then:
> 
> ./configure
> ./make
> 
> configure finished without error.  But make failed:
> 
> [snip]
> e[2]: Leaving directory '/home/rhankin/Downloads/emacs-28.1/admin/unidata'
> make -C ../admin/unidata emoji-zwj.el
> make[2]: Entering directory '/home/rhankin/Downloads/emacs-28.1/admin/unidata'
> make[2]: Nothing to be done for 'emoji-zwj.el'.
> make[2]: Leaving directory '/home/rhankin/Downloads/emacs-28.1/admin/unidata'
>   CCLD     temacs
> /usr/bin/ld: /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined reference to
> `hb_ot_layout_script_select_language'
> /usr/bin/ld: /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined reference to `hb_blob_create_from_file'
> /usr/bin/ld: /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined reference to
> `hb_ot_var_named_instance_get_design_coords'
> /usr/bin/ld: /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined reference to
> `hb_ot_tags_from_script_and_language'
> /usr/bin/ld: /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined reference to `hb_ot_var_get_axis_infos'
> /usr/bin/ld: /lib/x86_64-linux-gnu/libpango-1.0.so.0: undefined reference to `hb_buffer_set_invisible_glyph'
> /usr/bin/ld: /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined reference to `hb_ot_metrics_get_position'
> collect2: error: ld returned 1 exit status
> make[1]: *** [Makefile:647: temacs] Error 1
> make[1]: Leaving directory '/home/rhankin/Downloads/emacs-28.1/src'
> make: *** [Makefile:449: src] Error 2
> rhankin@limpet:~/Downloads/emacs-28.1$ 

Emacs 28.1 doesn't call any of these functions.  Since the error
messages are triggered by libpangoft2-1.0.so, my guess would be that
your system has a misconfigured installation of Pango and HarfBuzz:
the former requires a (probably later?) version of HarfBuzz than the
HarfBuzz version actually installed.

So I think you should review the relevant libraries installed on your
system, and perhaps upgrade some of them.  Then try reconfiguring and
rebuilding Emacs.





  reply	other threads:[~2022-04-19 12:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-19  7:03 bug#55022: error compiling emacs 28.1 robin hankin
2022-04-19 12:47 ` Eli Zaretskii [this message]
     [not found]   ` <CAHHjBM4szURTD8+gfXGwAzevXKeCVsSd7AnNZOcP-qTibNy_-w@mail.gmail.com>
2022-04-20  5:44     ` Eli Zaretskii
2022-04-20 10:59 ` Lars Ingebrigtsen
2022-04-20 12:29   ` Eli Zaretskii
2022-05-18 18:04 ` Lars Ingebrigtsen

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=83k0blutn8.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=55022@debbugs.gnu.org \
    --cc=hankin.robin@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/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.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.