From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Everything depends on openmpi Date: Fri, 09 May 2014 15:50:29 +0200 Message-ID: <87y4ybvz6i.fsf@gnu.org> References: <20140509061446.GA29644@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WilC9-0005gp-Vd for guix-devel@gnu.org; Fri, 09 May 2014 09:50:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WilC5-0000Yz-89 for guix-devel@gnu.org; Fri, 09 May 2014 09:50:37 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:41472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WilC4-0000UA-PV for guix-devel@gnu.org; Fri, 09 May 2014 09:50:33 -0400 In-Reply-To: <20140509061446.GA29644@debian> (Andreas Enge's message of "Fri, 9 May 2014 08:14:46 +0200") 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > as openmpi currently does not build on hydra, a lengthy list of failed > dependent packages appears: > http://hydra.gnu.org/eval/75135#tabs-now-fail Apparently the build failure has to do with the hwloc copy bundled in the Open MPI tarball, which may be old. I=E2=80=99ve added hwloc, so we can eventually use it instead. Ludo=E2=80=99.