Re: [PATCH] Pango: fix linking



On 15.10.2015 19:35, Thierry Vignaud wrote:
The attached patch fix linking with libpangocairo.so:


See 
http://pkgsubmit.mageia.org/autobuild/cauldron/x86_64/core/2015-10-13/perl-Pango-1.226.0-1.mga6.src.rpm/build.0.20151013150513.log

[...]
Generating POD...
/usr/bin/perl5.22.0: symbol lookup error:
blib/arch/auto/Pango/Pango.so: undefined symbol: pango_cairo_font_map_get_type

Why does adding a space to the linker args fix this? pango_cairo_font_map_get_type was introduced in pango-1.10, as far as I can see. It is pulled into the bindings via the maps-1.10 file, which is only used when we have pango >= 1.10. So, are there maybe multiple libpango versions involved on the compilation machine?

Could you post the compilation output with and without your patch with the NOECHO Makefile var unset?

  perl Makefile.PL
  make NOECHO=


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]