Your message dated Mon, 01 Feb 2010 17:18:04 +0000
with message-id <e1nbzuw-0007ai...@ries.debian.org>
and subject line Bug#545497: fixed in emacs22 22.3+1-1.2
has caused the Debian Bug report #545497,
regarding emacs23: FTBFS: rm: cannot remove 
`/tmp/buildd/emacs23-23.1+1/debian/emacs23-common/usr/share/info/emacs-23/dir.old':
 No such file or directory
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
545497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: emacs23
Version: 23.1+1-3
Severity: serious
Tags: patch

>From my pbuilder log:

,----
| set -o pipefail; cd /tmp/buildd/emacs23-23.1+1/debian/emacs23-common && \
|         find -name "*.elc" | perl -pe 's/\.elc$/\.el/o' | xargs rm -f
| set -o pipefail; cd /tmp/buildd/emacs23-23.1+1/debian/emacs23-common && \
|         find -name "*.elc" | perl -pe 's/\.elc$/\.el\.gz/o' | xargs rm -f
| rm 
/tmp/buildd/emacs23-23.1+1/debian/emacs23-common/usr/share/info/emacs-23/dir
| rm 
/tmp/buildd/emacs23-23.1+1/debian/emacs23-common/usr/share/info/emacs-23/dir.old
| rm: cannot remove 
`/tmp/buildd/emacs23-23.1+1/debian/emacs23-common/usr/share/info/emacs-23/dir.old':
 No such file or directory
| make: *** [install] Error 1
`----

This happens since the upload of dpkg 1.15.4 to unstable.

The following patch takes care of this, but there are many other cases
in debian/rules where "rm" should really be replaced with "rm -f":

--8<---------------cut here---------------start------------->8---
diff -u emacs23-23.1+1/debian/rules emacs23-23.1+1/debian/rules
--- emacs23-23.1+1/debian/rules
+++ emacs23-23.1+1/debian/rules
@@ -779,8 +779,8 @@
          find -name "*.elc" | perl -pe 's/\.elc$$/\.el\.gz/o' | xargs rm -f
 
         # Remove extraneous info dir file.
-       rm $(pkgdir_common)/usr/share/info/emacs-$(major_ver)/dir
-       rm $(pkgdir_common)/usr/share/info/emacs-$(major_ver)/dir.old
+       rm -f $(pkgdir_common)/usr/share/info/emacs-$(major_ver)/dir
+       rm -f $(pkgdir_common)/usr/share/info/emacs-$(major_ver)/dir.old
 
         # Remove the shared game score directory to as a simple way to avoid
         # a conflict with other flavors of Emacs.  Since Debian's
--8<---------------cut here---------------end--------------->8---


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30.5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages emacs23 depends on:
ii  emacs23-bin-common     23.1+1-3          The GNU Emacs editor's shared, arc
ii  install-info           4.13a.dfsg.1-4    Manage installed documentation in 
ii  libasound2             1.0.20-4          shared library for ALSA applicatio
ii  libatk1.0-0            1.26.0-1          The ATK accessibility toolkit
ii  libc6                  2.9-26            GNU C Library: Shared libraries
ii  libcairo2              1.8.8-2           The Cairo 2D vector graphics libra
ii  libdbus-1-3            1.2.16-2          simple interprocess messaging syst
ii  libfontconfig1         2.6.0-4           generic font configuration library
ii  libfreetype6           2.3.9-5           FreeType 2 font engine, shared lib
ii  libgif4                4.1.6-8           library for GIF images (library)
ii  libglib2.0-0           2.20.5-1          The GLib library of C routines
ii  libgpm2                1.20.4-3.2        General Purpose Mouse - shared lib
ii  libgtk2.0-0            2.16.6-1          The GTK+ graphical user interface 
ii  libice6                2:1.0.5-1         X11 Inter-Client Exchange library
ii  libjpeg62              6b-15             The Independent JPEG Group's JPEG 
ii  libm17n-0              1.5.4-1+b1        a multilingual text processing lib
ii  libncurses5            5.7+20090906-1    shared libraries for terminal hand
ii  libotf0                0.9.9-1           A Library for handling OpenType Fo
ii  libpango1.0-0          1.24.5-1          Layout and rendering of internatio
ii  libpng12-0             1.2.39-1          PNG library - runtime
ii  librsvg2-2             2.26.0-1          SAX-based renderer library for SVG
ii  libsm6                 2:1.1.1-1         X11 Session Management library
ii  libtiff4               3.9.1-1           Tag Image File Format (TIFF) libra
ii  libx11-6               2:1.2.2-1         X11 client-side library
ii  libxft2                2.1.13-3          FreeType-based font drawing librar
ii  libxpm4                1:3.5.7-2         X11 pixmap library
ii  libxrender1            1:0.9.4-2         X Rendering Extension client libra
ii  zlib1g                 1:1.2.3.3.dfsg-15 compression library - runtime

emacs23 recommends no packages.

Versions of packages emacs23 suggests:
pn  emacs23-common-non-dfsg       <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: emacs22
Source-Version: 22.3+1-1.2

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

emacs22-bin-common_22.3+1-1.2_amd64.deb
  to main/e/emacs22/emacs22-bin-common_22.3+1-1.2_amd64.deb
emacs22-common_22.3+1-1.2_all.deb
  to main/e/emacs22/emacs22-common_22.3+1-1.2_all.deb
emacs22-el_22.3+1-1.2_all.deb
  to main/e/emacs22/emacs22-el_22.3+1-1.2_all.deb
emacs22-gtk_22.3+1-1.2_amd64.deb
  to main/e/emacs22/emacs22-gtk_22.3+1-1.2_amd64.deb
emacs22-nox_22.3+1-1.2_amd64.deb
  to main/e/emacs22/emacs22-nox_22.3+1-1.2_amd64.deb
emacs22_22.3+1-1.2.diff.gz
  to main/e/emacs22/emacs22_22.3+1-1.2.diff.gz
emacs22_22.3+1-1.2.dsc
  to main/e/emacs22/emacs22_22.3+1-1.2.dsc
emacs22_22.3+1-1.2_amd64.deb
  to main/e/emacs22/emacs22_22.3+1-1.2_amd64.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 545...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl <toli...@debian.org> (supplier of updated emacs22 
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 ftpmas...@debian.org)


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

Format: 1.8
Date: Mon, 25 Jan 2010 15:05:36 +0100
Source: emacs22
Binary: emacs22 emacs22-nox emacs22-gtk emacs22-bin-common emacs22-common 
emacs22-el
Architecture: source all amd64
Version: 22.3+1-1.2
Distribution: unstable
Urgency: low
Maintainer: Rob Browning <r...@defaultvalue.org>
Changed-By: Alexander Reichle-Schmehl <toli...@debian.org>
Description: 
 emacs22    - The GNU Emacs editor
 emacs22-bin-common - The GNU Emacs editor's shared, architecture dependent 
files
 emacs22-common - The GNU Emacs editor's shared, architecture independent 
infrastru
 emacs22-el - GNU Emacs LISP (.el) files
 emacs22-gtk - The GNU Emacs editor (with GTK user interface)
 emacs22-nox - The GNU Emacs editor (without X support)
Closes: 534002 539750 545497
Changes: 
 emacs22 (22.3+1-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Drop emacs metapackage (Closes: #539750)
   * Force removals of various stuff in debian/rules (Closes: #545497)
   * Apply patch by Ulrich Mueller to solve potential FTBFS by "intermittent
     unexec failure" problem (Closes: #534002)
Checksums-Sha1: 
 29601b76e28c1b04dc5250b981e50acc15cf3bf9 1405 emacs22_22.3+1-1.2.dsc
 ed0ec0ebcefab744e430a429bd07c453f7c0024c 121923 emacs22_22.3+1-1.2.diff.gz
 9daf4e614b11ddd9501fe84614fc425aeb635234 14768546 
emacs22-common_22.3+1-1.2_all.deb
 900a77555c10273fd6751469efb7e60ba025fb08 11488188 emacs22-el_22.3+1-1.2_all.deb
 f5779464485fb46c7b980587414a64d4e745d4f8 2898834 emacs22_22.3+1-1.2_amd64.deb
 1af4be347f7768c238c206aa24c46725b6813812 2596276 
emacs22-nox_22.3+1-1.2_amd64.deb
 6ef760123ffdc10fc4a872c5a5cffc07d71e6ae3 2893320 
emacs22-gtk_22.3+1-1.2_amd64.deb
 9966383cf2a9bae80b02e87dd04d54d682e112c4 186366 
emacs22-bin-common_22.3+1-1.2_amd64.deb
Checksums-Sha256: 
 11617878a35360aa86868be05ba7c7b570ef92b1a9232c401f88c44c75b49aa4 1405 
emacs22_22.3+1-1.2.dsc
 72808f5c1d36b57246c5d40c172f023c8866744e7553609ffbbb877ca22573ff 121923 
emacs22_22.3+1-1.2.diff.gz
 2c55a6751ae213ac4decbde50a9f5621ea795c440d9c0b0da18ca2d7a5bf4c7b 14768546 
emacs22-common_22.3+1-1.2_all.deb
 e9f3e884cbfb8d50af4fcb4106e3f33bdc7a54380add173cc82b34e7e46c813a 11488188 
emacs22-el_22.3+1-1.2_all.deb
 b7e5facf9b907332364b07b9c7b319546192c8ca2511b8a61f4d58ba54004529 2898834 
emacs22_22.3+1-1.2_amd64.deb
 165a0886ea9806eb684d1e86f150ff6dae3fd0969fa80020b812896eace787f6 2596276 
emacs22-nox_22.3+1-1.2_amd64.deb
 8c0edb68708ad9e6c4be2a756163d3e37ba2df63bde93ac08c09ae2c2c6cd06e 2893320 
emacs22-gtk_22.3+1-1.2_amd64.deb
 cf2c9329d978962acde84f7efabcf7b6f3eeb578a2f525db954c1262fe8e511d 186366 
emacs22-bin-common_22.3+1-1.2_amd64.deb
Files: 
 2084c631197e72b7475b004e3353cc6c 1405 editors optional emacs22_22.3+1-1.2.dsc
 e8f5ca192a357a6c460cc333ae9d0b29 121923 editors optional 
emacs22_22.3+1-1.2.diff.gz
 21b2cdc426c8046d47fab66d98ee045b 14768546 editors optional 
emacs22-common_22.3+1-1.2_all.deb
 0e31199b979329802ee261c9713df682 11488188 editors optional 
emacs22-el_22.3+1-1.2_all.deb
 3af763e9f6b3607f1a44ba9221c831dd 2898834 editors optional 
emacs22_22.3+1-1.2_amd64.deb
 92130096035f479306814b507496da55 2596276 editors optional 
emacs22-nox_22.3+1-1.2_amd64.deb
 ad9019f5908573c60775ccd8417d887f 2893320 editors optional 
emacs22-gtk_22.3+1-1.2_amd64.deb
 dcb65687372ca9b720d00675b4cf4a3f 186366 editors optional 
emacs22-bin-common_22.3+1-1.2_amd64.deb

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

iEYEARECAAYFAktdwLUACgkQBxd04ADYzRZu/QCeO4IiA6q19K04Hs5oDJN8WHLe
dZgAniFBpB2KTGYA1Wx3VxBabBe1LBUE
=ZWtf
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to