Your message dated Wed, 25 Oct 2006 02:32:39 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#395135: fixed in linux-kernel-headers 2.6.18-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)
--- Begin Message ---
Package: linux-kernel-headers
Version: 2.6.18-3
Severity: serious
Tags: patch
On Tue, Oct 24, 2006 at 09:31:42AM -0400, Camm Maguire wrote:
> Greetings, and thanks so much!
> Alas, no we have a problem in system.h:
> gcc -I../h -I../gcl-tk -o ../bin/dpp ../bin/dpp.c
> In file included from ../h/config.h:11,
> from ../bin/dpp.c:67:
> /usr/include/asm/system.h:574: error: expected '=', ',', ';', 'asm' or
> '__attribute__' before 'unsigned'
> Advice?
Reverting linux-kernel-headers to 2.6.17? :P
Otherwise, here is a proposed patch that fixes this latest detected
regression in l-k-h 2.6.18.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
diff -u linux-kernel-headers-2.6.18/debian/changelog
linux-kernel-headers-2.6.18/debian/changelog
--- linux-kernel-headers-2.6.18/debian/changelog
+++ linux-kernel-headers-2.6.18/debian/changelog
@@ -1,3 +1,12 @@
+linux-kernel-headers (2.6.18-5.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * High-urgency upload for RC bugfix.
+ * Don't hide the __always_inline define inside #ifdef __KERNEL__, because
+ the uses of it sure aren't hidden there!
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Tue, 24 Oct 2006 20:05:16 -0700
+
linux-kernel-headers (2.6.18-5) unstable; urgency=low
* Add m68k-asm-unistd.patch and m68k-asm-user.patch from
only in patch2:
unchanged:
--- linux-kernel-headers-2.6.18.orig/include/asm-alpha/compiler.h
+++ linux-kernel-headers-2.6.18/include/asm-alpha/compiler.h
@@ -99,9 +99,12 @@
#undef inline
#undef __inline__
#undef __inline
+#endif /* __KERNEL__ */
+
+#ifdef __always_inline
#undef __always_inline
+#endif
#define __always_inline inline __attribute__((always_inline))
-#endif /* __KERNEL__ */
#endif /* __ALPHA_COMPILER_H */
--- End Message ---
--- Begin Message ---
Source: linux-kernel-headers
Source-Version: 2.6.18-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.6.18-6.diff.gz
to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.18-6.diff.gz
linux-kernel-headers_2.6.18-6.dsc
to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.18-6.dsc
linux-kernel-headers_2.6.18-6_sparc.deb
to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.18-6_sparc.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.
Clint Adams <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 25 Oct 2006 05:14:08 -0400
Source: linux-kernel-headers
Binary: linux-kernel-headers
Architecture: source sparc
Version: 2.6.18-6
Distribution: unstable
Urgency: high
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Changed-By: Clint Adams <[EMAIL PROTECTED]>
Description:
linux-kernel-headers - Linux Kernel Headers for development
Closes: 395135
Changes:
linux-kernel-headers (2.6.18-6) unstable; urgency=high
.
* Add alpha-asm-compiler.patch from Steve Langasek: "Don't hide
the __always_inline define inside #ifdef __KERNEL__, because
the uses of it sure aren't hidden there!"
closes: #395135.
Files:
ca04eff8632d8882b4dfc759272e497a 881 devel standard
linux-kernel-headers_2.6.18-6.dsc
98d659a78c17907a60ed94bca3cfd4e6 24616 devel standard
linux-kernel-headers_2.6.18-6.diff.gz
2acef425960a81f8c03d7ebae3921da8 1857558 devel standard
linux-kernel-headers_2.6.18-6_sparc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Debian!
iD8DBQFFPyz75m0u66uWM3ARApdeAJwNQwu1SFbvhJdkPWX6/PVXZAq9TACfSndV
5BrHtV53ErkZdahlfDnZfSs=
=Hx9i
-----END PGP SIGNATURE-----
--- End Message ---