unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41421: 28.0.50; HarfBuzz font shaping library not found
@ 2020-05-20 15:52 Andreas Röhler
  2020-05-20 16:26 ` Robert Pluim
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Röhler @ 2020-05-20 15:52 UTC (permalink / raw)
  To: 41421

At Linux SOME 3.16.0-10-686-pae #1 SMP Debian 3.16.81-1 (2020-01-17) 
i686 GNU/Linux

With trunk from today, running

./configure --with-modules --with-mailutils

get the following warning:

configure: WARNING: This configuration uses the Cairo graphics library,
     but not the HarfBuzz font shaping library.  We recommend the use
     of HarfBuzz when using Cairo, please install HarfBuzz development
     packages.

libharfbuzz-dev however is installed, as told by apt-get.

Just FYI,
thanks
Andreas






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

* bug#41421: 28.0.50; HarfBuzz font shaping library not found
  2020-05-20 15:52 bug#41421: 28.0.50; HarfBuzz font shaping library not found Andreas Röhler
@ 2020-05-20 16:26 ` Robert Pluim
  2020-05-21  6:50   ` Andreas Röhler
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Pluim @ 2020-05-20 16:26 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: 41421

>>>>> On Wed, 20 May 2020 17:52:33 +0200, Andreas Röhler <andreas.roehler@easy-emacs.de> said:

    Andreas> At Linux SOME 3.16.0-10-686-pae #1 SMP Debian 3.16.81-1 (2020-01-17)
    Andreas> i686 GNU/Linux

    Andreas> With trunk from today, running

    Andreas> ./configure --with-modules --with-mailutils

    Andreas> get the following warning:

    Andreas> configure: WARNING: This configuration uses the Cairo graphics library,
    Andreas>     but not the HarfBuzz font shaping library.  We recommend the use
    Andreas>     of HarfBuzz when using Cairo, please install HarfBuzz development
    Andreas>     packages.

    Andreas> libharfbuzz-dev however is installed, as told by apt-get.

Does config.log provide any clues as to why configure didnʼt find
harfbuzz?

What does

    pkg-config --exists --print-errors "harfbuzz >= 1.2.3"

return? Itʼs possible you need to adjust your PKG_CONFIG_PATH to
include the location of libharfbuzz.pc

Robert





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

* bug#41421: 28.0.50; HarfBuzz font shaping library not found
  2020-05-20 16:26 ` Robert Pluim
@ 2020-05-21  6:50   ` Andreas Röhler
  2020-05-21 13:29     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Röhler @ 2020-05-21  6:50 UTC (permalink / raw)
  To: Robert Pluim; +Cc: 41421


On 20.05.20 18:26, Robert Pluim wrote:
>>>>>> On Wed, 20 May 2020 17:52:33 +0200, Andreas Röhler <andreas.roehler@easy-emacs.de> said:
>      Andreas> At Linux SOME 3.16.0-10-686-pae #1 SMP Debian 3.16.81-1 (2020-01-17)
>      Andreas> i686 GNU/Linux
>
>      Andreas> With trunk from today, running
>
>      Andreas> ./configure --with-modules --with-mailutils
>
>      Andreas> get the following warning:
>
>      Andreas> configure: WARNING: This configuration uses the Cairo graphics library,
>      Andreas>     but not the HarfBuzz font shaping library.  We recommend the use
>      Andreas>     of HarfBuzz when using Cairo, please install HarfBuzz development
>      Andreas>     packages.
>
>      Andreas> libharfbuzz-dev however is installed, as told by apt-get.
>
> Does config.log provide any clues as to why configure didnʼt find
> harfbuzz?
>
> What does
>
>      pkg-config --exists --print-errors "harfbuzz >= 1.2.3"
>
> return? Itʼs possible you need to adjust your PKG_CONFIG_PATH to
> include the location of libharfbuzz.pc
>
> Robert


configure:15649: checking for harfbuzz >= 0.9.42
configure:15656: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.9.42"
Requested 'harfbuzz >= 0.9.42' but version of harfbuzz is 0.9.35
configure:15659: $? = 1
configure:15673: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.9.42"
Requested 'harfbuzz >= 0.9.42' but version of harfbuzz is 0.9.35
configure:15676: $? = 1
configure:15690: result: no
Requested 'harfbuzz >= 0.9.42' but version of harfbuzz is 0.9.35

Thanks,

Andreas






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

* bug#41421: 28.0.50; HarfBuzz font shaping library not found
  2020-05-21  6:50   ` Andreas Röhler
@ 2020-05-21 13:29     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2020-05-21 13:29 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: rpluim, 41421

> From: Andreas Röhler <andreas.roehler@easy-emacs.de>
> Date: Thu, 21 May 2020 08:50:09 +0200
> Cc: 41421@debbugs.gnu.org
> 
> > What does
> >
> >      pkg-config --exists --print-errors "harfbuzz >= 1.2.3"
> >
> > return? Itʼs possible you need to adjust your PKG_CONFIG_PATH to
> > include the location of libharfbuzz.pc
> >
> > Robert
> 
> 
> configure:15649: checking for harfbuzz >= 0.9.42
> configure:15656: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.9.42"
> Requested 'harfbuzz >= 0.9.42' but version of harfbuzz is 0.9.35
> configure:15659: $? = 1
> configure:15673: $PKG_CONFIG --exists --print-errors "harfbuzz >= 0.9.42"
> Requested 'harfbuzz >= 0.9.42' but version of harfbuzz is 0.9.35
> configure:15676: $? = 1
> configure:15690: result: no
> Requested 'harfbuzz >= 0.9.42' but version of harfbuzz is 0.9.35

So I suggest to upgrade to a newer version of HarfBuzz.  0.9.35 is
very old.





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

end of thread, other threads:[~2020-05-21 13:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 15:52 bug#41421: 28.0.50; HarfBuzz font shaping library not found Andreas Röhler
2020-05-20 16:26 ` Robert Pluim
2020-05-21  6:50   ` Andreas Röhler
2020-05-21 13:29     ` Eli Zaretskii

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