From owner-freebsd-current@FreeBSD.ORG Sun Aug 26 15:55:25 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C24416A41B; Sun, 26 Aug 2007 15:55:25 +0000 (UTC) (envelope-from davidt@yadt.co.uk) Received: from outcold.yadt.co.uk (outcold.yadt.co.uk [81.187.204.178]) by mx1.freebsd.org (Postfix) with ESMTP id D05B413C469; Sun, 26 Aug 2007 15:55:22 +0000 (UTC) (envelope-from davidt@yadt.co.uk) Received: from localhost (localhost [127.0.0.1]) by outcold.yadt.co.uk (Postfix) with ESMTP id 82A1D57478; Sun, 26 Aug 2007 16:55:19 +0100 (BST) X-Virus-Scanned: amavisd-new at yadt.co.uk Received: from outcold.yadt.co.uk ([127.0.0.1]) by localhost (outcold.yadt.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id smv5eiWpnrs4; Sun, 26 Aug 2007 16:55:09 +0100 (BST) Received: by outcold.yadt.co.uk (Postfix, from userid 1001) id 346E4574FF; Sun, 26 Aug 2007 16:55:09 +0100 (BST) Date: Sun, 26 Aug 2007 16:55:09 +0100 From: David Taylor To: "Wojciech A. Koszek" , freebsd-current@freebsd.org Message-ID: <20070826155509.GA48611@outcold.yadt.co.uk> Mail-Followup-To: "Wojciech A. Koszek" , freebsd-current@freebsd.org References: <20070506164247.GA77786@FreeBSD.czest.pl> <20070719174847.GA5853@outcold.yadt.co.uk> <20070820000721.GA85364@FreeBSD.czest.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20070820000721.GA85364@FreeBSD.czest.pl> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: INCLUDE_CONFIG_FILE patches X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2007 15:55:25 -0000 On Mon, 20 Aug 2007, Wojciech A. Koszek wrote: > On Thu, Jul 19, 2007 at 06:48:47PM +0100, David Taylor wrote: > > Here's the patch I prepared for you: > > http://people.freebsd.org/~wkoszek/patches/config-trigraph.patch > > Apply it within src/usr.sbin/config directory: > > cd src/usr.sbin/config && patch < config-trigraph.patch > > And rebuild config(8). Please let me know whether it works for you > correctly. I tested it very roughly both with and without -C flag > against GENERIC and LINT configurations tweaked a little bit to contain > trigraphs within comments and options containing value. > > Sorry for long delay in replying, > > Thanks for your report! For some reason that I don't understand, and don't have time to investigate right now, I can't reproduce the problem with the unpatched config, no matter how many trigraphs I add to my kernel configs I expect I'm doing something monumentally stupid. However, your patch didn't cause me any problems, and I expect if I could reproduce the original problem, it would solve that too. -- David Taylor