For bug reporters: If File a bug does not list a project, check GNOME GitLab instead (exceptions: Doxygen, GnuCash, LDTP)!
For project maintainers and developers: After evaluation, the mass migration from Bugzilla to GitLab has started (more info on GitLab).
Bug 779748 - Pango doesn't build when configured with --without-cairo since 1.36.7 (up until 1.40.4)
Pango doesn't build when configured with --without-cairo since 1.36.7 (up unt...
Status: RESOLVED OBSOLETE
Product: pango
Classification: Platform
Component: general
1.40.x
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
:
Depends on:
Blocks:
  Show dependency tree
 
Reported: 2017-03-08 11:16 UTC by davmac
Modified: 2018-05-22 13:21 UTC (History)
0 users

See Also:
GNOME target: ---
GNOME version: ---


Attachments

Description davmac 2017-03-08 11:16:39 UTC
I am trying to bootstrap a pango/cairo build. Pango doesn't build without cairo due to some tests apparently relying on it. Version 1.36.6 builds, version 1.36.7 and after fails. Sample from 1.40.4:

$ ./configure --without-cairo
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
(...)
config.status: creating pango/pango-features.h
config.status: pango/pango-features.h is unchanged
configuration:
	backends: FreeType

$ make
(...)
Making all in tests
make[2]: Entering directory `/home/davmac/prog/pango-1.40.4/tests'
  CC       testboundaries.o
  CCLD     testboundaries
  CC       testboundaries_ucd.o
  CCLD     testboundaries_ucd
  CC       testcolor.o
  CCLD     testcolor
  CC       testscript.o
  CCLD     testscript
  CC       markup-parse.o
In file included from markup-parse.c:26:0:
../pango/pangocairo.h:26:19: fatal error: cairo.h: No such file or directory
 #include <cairo.h>
                   ^
compilation terminated.
make[2]: *** [markup-parse.o] Error 1
make[2]: Leaving directory `/home/davmac/prog/pango-1.40.4/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/davmac/prog/pango-1.40.4'
make: *** [all] Error 2
Comment 1 GNOME Infrastructure Team 2018-05-22 13:21:53 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/pango/issues/271.

Note You need to log in before you can comment on or make changes to this bug.