Your message dated Wed, 19 Jul 2006 07:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366320: fixed in prelink 0.0.20060712-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: prelink
Version: 0.0.20050901-1
Severity: normal
Tags: patch

If user have less than 50MB of free space in /usr partition
prelink will complain saying that prelinking may fail.
It then give choice of prelinking anyway or aborting.
Aborting results in not prelinking anything but returning
error status 0:

[EMAIL PROTECTED]:/tmp# prelink
Partition /dev/hda4 (/) has only 28276 KB free.

!! WARNING !!
It's recommended to have at least 50000 KB of disk space.
Prelink would _really_ damage the ELF files on those partitions.
Do you really want to run prelink? (yes/No): No

Aborting prelink.
[EMAIL PROTECTED]:/tmp# echo $?
0
[EMAIL PROTECTED]:/tmp# 

While this may seem non-issue, prelink is executed in
openoffice's postinst (if user wished so).  If above situation
happens openoffice postinst script may be fooled into thinking
that prelinking was successful.  I think this is wrong.

Patch is trivial:

--- prelink     2006-05-01 18:40:31.000000000 +0200
+++ prelink.fixed       2006-05-01 18:40:51.000000000 +0200
@@ -39,7 +39,7 @@
     else
        echo
        echo "Aborting prelink."
-       exit 0
+       exit 1
     fi
 fi >&2


Thanks.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-alice3
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages prelink depends on:
ii  libc6                         2.3.6-7    GNU C Library: Shared libraries
ii  libelfg0                      0.8.6-3    an ELF object file access library
ii  libselinux1                   1.30-1     SELinux shared libraries

prelink recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: prelink
Source-Version: 0.0.20060712-1

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

prelink_0.0.20060712-1.diff.gz
  to pool/main/p/prelink/prelink_0.0.20060712-1.diff.gz
prelink_0.0.20060712-1.dsc
  to pool/main/p/prelink/prelink_0.0.20060712-1.dsc
prelink_0.0.20060712-1_i386.deb
  to pool/main/p/prelink/prelink_0.0.20060712-1_i386.deb
prelink_0.0.20060712.orig.tar.gz
  to pool/main/p/prelink/prelink_0.0.20060712.orig.tar.gz



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrés Roldán <[EMAIL PROTECTED]> (supplier of updated prelink 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Mon, 17 Jul 2006 13:46:50 +0000
Source: prelink
Binary: prelink
Architecture: source i386
Version: 0.0.20060712-1
Distribution: unstable
Urgency: low
Maintainer: Andrés Roldán <[EMAIL PROTECTED]>
Changed-By: Andrés Roldán <[EMAIL PROTECTED]>
Description: 
 prelink    - ELF prelinking utility to speed up dynamic linking
Closes: 337187 338183 366320
Changes: 
 prelink (0.0.20060712-1) unstable; urgency=low
 .
   * New upstream version.
   * debian/prelink.cron-daily:
     - Uses Debian package database instead of Redhat. (Closes: #338183)
   * debian/prelink.sh:
     - Don't exit with 0 code if prelink was aborted by lack of disk space.
       (Closes: #366320)
   * debian/patches/prelink.8.dpatch:
     - Fixed typos in prelink manpage. (Closes: #337187)
Files: 
 b824e990c2b407178cbab59da4c5b77f 790 admin optional prelink_0.0.20060712-1.dsc
 f897774889b14e5414983c3bf65e1fad 1022942 admin optional 
prelink_0.0.20060712.orig.tar.gz
 571093d75546c7b03a7f21fe8ea3db97 19772 admin optional 
prelink_0.0.20060712-1.diff.gz
 66addf61a549b34676cc6345ba82f8c3 695244 admin optional 
prelink_0.0.20060712-1_i386.deb

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

iD8DBQFEu5c62OByS7KTlusRAoOSAKCLAUOgnFBdcmwAgvgD+E8p/rJckgCfWxWU
5Q7o5vJjKS3I3iqmDJ3vm/Y=
=EDfu
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to