From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: make fails Date: Sat, 23 Dec 2017 15:44:40 +0100 Message-ID: <0891a1e7-9787-4dc4-94d7-877829e50903@tobias.gr> References: <20171223105338.GB11172@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSkzy-00033K-Ah for guix-devel@gnu.org; Sat, 23 Dec 2017 09:42:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSkzx-0003Fm-Iq for guix-devel@gnu.org; Sat, 23 Dec 2017 09:42:02 -0500 Received: from tobias.gr ([2001:470:cc92::1]:55416) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eSkzx-0003EG-6C for guix-devel@gnu.org; Sat, 23 Dec 2017 09:42:01 -0500 In-Reply-To: Content-Language: en-GB 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: catonano@gmail.com Cc: guix-devel@gnu.org Catonano, Catonano wrote on 23/12/17 at 13:16: > line 13167 is this one > > Defaults to @samp{"\"%s(%u)<%{pid}><%{session}>: \""}. > > and it's in this block of text > > @deftypevr {@code{dovecot-configuration} parameter} string mail-log-prefix > Log prefix for mail processes.  See doc/wiki/Variables.txt for list > of possible variables you can use. > Defaults to @samp{"\"%s(%u)<%{pid}><%{session}>: \""}. > @end deftypevr > > In the log I see that the last commit is related to Dovecot and it > includes some edits to teh documentation (to update the manual to the > new Dovecot service) Indeed. Oops! > But I don't know the texi format, what's the poblem with this line ? ‘{’ and ‘}’ need escaping (resp. ‘@{’ and ‘@}’), apparently. This should be fixed in 90d8923bf92cab8696d8395ef68c98d9775b110c. Thanks! T G-R