From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugs at busybox.net Date: Mon, 13 Oct 2008 03:34:41 -0700 Subject: [Buildroot] [buildroot 0005364]: fontconfig compilations sometimes failed with parallel build Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net A NOTE has been added to this issue. ====================================================================== http://busybox.net/bugs/view.php?id=5364 ====================================================================== Reported By: tpetazzoni Assigned To: buildroot ====================================================================== Project: buildroot Issue ID: 5364 Category: Other Reproducibility: sometimes Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 10-13-2008 03:15 PDT Last Modified: 10-13-2008 03:34 PDT ====================================================================== Summary: fontconfig compilations sometimes failed with parallel build Description: fontconfig is affected by a compile bug that only occurs from time to time when parallel compilation is enabled. The bug is described at https://bugs.freedesktop.org/show_bug.cgi?id=16464. The attached patch includes the fix for fontconfig in buildroot. However, it modifies a Makefile.am file, so running automake is needed, but I'm not sure Buildroot will do that automatically (as the bug only occurs sometimes, it's quite hard to test whether the fix properly works or not). ====================================================================== ---------------------------------------------------------------------- tpetazzoni - 10-13-08 03:34 ---------------------------------------------------------------------- After testing, it seems that patching Makefile.am is not sufficient to re-run automake. What should be done in this case ? Provide a patch that also fixes the generated Makefile ? Run automake before compiling fontconfig ? Issue History Date Modified Username Field Change ====================================================================== 10-13-08 03:15 tpetazzoni New Issue 10-13-08 03:15 tpetazzoni Status new => assigned 10-13-08 03:15 tpetazzoni Assigned To => buildroot 10-13-08 03:15 tpetazzoni File Added: parallel-compilation-fix.patch 10-13-08 03:34 tpetazzoni Note Added: 0013434 ======================================================================