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: Add mcelog. Date: Wed, 14 Sep 2016 17:02:39 +0200 Message-ID: <87a8fao774.fsf@gnu.org> References: <1473859239-8101-1-git-send-email-me@tobias.gr> 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]:46209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkBi3-0005Oj-Bw for guix-devel@gnu.org; Wed, 14 Sep 2016 11:02:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkBhx-0008NJ-V2 for guix-devel@gnu.org; Wed, 14 Sep 2016 11:02:46 -0400 In-Reply-To: <1473859239-8101-1-git-send-email-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Wed, 14 Sep 2016 15:20:39 +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" To: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org Tobias Geerinckx-Rice skribis: > * gnu/packages/linux.scm (mcelog): New variable. To complement what Marius wrote=E2=80=A6 > + (arguments > + `(#:phases (modify-phases %standard-phases > + (delete 'configure)) ; no configure script > + #:make-flags (list "CC=3Dgcc" Please align the #:. > + (description > + "The mcelog daemon is required by the Linux kernel to log memory, I= /O, > + CPU, and other hardware errors on x86 systems. It can also perform > + user-defined tasks, such as bringing bad pages off-line, when > + configurable error thresholds are exceeded.") ^^^^^^ Remove leading space here. Thanks. :-) Ludo=E2=80=99.