From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: cmake: Bump to 2.8.12 Date: Tue, 29 Oct 2013 09:22:52 +0100 Message-ID: <20131029082252.GB11759@debian> References: <87ob6gpd5k.fsf@karetnikov.org> <1382568076-1229-1-git-send-email-tipecaml@gmail.com> <87mwltugxe.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb4a1-0005fx-Ce for guix-devel@gnu.org; Tue, 29 Oct 2013 04:23:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vb4Zv-0001wC-ES for guix-devel@gnu.org; Tue, 29 Oct 2013 04:23:13 -0400 Content-Disposition: inline In-Reply-To: <87mwltugxe.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Tue, Oct 29, 2013 at 12:14:21AM +0100, Ludovic Courtès wrote: > Qt doesn’t depend on CMake AFAICS. Am I missing something? No, but kde does, which is the main "consumer" of qt. Probably I was confusing things. > So it had two test failures (‘volume-test’ and ‘thread-test’) on > hydra.gnu.org (which runs 2.6.32-xen), and none on my laptop (which runs > 3.0.43). > I restarted the build a couple of times on hydra and it eventually > succeeded... > Not satisfying, but to me that suggests a timing issue. If it happens again, maybe we should disable parallel tests? Andreas