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

Bug#435265: wrong check for kernel-versions in libc6.preinst (requires >2.6.8, but error-message says >2.6.1)



Package: libc6
Version: 2.5-9+b1
Severity: important


when installing libc6 on a 2.6.7-1-686 kernel, the error-text of the
preinst-script says:

    WARNING: POSIX threads library NPTL requires kernel version
    2.6.1 or later. If you use a kernel 2.4, please upgrade it
    before installing glibc.

but in fact the preinst-script tests for "2.6.7" (test 20607 -lt 20608)

   215     test $verA -$2 $verB

so either the test is wrong, or the package does require linux-image
2.6.7 or higher, instead of 2.6.1 as suggested by the error-message.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.7-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

-- no debconf information



Reply to: