Bug 10481

Summary: fontconfig/doc fails when built in parallel
Product: fontconfig Reporter: James Andrewartha <trs80>
Component: docAssignee: Keith Packard <keithp>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium Keywords: patch
Version: 2.4   
Hardware: Alpha   
OS: Linux (All)   
URL: http://jhbuild.bxlug.be/builds/2007-03-31-0002/logs/fontconfig/#build
Whiteboard:
i915 platform: i915 features:

Description James Andrewartha 2007-03-30 21:02:28 UTC
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
Comment 1 James Andrewartha 2007-04-22 00:59:37 UTC
Doh, got the patch reversed. Oops.
Comment 2 Keith Packard 2007-10-25 01:57:02 UTC
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.