From mboxrd@z Thu Jan 1 00:00:00 1970 From: mhw@netris.org Subject: bug#18262: perl-tk intermittent failures due to parallel build Date: Wed, 13 Aug 2014 16:20:47 -0400 Message-ID: <87iolwm99c.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHf3k-000723-95 for bug-guix@gnu.org; Wed, 13 Aug 2014 16:22:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHf3a-0007Hn-Cb for bug-guix@gnu.org; Wed, 13 Aug 2014 16:22:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:35435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHf3a-0007Hj-96 for bug-guix@gnu.org; Wed, 13 Aug 2014 16:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XHf3Z-0008Au-SZ for bug-guix@gnu.org; Wed, 13 Aug 2014 16:22:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHf2Z-0006yI-ET for bug-guix@gnu.org; Wed, 13 Aug 2014 16:21:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHf2T-00077U-Hl for bug-guix@gnu.org; Wed, 13 Aug 2014 16:20:59 -0400 Received: from world.peace.net ([96.39.62.75]:49034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHf2T-000767-Dy for bug-guix@gnu.org; Wed, 13 Aug 2014 16:20:53 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 18262@debbugs.gnu.org perl-tk intermittently fails with error messages that suggest that it is related to the build being done in parallel. For examples, see: http://hydra.gnu.org/build/58535/log/tail-reload http://hydra.gnu.org/build/82185/log/tail-reload I tried to add #:parallel-build #f to the arguments, but that flag seems to be unsupported in the perl-build-system, even though it is almost identical to the gnu-build-system. Mark