Your message dated Fri, 15 Jul 2005 19:12:01 -0400
with message-id <[EMAIL PROTECTED]>
and subject line simgear: FTBFS (amd64/gcc-4.0): "#error Time to upgrade. GNU 
compilers < 2.7 not supported"
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Feb 2005 19:41:59 +0000
>From [EMAIL PROTECTED] Wed Feb 02 11:41:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d052018.adsl.hansenet.de (localhost.localdomain) [80.171.52.18] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CwQNy-0001ZR-00; Wed, 02 Feb 2005 11:41:58 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CwQNx-0000xl-Jq; Wed, 02 Feb 2005 20:41:57 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: simgear: FTBFS (amd64/gcc-4.0): "#error Time to upgrade. GNU compilers 
< 2.7 not supported"
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 02 Feb 2005 20:41:57 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: simgear
Severity: normal
Tags: patch

When building 'simgear' on amd64 with gcc-4.0,
I get the following error:

g++ -DHAVE_CONFIG_H -I. -I. -I../../simgear -I../..  -fPIC -pipe  -g -O2 
-D_REENTRANT -c -o easyxml.o `test -f easyxml.cxx || echo './'`easyxml.cxx
In file included from easyxml.cxx:3:
../../simgear/compiler.h:145:6: error: #error Time to upgrade. GNU compilers < 
2.7 not supported
In file included from easyxml.hxx:12,
                 from easyxml.cxx:7:

With the attached patch 'simgear' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/simgear-0.3.6/simgear/compiler.h ./simgear/compiler.h
--- ../tmp-orig/simgear-0.3.6/simgear/compiler.h        2004-05-03 
15:57:08.000000000 +0200
+++ ./simgear/compiler.h        2005-02-02 20:16:48.630765790 +0100
@@ -121,7 +121,7 @@
 #      define STL_STRSTREAM  <strstream>
 
 #    endif
-#  elif __GNUC__ == 3
+#  elif __GNUC__ >= 3
        // g++-3.0.x
 #      define SG_EXPLICIT_FUNCTION_TMPL_ARGS
 #      define SG_NEED_AUTO_PTR

---------------------------------------
Received: (at 293375-close) by bugs.debian.org; 15 Jul 2005 23:12:05 +0000
>From [EMAIL PROTECTED] Fri Jul 15 16:12:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gateway.ottawa.transgaming.com (ottawa.transgaming.com) 
[209.217.80.34] 
        by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
        id 1DtZLg-0006HG-00; Fri, 15 Jul 2005 16:12:05 -0700
Received: (qmail 28118 invoked from network); 15 Jul 2005 23:12:03 -0000
X-Virus-Scanned: by amavis-ng-0.1.6.4-03dc on mail.ottawa.transgaming.com
Received: from pc-00134 (HELO renegade) (192.168.99.134)
  by galahad.ottawa.transgaming.com (192.168.99.219) with ESMTP; 15 Jul 2005 
23:12:02 -0000
Received: from ovek by renegade with local (Exim 4.52)
        id 1DtZLe-00013i-6j
        for [EMAIL PROTECTED]; Fri, 15 Jul 2005 19:12:02 -0400
Subject: Re: simgear: FTBFS (amd64/gcc-4.0): "#error Time to upgrade. GNU
        compilers < 2.7 not supported"
From: Ove Kaaven <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Date: Fri, 15 Jul 2005 19:12:01 -0400
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.2 
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

Report is old, this appears to be fixed in the current simgear 0.3.8
(why did I not receive a mail when this bug was reported? weird)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to