From owner-freebsd-current@FreeBSD.ORG Thu Oct 21 09:19:13 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68DAF16A4CE for ; Thu, 21 Oct 2004 09:19:13 +0000 (GMT) Received: from hetzner.co.za (lfw.hetzner.co.za [196.7.18.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E1543D3F for ; Thu, 21 Oct 2004 09:19:12 +0000 (GMT) (envelope-from ianf@hetzner.co.za) Received: from localhost ([127.0.0.1]) by hetzner.co.za with esmtp (Exim 3.36 #1) id 1CKZ63-000PGP-00; Thu, 21 Oct 2004 11:18:59 +0200 To: Andrey Chernov , current@FreeBSD.ORG From: Ian FREISLICH In-Reply-To: Message from Andrey Chernov <20041021085653.GA67949@nagual.pp.ru> Date: Thu, 21 Oct 2004 11:18:59 +0200 Sender: ianf@hetzner.co.za Message-Id: Subject: Re: [PATCH] libreadline buildworld breakage. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 21 Oct 2004 09:19:13 -0000 Andrey Chernov wrote: > On Thu, Oct 21, 2004 at 12:52:09PM +0400, Andrey Chernov wrote: > > Something wrong on your machine, maybe compiler. I don't see this > > diagnostic: [brane-dead] /usr/src/contrib/libreadline # gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 > >From other side, maybe your copy of complete.c is not updated somehow: > /*const*/ char *rl_completer_word_break_characters = (/*const*/ char > *)NULL; It is not as you say. Maybe my local cvsup mirror (cvsup2.za.freebsd.org) is out of sync or their repo is broken. I know it's synced every 2 hours (I used to work at the company that runs the mirror). My repo was synced about an hour before I updated my source from it. I don't think it's local repo corruption because I moved complete.c,v out of the way and re-supped. What version is your file? I have: $FreeBSD: src/contrib/libreadline/complete.c,v 1.9 2003/08/31 18:29:38 ache E xp $ Ian -- Ian Freislich