Your message dated Mon, 11 Jul 2005 21:38:23 +0900
with message-id <[EMAIL PROTECTED]>
and subject line Bug#317740: #include <asm/timex.h> causing build error
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; 11 Jul 2005 07:37:01 +0000
>From [EMAIL PROTECTED] Mon Jul 11 00:37:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c-24-10-6-146.hsd1.ca.comcast.net (nofear.bounceme.net) 
[24.10.6.146] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Drsqb-0004EK-00; Mon, 11 Jul 2005 00:37:01 -0700
Received: from [10.1.1.66] (hades [10.1.1.66])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (Client did not present a certificate)
        by nofear.bounceme.net (Postfix) with ESMTP id 88DD473534
        for <[EMAIL PROTECTED]>; Mon, 11 Jul 2005 00:36:29 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 11 Jul 2005 00:37:14 -0700
From: "C.Y.M" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Organization: CooLNeT
User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Submit Debian Bugs <[EMAIL PROTECTED]>
Subject: #include <asm/timex.h> causing build error
X-Enigmail-Version: 0.92.0.0
Content-Type: text/plain; charset=ISO-8859-1
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-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: linux-kernel-headers
Version: 2.6.12.0-1
Severity: Important

All of my source files with the following (#include <asm/timex.h>) now fail with
this error:

--SNIP--

In file included from /usr/include/asm/processor.h:18,
                 from /usr/include/asm/timex.h:10,
                 from test.cpp:21:
/usr/include/asm/system.h:247: error: expected `,' or `...' before "new"
/usr/include/asm/system.h: In function `long unsigned int __cmpxchg(volatile
void*, long unsigned int, long unsigned int)':
/usr/include/asm/system.h:250: error: `size' undeclared (first use this 
function)
/usr/include/asm/system.h:250: error: (Each undeclared identifier is reported
only once for each function it appears in.)
/usr/include/asm/system.h:254: error: expected identifier before ')' token
/usr/include/asm/system.h:260: error: expected identifier before ')' token
/usr/include/asm/system.h:266: error: expected identifier before ')' token

--SNIP--

Note: I have tested against gcc-3.4 and gcc-4.0 with no luck so far.

Regards,
C.

---------------------------------------
Received: (at 317740-done) by bugs.debian.org; 11 Jul 2005 12:38:08 +0000
>From [EMAIL PROTECTED] Mon Jul 11 05:38:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from megaela.srvf.org [210.251.64.91] 
        by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1DrxXz-0002hT-00; Mon, 11 Jul 2005 05:38:08 -0700
Received: (qmail 10839 invoked from network); 11 Jul 2005 12:38:01 -0000
Received: from unknown (HELO rhodes.gotom.jp) (127.0.0.1)
  by localhost with SMTP; 11 Jul 2005 12:38:01 -0000
Date: Mon, 11 Jul 2005 21:38:23 +0900
Message-ID: <[EMAIL PROTECTED]>
From: GOTO Masanori <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: Re: Bug#317740: #include <asm/timex.h> causing build error
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7
 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.4 (i386-pc-linux-gnu)
 MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

At Mon, 11 Jul 2005 04:00:38 -0700,
C.Y.M wrote:
> GOTO Masanori wrote:
> > At Mon, 11 Jul 2005 00:37:14 -0700,
> > C.Y.M wrote:
> > 
> >>All of my source files with the following (#include <asm/timex.h>) now fail 
> >>with
> >>this error:
> > 
> > 
> > Which source/package did you get this error?  asm/timex.h is not
> > designed for userland tools.  You shouldn't include this file
> > directly.
> > 
> 
> It is with a personal DVB project that I have been working on, not an official
> Debian package.  Even though this is not a problem with the previous userspace
> headers, perhaps I can find an alternative solution using the new ones.  The
> "real" solution is probably not in userland anyway.  Thanks for your help.

OK, it seems you can fix this problem with alternative method.  I
close your report - but if you find including asm/timex.h is
definitely needed, please reopen and report us in detail.

Regards,
-- gotom


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

Reply via email to