Your message dated Sun, 28 Jan 2007 19:47:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#408689: fixed in emacs-snapshot 1:20070128-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: emacs-snapshot
Version: 1:20070122-1
Severity: important
Tags: patch
Justification: fails to build from source

I was mucking around applying the emacs-snapshot diff.gz to the
unicode-2 branch when I got this error.  This bug may not actually
manifest in a clean emacs-snapshot, but I think it does.  I'm
reporting it now in case I don't get around to verifying it myself.

In debian/rules, there is a stanza

    define check_pure_space
            src/emacs -batch --eval "(print pure-space-overflow)" 2>/dev/null \
            | grep -qx nil
    endef

This should read

    define check_pure_space
            src/emacs -batch -q -no-site-file --eval "(print 
pure-space-overflow)" 2>/dev/null \
            | grep -qx nil
    endef

Otherwise, src/emacs will try to read
/etc/emacs-snapshot/site-start.d, which does not exist (unless an
earlier version of emacs-snapshot is installed).


--- End Message ---
--- Begin Message ---
Source: emacs-snapshot
Source-Version: 1:20070128-1

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

emacs-snapshot-bin-common_20070128-1_i386.deb
  to pool/main/e/emacs-snapshot/emacs-snapshot-bin-common_20070128-1_i386.deb
emacs-snapshot-common_20070128-1_all.deb
  to pool/main/e/emacs-snapshot/emacs-snapshot-common_20070128-1_all.deb
emacs-snapshot-el_20070128-1_all.deb
  to pool/main/e/emacs-snapshot/emacs-snapshot-el_20070128-1_all.deb
emacs-snapshot-gtk_20070128-1_i386.deb
  to pool/main/e/emacs-snapshot/emacs-snapshot-gtk_20070128-1_i386.deb
emacs-snapshot-nox_20070128-1_i386.deb
  to pool/main/e/emacs-snapshot/emacs-snapshot-nox_20070128-1_i386.deb
emacs-snapshot_20070128-1.diff.gz
  to pool/main/e/emacs-snapshot/emacs-snapshot_20070128-1.diff.gz
emacs-snapshot_20070128-1.dsc
  to pool/main/e/emacs-snapshot/emacs-snapshot_20070128-1.dsc
emacs-snapshot_20070128-1_i386.deb
  to pool/main/e/emacs-snapshot/emacs-snapshot_20070128-1_i386.deb
emacs-snapshot_20070128.orig.tar.gz
  to pool/main/e/emacs-snapshot/emacs-snapshot_20070128.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.
Romain Francoise <[EMAIL PROTECTED]> (supplier of updated emacs-snapshot 
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: Sun, 28 Jan 2007 19:31:23 +0100
Source: emacs-snapshot
Binary: emacs-snapshot-el emacs-snapshot-bin-common emacs-snapshot-nox 
emacs-snapshot emacs-snapshot-common emacs-snapshot-gtk
Architecture: source i386 all
Version: 1:20070128-1
Distribution: unstable
Urgency: low
Maintainer: Romain Francoise <[EMAIL PROTECTED]>
Changed-By: Romain Francoise <[EMAIL PROTECTED]>
Description: 
 emacs-snapshot - The GNU Emacs editor (development snapshot)
 emacs-snapshot-bin-common - The GNU Emacs editor's shared, architecture 
dependent files
 emacs-snapshot-common - The GNU Emacs editor's common infrastructure
 emacs-snapshot-el - GNU Emacs LISP (.el) files
 emacs-snapshot-gtk - The GNU Emacs editor (with GTK+ 2.x support)
 emacs-snapshot-nox - The GNU Emacs editor (without X support)
Closes: 408689
Changes: 
 emacs-snapshot (1:20070128-1) unstable; urgency=low
 .
   * New snapshot.
 .
   * debian/rules: Add -Q to check_pure_space command (closes: #408689).
 .
   * debian/patches/tmp-fixes.dpatch: New patch, reverts a change to the
     byte-compiler which slows down compilation of large files.
   * debian/patches/00list: Update.
Files: 
 a1ca6d08c2ce166e7d7c9b6d242bf046 960 editors optional 
emacs-snapshot_20070128-1.dsc
 f1781af09302d28c398dcd5d10e4c1ef 24632825 editors optional 
emacs-snapshot_20070128.orig.tar.gz
 dc2e86fddbd179c5cd121321d55bc308 34545 editors optional 
emacs-snapshot_20070128-1.diff.gz
 ba8fd99d04f2767bad1c24344fbb6ba5 18618232 editors optional 
emacs-snapshot-common_20070128-1_all.deb
 d88f73902c95bff0c7bdcaf879bfe8ff 11132392 editors optional 
emacs-snapshot-el_20070128-1_all.deb
 77635a4c3a5d24d1988bcd974a09ab87 169548 editors optional 
emacs-snapshot-bin-common_20070128-1_i386.deb
 159a635a2c239ad16021ca05a54a1cca 1970426 editors optional 
emacs-snapshot_20070128-1_i386.deb
 58e900a3e0554c8edfde2dd7702f3e4a 1959066 editors optional 
emacs-snapshot-gtk_20070128-1_i386.deb
 5692042d890335896e8bc2a03336a759 1716270 editors optional 
emacs-snapshot-nox_20070128-1_i386.deb

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

iD8DBQFFvPdwogN2vsA8Vt8RAkruAJwIiexzWTQKASaGKXBf6aLpErvHmACfRIE/
BQ8pXZjzziZVgC6cL9Aovwk=
=hhKz
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to