[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#302808: marked as done (kdelibs: uses invalid C++)



Your message dated Tue, 16 Aug 2005 16:13:09 +0200
with message-id <20050816141309.GA20251@chistera.yi.org>
and subject line forwarded upstream
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; 3 Apr 2005 05:05:57 +0000
>From quarl+keyword+debbugs.533ecf@nospam.quarl.org Sat Apr 02 21:05:57 2005
Return-path: <quarl+keyword+debbugs.533ecf@nospam.quarl.org>
Received: from quack.cs.berkeley.edu (quack.quarl.org) [128.32.132.234] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DHxJ7-0003Q1-00; Sat, 02 Apr 2005 21:05:57 -0800
Received: by quack.quarl.org (Postfix, from userid 1000)
	id 375D970174; Sat,  2 Apr 2005 21:05:57 -0800 (PST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Karl Chen <quarl+keyword+debbugs.533ecf@nospam.quarl.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: kdelibs: uses invalid C++
X-Mailer: reportbug 3.8
Date: Sat, 02 Apr 2005 21:05:57 -0800
Message-Id: <20050403050557.375D970174@quack.quarl.org>
Delivered-To: submit@bugs.debian.org
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: kdelibs
Severity: minor


kdelibs source contains code of this form:
     
    namespace NS1 {
        struct S {
            int foo();
        };
    }
     
    using namespace NS1;
     
    namespace NS2 {
        int S::foo() { return 0; }
    }

(Specifically, KNetwork::internal.)

This is illegal C++, though gcc 3.4 allows it due to a bug:
    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20711

Other compilers such as Intel C++ reject this.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-quack+20041128+quack.cs.berkeley.edu
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kdelibs depends on:
ii  kdelibs-bin                   4:3.3.2-1  KDE core binaries
ii  kdelibs-data                  4:3.3.2-1  KDE core shared data
ii  kdelibs4                      4:3.3.2-1  KDE core libraries

---------------------------------------
Received: (at 302808-done) by bugs.debian.org; 16 Aug 2005 14:13:11 +0000
>From asp16@alu.ua.es Tue Aug 16 07:13:11 2005
Return-path: <asp16@alu.ua.es>
Received: from 84-120-66-144.onocable.ono.com (chistera.yi.org) [84.120.66.144] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E52Bi-0000Uj-00; Tue, 16 Aug 2005 07:13:11 -0700
Received: from userid 1000 by chistera.yi.org with local (Exim 4.52) 
	  id 1E52Bh-0005HQ-Mj
	  for 302808-done@bugs.debian.org; Tue, 16 Aug 2005 16:13:09 +0200
Date: Tue, 16 Aug 2005 16:13:09 +0200
From: Adeodato =?utf-8?B?U2ltw7M=?= <asp16@alu.ua.es>
To: 302808-done@bugs.debian.org
Subject: Re: forwarded upstream
Message-ID: <20050816141309.GA20251@chistera.yi.org>
Reply-To: 302808@bugs.debian.org,
	Adeodato =?utf-8?B?U2ltw7M=?= <asp16@alu.ua.es>
References: <20050404061755.GA1569@uittosatama.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <20050404061755.GA1569@uittosatama.fi>
X-No-CC: Please respect my Mail-Followup-To header
User-Agent: Mutt/1.5.10i
Delivered-To: 302808-done@bugs.debian.org
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=-1.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

* Riku Voipio [Mon, 04 Apr 2005 09:17:55 +0300]:

> tags 302808 +upstream
> forwarded 302808 http://bugs.kde.org/show_bug.cgi?id=103115
> thanks

  Upstream has closed this because there was no answer from the
  submitter.

-- 
Adeodato Simó
    EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
The Wright Brothers weren't the first to fly. They were just the first
not to crash



Reply to: