GNOME Bugzilla – Bug 668137
FTBFS: pangoft2 check seems to be broken
Last modified: 2012-01-17 22:01:17 UTC
When jhbuilding master, I got this: make[3]: se ingresa al directorio `/home/diego/gnome/clutter/tests/interactive' CCLD test-interactive ../../clutter/.libs/libclutter-1.0.so: error: undefined reference to 'FcConfigUptoDate' ../../clutter/.libs/libclutter-1.0.so: error: undefined reference to 'FcInitReinitialize' It seems that it was missing pkg-config --libs pangoft2, although the check is there in configure.ac. I don't know autofoo so my best guess was to just add the output of pkg-config to clutter/Makefile. It worked, so I guess this is indeed the issue. I'm on debian with binutils-gold.
should have been fixed in master: ommit d7e6deef9c448bfcd07cb33c5dc58667fcccdcb4 Author: Emmanuele Bassi <ebassi@gnome.org> Date: Tue Jan 17 21:59:37 2012 +0000 build: Add private deps to cflags and libs If we go through the whole exercise of having private dependencies, we should at least use the compiler flags and linker flags that those dependencies give us when building Clutter. https://bugzilla.gnome.org/show_bug.cgi?id=668137