When built with make -j3, fontconfig/doc fails to build manpage.refs before "mv manpage.refs func.refs" is executed. The following patch fixes it: --- fontconfig-2.4.1/doc/Makefile.am 2007-03-31 13:00:46.000000000 +0800 +++ fontconfig-2.4.1/doc/Makefile.am~ 2006-09-04 06:37:14.000000000 +0800 @@ -108,7 +108,7 @@ func.refs: local-fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml confdir.sgml $(RM) func.refs - $(DOC2MAN) local-fontconfig-devel.sgml && \ + $(DOC2MAN) local-fontconfig-devel.sgml mv manpage.refs func.refs $(RM) manpage.links
Doh, got the patch reversed. Oops.
Fixed, thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.