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

Bug#284670: kernel-headers-2.6.9-1-686: UTS_RELEASE incorrect



Package: kernel-headers-2.6.9-1-686
Version: 2.6.9-1
Severity: normal

When I upgraded to 2.6.9, I could not configure vmware which includes
building a kernel module. I found that the following patch fixed the
problem. Note that UTS_RELEASE is 2.6.8-1-686 in 2.6.8.

Thanks!


--- version.h.orig	2004-11-10 15:11:21.000000000 -0800
+++ version.h	2004-12-07 13:42:31.000000000 -0800
@@ -1,3 +1,3 @@
-#define UTS_RELEASE "2.6.9"
+#define UTS_RELEASE "2.6.9-1-686"
 #define LINUX_VERSION_CODE 132617
 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing'), (80, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (ignored: LC_ALL set to en_US)

Versions of packages kernel-headers-2.6.9-1-686 depends on:
ii  coreutils [fileutils]         5.2.1-2    The GNU core utilities
ii  kernel-headers-2.6.9-1        2.6.9-1    Header files related to Linux kern

-- no debconf information

-- 
Bill Wohler <wohler@newt.com>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.



Reply to: