Your message dated Wed, 02 Dec 2009 19:02:08 +0000
with message-id <[email protected]>
and subject line Bug#353937: fixed in bbdb 2.35.cvs20080316-1
has caused the Debian Bug report #353937,
regarding bbdb: required bbdb-autoloads may not yet exist
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 [email protected]
immediately.)


-- 
353937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353937
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bbdb
Version: 2.35.cvs20060204-1
Severity: normal

Note the following :

Setting up emacs-snapshot-gtk (20060217-2) ...
emacs-install emacs-snapshot
install/a2ps: Handling install for emacsen flavor emacs-snapshot
Loading 00debian-vars...
Loading 20apel (source)...
Loading 20gnus-init (source)...
Loading 50a2ps (source)...
Loading a2ps-print (compiled; note, source file is newer)...
Loading 50autoconf (source)...
Loading 50bbdb (source)...
Error while loading 50bbdb
Loading 50cedet-common (source)...
Loading 50debview (source)...
Loading 50devscripts-el (source)...
Loading 50dictionaries-common (source)...
Skipping dictionaries-common setup for emacs-snapshot
Loading 50dictionary-el (source)...
Loading dictionary-init...
Loading 50dpkg-dev (source)...
Loading 50dpkg-dev-el (source)...
Loading 50elserv (source)...
Loading 50emacs-goodies-el (source)...
Loading 50flim (source)...
Loading 50gettext (source)...
Loading 50gnus-bonus-el (source)...
Loading 50gnuserv (source)...
Loading 50gri (source)...
Loading 50gri-el (source)...
Loading 50gri-html-doc (source)...
Loading 50mailutils-mh (source)...
Loading 50mgp (source)...
Loading 50mh-e (source)...
Skipping MH-E package setup for emacs-snapshot
Loading 50psgml-init (source)...
Loading 50psvn (source)...
Loading 50vc-svn (source)...
Loading 50vm-bonus-el (source)...
Loading 50vm-init (source)...
Loading 50w3m-el (source)...
Loading 51debian-el (source)...
Wrote /usr/share/emacs-snapshot/site-lisp/a2ps/a2ps-print.elc
Wrote /usr/share/emacs-snapshot/site-lisp/a2ps/a2ps.elc
install/apel: Byte-compiling for emacs-snapshot ... skipped. (already compiled)
install/bbdb: Byte-compiling for emacs-snapshot ...
Generating bbdb-autoloads...
Byte-compiling bbdb. This takes looooooong...

Notice the error when first loading bbdb.
The file /etc/emacs/site-start.d/50bbdb.el has:

 (require 'bbdb-autoloads)

but it doesn't exist yet.  I suggest only seeting up the package if
bbdb-autoloads.el exists.   I do something similar in many packages,
e.g. in mh-e :

(cond
 ((not (file-exists-p "/usr/share/emacs/site-lisp/mh-e"))
  (message "Package mh-e removed but not purged.  Skipping setup."))
 ((eq debian-emacs-flavor 'emacs20)
  (message "Skipping MH-E package setup for emacs20: not supported."))
 ((eq debian-emacs-flavor 'emacs-snapshot)
  (message "Skipping MH-E package setup for emacs-snapshot"))
 (t
  ;; Setup
[cut]
  ;; Usual entry commands into MH-E
  (require 'mh-autoloads)

  ;; contrib autoloads
  (autoload 'mh-frame "mh-frame" "" t)))

The side-effect of this is that installation of emacs-snapshot-gtk fails
on the package `vm-bonus-el' because bbdb is setup but not installed.  I
think the problem will go away if bbdb is fixed.

Thanks,
Peter

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-1-k7
Locale: LANG=C, LC_CTYPE=en_US.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages bbdb depends on:
ii  emacs20 [emacsen]         20.7-13.3      The GNU Emacs editor.
ii  emacs21 [emacsen]         21.4a-3        The GNU Emacs editor
ii  make                      3.80+3.81.b4-1 The GNU version of the "make" util
ii  xemacs21-gnome-mule [emac 21.4.17-2      highly customizable text editor --
ii  xemacs21-mule [emacsen]   21.4.17-2      highly customizable text editor --
ii  xemacs21-nomule [emacsen] 21.4.17-2      highly customizable text editor --

bbdb recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: bbdb
Source-Version: 2.35.cvs20080316-1

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

bbdb_2.35.cvs20080316-1.diff.gz
  to main/b/bbdb/bbdb_2.35.cvs20080316-1.diff.gz
bbdb_2.35.cvs20080316-1.dsc
  to main/b/bbdb/bbdb_2.35.cvs20080316-1.dsc
bbdb_2.35.cvs20080316-1_all.deb
  to main/b/bbdb/bbdb_2.35.cvs20080316-1_all.deb
bbdb_2.35.cvs20080316.orig.tar.gz
  to main/b/bbdb/bbdb_2.35.cvs20080316.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.
Barak A. Pearlmutter <[email protected]> (supplier of updated bbdb 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.8
Date: Tue, 01 Dec 2009 22:10:39 -0500
Source: bbdb
Binary: bbdb
Architecture: source all
Version: 2.35.cvs20080316-1
Distribution: unstable
Urgency: low
Maintainer: Joerg Jaspert <[email protected]>
Changed-By: Barak A. Pearlmutter <[email protected]>
Description: 
 bbdb       - The Insidious Big Brother Database (email rolodex) for Emacs
Closes: 96300 353937 366059 440191 475600 488729 556993 557356
Changes: 
 bbdb (2.35.cvs20080316-1) unstable; urgency=low
 .
   * Merge ongoing changes from upstream.  (Closes: #440191)
     - Includes menu commands (Closes: #96300)
     - Fixes lisp/Makefile.in target extras mixing .el .elc  (Closes: #366059)
   * Bring into GIT.
   * Regenerate debian/Makepatch to accommodate upstream changes.
   * Fix RMAIL insinuation in Emacs 23.  (Closes: #556993)
   * Apply bbdb startup patch from Peter S Galbraith.  (Closes: #353937)
   * Correct typo.  (Closes: #488729)
   * Update backquote style in file lisp/bbdb-com.el.  (Closes: #475600)
   * Update Debian packaging.
     - Avoiding double-installing bbdb-pilot-jwz.el file.  (Closes: #557356)
     - Avoiding double-installing .tex files.
     - dh 7.
     - rev deb std.
     - debian/copyright updates: FSF address, common license location, expand.
     - Misc housekeeping and tracking policy.
     - Give debian patch files consistent names and locations.
   * Switch scripts from /usr/bin/bbdb-FOO.pl to /usr/bin/bbdb-FOO.
   * Merge Ununtu patch that symlinks some .el files at emacsen-install time.
   * Include PDF documentation.
   * Add Barak A. Pearlmutter <[email protected]> as co-maintainer.
Checksums-Sha1: 
 91ed5aef8b5481f471f925921d0cc416cf384302 1212 bbdb_2.35.cvs20080316-1.dsc
 a8dd1459db3a87ae18ee43821808048b84e0e20e 443975 
bbdb_2.35.cvs20080316.orig.tar.gz
 12bbed8252cfcd53ebd92bc1b5048d02a2ef32c6 51987 bbdb_2.35.cvs20080316-1.diff.gz
 cbabf7f465fa7b9e6aa31f142be8e2a750cec354 711332 bbdb_2.35.cvs20080316-1_all.deb
Checksums-Sha256: 
 a6027873df95e0471e8f7c219333b30c619f7e6e52672c44c2ee7b57879352d3 1212 
bbdb_2.35.cvs20080316-1.dsc
 a93e803b23d0c9298080f823587f8a2e07bac0d0fa9407083a4b0fc0cd4bc587 443975 
bbdb_2.35.cvs20080316.orig.tar.gz
 890e7fd0a49a353a65be5366db0a4163e9fbbf8b46666df52ff2e928563127c4 51987 
bbdb_2.35.cvs20080316-1.diff.gz
 f84498b43e1e9d860286dda7a14f5158066b49ef671f879483441fe01a0e1fb7 711332 
bbdb_2.35.cvs20080316-1_all.deb
Files: 
 ae021123e96cbbde1db0cb729a342b64 1212 mail optional bbdb_2.35.cvs20080316-1.dsc
 076828d648d169d55a3c1cf085170b81 443975 mail optional 
bbdb_2.35.cvs20080316.orig.tar.gz
 5d4bbb9d247060a8e03b2d2bdfd7fbe9 51987 mail optional 
bbdb_2.35.cvs20080316-1.diff.gz
 2c759d9ba9b037b729d2b01216800972 711332 mail optional 
bbdb_2.35.cvs20080316-1_all.deb

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

iEYEARECAAYFAksWt3MACgkQLz4Gnv7CP7I5WACfVEUpztddLvXJibK9hjSCY2LW
GP0AoJ5XRLaTGTImZx5XVcTMQKSfVp9r
=EI9U
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to