From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 11 17:56:27 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 E27A316A401 for ; Sun, 11 Feb 2007 17:56:27 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 4246F13C4A5 for ; Sun, 11 Feb 2007 17:56:26 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so1703562nfc for ; Sun, 11 Feb 2007 09:56:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=VgtTEQTurGgocIzsXzpegT0sxOxaHIM6qXthxB2hF5GxQrg2QL/ybVWZw00e0P0Qm5YN218xmmCiHOExU0qOba8DMHhQREixHFwW2xRL9iZvHg8amBqhirMAYOI0olA/xSeGc199ZkUdDh7GEejMPy/ZgtR2JvQWDyhHbj3nKXM= Received: by 10.82.154.2 with SMTP id b2mr8772339bue.1171216585888; Sun, 11 Feb 2007 09:56:25 -0800 (PST) Received: by 10.82.112.15 with HTTP; Sun, 11 Feb 2007 09:56:25 -0800 (PST) Message-ID: Date: Sun, 11 Feb 2007 12:56:25 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Mohacsi Janos" In-Reply-To: <20070207161402.S23562@mignon.ki.iif.hu> MIME-Version: 1.0 References: <200702071138.l17BcIin057564@freefall.freebsd.org> <20070207161402.S23562@mignon.ki.iif.hu> X-Google-Sender-Auth: 153598fcaef8fc4e Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Sun, 11 Feb 2007 17:56:28 -0000 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 > > >