From owner-freebsd-x11@FreeBSD.ORG Tue Aug 9 18:40:54 2011 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35E00106566B for ; Tue, 9 Aug 2011 18:40:54 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id D08358FC0C for ; Tue, 9 Aug 2011 18:40:53 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p79IOZA3042686; Tue, 9 Aug 2011 12:24:35 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p79IOYbt042683; Tue, 9 Aug 2011 12:24:34 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 9 Aug 2011 12:24:34 -0600 (MDT) From: Warren Block To: Tom Evans In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Tue, 09 Aug 2011 12:24:35 -0600 (MDT) Cc: x11@freebsd.org, Ambrus Szabo Subject: Re: xkeyboard-config-1.8_1 to xkeyboard-config-1.8_2 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2011 18:40:54 -0000 On Tue, 9 Aug 2011, Tom Evans wrote: > On Tue, Aug 9, 2011 at 5:23 PM, Kevin Oberman wrote: >> On Tue, Aug 9, 2011 at 3:17 AM, Ambrus Szabo wrote: >>> Hello, >>> >>> xkeyboard-config-1.8_1 to xkeyboard-config-1.8_2 >>> >>> Script "configure" failed unexpectedly >> >> I see this periodically and have never bothered to track down the source, but >> re-installing p5-XML-Parse seems to fix it. >> >> Just a guess is that something didn't run cleanly in a Perl upgrade. Perhaps >> something did not get updated. > > At a guess, user updated perl, and either upgraded major versions and > didn't rebuild all ports that depend on perl as described in > /usr/ports/UPDATING, section 20100715, or upgraded minor version and > didn't run the perl-after-upgrade script. After something similar, I just used 'portmaster p5-\*'. Brute force, but it fixed the problem.