Bug#327123: marked as done (kernel-kbuild-2.6-3: FTBFS cloop-src with kernel-headers-2.6.8-2-k7 in testing)
Your message dated Thu, 8 Sep 2005 13:37:50 +0900
with message-id <20050908043750.GB9354@verge.net.au>
and subject line Bug#327123: kernel-kbuild-2.6-3: FTBFS cloop-src with kernel-headers-2.6.8-2-k7 in testing
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; 7 Sep 2005 19:37:35 +0000
>From jongk@linux-m68k.org Wed Sep 07 12:37:35 2005
Return-path: <jongk@linux-m68k.org>
Received: from smtpq1.home.nl [213.51.128.196]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ED5ji-0005yK-00; Wed, 07 Sep 2005 12:37:35 -0700
Received: from [213.51.128.135] (port=45845 helo=smtp4.home.nl)
by smtpq1.home.nl with esmtp (Exim 4.30)
id 1ED5jf-0006ai-RN; Wed, 07 Sep 2005 21:37:31 +0200
Received: from cc260354-a.hnglo1.ov.home.nl ([82.75.46.219]:32824 helo=kars.perseus.home)
by smtp4.home.nl with esmtp (Exim 4.30)
id 1ED5je-0004nW-6i; Wed, 07 Sep 2005 21:37:30 +0200
Received: from turrican by kars.perseus.home with local (Exim 4.52)
id 1ED5je-0001lA-2W; Wed, 07 Sep 2005 21:37:30 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Kars de Jong <jongk@linux-m68k.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: kernel-kbuild-2.6-3: FTBFS cloop-src with kernel-headers-2.6.8-2-k7 in
testing
X-Mailer: reportbug 3.15
Date: Wed, 07 Sep 2005 21:37:29 +0200
Message-Id: <[🔎] E1ED5je-0001lA-2W@kars.perseus.home>
X-AtHome-MailScanner-Information: Please contact support@home.nl for more information
X-AtHome-MailScanner: Found to be clean
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-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: kernel-kbuild-2.6-3
Version: 2.6.8-2
Severity: serious
Justification: no longer builds from source
I'm reporting this bug against kernel-kbuild because I think that's where
the real problem is.
The package cloop-src currently cannot be built by me, because <include/linux/asm-i386/mach-xxx> is not in the compiler include path, so irq_vectors.h cannot be located:
...
CC=gcc-3.3 /usr/bin/make install-module KBUILD_VERBOSE=1 KERNEL_DIR=/usr/src/kernel-headers-2.6.8-2-k7 INSTALL_MOD_PATH=/usr/src/modules/cloop/debian/cloop-module-2.6.8-2-k7
make[2]: Entering directory `/usr/src/modules/cloop'
/usr/bin/make modules -C /usr/src/kernel-headers-2.6.8-2-k7 M=/usr/src/modules/cloop
make[3]: Entering directory `/usr/src/kernel-headers-2.6.8-2-k7'
mkdir -p /usr/src/modules/cloop/.tmp_versions
/usr/bin/make -f scripts/Makefile.build obj=/usr/src/modules/cloop
gcc -Wp,-MD,/usr/src/modules/cloop/.compressed_loop.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -s -I. -fno-strict-aliasing -fno-common -fomit-frame-pointer -DMODULE -DKBUILD_BASENAME=compressed_loop -DKBUILD_MODNAME=cloop -c -o /usr/src/modules/cloop/.tmp_compressed_loop.o /usr/src/modules/cloop/compressed_loop.c
In file included from include/linux/irq.h:20,
from include/asm/hardirq.h:6,
from include/linux/interrupt.h:12,
from include/asm/highmem.h:24,
from include/linux/highmem.h:14,
from include/linux/bio.h:23,
from include/linux/loop.h:17,
from /usr/src/modules/cloop/compressed_loop.c:46:
include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
In file included from include/asm/hardirq.h:6,
from include/linux/interrupt.h:12,
from include/asm/highmem.h:24,
from include/linux/highmem.h:14,
from include/linux/bio.h:23,
from include/linux/loop.h:17,
from /usr/src/modules/cloop/compressed_loop.c:46:
include/linux/irq.h:70: error: `NR_IRQS' undeclared here (not in a function)
In file included from include/linux/irq.h:72,
from include/asm/hardirq.h:6,
from include/linux/interrupt.h:12,
from include/asm/highmem.h:24,
from include/linux/highmem.h:14,
from include/linux/bio.h:23,
from include/linux/loop.h:17,
from /usr/src/modules/cloop/compressed_loop.c:46:
include/asm/hw_irq.h:28: error: `NR_IRQ_VECTORS' undeclared here (not in a function)
include/asm/hw_irq.h:32: error: `NR_IRQS' undeclared here (not in a function)
make[4]: *** [/usr/src/modules/cloop/compressed_loop.o] Error 1
...
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-k7
Locale: LANG=nl_NL.UTF-8@euro, LC_CTYPE=nl_NL.UTF-8@euro (charmap=UTF-8)
Versions of packages kernel-kbuild-2.6-3 depends on:
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
kernel-kbuild-2.6-3 recommends no packages.
-- no debconf information
---------------------------------------
Received: (at 327123-done) by bugs.debian.org; 8 Sep 2005 04:41:59 +0000
>From horms@koto.vergenet.net Wed Sep 07 21:41:58 2005
Return-path: <horms@koto.vergenet.net>
Received: from koto.vergenet.net [210.128.90.7]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EDEEY-0007lJ-00; Wed, 07 Sep 2005 21:41:58 -0700
Received: by koto.vergenet.net (Postfix, from userid 7100)
id 8249F34003; Thu, 8 Sep 2005 13:41:56 +0900 (JST)
Date: Thu, 8 Sep 2005 13:37:50 +0900
From: Horms <horms@debian.org>
To: Kars de Jong <jongk@linux-m68k.org>, 327123-done@bugs.debian.org
Subject: Re: Bug#327123: kernel-kbuild-2.6-3: FTBFS cloop-src with kernel-headers-2.6.8-2-k7 in testing
Message-ID: <20050908043750.GB9354@verge.net.au>
References: <[🔎] E1ED5je-0001lA-2W@kars.perseus.home>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] E1ED5je-0001lA-2W@kars.perseus.home>
X-Cluestick: seven
User-Agent: Mutt/1.5.10i
Delivered-To: 327123-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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
On Wed, Sep 07, 2005 at 09:37:29PM +0200, Kars de Jong wrote:
> Package: kernel-kbuild-2.6-3
> Version: 2.6.8-2
> Severity: serious
> Justification: no longer builds from source
Hi,
kernel-kbuild-2.6-3 has been removed from testing and unstable,
it is only intended for sarge, and will only compile in that
environment. If you really need to use it, you might be
able to make it work by using gcc-3.3 instead of gcc-4.0.
--
Horms
Reply to: