From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 01/01: gnu: boost: Update to 1.58.0. Date: Wed, 08 Jul 2015 19:12:09 -0400 Message-ID: <87mvz6kzw6.fsf@netris.org> References: <20150708211909.12880.83730@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCyVr-0003yz-4X for guix-devel@gnu.org; Wed, 08 Jul 2015 19:12:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCyVm-00040V-Ap for guix-devel@gnu.org; Wed, 08 Jul 2015 19:12:23 -0400 Received: from world.peace.net ([50.252.239.5]:39098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCyVm-0003zG-7I for guix-devel@gnu.org; Wed, 08 Jul 2015 19:12:18 -0400 In-Reply-To: (Andreas Enge's message of "Wed, 08 Jul 2015 21:19:10 +0000") 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 writes: > commit 16de69c950c473cc3d386cd7569bd1d6051614b6 > Author: Andreas Enge > Date: Wed Jul 8 23:18:40 2015 +0200 > > gnu: boost: Update to 1.58.0. > > * gnu/packages/boost.scm (boost): Update to 1.58.0. This fails to build on mips64el, where boost-1.57.0 worked. http://hydra.gnu.org/build/563826 It appears to be because of the -m32 compiler option, which is Intel specific. Can you take a look? Mark