From owner-freebsd-stable Sun Oct 6 13:31:42 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49D5E37B401 for ; Sun, 6 Oct 2002 13:31:40 -0700 (PDT) Received: from h24-207-15-177.cst.dccnet.com (h24-207-15-177.cst.dccnet.com [24.207.15.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id D801643E42 for ; Sun, 6 Oct 2002 13:31:39 -0700 (PDT) (envelope-from kevine@dccnet.com) Received: from dccnet.com (kevine01.ugaloo.org [192.168.192.2]) by h24-207-15-177.cst.dccnet.com (Postfix) with ESMTP id 639B1473 for ; Sun, 6 Oct 2002 13:32:22 -0700 (PDT) Message-ID: <3DA09DB3.3000702@dccnet.com> Date: Sun, 06 Oct 2002 13:31:47 -0700 From: "Kevin G. Eliuk" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020724 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Compile error in mozilla-1.0.1_1,2 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have been unable to build www/mozilla and have recently done a fresh cvsup of the ports collection to weed out any errors. The same error is occuring at different location of the build at every build attempt. If no one else has noticed the same errors, then could someone suggest a possible. == FreeBSD kevine01.ugaloo.org 4.7-RC FreeBSD 4.7-RC #0: Fri Oct 4 21:24:22 PDT 2002 root@kevine01.ugaloo.org:/usr/obj/usr/src/sys/QUARTZ i386 == When I do make it ends with an error 1 as shown below. == gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/intl/locale' gmake[3]: Entering directory `/usr/ports/www/mozilla/work/mozilla/intl/strres' gmake[4]: Entering directory `/usr/ports/www/mozilla/work/mozilla/intl/strres/public' nsIStringBundle.idl ../../../dist/bin/xpidl -m typelib -w -I ../../../dist/idl -I. -o _xpidlgen/nsIStringBundle nsIStringBundle.idl ../../../dist/bin/xpt_link _xpidlgen/intl.xpt _xpidlgen/nsIStringBundle.xpt ../../../config/nsinstall -R -m 644 _xpidlgen/intl.xpt ../../../dist/bin/components gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/intl/strres/public' gmake[4]: Entering directory `/usr/ports/www/mozilla/work/mozilla/intl/strres/src' nsStringBundle.cpp c++ -o nsStringBundle.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" -DOJI -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/necko -I../../../dist/include/intl -I../../../dist/include -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -pipe -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../config-defs.h nsStringBundle.cpp nsStringBundle.cpp: In instantiation of `nsCOMPtr': nsStringBundle.cpp:492: instantiated from here nsStringBundle.cpp:492: Internal compiler error. nsStringBundle.cpp:492: Please submit a full bug report. nsStringBundle.cpp:492: See for instructions. gmake[4]: *** [nsStringBundle.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/intl/strres/src' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/intl/strres' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/intl' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 == Is anyone seeing the same results. I have searched the archives have not read any similar reports. Thanks, Kevin G. Eliuk. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message