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

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



Your message dated Mon, 30 Jul 2007 22:03:36 +0200
with message-id <20070730200336.GA17921@hall.aurel32.net>
and subject line Bug#435265: wrong check for kernel-versions in libc6.preinst (requires >2.6.8, but error-message says >2.6.1)
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: 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


--- End Message ---
--- Begin Message ---
Version: 2.6-3

On Mon, Jul 30, 2007 at 06:19:20PM +0200, nostromo eiljeen wrote:
> 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.
> 

Already fixed in version 2.6-3.


-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32@debian.org         | aurelien@aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net

--- End Message ---

Reply to: