Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2004 16:59:42 -0700 (PDT)
From:      Jake Hamby <jhamby@anobject.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69833: Patch to build mail/thunderbird with GCC 3.4
Message-ID:  <200407302359.i6UNxgXE020873@localhost.my.domain>
Resent-Message-ID: <200407310000.i6V00ohr001390@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         69833
>Category:       ports
>Synopsis:       Patch to build mail/thunderbird with GCC 3.4
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 31 00:00:49 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jake Hamby
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
anObject
>Environment:
System: FreeBSD atheros 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Jul 29 17:26:29 PDT 2004 root@atheros:/usr/home/work/ATHEROS i386

gcc (GCC) 3.4.2 [FreeBSD] 20040728

	
>Description:

Mozilla Thunderbird doesn't build under GCC 3.4.2 due to an extra semicolon
in one line of source (patch attached).

>How-To-Repeat:

Build mail/thunderbird-0.7.2_1 using GCC 3.4.2 recently committed to -current.

>Fix:

--- patch-xpinstall-src-nsSoftwareUpdate.cpp begins here ---
--- xpinstall/src/nsSoftwareUpdate.cpp.orig	Sat May 22 01:02:23 2004
+++ xpinstall/src/nsSoftwareUpdate.cpp	Thu Jul 29 22:48:34 2004
@@ -512,7 +512,7 @@
                                          nsSoftwareUpdate::GetInstance)
 NS_GENERIC_FACTORY_CONSTRUCTOR(nsInstallTrigger)
 NS_GENERIC_FACTORY_CONSTRUCTOR(nsInstallVersion)
-NS_GENERIC_FACTORY_CONSTRUCTOR(nsXPInstallManager);
+NS_GENERIC_FACTORY_CONSTRUCTOR(nsXPInstallManager)
 NS_GENERIC_FACTORY_CONSTRUCTOR(nsSoftwareUpdateNameSet)
 
 //----------------------------------------------------------------------
--- patch-xpinstall-src-nsSoftwareUpdate.cpp ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
 To: FreeBSD-gnats-submit@freebsd.org
 Subject: Patch to build mail/thunderbird with GCC 3.4
 From: Jake Hamby <jhamby@anobject.com>
 Reply-To: Jake Hamby <jhamby@anobject.com>
 Cc: 
 X-send-pr-version: 3.113
 X-GNATS-Notify: 
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407302359.i6UNxgXE020873>