Source: cmake Version: 2.8.12.1-1 Severity: important TL;DR: libfreetype6-dev installed => cmake FTBFS
Hi, while trying to come up with a patch for #731089, it appeared I fixed the FindFreetype macro while breaking the test suite, namely the CMakeOnly.AllFindModules test. Comparing both an unpatched and a patched cmake build, it looks like cmake expects to be finding an internal freetype, and consequently fails when libfreetype6-dev is installed, and when FindFreetype is working and returning non-internal freetype settings. I confirmed this by removing the said package, and making sure the test suite was happy again. An obvious fix for this would be some Build-Conflicts. (Please note I didn't check whether other -dev packages would make the test suite unhappy.) But maybe the test suite should be made smarter. Not my call anyway. :) Mraw, KiBi. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

