From owner-freebsd-questions@FreeBSD.ORG Sat Feb 21 16:57:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4424116A4CE; Sat, 21 Feb 2004 16:57:33 -0800 (PST) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CA4A43D2D; Sat, 21 Feb 2004 16:57:33 -0800 (PST) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.12.11/8.12.11) with ESMTP id i1M0vVp2088444; Sat, 21 Feb 2004 16:57:31 -0800 (PST) (envelope-from admin2@enabled.com) From: "Noah" Cc: owner-freebsd-questions@freebsd.org, freebsd-questions@freebsd.org Date: Sat, 21 Feb 2004 16:57:31 -0800 Message-Id: <20040222005625.M72111@enabled.com> In-Reply-To: <20040221231952.GA56203@xor.obsecurity.org> References: <20040221225536.M18079@enabled.com> <20040221230732.GA55936@xor.obsecurity.org> <20040221231450.M54349@enabled.com> <20040221231952.GA56203@xor.obsecurity.org> X-Mailer: Open WebMail 2.30 20040117 X-OriginatingIP: 64.121.33.4 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Re: cant compile emacs after installing XFree86 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 00:57:33 -0000 . > > Actually I guess the first thing to work out is why your system > thinks you still need to install XFree86. Can you please run the following > command: > > pkg_info | grep XFree86 > > Kris okay I make clean the XFree86 and started building one thing at a time and now it looks like everything is happy and emacs compiled. --- snip --- pkg_info | grep XFree86 XFree86-3.3.6_11 X11R6.3/XFree86 core distribution XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontCyrillic-4.2.0 XFree86-4 Cyrillic Fonts XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files imake-4.2.0_1 Imake and other utilities from XFree86 imake-4.3.0 Imake and other utilities from XFree86 --- snip --- thanks again Kris! - Noah