Your message dated Sun, 4 Apr 2004 12:26:29 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#241667: gcc-3.3: __attribute_const__ fail
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 Apr 2004 10:09:18 +0000
>From [EMAIL PROTECTED] Fri Apr 02 02:09:18 2004
Return-path: <[EMAIL PROTECTED]>
Received: from master.debian.org [146.82.138.7] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1B9Lby-0001y8-00; Fri, 02 Apr 2004 02:09:18 -0800
Received: from relax.gwarbit.pl ([127.0.0.1]) [195.205.32.194] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1B9Lbw-0004ef-00; Fri, 02 Apr 2004 04:09:16 -0600
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Marcin Kurek <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: gcc-3.3: __attribute_const__ fail
X-Mailer: reportbug 2.56
Date: Fri, 02 Apr 2004 12:09:13 +0200
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.5 required=4.0 tests=BAYES_01,HAS_PACKAGE,
        OUR_MTA_MSGID,X_DEBBUGS_CC autolearn=ham 
        version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: gcc-3.3
Version: 1:3.3.3-5
Severity: important

I am not completly shure is that a real bug, but it is a problem at all. it seems 
__attribute_const__ cause a
parse error in current Debian release. And such construction can be found in many 
kernel 2.6.4 header files and in some projects too. For example in 
/include/linux/byteorder/swab.h in 
__fswab32 and __fswab16 functions.

This error makes impossible to compile MPlayer for example (At last without small 
header tunes)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.4-destruction
Locale: LANG=C, LC_CTYPE=C

Versions of packages gcc-3.3 depends on:
ii  binutils                   2.14.90.0.7-6 The GNU assembler, linker and bina
ii  cpp-3.3                    1:3.3.3-5     The GNU C preprocessor
ii  gcc-3.3-base               1:3.3.3-5     The GNU Compiler Collection (base 
ii  libc6                      2.3.2.ds1-11  GNU C Library: Shared libraries an
ii  libgcc1                    1:3.3.3-5     GCC support library

-- no debconf information

---------------------------------------
Received: (at 241667-done) by bugs.debian.org; 4 Apr 2004 10:27:37 +0000
>From [EMAIL PROTECTED] Sun Apr 04 03:27:37 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mx4.informatik.uni-tuebingen.de [134.2.12.29] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BA4qm-0003fM-00; Sun, 04 Apr 2004 03:27:37 -0700
Received: from localhost (loopback [127.0.0.1])
        by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP
        id 5E244135F; Sun,  4 Apr 2004 12:27:05 +0200 (MST)
Received: from mx4.informatik.uni-tuebingen.de ([127.0.0.1])
 by localhost (mx4 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 19694-01; Sun,  4 Apr 2004 12:26:30 +0200 (DFT)
Received: from joseki.informatik.uni-tuebingen.de (joseki.Informatik.Uni-Tuebingen.De 
[134.2.15.82])
        by mx4.informatik.uni-tuebingen.de (Postfix) with ESMTP
        id B6D75132C; Sun,  4 Apr 2004 12:26:29 +0200 (MST)
Received: (from [EMAIL PROTECTED])
        by joseki.informatik.uni-tuebingen.de (8.11.7+Sun/8.11.7) id i34AQTl03418;
        Sun, 4 Apr 2004 12:26:29 +0200 (MEST)
Date: Sun, 4 Apr 2004 12:26:29 +0200
From: Falk Hueffner <[EMAIL PROTECTED]>
To: Marcin Kurek <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: Bug#241667: gcc-3.3: __attribute_const__ fail
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.4i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Scores: 1

On Sat, Apr 03, 2004 at 11:00:06AM +0200, Marcin Kurek wrote:

> I use a normal link to set my /usr/include directory :/
> 
> /usr/include/linux -> /usr/src/linux/include/linux
> 
> /usr/src/linux is a link to kernel 2.6.4 directory.
> 
> And the same for asm and asm-genric. Is that wrong ?

Yes.


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

Reply via email to