From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: boost: Update to 1.60.0 Date: Wed, 06 Jan 2016 23:18:19 +0100 Message-ID: <87a8oie4ic.fsf@gnu.org> References: <4a857e1ce13cf2f7377ec5f257ea1691@openmailbox.org> <87a8ojhuhc.fsf@gnu.org> <20160106084907.2db0aac3@PocketWee> 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]:56433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGwPS-0007Rt-7E for guix-devel@gnu.org; Wed, 06 Jan 2016 17:18:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGwPO-0008R8-72 for guix-devel@gnu.org; Wed, 06 Jan 2016 17:18:26 -0500 In-Reply-To: <20160106084907.2db0aac3@PocketWee> (Eric Bavier's message of "Wed, 6 Jan 2016 08:49:07 -0600") 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: Eric Bavier Cc: Guix-devel Eric Bavier skribis: > On Wed, 06 Jan 2016 11:29:03 +0100 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Eric Bavier skribis: >>=20=20 >> > diff --git a/gnu/packages/patches/boost-mips-avoid-m32.patch b/gnu/pac= kages/patches/boost-mips-avoid-m32.patch >> > deleted file mode 100644 >> > index 811c9fb..0000000 >> > --- a/gnu/packages/patches/boost-mips-avoid-m32.patch >> > +++ /dev/null >> > @@ -1,15 +0,0 @@ >> > -The following patch prevents the use of the -m32 flag on mips, where = it >> > -is not understood by gcc, as well as other non-x86 architectures. >> > - >> > -diff -u -r boost_1_58_0.orig/tools/build/src/tools/gcc.jam boost_1_58= _0/tools/build/src/tools/gcc.jam >> > ---- boost_1_58_0.orig/tools/build/src/tools/gcc.jam 2015-04-04 19:25:= 07.000000000 +0200 >> > -+++ boost_1_58_0/tools/build/src/tools/gcc.jam 2015-07-10 01:08:19.82= 2733823 +0200 >> > -@@ -451,7 +451,7 @@ >> > - else >> > - { >> > - local arch =3D [ feature.get-values architecture : $(pro= perties) ] ; >> > -- if $(arch) !=3D arm >> > -+ if $(arch) =3D x86 >>=20 >> Do you know if this patch or something equivalent was applied upstream? >>=20 >> I guess we=E2=80=99ll have to wait for Hydra=E2=80=99s feedback on MIPS. > > Something similar has been incorporated upstream, so I think we should > be OK on MIPS. OK, well alright then! It has 140 dependent packages, including LibreOffice, so kinda borderline for master. It=E2=80=99s probably safer on a separate branch th= at Hydra will build. Mark? Ludo=E2=80=99.