From owner-freebsd-ports@FreeBSD.ORG Fri Sep 5 05:53:03 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 52B2B16A4BF; Fri, 5 Sep 2003 05:53:03 -0700 (PDT) Received: from svr7.m-online.net (svr7.m-online.net [62.245.150.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D2DE43FCB; Fri, 5 Sep 2003 05:53:02 -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 EE5017AADF; Fri, 5 Sep 2003 14:53:00 +0200 (CEST) From: Harald Schmalzbauer To: marcus@FreeBSD.org Date: Fri, 5 Sep 2003 14:52:59 +0200 User-Agent: KMail/1.5.3 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-Disposition: inline Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200309051453.00914@harrymail> cc: ports@freebsd.org Subject: 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 12:53:03 -0000 Hello, building thinderbird under -current results in the following error: 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