From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 15 21:05:51 2005 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA9F16A420 for ; Tue, 15 Nov 2005 21:05:51 +0000 (GMT) (envelope-from wynkoop@prd4.wynn.com) Received: from prd4.wynn.com (prd4.wynn.com [199.89.147.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8890043D4C for ; Tue, 15 Nov 2005 21:05:50 +0000 (GMT) (envelope-from wynkoop@prd4.wynn.com) Received: from prd4.wynn.com (localhost.wynn.com [127.0.0.1]) by prd4.wynn.com (8.13.3/8.13.3) with ESMTP id jAFL5gfI066222 for ; Tue, 15 Nov 2005 16:05:43 -0500 (EST) (envelope-from wynkoop@prd4.wynn.com) Received: (from wynkoop@localhost) by prd4.wynn.com (8.13.3/8.13.3/Submit) id jAFL5eUm066221 for gnome@FreeBSD.org; Tue, 15 Nov 2005 16:05:40 -0500 (EST) (envelope-from wynkoop) Date: Tue, 15 Nov 2005 16:05:40 -0500 (EST) From: Brett Wynkoop Message-Id: <200511152105.jAFL5eUm066221@prd4.wynn.com> To: gnome@FreeBSD.org Cc: Subject: firefox in current cvs will not build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2005 21:05:51 -0000 Greeting- I just did a cvsup of my ports collection and tried to build the current firefox port and got the following error situation: creating ./config.status creating config/autoconf.mk creating config/doxygen.cfg creating xpfe/global/buildconfig.html creating toolkit/content/buildconfig.html creating toolkit/components/passwordmgr/resources/content/contents.rdf creating toolkit/mozapps/contents-content.rdf creating gfx/gfx-config.h creating netwerk/necko-config.h creating xpcom/xpcom-config.h creating xpcom/xpcom-private.h configure: warning: Recreating autoconf.mk with updated nspr-config output ./configure: ./nsprpub/config/nspr-config: not found ./configure: ./nsprpub/config/nspr-config: not found ===> Building for firefox-1.0.7_4,1 rm -f -rf ./dist/sdk /usr/local/bin/gmake -C config export gmake[1]: Entering directory `/usr/ports/www/firefox/work/mozilla/config' nsinstall.c cc -o host_nsinstall.o -c -O2 -fno-strict-aliasing -pipe -DXP_UNIX -O3 -I../dist/include -I../dist/include -I/usr/local/include -I/usr/local/include nsinstall.c pathsub.c cc -o host_pathsub.o -c -O2 -fno-strict-aliasing -pipe -DXP_UNIX -O3 -I../dist/include -I../dist/include -I/usr/local/include -I/usr/local/include pathsub.c cc -o nsinstall -O2 -fno-strict-aliasing -pipe -DXP_UNIX -O3 host_nsinstall.o host_pathsub.o rm -f nfspwd cp nfspwd.pl nfspwd chmod +x nfspwd rm -f revdepth cp revdepth.pl revdepth chmod +x revdepth /usr/local/bin/perl5.8.7 -I. ./bdate.pl build_number rm -f nsBuildID.h /usr/local/bin/perl5.8.7 -I. ./aboutime.pl -m ./milestone.txt nsBuildID.h build_number ./nsBuildID.h.in /usr/ports/www/firefox/work/mozilla/config/nsinstall -R -m 644 nsBuildID.h ../mozilla-config.h ../dist/include /usr/local/bin/perl5.8.7 -I../config ../config/build-list.pl ../dist/include/.headerlist nsBuildID.h ../mozilla-config.h rm -f ../config/final-link-comps ../config/final-link-libs ../config/final-link-comp-names rm -f ../dist/bin/chrome/chromelist.txt /usr/ports/www/firefox/work/mozilla/config/nsinstall -t -m 644 nsBuildID.h ../mozilla-config.h ../dist/sdk/include /usr/ports/www/firefox/work/mozilla/config/nsinstall -R nsinstall ../dist/bin gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla/config' /usr/local/bin/gmake nspr gmake[1]: Entering directory `/usr/ports/www/firefox/work/mozilla' /usr/local/bin/gmake -C nsprpub gmake: *** nsprpub: No such file or directory. Stop. gmake: Entering an unknown directorygmake: Leaving an unknown directorygmake[1]: *** [nspr] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall57255.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! www/firefox (unknown build error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed prd4# g an unknown directorygmake[1]: *** [nspr] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall57255.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! www/firefox (unknown build error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed prd4# I think there is something missing from the sources, but I am not sure. This is on a 5.4 x86 system. FreeBSD prd4.wynn.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun Oct 23 20:06:53 EDT 2005 wynkoop@prd4.wynn.com:/usr/src/sys/i386/compile/PRD4 i386 Any pointers would be appreciated. -Brett wynkoop@wynn.com