Your message dated Wed, 22 Nov 2006 21:47:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#398980: fixed in fglrx-driver 8.28.8-4
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)
--- Begin Message ---
Package: fglrx-kernel-src
Version: 8.30.3-1
Severity: wishlist
Tags: patch
Hi,
The attached patch is needed to build fglrx against a kernel >= 2.6.19.
linux/config.h is no longer generated starting with linux 2.6.19-rc2.
JB.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19-rc5
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages fglrx-kernel-src depends on:
ii bzip2 1.0.3-6 high-quality block-sorting file co
ii debhelper 5.0.42 helper programs for debian/rules
ii make 3.81-3 The GNU version of the "make" util
Versions of packages fglrx-kernel-src recommends:
ii module-assistant 0.10.7 tool to make module package creati
-- no debconf information
diff -ru orig/modules/fglrx/agp3.c modules/fglrx/agp3.c
--- orig/modules/fglrx/agp3.c 2006-10-26 15:39:30.000000000 +0200
+++ modules/fglrx/agp3.c 2006-11-16 23:03:42.691631786 +0100
@@ -61,7 +61,7 @@
#include <linux/modversions.h>
#endif
#endif
-#include <linux/config.h>
+#include <linux/autoconf.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
diff -ru orig/modules/fglrx/agpgart_be.c modules/fglrx/agpgart_be.c
--- orig/modules/fglrx/agpgart_be.c 2006-10-26 15:39:30.000000000 +0200
+++ modules/fglrx/agpgart_be.c 2006-11-16 23:03:47.239890976 +0100
@@ -99,7 +99,7 @@
#endif
#endif
-#include <linux/config.h>
+#include <linux/autoconf.h>
#include <linux/module.h>
diff -ru orig/modules/fglrx/drm.h modules/fglrx/drm.h
--- orig/modules/fglrx/drm.h 2006-10-26 15:39:30.000000000 +0200
+++ modules/fglrx/drm.h 2006-11-16 23:03:24.234579978 +0100
@@ -38,7 +38,7 @@
#define _DRM_H_
#if defined(__linux__)
-#include <linux/config.h>
+#include <linux/autoconf.h>
#include <asm/ioctl.h> /* For _IO* macros */
#define DRM_IOCTL_NR(n) _IOC_NR(n)
#define DRM_IOC_VOID _IOC_NONE
diff -ru orig/modules/fglrx/drmP.h modules/fglrx/drmP.h
--- orig/modules/fglrx/drmP.h 2006-10-26 15:39:30.000000000 +0200
+++ modules/fglrx/drmP.h 2006-11-16 23:03:24.262581574 +0100
@@ -42,7 +42,7 @@
* can build the DRM (part of PI DRI). 4/21/2000 S + B */
#include <asm/current.h>
#endif /* __alpha__ */
-#include <linux/config.h>
+#include <linux/autoconf.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/miscdevice.h>
diff -ru orig/modules/fglrx/firegl_public.c modules/fglrx/firegl_public.c
--- orig/modules/fglrx/firegl_public.c 2006-11-07 01:44:35.000000000 +0100
+++ modules/fglrx/firegl_public.c 2006-11-16 23:03:30.490936508 +0100
@@ -67,9 +67,9 @@
* for example for CPU hot-plugging. I wonder why a desktop
* distribution would even include such a kernel patch. */
#ifdef CONFIG_MEM_MIRROR
-/* Prevent linux/config.h from being included again in subsequent
+/* Prevent linux/autoconf.h from being included again in subsequent
* kernel headers as that would redefine CONFIG_MEM_MIRROR. */
-#include <linux/config.h>
+#include <linux/autoconf.h>
#warning "Disabling CONFIG_MEM_MIRROR because it does not work with non-GPL modules."
#warning "This will break page tracking when the fglrx kernel module is used."
#undef CONFIG_MEM_MIRROR
@@ -86,7 +86,7 @@
#include <asm/unistd.h> /* for installing the patch wrapper */
#include <linux/module.h>
-#include <linux/config.h>
+#include <linux/autoconf.h>
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/proc_fs.h>
--- End Message ---
--- Begin Message ---
Source: fglrx-driver
Source-Version: 8.28.8-4
We believe that the bug you reported is fixed in the latest version of
fglrx-driver, which is due to be installed in the Debian FTP archive:
fglrx-control_8.28.8-4_i386.deb
to pool/non-free/f/fglrx-driver/fglrx-control_8.28.8-4_i386.deb
fglrx-driver-dev_8.28.8-4_i386.deb
to pool/non-free/f/fglrx-driver/fglrx-driver-dev_8.28.8-4_i386.deb
fglrx-driver_8.28.8-4.diff.gz
to pool/non-free/f/fglrx-driver/fglrx-driver_8.28.8-4.diff.gz
fglrx-driver_8.28.8-4.dsc
to pool/non-free/f/fglrx-driver/fglrx-driver_8.28.8-4.dsc
fglrx-driver_8.28.8-4_i386.deb
to pool/non-free/f/fglrx-driver/fglrx-driver_8.28.8-4_i386.deb
fglrx-kernel-src_8.28.8-4_i386.deb
to pool/non-free/f/fglrx-driver/fglrx-kernel-src_8.28.8-4_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Flavio Stanchina <[EMAIL PROTECTED]> (supplier of updated fglrx-driver 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 16 Nov 2006 23:53:16 +0100
Source: fglrx-driver
Binary: fglrx-driver-dev fglrx-kernel-src fglrx-driver fglrx-control
Architecture: source i386
Version: 8.28.8-4
Distribution: unstable
Urgency: low
Maintainer: Flavio Stanchina <[EMAIL PROTECTED]>
Changed-By: Flavio Stanchina <[EMAIL PROTECTED]>
Description:
fglrx-control - control panel for the ATI graphics accelerators
fglrx-driver - display driver for the ATI graphics accelerators
fglrx-driver-dev - display driver for the ATI graphics accelerators
(development fil
fglrx-kernel-src - kernel module source for the ATI graphics accelerators
Closes: 368802 398980
Changes:
fglrx-driver (8.28.8-4) unstable; urgency=low
.
* Add patch 12-CONFIG_X86_XEN to allow building on Xen-enabled kernels;
thanks to Loic Minier.
(Closes: #368802)
.
* Add patch 13-config_h-is-gone to allow building on Linux 2.6.19-rc2:
linux/config.h is no longer generated, include linux/autoconf.h instead;
thanks to Julien BLACHE.
(Closes: #398980)
Files:
5a1c31ff641cc226262e9129484dcb90 972 non-free/x11 extra
fglrx-driver_8.28.8-4.dsc
a6b2c2a682787b93f1f3f46732e1d970 132836 non-free/x11 extra
fglrx-driver_8.28.8-4.diff.gz
0c28aedbee5c4451ea6fb9475b8dd9f1 7552130 non-free/x11 extra
fglrx-driver_8.28.8-4_i386.deb
0769f78f6fe5b3239bb5ec91f54a7055 102974 non-free/devel extra
fglrx-driver-dev_8.28.8-4_i386.deb
64b14415e5a84c5cd23f8bb51ab54036 493588 non-free/x11 extra
fglrx-kernel-src_8.28.8-4_i386.deb
448b8ab8d5ba0ace475f6b7d1abcd488 61234 non-free/x11 extra
fglrx-control_8.28.8-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iQCVAwUBRWTCSX7hqgLJpbVOAQI7OQP/dve+AuKUj+u42ibgQYpH2QlUstvDA/vv
FxVXHY9cI+Rvv8Ivf90r/5AYSCOrWYJABjA6p7BGRRWLyGniJp3KfmL2gPFrKSyS
K/QLWNLF0hDhOD6JWWuhRxU7Lw1nihPXN/F+jnngzAH2HPUK2RCIPHGl4RnSxxdG
mWUESv+DDYA=
=o6US
-----END PGP SIGNATURE-----
--- End Message ---