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

Bug#432721: libc6: preinst kernel check has wrong version number



Package: libc6
Version: 2.6-2
Severity: normal
Tags: patch

I'm guessing that it actually requires 2.6.8 and that it's the
annotation that's wrong probably since it was copied from the
LD_ASSUME_KERNEL check?

--- preinst	2007-07-10 16:13:56.000000000 -0400
+++ /tmp/tmp.INIKDnE688/preinst	2007-07-11 11:24:45.272412469 -0400
@@ -315,7 +315,7 @@
             if linux_compare_versions "$kernel_ver" lt 2.6.8
             then
                 echo WARNING: POSIX threads library NPTL requires kernel version
-                echo 2.6.1 or later.  If you use a kernel 2.4, please upgrade it
+                echo 2.6.8 or later.  If you use a kernel 2.4, please upgrade it
                 echo before installing glibc.
                 kernel26_help
                 exit_check

--- preinst	2007-07-10 16:13:56.000000000 -0400
+++ /tmp/tmp.INIKDnE688/preinst	2007-07-11 11:24:45.272412469 -0400
@@ -315,7 +315,7 @@
             if linux_compare_versions "$kernel_ver" lt 2.6.8
             then
                 echo WARNING: POSIX threads library NPTL requires kernel version
-                echo 2.6.1 or later.  If you use a kernel 2.4, please upgrade it
+                echo 2.6.8 or later.  If you use a kernel 2.4, please upgrade it
                 echo before installing glibc.
                 kernel26_help
                 exit_check

Reply to: