From owner-freebsd-ports@FreeBSD.ORG Fri Sep 5 06:22:51 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E9FA16A4BF; Fri, 5 Sep 2003 06:22:51 -0700 (PDT) Received: from svr7.m-online.net (svr7.m-online.net [62.245.150.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB9B343FE1; Fri, 5 Sep 2003 06:22:49 -0700 (PDT) (envelope-from h@schmalzbauer.de) Received: from cale.flintsbach.schmalzbauer.de (ppp-62-245-161-92.mnet-online.de [62.245.161.92]) by svr7.m-online.net (Postfix) with ESMTP id 335F07870B; Fri, 5 Sep 2003 15:22:48 +0200 (CEST) From: Harald Schmalzbauer To: marcus@FreeBSD.org Date: Fri, 5 Sep 2003 15:22:46 +0200 User-Agent: KMail/1.5.3 References: <200309051453.00914@harrymail> In-Reply-To: <200309051453.00914@harrymail> X-Birthday: 06 Oktober 1972 X-Name: Harald Schmalzbauer X-Phone1: +49 (0) 163 555 3237 X-Phone2: +49 (0) 89 18947781 X-Address: Munich, 80686 X-Country: Germany MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309051522.47976@harrymail> cc: ports@freebsd.org Subject: firebird borken under -current [WAS: Re: thunderbird broken (-pthread)] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 13:22:51 -0000 On Friday 05 September 2003 14:52, Harald Schmalzbauer wrote: > Hello, > > building thinderbird under -current results in the following error: Also firebird is broken with -current! > > c++ -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include > -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align > -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long > -pedantic -O -pipe -march=pentiumpro -D_THREAD_SAFE -fshort-wchar -pipe > -DNDEBUG -DTRIMMED -ffunction-sections -fPIC -shared -Wl,-h -Wl,libmozjs.so > -o libmozjs.so jsapi.o jsarena.o jsarray.o jsatom.o jsbool.o jscntxt.o > jsdate.o jsdbgapi.o jsdhash.o jsdtoa.o jsemit.o jsexn.o jsfun.o jsgc.o > jshash.o jsinterp.o jslock.o jslog2.o jslong.o jsmath.o jsnum.o jsobj.o > jsopcode.o jsparse.o jsprf.o jsregexp.o jsscan.o jsscope.o jsscript.o > jsstr.o jsutil.o jsxdrapi.o prmjtime.o -L/usr/X11R6/lib -lm -pthread > -L/usr/ports/mail/mozilla-thunderbird/work/mozilla/dist/lib -lplds4 -lplc4 > -lnspr4 -L/usr/X11R6/lib -lc_r -lm -lc_r > c++: The -pthread option is deprecated. > gmake[3]: *** [libmozjs.so] Fehler 1 > gmake[3]: Leaving directory > `/usr/ports/mail/mozilla-thunderbird/work/mozilla/js/src' > gmake[2]: *** [libs] Fehler 2 > gmake[2]: Leaving directory > `/usr/ports/mail/mozilla-thunderbird/work/mozilla/js' > gmake[1]: *** [tier_2] Fehler 2 > gmake[1]: Leaving directory > `/usr/ports/mail/mozilla-thunderbird/work/mozilla' gmake: *** [default] > Fehler 2 > *** Error code 2 > > Stop in /usr/ports/mail/mozilla-thunderbird. > > Looks like it has todo with the latest gcc change. > > Best regards, > > -Harry