| Summary: | fontconfig/doc fails when built in parallel | ||
|---|---|---|---|
| Product: | fontconfig | Reporter: | James Andrewartha <trs80> |
| Component: | doc | Assignee: | 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: | ||
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.
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