Your message dated Wed, 5 Oct 2005 23:43:58 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319042: mysql-dfsg still FTBFS for me
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; 19 Jul 2005 12:32:44 +0000
>From [EMAIL PROTECTED] Tue Jul 19 05:32:44 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailgate.xversal.com (mailgate.transversal.net) [217.206.92.194] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DurHA-0003aG-00; Tue, 19 Jul 2005 05:32:44 -0700
Received: from [192.168.1.30] (helo=fileserver.cluster.local ident=mail)
        by mailgate.transversal.net with esmtp (Exim 4.51)
        id 1DurH8-0005LG-23
        for [EMAIL PROTECTED]; Tue, 19 Jul 2005 12:32:42 +0000
Received: from [192.168.1.30] (helo=fileserver ident=root)
        by fileserver.cluster.local with esmtp (Exim 4.51)
        id 1DurH7-0007R2-22; Tue, 19 Jul 2005 12:32:41 +0000
Received: from apollo.cluster.local ([192.168.1.103])
        by fileserver.cluster.local (MailMonitor for SMTP v1.2.2 ) ;
        Tue, 19 Jul 2005 12:32:40 +0000 (GMT)
Received: from zak by apollo.cluster.local with local (Exim 3.36 #1 (Debian))
        id 1DurH6-0004Qn-00; Tue, 19 Jul 2005 13:32:40 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Zak Kipling <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: linux-kernel-headers: #include <asm/atomic.h> fails from C++ due to 
function
 parameter called "new"
Date: Tue, 19 Jul 2005 13:32:40 +0100
Message-Id: <[EMAIL PROTECTED]>
Sender: Zak Kipling <[EMAIL PROTECTED]>
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: linux-kernel-headers
Version: 2.6.12.0-1
Severity: important


Attempting to include asm/atomic.h from C++ causes the following error:

/usr/include/asm/system.h:247: error: expected ',' or '...' before 'new'

(with gcc 3.4 or 4.0) or

/usr/include/asm/system.h:247: error: syntax error before `new'

(with gcc 3.3).


This occurs when trying to build MySQL 4.0.24 or 4.0.25, either from
stock source or with "apt-get -b source mysql-server", specifically when
compiling mysys/my_new.cc

I wasn't sure whether this bug should be filed against the kernel
headers (which aren't C++-clean) or against MySQL (which is including a
system header from C++).


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.22
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

-- no debconf information


---------------------------------------
Received: (at 319042-done) by bugs.debian.org; 5 Oct 2005 21:44:03 +0000
>From [EMAIL PROTECTED] Wed Oct 05 14:44:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail3b.westend.com (mail3b2.westend.com) [212.117.79.78] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ENH3S-0002yM-00; Wed, 05 Oct 2005 14:44:03 -0700
Received: from localhost (localhost [127.0.0.1])
        by mail3b2.westend.com (Postfix) with ESMTP id CDDC31212DA;
        Wed,  5 Oct 2005 23:44:01 +0200 (CEST)
Received: from mail3b2.westend.com ([127.0.0.1])
        by localhost (mail3b [127.0.0.1]) (amavisd-new, port 20024)
        with ESMTP id 31973-03; Wed, 5 Oct 2005 23:43:58 +0200 (CEST)
Received: from app109.intern (gate.lathspell.de [212.117.68.82])
        by mail3b2.westend.com (Postfix) with ESMTP id 97B201212D9;
        Wed,  5 Oct 2005 23:43:58 +0200 (CEST)
Date: Wed, 5 Oct 2005 23:43:58 +0200
From: Christian Hammers <[EMAIL PROTECTED]>
To: Daniel Schepler <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED]
Subject: Re: Bug#319042: mysql-dfsg still FTBFS for me
Message-ID: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
X-Mailer: Sylpheed-Claws 1.0.5 (GTK+ 1.2.10; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


On 2005-10-04 Daniel Schepler wrote:
> According to the bug log, you thought you'd fixed the FTBFS in
> mysql-dfsg, but I can still reproduce it in version 4.0.24-10 using a
> pbuilder chroot created just today:

There is no mysql-dfsg 4.0 in Debian unstable anymore, it has been superceeded
by mysql-dfsg-4.1 (the existing packages are only left for the shared library,
the server/client packages exist with 4.1 version numbers from the new
package, too).

bye,

-christian-


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

Reply via email to