From owner-freebsd-questions@FreeBSD.ORG Tue Dec 7 01:44:10 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 B2BFF16A4CE for ; Tue, 7 Dec 2004 01:44:10 +0000 (GMT) Received: from ms-smtp-02-eri0.texas.rr.com (ms-smtp-02.texas.rr.com [24.93.47.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E59D943D45 for ; Tue, 7 Dec 2004 01:44:09 +0000 (GMT) (envelope-from afabian@austin.rr.com) Received: from turingmachine.mentalsiege.net (cs70112247-52.austin.rr.com [70.112.247.52])iB71i08H014246 for ; Mon, 6 Dec 2004 19:44:05 -0600 (CST) Received: from turingmachine.mentalsiege.net (turingmachine.mentalsiege.net [127.0.0.1])iB71hUMq088076 for ; Mon, 6 Dec 2004 19:43:30 -0600 (CST) (envelope-from afabian@turingmachine.mentalsiege.net) Received: (from afabian@localhost)iB71hUP4088075 for freebsd-questions@freebsd.org; Mon, 6 Dec 2004 19:43:30 -0600 (CST) (envelope-from afabian) Date: Mon, 6 Dec 2004 19:43:30 -0600 From: Adam Fabian To: freebsd-questions@freebsd.org Message-ID: <20041207014330.GA87190@turingmachine.mentalsiege.net> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: /usr/X11R6/include/X11 needed but not found during port builds 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: Tue, 07 Dec 2004 01:44:10 -0000 My ports aren't finding the files in /usr/X11R6/include when they are needed. (I may be making an overly-sweeping generalization; both mozilla and firefox apparently failed for this reason) That's my problem, in a nutshell. I tend to run make under a clean environment, since I've found stuff like CDPATH breaks things. Here's the sort of environment the port makes run under: HOME=/home/afabian PS1='$ ' OPTIND=1 PS2='> ' TERM=dumb PPID=71625 PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin IFS=' ' Here's /etc/make.conf: PERL_VER=5.8.5 PERL_VERSION=5.8.5 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER= I can tweak this to work with a symbolic link, (ln -s /usr/X11R6/include/X11 /usr/include/X11) but I can't figure out why it's suddenly broken when it used to work. -- Adam Fabian (afabian@austin.rr.com)