From owner-freebsd-x11@FreeBSD.ORG Sat Oct 6 09:53:23 2007 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 4A8FA16A417 for ; Sat, 6 Oct 2007 09:53:23 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 057D513C465 for ; Sat, 6 Oct 2007 09:53:22 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id l969rMlb056801; Sat, 6 Oct 2007 03:53:22 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.1/8.14.1) with ESMTP id l969rBqo059429; Sat, 6 Oct 2007 03:53:11 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.1/8.14.1/Submit) id l969rB8W059426; Sat, 6 Oct 2007 03:53:11 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18183.23303.33479.753906@gromit.timing.com> Date: Sat, 6 Oct 2007 03:53:11 -0600 From: John E Hein To: Masatsugu Asai In-Reply-To: <20071005215052.b50a4638.masatugu@satsukiyama.ddo.jp> References: <20071004221746.97b3dbfd.masatugu@satsukiyama.ddo.jp> <200710041609.l94G9AHE025753@gromit.timing.com> <20071005215052.b50a4638.masatugu@satsukiyama.ddo.jp> X-Mailer: VM 7.19 under Emacs 22.0.99.1 X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on Daffy.timing.com X-Virus-Status: Clean Cc: x11@freebsd.org Subject: Re: [maintainer] I've had an error on upgrading to X.org 7 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: Sat, 06 Oct 2007 09:53:23 -0000 Masatsugu Asai wrote at 21:50 +0900 on Oct 5, 2007: > # pkg_info -g -x xproto > Information for dmxproto-2.2.2: > > Mismatched Checksums: > > Information for xproto-7.0.10: > > Mismatched Checksums: > /usr/local/include/X11/XF86keysym.h fails the original MD5 checksum > /usr/local/include/X11/Xdefs.h fails the original MD5 checksum > /usr/local/include/X11/Xfuncproto.h fails the original MD5 checksum > /usr/local/include/X11/Xfuncs.h fails the original MD5 checksum > /usr/local/include/X11/Xmd.h fails the original MD5 checksum > /usr/local/include/X11/Xos.h fails the original MD5 checksum > /usr/local/include/X11/Xos_r.h fails the original MD5 checksum > /usr/local/include/X11/Xosdefs.h fails the original MD5 checksum > /usr/local/include/X11/Xproto.h fails the original MD5 checksum > /usr/local/include/X11/keysym.h fails the original MD5 checksum > /usr/local/include/X11/keysymdef.h fails the original MD5 checksum > > # portupgrade -Rf xproto > > # pkg_info -g -x xproto > Information for dmxproto-2.2.2: > > Mismatched Checksums: > > Information for xproto-7.0.10: > > Mismatched Checksums: Okay, good. Now your xproto port is presumably fixed. > #portupgrade -R xorg > > I had the same error.....mmmm. > Should I remove all the xorg packages and install again?? libX11's config.log still reports that it cannot find keysymdef.h even though your xproto installation now seems to be fixed? You do have /usr/local/include/X11/keysymdef.h, now, right?