From owner-freebsd-gnome@FreeBSD.ORG Mon Jan 2 20:20:20 2006 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B4216A41F for ; Mon, 2 Jan 2006 20:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4677D43D60 for ; Mon, 2 Jan 2006 20:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k02KKAU6070822 for ; Mon, 2 Jan 2006 20:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k02KKAr9070821; Mon, 2 Jan 2006 20:20:10 GMT (envelope-from gnats) Date: Mon, 2 Jan 2006 20:20:10 GMT Message-Id: <200601022020.k02KKAr9070821@freefall.freebsd.org> To: gnome@FreeBSD.org From: Nick Fishman Cc: Subject: Re: ports/91237: Mozilla won't build. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nick Fishman List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2006 20:20:20 -0000 The following reply was made to PR ports/91237; it has been noted by GNATS. From: Nick Fishman To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/91237: Mozilla won't build. Date: Mon, 02 Jan 2006 15:16:40 -0500 This is a multi-part message in MIME format. --------------070408010807080605080703 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Rebuild devel/nspr. That should help. bsdlogical ANdrew Grillet wrote: >>Number: 91237 >>Category: ports >>Synopsis: Mozilla won't build. >>Confidential: no >>Severity: serious >>Priority: high >>Responsible: freebsd-ports-bugs >>State: open >>Quarter: >>Keywords: >>Date-Required: >>Class: sw-bug >>Submitter-Id: current-users >>Arrival-Date: Mon Jan 02 20:10:05 GMT 2006 >>Closed-Date: >>Last-Modified: >>Originator: ANdrew Grillet >>Release: 5.4 >>Organization: >> >> >Grillet Family > > >>Environment: >> >> >FreeBSD dayton.grillet.home 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Sun Sep 11 21:09:15 BST 2005 root@dayton.grillet.home:/usr/src/sys/i386/compile/DAYTON i386 > > > >>Description: >> >> >Mozilla will not build. log extract inserted >----------------------------------------------- >c++ -o nsDNSService2.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/pref -I../../../dist/include/unicharutil -I../../../dist/include/necko -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 -Woverlo aded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pipe -O -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h nsDNSService2.cpp >In file included from nsDNSService2.h:40, > from nsDNSService2.cpp:38: >nsHostResolver.h:95: error: ISO C++ forbids declaration of `PRAddrInfo' with no type >nsHostResolver.h:95: error: expected `;' before '*' token >nsHostResolver.h: In member function `PRBool nsHostRecord::HasResult() const': >nsHostResolver.h:99: error: `addr_info' undeclared (first use this function) >nsHostResolver.h:99: error: (Each undeclared identifier is reported only once for each function it appears in.) >nsHostResolver.h: At global scope: >nsHostResolver.h:209: error: `PRAddrInfo' has not been declared >nsHostResolver.h:209: error: ISO C++ forbids declaration of `parameter' with no type >nsDNSService2.cpp: In member function `virtual nsresult nsDNSRecord::GetCanonicalName(nsACString&)': >nsDNSService2.cpp:95: error: 'class nsDerivedSafe' has no member named 'addr_info' >nsDNSService2.cpp:96: error: 'class nsDerivedSafe' has no member named 'addr_info' >nsDNSService2.cpp:96: error: `PR_GetCanonNameFromAddrInfo' undeclared (first use this function) >nsDNSService2.cpp: In member function `virtual nsresult nsDNSRecord::GetNextAddr(PRUint16, PRNetAddr*)': >nsDNSService2.cpp:112: error: 'class nsDerivedSafe' has no member named 'addr_info' >nsDNSService2.cpp:113: error: 'class nsDerivedSafe' has no member named 'addr_info' >nsDNSService2.cpp:113: error: `PR_EnumerateAddrInfo' undeclared (first use this function) >nsDNSService2.cpp: In member function `PRUint16 nsDNSService::GetAFForLookup(const nsACString&)': >nsDNSService2.cpp:528: error: `PR_AF_UNSPEC' undeclared (first use this function) >gmake[4]: *** [nsDNSService2.o] Error 1 >gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/netwerk/dns/src' >gmake[3]: *** [libs] Error 2 >gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/netwerk/dns' >gmake[2]: *** [libs] Error 2 >gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/netwerk' >gmake[1]: *** [tier_9] Error 2 >gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' >gmake: *** [default] Error 2 >*** Error code 2 > >Stop in /usr/ports/www/mozilla. > > >>How-To-Repeat: >> >> >Attempt to build Mozilla > > >>Fix: >> >> > not known > > >>Release-Note: >>Audit-Trail: >>Unformatted: >> >> >_______________________________________________ >freebsd-ports-bugs@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs >To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" > > > --------------070408010807080605080703 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Rebuild devel/nspr. That should help.

bsdlogical

ANdrew Grillet wrote:
Number:         91237
 Category:       ports
 Synopsis:       Mozilla won't build.
 Confidential:   no
 Severity:       serious
 Priority:       high
 Responsible:    freebsd-ports-bugs
 State:          open
 Quarter:        
 Keywords:       
 Date-Required:
 Class:          sw-bug
 Submitter-Id:   current-users
 Arrival-Date:   Mon Jan 02 20:10:05 GMT 2006
 Closed-Date:
 Last-Modified:
 Originator:     ANdrew Grillet
 Release:        5.4
 Organization:
     
Grillet Family
   
Environment:
     
FreeBSD dayton.grillet.home 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Sun Sep 11 21:09:15 BST 2005     root@dayton.grillet.home:/usr/src/sys/i386/compile/DAYTON  i386
              
   
Description:
     
Mozilla will not build. log extract inserted              
 -----------------------------------------------
 c++ -o nsDNSService2.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\"  -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/pref -I../../../dist/include/unicharutil -I../../../dist/include/necko -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 -Woverloa ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pipe -O -fshort-wchar -pipe  -DNDEBUG -DTRIMMED -O  -I/usr/X11R6/include  -I/usr/X11R6/include  -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h nsDNSService2.cpp
 In file included from nsDNSService2.h:40,
                  from nsDNSService2.cpp:38:
 nsHostResolver.h:95: error: ISO C++ forbids declaration of `PRAddrInfo' with no type
 nsHostResolver.h:95: error: expected `;' before '*' token
 nsHostResolver.h: In member function `PRBool nsHostRecord::HasResult() const':
 nsHostResolver.h:99: error: `addr_info' undeclared (first use this function)
 nsHostResolver.h:99: error: (Each undeclared identifier is reported only once for each function it appears in.)
 nsHostResolver.h: At global scope:
 nsHostResolver.h:209: error: `PRAddrInfo' has not been declared
 nsHostResolver.h:209: error: ISO C++ forbids declaration of `parameter' with no type
 nsDNSService2.cpp: In member function `virtual nsresult nsDNSRecord::GetCanonicalName(nsACString&)':
 nsDNSService2.cpp:95: error: 'class nsDerivedSafe<nsHostRecord>' has no member named 'addr_info'
 nsDNSService2.cpp:96: error: 'class nsDerivedSafe<nsHostRecord>' has no member named 'addr_info'
 nsDNSService2.cpp:96: error: `PR_GetCanonNameFromAddrInfo' undeclared (first use this function)
 nsDNSService2.cpp: In member function `virtual nsresult nsDNSRecord::GetNextAddr(PRUint16, PRNetAddr*)':
 nsDNSService2.cpp:112: error: 'class nsDerivedSafe<nsHostRecord>' has no member named 'addr_info'
 nsDNSService2.cpp:113: error: 'class nsDerivedSafe<nsHostRecord>' has no member named 'addr_info'
 nsDNSService2.cpp:113: error: `PR_EnumerateAddrInfo' undeclared (first use this function)
 nsDNSService2.cpp: In member function `PRUint16 nsDNSService::GetAFForLookup(const nsACString&)':
 nsDNSService2.cpp:528: error: `PR_AF_UNSPEC' undeclared (first use this function)
 gmake[4]: *** [nsDNSService2.o] Error 1
 gmake[4]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/netwerk/dns/src'
 gmake[3]: *** [libs] Error 2
 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/netwerk/dns'
 gmake[2]: *** [libs] Error 2
 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/netwerk'
 gmake[1]: *** [tier_9] Error 2
 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla'
 gmake: *** [default] Error 2
 *** Error code 2
 
 Stop in /usr/ports/www/mozilla.                                                      
   
How-To-Repeat:
     
Attempt to build Mozilla              
   
Fix:
     
  not known            
   
Release-Note:
 Audit-Trail:
 Unformatted:
     
_______________________________________________
 freebsd-ports-bugs@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
 To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
 
   
--------------070408010807080605080703--