From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 12 15:43:41 2007 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D09916A406; Mon, 12 Feb 2007 15:43:41 +0000 (UTC) (envelope-from mohacsi@niif.hu) Received: from mail.ki.iif.hu (mail.ki.iif.hu [193.6.222.241]) by mx1.freebsd.org (Postfix) with ESMTP id C9B4513C4B4; Mon, 12 Feb 2007 15:43:40 +0000 (UTC) (envelope-from mohacsi@niif.hu) Received: by mail.ki.iif.hu (Postfix, from userid 1003) id 70975562A; Mon, 12 Feb 2007 16:43:39 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.ki.iif.hu (Postfix) with ESMTP id 6EA055629; Mon, 12 Feb 2007 16:43:39 +0100 (CET) Date: Mon, 12 Feb 2007 16:43:39 +0100 (CET) From: Mohacsi Janos X-X-Sender: mohacsi@mignon.ki.iif.hu To: Michael Johnson In-Reply-To: Message-ID: <20070212164125.N88755@mignon.ki.iif.hu> References: <200702071138.l17BcIin057564@freefall.freebsd.org> <20070207161402.S23562@mignon.ki.iif.hu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: gnome@freebsd.org, janos.mohacsi@bsd.hu Subject: Re: ports/108866: www/seamonkey 1.1 does not compile 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: Mon, 12 Feb 2007 15:43:41 -0000 Hi, I had to upgrade nspr then I succeed to upgrade to 1.1. Regards, Janos Mohacsi Network Engineer, Research Associate, Head of Network Planning and Projects NIIF/HUNGARNET, HUNGARY Key 70EF9882: DEC2 C685 1ED4 C95A 145F 4300 6F64 7B00 70EF 9882 On Sun, 11 Feb 2007, Michael Johnson wrote: > On 2/7/07, Mohacsi Janos wrote: >> >> Thanks. >> It is almos resolved my problem: >> nsSmtpProtocol.cpp >> c++ -o nsSmtpProtocol.o -c -DMOZ_APP_VERSION="1.1" -DMOZILLA_INTERNAL_API >> -DOSTYPE=\"FreeBSD6\" -DOSARCH=\"FreeBSD\" -DBUILD_ID=0000000000 >> -I../../../dist/include/xpcom -I../../../dist/include/xpcom_obsolete >> -I../../../dist/include/string -I../../../dist/include/dom >> -I../../../dist/include/js -I../../../dist/include/editor >> -I../../../dist/include/uriloader -I../../../dist/include/msgbase >> -I../../../dist/include/mailnews -I../../../dist/include/necko >> -I../../../dist/include/mime -I../../../dist/include/pref >> -I../../../dist/include/intl -I../../../dist/include/uconv >> -I../../../dist/include/locale -I../../../dist/include/unicharutil >> -I../../../dist/include/content -I../../../dist/include/msgbaseutil >> -I../../../dist/include/msgdb -I../../../dist/include/rdf >> -I../../../dist/include/appshell -I../../../dist/include/toolkitcomps >> -I../../../dist/include/appcomps -I../../../dist/include/msgimap >> -I../../../dist/include/msgnews -I../../../dist/include/docshell >> -I../../../dist/include/addrbook -I../../../dist/include/widget >> -I../../../dist/include/htmlparser -I../../../dist/include/txmgr >> -I../../../dist/include/caps -I../../../dist/include/exthandler >> -I../../../dist/include/nkcache -I../../../dist/include/mimetype >> -I../../../dist/include/windowwatcher -I../../../dist/include/xulapp >> -I../../../dist/include/gfx -I../../../dist/include/msgcompose >> -I../../../dist/include -I/usr/local/include/nspr -I/usr/local/include >> -I/usr/local/include -I/usr/include -I/usr/X11R6/include -fPIC >> -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-non-virtual-dtor >> -Wno-long-long -O2 -fno-strict-aliasing -pipe -march=pentium4 >> -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/X11R6/include >> -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include >> ../../../mozilla-config.h nsSmtpProtocol.cpp >> nsSmtpProtocol.cpp: In member function `void >> nsSmtpProtocol::AppendHelloArgument(nsACString_internal&)': >> nsSmtpProtocol.cpp:370: error: `PR_SI_HOSTNAME_UNTRUNCATED' was not >> declared in this scope >> nsSmtpProtocol.cpp:370: warning: unused variable >> 'PR_SI_HOSTNAME_UNTRUNCATED' >> nsSmtpProtocol.cpp: In member function `PRInt32 >> nsSmtpProtocol::SendDataResponse()': >> nsSmtpProtocol.cpp:1402: warning: unused variable 'rv' >> nsSmtpProtocol.cpp: In member function `PRInt32 >> nsSmtpProtocol::SendMessageResponse()': >> nsSmtpProtocol.cpp:1480: warning: unused variable 'rv' >> gmake[4]: *** [nsSmtpProtocol.o] Error 1 > > > I just now saw this reply. you might have to start clean and remove the > WRKSRC directory. > > Michael > > > Regards, >> >> Janos Mohacsi >> Network Engineer, Research Associate, Head of Network Planning and >> Projects >> NIIF/HUNGARNET, HUNGARY >> Key 70EF9882: DEC2 C685 1ED4 C95A 145F 4300 6F64 7B00 70EF 9882 >> >> On Wed, 7 Feb 2007, Michael Johnson wrote: >> >> > Synopsis: www/seamonkey 1.1 does not compile >> > >> > State-Changed-From-To: open->feedback >> > State-Changed-By: ahze >> > State-Changed-When: Wed Feb 7 11:37:10 UTC 2007 >> > State-Changed-Why: >> > Try updating security/nss then contunue building seamonkey >> > >> > http://www.freebsd.org/cgi/query-pr.cgi?pr=108866 >> > >> >