From owner-freebsd-mozilla Thu Jan 10 13:45:36 2002 Delivered-To: freebsd-mozilla@freebsd.org Received: from netscape.com (c3po.netscape.com [205.217.237.46]) by hub.freebsd.org (Postfix) with ESMTP id 12C8137B400 for ; Thu, 10 Jan 2002 13:45:31 -0800 (PST) Received: from dredd.mcom.com (dredd.mcom.com [205.217.237.54]) by netscape.com (8.10.0/8.10.0) with ESMTP id g0ALjFx28222 for ; Thu, 10 Jan 2002 13:45:17 -0800 (PST) Received: from mozilla.org ([10.169.112.16]) by dredd.mcom.com (Netscape Messaging Server 4.15) with ESMTP id GPQSFG00.BPM; Thu, 10 Jan 2002 13:45:16 -0800 Message-ID: <3C3E0BED.1040804@mozilla.org> Date: Thu, 10 Jan 2002 13:47:25 -0800 From: Dawn Endico User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7+) Gecko/20020110 X-Accept-Language: en-us MIME-Version: 1.0 To: Jens Fallesen Cc: freebsd-mozilla@FreeBSD.ORG, mozilla-build@mozilla.org, Chris Seawood , Mike Shaver Subject: Re: Problems building recent nightlies References: <3C3E00CD.D02E3A11@fallesen.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mozilla@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try asking in news://news.mozilla.org/netscape.public.mozila.build or its mirror mozilla-build@mozilla.org. Unfortunatly, there's no freebsd tinderbox, but the daily freebsd builds have failed to show up for a couple of days so i think that mozilla is broken on freebsd, and its not just you. Jens Fallesen wrote: > I have not been very succesful in building Mozilla from the CVS tree > recently (in fact since New Year or a few days after that). When I try > to compile, I get this in the end: > > Building deps for TestFileTransport.cpp > c++ -o TestFileTransport.o -c -DOSTYPE=\"FreeBSD4\" > -DOSARCH=\"FreeBSD\" -DOJI -DUSE_NSREG -I../../dist/include/xpcom > -I../../dist/include/string -I../../dist/include/necko > -I../../dist/include/nkcache -I../../dist/include/cookie > -I../../dist/include/dbm -I../../dist/include/util > -I../../dist/include/test_necko -I../../dist/include > -I/usr/ports/www/mozilla-latest/work/mozilla/dist/include/nspr > -I/usr/X11R6/include -fPIC -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 -pthread -pipe -DNDEBUG -DTRIMMED -O > -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../config-defs.h > TestFileTransport.cpp > TestFileTransport.cpp: In method `MyListener::~MyListener()': > TestFileTransport.cpp:177: warning: unused variable `nsresult rv' > c++ -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 -pthread -pipe -DNDEBUG > -DTRIMMED -O -o TestFileTransport TestFileTransport.o > -L../../dist/bin -L../../dist/lib ../../dist/lib/libmozdbm_s.a > -L../../dist/bin -lmozjs -L../../dist/bin -lxpcom > -L/usr/ports/www/mozilla-latest/work/mozilla/dist/lib -lplds4 -lplc4 > -lnspr4 -lm > TestProtocols.cpp > Building deps for TestProtocols.cpp > c++ -o TestProtocols.o -c -DOSTYPE=\"FreeBSD4\" -DOSARCH=\"FreeBSD\" > -DOJI -DUSE_NSREG -I../../dist/include/xpcom > -I../../dist/include/string -I../../dist/include/necko > -I../../dist/include/nkcache -I../../dist/include/cookie > -I../../dist/include/dbm -I../../dist/include/util > -I../../dist/include/test_necko -I../../dist/include > -I/usr/ports/www/mozilla-latest/work/mozilla/dist/include/nspr > -I/usr/X11R6/include -fPIC -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 -pthread -pipe -DNDEBUG -DTRIMMED -O > -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../config-defs.h > TestProtocols.cpp > TestProtocols.cpp:73: nsICookieService.h: No such file or directory > TestProtocols.cpp:74: `NS_COOKIESERVICE_CID' was not declared in this > scope > gmake[3]: *** [TestProtocols.o] Error 1 > gmake[3]: Leaving directory > `/usr/ports/www/mozilla-latest/work/mozilla/netwerk/test' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory > `/usr/ports/www/mozilla-latest/work/mozilla/netwerk' > gmake[1]: *** [tier_9] Error 2 > gmake[1]: Leaving directory > `/usr/ports/www/mozilla-latest/work/mozilla' > gmake: *** [default] Error 2 > dilbert:/usr/ports/www/mozilla-latest/work$ > > My configure command looks like this: > > ./configure \ > --disable-cpp-exceptions \ > --disable-cpp-rtti \ > --disable-debug \ > --disable-idltool \ > --disable-md \ > --disable-pedantic \ > --disable-xterm-updates \ > --enable-crypto \ > --enable-double-buffer \ > --enable-editor \ > --enable-mailnews \ > --enable-mathml \ > --enable-optimize= \ > --enable-pics \ > --enable-svg \ > --enable-tests \ > --enable-toolkit=gtk \ > --enable-x11-shm \ > --enable-chrome-format=jar \ > --with-extensions=irc \ > --with-system-jpeg \ > --with-system-png \ > --with-system-mng \ > --with-pthreads > > I have tried gmake clean before checking out the latest tree and > rebuilding. I have also attempted remove --enable-tests and even > changing it to --disable-tests, still no luck (though different > failing point in the latter case). > > Any ideas? > > Is there a good place to look for information on such problems? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mozilla" in the body of the message