Heikki Kantola, le Thu 14 Apr 2011 09:33:31 +0300, a écrit : > -lfvwm -lXft -lXpm -lstroke -lSM -lICE > -lXinerama -lXext -lX11 -lm -lXrender -lXcursor -lfribidi -lpng -lz > -pthread -lrsvg-2 -lgio-2.0 -lgdk_pixbuf-2.0 -lm -lgmodule-2.0 > -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lcairo > /usr/bin/ld: ../libs/libfvwm.a(Fft.o): undefined reference to symbol > 'FcPatternDel' > /usr/bin/ld: note: 'FcPatternDel' is defined in DSO > //usr/lib/libfontconfig.so.1 so try adding it to the linker command line > //usr/lib/libfontconfig.so.1: could not read symbols: Invalid operation > collect2: ld returned 1 exit status
-lfontconfig is missing indeed. I can't reproduce the bug any more, I guess this is because pkg-config (needed for fontconfig discovery) is now pulled through some dependency. It should probably be explicitly set in the Build-Depends, to make sure that it does not fail that way. Upstream should however take care of not enabling the use of FcPatternDel when fontconfig is not detected. Samuel -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org