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

Bug#212101: marked as done (kernel CONFIG_TR interferes with busybox CONFIG_TR)



Your message dated Sun, 02 Nov 2003 11:19:24 -0500
with message-id <E1AGKwm-0000Dz-00@auric.debian.org>
and subject line Bug#212101: fixed in linux-kernel-headers 2.5.999-test7-bk-6
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 Sep 2003 00:11:19 +0000
>From rhirst@linuxcare.com Wed Sep 10 19:11:17 2003
Return-path: <rhirst@linuxcare.com>
Received: from pc1-hem11-4-cust109.lutn.cable.ntl.com (thinkpad.home) [80.2.252.109] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19xF3L-0005ka-00; Wed, 10 Sep 2003 19:11:16 -0500
Received: by thinkpad.home (Postfix, from userid 1000)
	id 46CEA9E718; Thu, 11 Sep 2003 00:48:55 +0100 (BST)
Date: Thu, 11 Sep 2003 00:48:55 +0100
From: Richard Hirst <rhirst@linuxcare.com>
To: submit@bugs.debian.org
Subject: kernel CONFIG_TR interferes with busybox CONFIG_TR
Message-ID: <20030910234855.GH22966@sleepie.demon.co.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0
	tests=BAYES_20,HAS_PACKAGE,USER_AGENT_MUTT
	version=2.53-bugs.debian.org_2003_8_27
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_27 (1.174.2.15-2003-03-30-exp)

package: busybox-cvs
version: 0.60.99.cvs20030819

On ia64 the kernel has CONFIG_TR undefined (token ring).  The busybox
build pulls in /usr/include/linux/autoconf.h, which includes the line

#undef CONFIG_TR

That results in the 'tr' applet being disabled in the config-udeb build.

The include sequence to pull in autoconf.h is

/usr/include/linux/autoconf.h
/usr/include/linux/config.h:4,
/usr/include/asm/param.h:11,
/usr/include/linux/param.h:4,
/usr/include/sys/param.h:24,
include/busybox.h:111,
applets/applets.c:32:

This stops debian-installer (actually debootstrap) working on ia64.


---------------------------------------
Received: (at 212101-close) by bugs.debian.org; 2 Nov 2003 16:24:02 +0000
>From katie@auric.debian.org Sun Nov 02 10:23:58 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AGL19-000122-00; Sun, 02 Nov 2003 10:23:55 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1AGKwm-0000Dz-00; Sun, 02 Nov 2003 11:19:24 -0500
From: Daniel Jacobowitz <dan@debian.org>
To: 212101-close@bugs.debian.org
X-Katie: $Revision: 1.42 $
Subject: Bug#212101: fixed in linux-kernel-headers 2.5.999-test7-bk-6
Message-Id: <E1AGKwm-0000Dz-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Sun, 02 Nov 2003 11:19:24 -0500
Delivered-To: 212101-close@bugs.debian.org

Source: linux-kernel-headers
Source-Version: 2.5.999-test7-bk-6

We believe that the bug you reported is fixed in the latest version of
linux-kernel-headers, which is due to be installed in the Debian FTP archive:

linux-kernel-headers_2.5.999-test7-bk-6.diff.gz
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-6.diff.gz
linux-kernel-headers_2.5.999-test7-bk-6.dsc
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-6.dsc
linux-kernel-headers_2.5.999-test7-bk-6_i386.deb
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-6_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 212101@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Jacobowitz <dan@debian.org> (supplier of updated linux-kernel-headers package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat,  1 Nov 2003 17:34:44 -0500
Source: linux-kernel-headers
Binary: linux-kernel-headers
Architecture: source i386
Version: 2.5.999-test7-bk-6
Distribution: unstable
Urgency: low
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Daniel Jacobowitz <dan@debian.org>
Description: 
 linux-kernel-headers - Linux Kernel Headers for development
Closes: 212101 218387 218447 218482
Changes: 
 linux-kernel-headers (2.5.999-test7-bk-6) unstable; urgency=low
 .
   * Add .cvsignore.
   * Replace old versions of dvb-dev (Closes: #218387).
   * Don't use __u64 in <asm-i386/byteorder.h> if it wasn't defined.
   * Don't include <linux/config.h> in <asm-alpha/param.h> (Closes: #212101).
   * Disable the guts of <linux/compiler.h> in userspace
     (Closes: #218447, #218482).
Files: 
 33655922432c4159f0389ca92c8b745d 856 devel standard linux-kernel-headers_2.5.999-test7-bk-6.dsc
 3155b0345efe141a24a2e9f2fd9c28ef 40248 devel standard linux-kernel-headers_2.5.999-test7-bk-6.diff.gz
 dd3125b1259dfb7d3d5bf02c05413b81 1374714 devel standard linux-kernel-headers_2.5.999-test7-bk-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/pSv9bgOPXuCjg3cRAtNmAJ9zTYhTdKrnnrK2HUrwCTEXWidaMQCg2IEO
ZDXgCIMD5wTb7/zRJ3RkN4g=
=6cC5
-----END PGP SIGNATURE-----



Reply to: