From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28813: [PATCH] gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813 Date: Mon, 16 Oct 2017 14:59:13 +0200 Message-ID: <87zi8rdza6.fsf@gnu.org> References: <87lgkf9hgy.fsf@vany.ca> <87efq79etx.fsf@vany.ca> 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]:52015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4504-0007wC-Mq for bug-guix@gnu.org; Mon, 16 Oct 2017 09:00:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e44zz-0001r5-9U for bug-guix@gnu.org; Mon, 16 Oct 2017 09:00:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33934) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e44zz-0001qz-74 for bug-guix@gnu.org; Mon, 16 Oct 2017 09:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e44zy-0004ea-VF for bug-guix@gnu.org; Mon, 16 Oct 2017 09:00:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87efq79etx.fsf@vany.ca> (Adam Van Ymeren's message of "Fri, 13 Oct 2017 12:40:50 -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" To: Adam Van Ymeren Cc: 28813-done@debbugs.gnu.org Hi Adam, Adam Van Ymeren skribis: > --- > gnu/packages/gnome.scm | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 1ceba162b..031b30426 100644 > --- a/gnu/packages/gnome.scm > +++ b/gnu/packages/gnome.scm > @@ -3641,6 +3641,12 @@ for application developers.") > (arguments > `(#:glib-or-gtk? #t >=20=20 > + ;; Disable parallel builds until > + ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D28813 is > + ;; fixed. Try enabling it when updating this package in case > + ;; upstream has fixed it. > + #:parallel-build? #f Good catch! I completed the commit log and applied, thanks. If you haven=E2=80=99t already, could you report it upstream? Thanks, Ludo=E2=80=99.