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

Bug#239063: marked as done (linux-kernel-headers: error in sigcontext.h)



Your message dated Mon, 22 Mar 2004 09:43:13 -0500
with message-id <20040322144313.GB20118@nevyn.them.org>
and subject line Bug#239063: linux-kernel-headers: error in sigcontext.h
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; 20 Mar 2004 16:47:03 +0000
>From torkel@hpc2n.umu.se Sat Mar 20 08:47:03 2004
Return-path: <torkel@hpc2n.umu.se>
Received: from 69-188.umenet.t3.se (ankpelle.hpc2n.umu.se) [80.244.69.188] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B4jcl-0005vg-00; Sat, 20 Mar 2004 08:47:03 -0800
Received: by ankpelle.hpc2n.umu.se (Postfix, from userid 2089)
	id 6FECE2D95D; Sat, 20 Mar 2004 17:46:58 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: =?iso-8859-1?q?Bj=F6rn_Torkelsson?= <torkel@acc.umu.se>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: linux-kernel-headers: error in sigcontext.h
X-Mailer: reportbug 2.53
Date: Sat, 20 Mar 2004 17:46:57 +0100
Message-Id: <[🔎] 20040320164658.6FECE2D95D@ankpelle.hpc2n.umu.se>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level: 

Package: linux-kernel-headers
Version: 2.5.999-test7-bk-15
Severity: normal

/usr/include/asm/sigcontext.h includes the following line:

struct _fpstate __user * fpstate;

which looks somewhat wrong to me, and which also gives me an error when
trying to compile the latest arla snapshot.

Shouldn't it be:

struct _fpstate * fpstate;

which is what is in kernel 2.4.25 (the original line on the other hand
is in 2.6.4) for i386. x86_64 have the second line in both 2.4.25 and
2.6.4. 

/torkel

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.25
Locale: LANG=en_GB, LC_CTYPE=sv_SE

-- no debconf information

---------------------------------------
Received: (at 239063-done) by bugs.debian.org; 22 Mar 2004 14:43:14 +0000
>From drow@crack.them.org Mon Mar 22 06:43:14 2004
Return-path: <drow@crack.them.org>
Received: from nevyn.them.org [66.93.172.17] (Debian-exim)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B5Qe2-0005Uy-00; Mon, 22 Mar 2004 06:43:14 -0800
Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian))
	id 1B5Qe1-0005Fu-UN
	for <239063-done@bugs.debian.org>; Mon, 22 Mar 2004 09:43:13 -0500
Date: Mon, 22 Mar 2004 09:43:13 -0500
From: Daniel Jacobowitz <dan@debian.org>
To: 239063-done@bugs.debian.org
Subject: Re: Bug#239063: linux-kernel-headers: error in sigcontext.h
Message-ID: <20040322144313.GB20118@nevyn.them.org>
References: <[🔎] 20040320164658.6FECE2D95D@ankpelle.hpc2n.umu.se> <[🔎] 20040320175707.GA10638@nevyn.them.org> <[🔎] 1079823855.6205.7.camel@localhost>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <[🔎] 1079823855.6205.7.camel@localhost>
User-Agent: Mutt/1.5.1i
Delivered-To: 239063-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
	(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_12
X-Spam-Level: 

On Sun, Mar 21, 2004 at 12:04:15AM +0100, Björn Torkelsson wrote:
> On Sat, 2004-03-20 at 12:57 -0500, Daniel Jacobowitz wrote:
> 
> > On Sat, Mar 20, 2004 at 05:46:57PM +0100, Björn Torkelsson wrote:
> > > Package: linux-kernel-headers
> > > Version: 2.5.999-test7-bk-15
> > > Severity: normal
> > > 
> > > /usr/include/asm/sigcontext.h includes the following line:
> > > 
> > > struct _fpstate __user * fpstate;
> > > 
> > > which looks somewhat wrong to me, and which also gives me an error when
> > > trying to compile the latest arla snapshot.
> > > 
> > > Shouldn't it be:
> > > 
> > > struct _fpstate * fpstate;
> > 
> > Why is not /usr/include/linux/compiler.h taking care of this for you?
> > It's included at the top of asm/sigcontext.h.
> 
> Thats a good question.
> 
> Hm, why the **** is arla doing a CFLAGS="-I /usr/src/linux/include"
> before running configure. That should not be needed when building the
> userland part of arla. Guess I should file a bug against arla instead. 

Not a kernel headers bug then.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



Reply to: