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

Bug#245643: marked as done (libc6: problem with $kernel_ver in preinst)



Your message dated Sat, 29 May 2004 17:59:36 -0400
with message-id <E1BUBrc-0003hp-00@newraff.debian.org>
and subject line Bug#245643: fixed in glibc 2.3.2.ds1-13
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 24 Apr 2004 11:34:56 +0000
>From reg@gcolpart.com Sat Apr 24 04:34:56 2004
Return-path: <reg@gcolpart.com>
Received: from gcolpart.net1.nerim.net (serveur.dgcolpart) [62.212.107.81] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BHLQu-0007UR-00; Sat, 24 Apr 2004 04:34:56 -0700
Received: from localhost (localhost [127.0.0.1])
	by serveur.dgcolpart (Postfix) with ESMTP
	id E0F857DE88; Sat, 24 Apr 2004 13:35:14 +0200 (CEST)
Received: from [192.168.1.21] (unknown [192.168.0.21])
	by serveur.dgcolpart (Postfix) with ESMTP
	id DCB3E7DD0B; Sat, 24 Apr 2004 13:35:13 +0200 (CEST)
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="ISO-8859-15"
From: COLPART Gregory <reg@gcolpart.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libc6: problem with $kernel_ver in preinst
X-Mailer: reportbug 2.56
Date: Sat, 24 Apr 2004 13:34:53 +0200
Message-Id: <20040424113513.DCB3E7DD0B@serveur.dgcolpart>
X-Virus-Scanned: by AMaViS 0.3.12
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: libc6
Version: 2.3.2.ds1-11
Severity: important
Tags: sid



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.3foulademer02032004
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (ignored: LC_ALL set to fr_FR@euro)

Versions of packages libc6 depends on:
ii  libdb1-compat                 2.1.3-7    The Berkeley database routines [gl

-- no debconf information


Hi

When I upgrade libc6 2.3.2.ds1-11 to libc6 2.3.2.ds1-12 I have a
problem:
D000002: fork/exec /var/lib/dpkg/tmp.ci/preinst ( )
WARNING: Your kernel version indicates a revision number
of 255 or greater. Glibc has a number of built in
assumptions that this revision number is less than 255.
If you've built your own kernel, please make sure that any
custom version numbers are appended to the upstream
kernel number with a dash or some other delimiter.
dpkg : erreur de traitement de
/var/cache/apt/archives/libc6_2.3.2.ds1-12_i386.deb (--install) :
 le sous-processus pre-installation script a retourné une erreur de
sortie d'état 1

The script preinst contains:
# Test to make sure z < 255, in x.y.z-n form of kernel version
    kernel_rev=$(uname -r | awk -F '[.-]' '{print $3}')
    if [ "$kernel_rev" -ge 255 ]

But if you compiled your kernel with --append-to-version=foo, uname -r
will be x.y.zfoo and kernel_rev will contain foo and installation will fail (exit 1)

Thanks,

---------------------------------------
Received: (at 245643-close) by bugs.debian.org; 29 May 2004 22:08:26 +0000
>From troup@newraff.debian.org Sat May 29 15:08:26 2004
Return-path: <troup@newraff.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BUC0A-0002I6-00; Sat, 29 May 2004 15:08:26 -0700
Received: from troup by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BUBrc-0003hp-00; Sat, 29 May 2004 17:59:36 -0400
From: GOTO Masanori <gotom@debian.org>
To: 245643-close@bugs.debian.org
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#245643: fixed in glibc 2.3.2.ds1-13
Message-Id: <E1BUBrc-0003hp-00@newraff.debian.org>
Sender: James Troup <troup@newraff.debian.org>
Date: Sat, 29 May 2004 17:59:36 -0400
Delivered-To: 245643-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: glibc
Source-Version: 2.3.2.ds1-13

We believe that the bug you reported is fixed in the latest version of
glibc, which is due to be installed in the Debian FTP archive:

glibc-doc_2.3.2.ds1-13_all.deb
  to pool/main/g/glibc/glibc-doc_2.3.2.ds1-13_all.deb
glibc_2.3.2.ds1-13.diff.gz
  to pool/main/g/glibc/glibc_2.3.2.ds1-13.diff.gz
glibc_2.3.2.ds1-13.dsc
  to pool/main/g/glibc/glibc_2.3.2.ds1-13.dsc
libc6-dbg_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/libc6-dbg_2.3.2.ds1-13_i386.deb
libc6-dev_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/libc6-dev_2.3.2.ds1-13_i386.deb
libc6-i686_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/libc6-i686_2.3.2.ds1-13_i386.deb
libc6-pic_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/libc6-pic_2.3.2.ds1-13_i386.deb
libc6-prof_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/libc6-prof_2.3.2.ds1-13_i386.deb
libc6-udeb_2.3.2.ds1-13_i386.udeb
  to pool/main/g/glibc/libc6-udeb_2.3.2.ds1-13_i386.udeb
libc6_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/libc6_2.3.2.ds1-13_i386.deb
libnss-dns-udeb_2.3.2.ds1-13_i386.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.3.2.ds1-13_i386.udeb
libnss-files-udeb_2.3.2.ds1-13_i386.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.3.2.ds1-13_i386.udeb
locales_2.3.2.ds1-13_all.deb
  to pool/main/g/glibc/locales_2.3.2.ds1-13_all.deb
nscd_2.3.2.ds1-13_i386.deb
  to pool/main/g/glibc/nscd_2.3.2.ds1-13_i386.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 245643@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
GOTO Masanori <gotom@debian.org> (supplier of updated glibc 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 26 May 2004 00:18:06 +0900
Source: glibc
Binary: libc6-i686 libc0.3-pic glibc-doc libc1-udeb libc0.3 libc6.1-dev libc1-pic libc6-s390x libnss-files-udeb libc1-dbg libc6-dev-sparc64 libc0.3-dev libc6-udeb libc6-dbg libc6.1-pic libc6-dev libc0.3-prof libc6-sparcv9 libc6.1-prof libc1 locales libc6-pic libc0.3-udeb libc1-prof libc0.3-dbg libc6-prof libc6 libc6-sparcv9b libc6.1-udeb libc6.1-dbg nscd libc6-sparc64 libnss-dns-udeb libc6.1 libc1-dev libc6-dev-s390x
Architecture: source i386 all
Version: 2.3.2.ds1-13
Distribution: unstable
Urgency: low
Maintainer: GOTO Masanori <gotom@debian.org>
Changed-By: GOTO Masanori <gotom@debian.org>
Description: 
 glibc-doc  - GNU C Library: Documentation
 libc6      - GNU C Library: Shared libraries and Timezone data
 libc6-dbg  - GNU C Library: Libraries with debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc6-pic  - GNU C Library: PIC archive library
 libc6-prof - GNU C Library: Profiling Libraries
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libnss-dns-udeb - GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - GNU C Library: NSS helper for files - udeb (udeb)
 locales    - GNU C Library: National Language (locale) data [support]
 nscd       - GNU C Library: Name Service Cache Daemon
Closes: 243394 245643 245657 246355 246557 247241 247430 249408 249559
Changes: 
 glibc (2.3.2.ds1-13) unstable; urgency=low
 .
   * Jeff Bailey <jbailey@raspberryginger.com>
 .
    - debian/control.in/main: Change to new email address.
    - debian/debhelper.in/libc-dev.install.hurd-i386: Add missing files.
      Thanks to Michael Banck (Closes: #246355)
    - debian/sysdeps/gnu.mk: Stub out kernel_check.
      Thanks to Michael Banck
 .
   * GOTO Masanori <gotom@debian.org>
 .
    - debian/debhelper.in/libc.preinst: Fixed to work when kernel version is
      x.y.zFOOz pattern.  (Closes: #245643)
    - debian/patches/locale-ro_RO.dpatch: Fix Romania can't be built.
      (Closes: #245657)
    - debian/local/manpages/locale.1: Fix typo: LOC_PATH -> LOCPATH.
      (Closes: #246557)
    - debian/rules: Fix build correctly when we execute "debian/rules binary".
      Patched by Jurij Smakov <jurij@wooyd.org>.  (Closes: #247241)
    - debian/patches/glibc232-misc-syslog.dpatch: Fix syslog segv under
      memory shortage.  (Closes: #249559)
    - debian/patches/s390-backtrace.dpatch: Fix 900 test failures in the
      libjava testsuite in gcc-3.4 on s390.  (Closes: #243394)
    - debian/sysdeps/linux.mk: Fix build failure when kernel headers directory
      in /usr/src has symlink asm direcotry.  Patched by Wolfram Gloger
      <wg@malloc.de>.  (Closes: #249408)
 .
    - debian/debhelper.in/libc-udeb.install: Add libnss_files.so*,
    - debian/libnss-dns-udeb, libnss-dns-files: Update description.
    - debian/control: Update.
 .
   * Colin Watson <cjwatson@debian.org>
 .
    - debian/rules: Add libnss-dns-udeb and libnss-files-udeb.
      (Closes: #247430)
    - debian/.cvsignore: Likewise.
    - debian/control.in/libc: libc-udeb depends on libnss-dns-udeb and
      libnss-files-udeb.
    - debian/debhelper.in/libc-udeb.install: Remove libnss_dns and libnss_files.
    - debian/rules.d/control.mk: Likewise.
    - debian/control.in/libnss-dns-udeb: Update description.
Files: 
 13abfb30067a31554db6e5759f96608a 1638 libs required glibc_2.3.2.ds1-13.dsc
 f3b256570930a3d85897f364f5d68c72 1716950 libs required glibc_2.3.2.ds1-13.diff.gz
 c644b67a9315dc3368931e130b9a1c46 3838538 doc optional glibc-doc_2.3.2.ds1-13_all.deb
 46cea5236563c9aa5270f0283b4223fe 3978586 base standard locales_2.3.2.ds1-13_all.deb
 e66a970ee0b67e089df58e69d88ab9c7 4929012 base required libc6_2.3.2.ds1-13_i386.deb
 8a106a05aba21894bf3dce09aa2de7f5 2535302 libdevel standard libc6-dev_2.3.2.ds1-13_i386.deb
 bc7edacc4d0fc86e7d8c023fa730e497 2009290 libdevel extra libc6-prof_2.3.2.ds1-13_i386.deb
 7e85c61f0efb6edfc2cb63fb15d02bc7 1031730 libdevel optional libc6-pic_2.3.2.ds1-13_i386.deb
 7e84072431e711109bc6d0c82c1c3196 971126 libs extra libc6-i686_2.3.2.ds1-13_i386.deb
 0f464243b8248129309e6f33e8812e5c 88664 admin optional nscd_2.3.2.ds1-13_i386.deb
 8466503ccbba8ca261d3c2a7a9f6806d 10237846 libdevel extra libc6-dbg_2.3.2.ds1-13_i386.deb
 b09f3742225782adca2d74ed57d1d736 707590 debian-installer extra libc6-udeb_2.3.2.ds1-13_i386.udeb
 542cbbcd0095bbee603b89bee0c26d5b 7726 debian-installer extra libnss-dns-udeb_2.3.2.ds1-13_i386.udeb
 8636699c7369b05abe5720e2db8f049e 13746 debian-installer extra libnss-files-udeb_2.3.2.ds1-13_i386.udeb
package-type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAs9F1qIqasIZIJsMRAp0oAJ99I0LIZfjdChQjp2TPKszF1VPgdwCfUbLs
bkTd/kqgUqUG4DqQSu6A7Aw=
=kaZ/
-----END PGP SIGNATURE-----



Reply to: