From owner-freebsd-questions@FreeBSD.ORG Mon Dec 6 01:32:52 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 B8A5216A4D1 for ; Mon, 6 Dec 2004 01:32:52 +0000 (GMT) Received: from ms-smtp-01-eri0.texas.rr.com (ms-smtp-01.texas.rr.com [24.93.47.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12E9343D1D for ; Mon, 6 Dec 2004 01:32:52 +0000 (GMT) (envelope-from afabian@austin.rr.com) Received: from turingmachine.mentalsiege.net (cs70112247-52.austin.rr.com [70.112.247.52])iB61WmYm018402 for ; Sun, 5 Dec 2004 19:32:48 -0600 (CST) Received: from turingmachine.mentalsiege.net (turingmachine.mentalsiege.net [127.0.0.1])iB61WH6Y014198 for ; Sun, 5 Dec 2004 19:32:23 -0600 (CST) (envelope-from afabian@turingmachine.mentalsiege.net) Received: (from afabian@localhost)iB61WFNc014197 for freebsd-questions@freebsd.org; Sun, 5 Dec 2004 19:32:15 -0600 (CST) (envelope-from afabian) Date: Sun, 5 Dec 2004 19:32:12 -0600 From: Adam Fabian To: freebsd-questions@freebsd.org Message-ID: <20041206013212.GA14109@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: firefox port fails to build. 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: Mon, 06 Dec 2004 01:32:52 -0000 I tried checking the automatic builds at pointyhat for an error, Googling for the error message, and checking the bug reports, but I didn't turn up much on this. I'm trying to upgrade Firefox on FreeBSD 5.3 to the latest version from the ports. The build of the port fails with this error: gmake[2]: Entering directory `/usr/ports/www/firefox/work/mozilla/config/mkdepen d' cppsetup.c cc -o host_cppsetup.o -c -O -pipe -DXP_UNIX -O -DINCLUDEDIR=\"/usr/include\" - DOBJSUFFIX=\".o\" -DPREINCDIR=\"include\" -I../../dist/include/mkdepend -I../. ./dist/include -I/usr/ports/www/firefox/work/mozilla/dist/include/nspr -I/usr/l ocal/include -I/usr/local/include -I/usr/ports/www/firefox/work/mozilla/dist/in clude/nspr cppsetup.c In file included from cppsetup.c:29: def.h:30:21: X11/Xos.h: No such file or directory def.h:31:28: X11/Xfuncproto.h: No such file or directory gmake[2]: *** [host_cppsetup.o] Error 1 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/config/mkdepend ' gmake[1]: *** [export] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla/config' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. portupgrade comes up with this: ** Listing the failed packages (*:skipped / !:failed) ! www/firefox (firefox-0.9.3_1) (X libraries missing) I don't know if it's xorg related, but here are the xorg ports installed on my system: xorg-clients-6.7.0_4 xorg-documents-6.7.0 xorg-fonts-100dpi-6.7.0 xorg-fonts-75dpi-6.7.0 xorg-fonts-cyrillic-6.7.0 xorg-fonts-encodings-6.7.0 xorg-fonts-miscbitmaps-6.7.0 xorg-fonts-truetype-6.7.0 xorg-fonts-type1-6.7.0 xorg-fontserver-6.7.0 xorg-libraries-6.7.0_2 xorg-manpages-6.7.0 xorg-nestserver-6.7.0 xorg-printserver-6.7.0 xorg-server-6.7.0_9 xorg-vfbserver-6.7.0 Anyone know what my problem might be? Thanks. -- Adam Fabian (afabian@austin.rr.com)