From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36349) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isCSr-00065w-72 for guix-patches@gnu.org; Thu, 16 Jan 2020 16:14:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isCSo-0006wT-If for guix-patches@gnu.org; Thu, 16 Jan 2020 16:14:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60715) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1isCSo-0006wP-FO for guix-patches@gnu.org; Thu, 16 Jan 2020 16:14:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1isCSo-0008Qe-Ab for guix-patches@gnu.org; Thu, 16 Jan 2020 16:14:02 -0500 Subject: [bug#39086] [PATCH 5/5] gnu: ibus: Disable parallel build. Resent-Message-ID: References: <20200111120829.29821-1-leo.prikler@student.tugraz.at> <20200111120829.29821-5-leo.prikler@student.tugraz.at> From: Ricardo Wurmus In-reply-to: <20200111120829.29821-5-leo.prikler@student.tugraz.at> Date: Thu, 16 Jan 2020 22:13:24 +0100 Message-ID: <87ftgfxfyj.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Prikler Cc: 39086@debbugs.gnu.org Leo Prikler writes: > * gnu/packages/ibus (arguments): Disable parallel build. This should be: * gnu/packages/ibus.scm (ibus)[arguments]: Disable parallel build. Hint: if you=E2=80=99re using Emacs with Magit and Yasnippets you can cut d= own on a few of these commit message errors (in simple cases). The snippets are not very helpful in this particular case, but at least they get the file name right ;) > (arguments > `(#:tests? #f ; tests fail because there's no connection to dbus > + ;; Parallel build would fail after I added Emoji support. This a= ppears > + ;; to be a race condition, but I'm unsure what exactly triggers i= t. > + #:parallel-build? #f Please don=E2=80=99t use =E2=80=9CI=E2=80=9D because it isn=E2=80=99t obvio= us from the context who is speaking. It=E2=80=99s better to keep it short and impersonal. --=20 Ricardo