bbdb: File error: "Cannot open load file", "bbdb-autoloads"

Bug #27358 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
bbdb (Debian)
Fix Released
Unknown
bbdb (Ubuntu)
Fix Released
High
Unassigned

Bug Description

Automatically imported from Debian bug report #344032 http://bugs.debian.org/344032

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #344032 http://bugs.debian.org/344032

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (4.0 KiB)

Message-id: <email address hidden>
Date: Mon, 19 Dec 2005 16:01:31 +0100
From: Luca Capello <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: bbdb: File error: "Cannot open load file", "bbdb-autoloads"

--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Package: bbdb
Version: 2.35.cvs20040528-1
Severity: grave

Hello!

Since the latest emacs-snapshot upgrade, I cannot use bbdb anymore:=20
=3D=3D=3D=3D=3D
gismo:~# emacs21 -nw

Loading 20apel (source)...done
Loading 20gnus-init (source)...done
Loading 50auctex (source)...done
Loading 50autoconf (source)...done
Loading 50bbdb (source)...
Error while loading 50bbdb
Loading 50dictionaries-common (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el
 (source)...done=20
Loading debian-ispell...done
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el
 (source)...done=20
Loading 50dictionaries-common (source)...done
Loading 50dictionary-el (source)...
Loading dictionary-init...done
Loading 50dictionary-el (source)...done
Loading 50dpkg-dev-el (source)...done
Loading 50emacs-goodies-el (source)...done
Loading 50emacs-wiki (source)...done
Loading 50emms (source)...done
Loading 50erc (source)...
Loading erc-auto...done
Loading 50erc (source)...done
Loading 50flim (source)...done
Loading 50gcl (source)...done
Loading 50gnus-bonus-el (source)...done
Loading 50mmm-mode (source)...done
Loading 50php-elisp (source)...done
Loading 50preview-latex (source)...done
Loading 50psvn (source)...done
Loading 50slime (source)...done
Loading 50vc-svn (source)...done
Loading 50w3m-el (source)...done
Loading 51debian-el (source)...done
Loading 51planner-el (source)...
Loading /usr/lib/emacs/21.4/i486-linux-gnu/fns-21.4.1-x.el
 (source)...done=20
Loading 51planner-el (source)...done
Loading 52remember-el (source)...done
Loading 60hyperspec (source)...done

An error has occurred while loading `/root/.emacs':

File error: "Cannot open load file", "bbdb-autoloads"

To ensure normal operation, you should investigate the cause
of the error in your initialization file and remove it. Start
Emacs with the `--debug-init' option to view a complete error
backtrace

gismo:~# emacs21 --debug-init -nw

Debugger entered--Lisp error: (file-error "Cannot open load file"
"bbdb-autoloads")
  require(bbdb-autoloads)
  bbdb-initialize(gnus)
  eval-buffer(#<buffer *load*> nil "~/.emacs" nil t)
  load-with-code-conversion("/root/.emacs" "~/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "^H\205\227^@ =EF=BF=BD\203^Q^@=EF=BF=BDH=EF=BF=BD\2025^@
  =EF=BF=BD\203'^@=EF=BF=BD=EF=BF=BD#\203#^@=EF=BF=BD2025^@=EF=BF=BD2025^@
  =EF=BF=BD\2031^@=EF=BF=BD2025^@=EF=BF=BDH=EF=BF=BD^Z=EF=BF=BDS=EF=BF=BDn=
=EF=BF=BD211#\210^K=EF=BF=BD\203F^@=EF=BF=BDS^K\203\210^$
  command-line()
  normal-top-level()

gismo:~#=20
=3D=3D=3D=3D=3D

The problem is present in both emacs21 and emacs-snapshot and it
worked before (I use the Gnus bbdb-fancy-split and BBDB whenever is
possible, like in Planner/Diary).

Reconfiguring or purging/installing bbdb doesn't change anything :-(

Thx, bye,
Gismo / Luca

=2D- System Information:
Debian Releas...

Read more...

Revision history for this message
In , Roland Mas (lolando) wrote : Same here + workaround

Just wanted to chime in: I have the same problem. I purged
emacs-snapshot, but apparently that didn't fix anything.

My quick and very dirty workaround: put the following into your .gnus
file.

(setq load-path (cons (concat "/usr/share/emacs21/site-lisp/bbdb") load-path))
(setq load-path (cons (concat "/usr/share/emacs/site-lisp/bbdb/lisp") load-path))
(provide 'bbdb/load-path)
(load-library "bbdb")
(provide 'bbdb-autoloads)
(load-library "bbdb-com")
(load-library "bbdb-gnus")
(bbdb-initialize 'gnus 'message)

Roland.
--
Roland Mas

Shyumiribirikku ga susunde imashyou ka ?
  -- Le Schmilblick en japonais

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 21 Dec 2005 20:02:31 +0100
From: Roland Mas <email address hidden>
To: <email address hidden>
Subject: Same here + workaround

Just wanted to chime in: I have the same problem. I purged
emacs-snapshot, but apparently that didn't fix anything.

My quick and very dirty workaround: put the following into your .gnus
file.

(setq load-path (cons (concat "/usr/share/emacs21/site-lisp/bbdb") load-path))
(setq load-path (cons (concat "/usr/share/emacs/site-lisp/bbdb/lisp") load-path))
(provide 'bbdb/load-path)
(load-library "bbdb")
(provide 'bbdb-autoloads)
(load-library "bbdb-com")
(load-library "bbdb-gnus")
(bbdb-initialize 'gnus 'message)

Roland.
--
Roland Mas

Shyumiribirikku ga susunde imashyou ka ?
  -- Le Schmilblick en japonais

Revision history for this message
In , Dirk Eddelbuettel (edd) wrote : bbdb also broken with vm under newest emacs

As a follow-up to the this bug report, now that this version of emacs21 is in
testing, my mail setup also broke. Thanks to Roland for the snipped of how he
fixed his setup for gnus, the following at the top of ~/.vm did the trick for
me with vm:

; 28 Dec 2005 bbdb breakage after today's emacs upgrade:
(setq load-path (cons (concat "/usr/share/emacs21/site-lisp/bbdb") load-path))
(setq load-path (cons (concat "/usr/share/emacs/site-lisp/bbdb/lisp") load-path))
(provide 'bbdb/load-path)
(load-library "bbdb")
(load-library "bbdb-com")
(load-library "bbdb-vm")
(provide 'bbdb-autoloads)
;;
;(bbdb-insinuate-vm)
(bbdb-initialize 'vm)

Regards, Dirk

--
Hell, there are no rules here - we're trying to accomplish something.
                                                  -- Thomas A. Edison

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 28 Dec 2005 22:23:11 -0600
From: Dirk Eddelbuettel <email address hidden>
To: <email address hidden>
CC: Luca Capello <email address hidden>, Roland Mas <email address hidden>
Subject: bbdb also broken with vm under newest emacs

As a follow-up to the this bug report, now that this version of emacs21 is in
testing, my mail setup also broke. Thanks to Roland for the snipped of how he
fixed his setup for gnus, the following at the top of ~/.vm did the trick for
me with vm:

; 28 Dec 2005 bbdb breakage after today's emacs upgrade:
(setq load-path (cons (concat "/usr/share/emacs21/site-lisp/bbdb") load-path))
(setq load-path (cons (concat "/usr/share/emacs/site-lisp/bbdb/lisp") load-path))
(provide 'bbdb/load-path)
(load-library "bbdb")
(load-library "bbdb-com")
(load-library "bbdb-vm")
(provide 'bbdb-autoloads)
;;
;(bbdb-insinuate-vm)
(bbdb-initialize 'vm)

Regards, Dirk

--
Hell, there are no rules here - we're trying to accomplish something.
                                                  -- Thomas A. Edison

Revision history for this message
In , Julien Barnier (julien-nozav) wrote : Another fix for this bug ?

Hi to all,

I just encountered this bug after an upgrade on testing, and I wonder
if the following could be another quick fix :

- copy every .el files in :
  /usr/share/emacs/site-lisp/bbdb/lisp/
  to :
  /usr/share/emacs21/site-lisp/bbdb

- byte recompile the second directory (launch emacs and M-x
  byte-recompile-directory).

I have no more error messages for the moment.

HTH,

Julien

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Fri, 30 Dec 2005 23:51:33 +0100
From: Julien Barnier <email address hidden>
To: <email address hidden>
Subject: Another fix for this bug ?

Hi to all,

I just encountered this bug after an upgrade on testing, and I wonder
if the following could be another quick fix :

- copy every .el files in :
  /usr/share/emacs/site-lisp/bbdb/lisp/
  to :
  /usr/share/emacs21/site-lisp/bbdb

- byte recompile the second directory (launch emacs and M-x
  byte-recompile-directory).

I have no more error messages for the moment.

HTH,

Julien

Revision history for this message
In , Erich Waelde (ew-ng116837) wrote : [344032] bugfix for: bbdb: File error: "Cannot open load file", "bbdb-autoloads"
Download full text (3.6 KiB)

Hi all,

1.
The installation of bbdb fails due to a bug in
/usr/share/emacs/site-lisp/bbdb/lisp/Makefile
The single quotes make the ending backslashes show up in the lisp code passed to emacs.

2.
The real problem is, that the install continues after throwing an error.

fix for 1.
debian:/usr/share/emacs/site-lisp/bbdb/lisp# diff -u Makefile.dist Makefile
--- Makefile.dist 2006-01-06 15:47:30.000000000 +0100
+++ Makefile 2006-01-06 15:48:09.000000000 +0100
@@ -154,10 +154,10 @@

 bbdb-hooks.elc: bbdb.elc bbdb-hooks.el
        @$(EMACS_PROG) -batch -q $(PUSHPATH) -l ./bbdb.elc \
- -eval '(and (not (string= "$(VMDIR)" "")) \
- (setq load-path (cons "$(VMDIR)" load-path)) \
- (load "vm" t t) \
- (load "vm-vars" t t))' \
+ -eval "(and (not (string= \"$(VMDIR)\" \"\")) \
+ (setq load-path (cons \"$(VMDIR)\" load-path)) \
+ (load \"vm\" t t) \
+ (load \"vm-vars\" t t))" \
        -f batch-byte-compile $(@:.elc=.el)

 autoloads: bbdb-autoloads.el

This probably closes #345186 and #345297, too.

For 2. I don't have an answer, but look at this excerpt from
/usr/share/${FLAVOUR}/site-lisp/bbdb/CompilationLog.gz
indented and edited for readability

    Generating bbdb-autoloads
    cd lisp; make autoloads
    make[1]: Entering directory `/usr/share/emacs-snapshot/site-lisp/bbdb/lisp'
    ...
    Generating autoloads for bbdb.el...
    Generating autoloads for bbdb.el...done
    Wrote /usr/share/emacs-snapshot/site-lisp/bbdb/lisp/bbdb-autoloads.el
    make[1]: Leaving directory `/usr/share/emacs-snapshot/site-lisp/bbdb/lisp'

    cd lisp; make rmail
    make[1]: Entering directory `/usr/share/emacs-snapshot/site-lisp/bbdb/lisp'
    Loading 00debian-vars...
    ...
    Loading 50bbdb (source)...
    ...
    Wrote /usr/share/emacs-snapshot/site-lisp/bbdb/lisp/bbdb.elc
    ...
    Loading 50bbdb (source)...
    ...
    Wrote /usr/share/emacs-snapshot/site-lisp/bbdb/lisp/bbdb-com.elc
    ...
    Loading 50bbdb (source)...
    ...
    Symbol's value as variable is void: \

    make[1]: *** [bbdb-hooks.elc] Error 255
    make[1]: Leaving directory `/usr/share/emacs-snapshot/site-lisp/bbdb/lisp'
    make: *** [rmail] Error 2

At this point an error occured, bbdb-hooks.elc is not created, however:
make in this directory stops, but the install-script (? or make) continues ...

    ...
    Loading 50bbdb (source)...
    Error while loading 50bbdb

Here the above error shows itself again ? ...

    ...
    Wrote /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-213-310.elc
    Wrote /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-415-510.elc

    In end of data:
    bbdb-pilot-jwz.el:584:1:Warning: the following functions are not known to be
        defined: bbdb-address-street1, bbdb-address-street2, bbdb-address-street3,
        bbdb-parse-phone-number, bbdb-parse-zip-string, bbdb-address-set-street1,
        bbdb-address-set-street2, bbdb-address-set-street3
    Wrote /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-pilot-jwz.elc

    In bbdb-to-netscape:
    bbdb-to-netscape.el:80:24:Warning: reference to free variable
        `bbdb-define-al...

Read more...

Revision history for this message
In , Roland Mas (lolando) wrote : Re: Bug#344032: [344032] bugfix for: bbdb: File error: "Cannot open load file", "bbdb-autoloads"

Erich Waelde (2006-01-06 16:05:53 +0100) :

> Hi all,
>
> 1. The installation of bbdb fails due to a bug in
> /usr/share/emacs/site-lisp/bbdb/lisp/Makefile The single quotes make
> the ending backslashes show up in the lisp code passed to emacs.

Hmm. So it's still a bug in bbdb (or in its packaging, more
probably), but it was probably triggered by the recent change in make
changing the syntax of makefiles.

Roland.
--
Roland Mas

Bada, bada, ba-da-da-daaa, doudou, doudou, dou-dou-dou-dou-baaa.
  -- in Song without words #1 (Paul Leavitt)

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.9 KiB)

Message-ID: <email address hidden>
Date: Fri, 06 Jan 2006 16:05:53 +0100
From: Erich Waelde <email address hidden>
To: <email address hidden>, <email address hidden>
Subject: [344032] bugfix for: bbdb: File error: "Cannot open load file", "bbdb-autoloads"

Hi all,

1.
The installation of bbdb fails due to a bug in
/usr/share/emacs/site-lisp/bbdb/lisp/Makefile
The single quotes make the ending backslashes show up in the lisp code passed to emacs.

2.
The real problem is, that the install continues after throwing an error.

fix for 1.
debian:/usr/share/emacs/site-lisp/bbdb/lisp# diff -u Makefile.dist Makefile
--- Makefile.dist 2006-01-06 15:47:30.000000000 +0100
+++ Makefile 2006-01-06 15:48:09.000000000 +0100
@@ -154,10 +154,10 @@

 bbdb-hooks.elc: bbdb.elc bbdb-hooks.el
        @$(EMACS_PROG) -batch -q $(PUSHPATH) -l ./bbdb.elc \
- -eval '(and (not (string= "$(VMDIR)" "")) \
- (setq load-path (cons "$(VMDIR)" load-path)) \
- (load "vm" t t) \
- (load "vm-vars" t t))' \
+ -eval "(and (not (string= \"$(VMDIR)\" \"\")) \
+ (setq load-path (cons \"$(VMDIR)\" load-path)) \
+ (load \"vm\" t t) \
+ (load \"vm-vars\" t t))" \
        -f batch-byte-compile $(@:.elc=.el)

 autoloads: bbdb-autoloads.el

This probably closes #345186 and #345297, too.

For 2. I don't have an answer, but look at this excerpt from
/usr/share/${FLAVOUR}/site-lisp/bbdb/CompilationLog.gz
indented and edited for readability

    Generating bbdb-autoloads
    cd lisp; make autoloads
    make[1]: Entering directory `/usr/share/emacs-snapshot/site-lisp/bbdb/lisp'
    ...
    Generating autoloads for bbdb.el...
    Generating autoloads for bbdb.el...done
    Wrote /usr/share/emacs-snapshot/site-lisp/bbdb/lisp/bbdb-autoloads.el
    make[1]: Leaving directory `/usr/share/emacs-snapshot/site-lisp/bbdb/lisp'

    cd lisp; make rmail
    make[1]: Entering directory `/usr/share/emacs-snapshot/site-lisp/bbdb/lisp'
    Loading 00debian-vars...
    ...
    Loading 50bbdb (source)...
    ...
    Wrote /usr/share/emacs-snapshot/site-lisp/bbdb/lisp/bbdb.elc
    ...
    Loading 50bbdb (source)...
    ...
    Wrote /usr/share/emacs-snapshot/site-lisp/bbdb/lisp/bbdb-com.elc
    ...
    Loading 50bbdb (source)...
    ...
    Symbol's value as variable is void: \

    make[1]: *** [bbdb-hooks.elc] Error 255
    make[1]: Leaving directory `/usr/share/emacs-snapshot/site-lisp/bbdb/lisp'
    make: *** [rmail] Error 2

At this point an error occured, bbdb-hooks.elc is not created, however:
make in this directory stops, but the install-script (? or make) continues ...

    ...
    Loading 50bbdb (source)...
    Error while loading 50bbdb

Here the above error shows itself again ? ...

    ...
    Wrote /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-213-310.elc
    Wrote /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-415-510.elc

    In end of data:
    bbdb-pilot-jwz.el:584:1:Warning: the following functions are not known to be
        defined: bbdb-address-street1, bbdb-address-street2, bbdb-address-street3,
        bbdb-parse-phone-number, bbdb-parse-zip-string...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Fri, 06 Jan 2006 17:03:21 +0100
From: Roland Mas <email address hidden>
To: Erich Waelde <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#344032: [344032] bugfix for: bbdb: File error: "Cannot open load file",
 "bbdb-autoloads"

Erich Waelde (2006-01-06 16:05:53 +0100) :

> Hi all,
>
> 1. The installation of bbdb fails due to a bug in
> /usr/share/emacs/site-lisp/bbdb/lisp/Makefile The single quotes make
> the ending backslashes show up in the lisp code passed to emacs.

Hmm. So it's still a bug in bbdb (or in its packaging, more
probably), but it was probably triggered by the recent change in make
changing the syntax of makefiles.

Roland.
--
Roland Mas

Bada, bada, ba-da-da-daaa, doudou, doudou, dou-dou-dou-dou-baaa.
  -- in Song without words #1 (Paul Leavitt)

Revision history for this message
In , Olaf Meeuwissen (olaf.meeuwissen) wrote :

I just want to confirm that the patch contributed by Erich Waelde on
January 6, 2006 fixes the bug modulo the following: it also has to be
applied to Makefile.in.

I did the following to make the bug go away, where patch is the file
that contains Erich's patch:

  # sed -i 's/Makefile/Makefile.in/g' patch
  # patch -d /usr/share/emacs/site-lisp/bbdb/lisp -p0 < patch
  # sed -i 's/Makefile\.in/Makefile/g' patch
  # patch -d /usr/share/emacs/site-lisp/bbdb/lisp -p0 < patch
  # /var/lib/dpkg/info/bbdb.postinst configure

Versions of relevant packages:

  bbdb 2.35.cvs20040528-1
  emacs21 21.4a-3
  emacs21-bin-common 21.4a-3
  emacs21-common 21.4a-3
  emacs21-el 21.4a-3
  emacsen-common 1.4.16
  make 3.80+3.81.b4-1

Hope this helps,
--
Olaf Meeuwissen
FSF Associate Member #1962 sign up at http://member.fsf.org/
GnuPG key: 30EF893A/2774 815B DE83 06C8 D733 6B5B 033C C857 30EF 893A
Penguin's lib! -- I hack, therefore I am -- LPIC-2

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 11 Jan 2006 21:36:53 +0900
From: Olaf Meeuwissen <email address hidden>
To: <email address hidden>
Subject: Re: bbdb: File error: "Cannot open load file", "bbdb-autoloads"

I just want to confirm that the patch contributed by Erich Waelde on
January 6, 2006 fixes the bug modulo the following: it also has to be
applied to Makefile.in.

I did the following to make the bug go away, where patch is the file
that contains Erich's patch:

  # sed -i 's/Makefile/Makefile.in/g' patch
  # patch -d /usr/share/emacs/site-lisp/bbdb/lisp -p0 < patch
  # sed -i 's/Makefile\.in/Makefile/g' patch
  # patch -d /usr/share/emacs/site-lisp/bbdb/lisp -p0 < patch
  # /var/lib/dpkg/info/bbdb.postinst configure

Versions of relevant packages:

  bbdb 2.35.cvs20040528-1
  emacs21 21.4a-3
  emacs21-bin-common 21.4a-3
  emacs21-common 21.4a-3
  emacs21-el 21.4a-3
  emacsen-common 1.4.16
  make 3.80+3.81.b4-1

Hope this helps,
--
Olaf Meeuwissen
FSF Associate Member #1962 sign up at http://member.fsf.org/
GnuPG key: 30EF893A/2774 815B DE83 06C8 D733 6B5B 033C C857 30EF 893A
Penguin's lib! -- I hack, therefore I am -- LPIC-2

Revision history for this message
In , Paul Smith (psmith-nortel) wrote : Fix for makefile

Ouch! Yes, the makefile needs to be fixed as described here.

Note that a simpler fix, conceptually, might be just to do with this
target what is already being done for others like VM, etc., and why
those eval strings don't fail as well; something like:

  LOADVM = -eval '(and (not (string= "$(VMDIR)" "")) \
                    (setq load-path (cons "$(VMDIR)" load-path)) \
                    (load "vm" t t) \
                    (load "vm-vars" t t))'

  bbdb-hooks.elc: bbdb.elc bbdb-hooks.el
        @$(EMACS_PROG) -batch -q $(PUSHPATH) -l ./bbdb.elc \
        $(LOADVM) \
        -f batch-byte-compile $(@:.elc=.el)

--
-------------------------------------------------------------------------------
 Paul D. Smith <email address hidden> HASMAT: HA Software Mthds & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
        These are my opinions--Nortel takes no responsibility for them.

Revision history for this message
In , Joerg Jaspert (joerg) wrote : Bug#344032: fixed in bbdb 2.35.cvs20060204-1

Source: bbdb
Source-Version: 2.35.cvs20060204-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.cvs20060204-1.diff.gz
  to pool/main/b/bbdb/bbdb_2.35.cvs20060204-1.diff.gz
bbdb_2.35.cvs20060204-1.dsc
  to pool/main/b/bbdb/bbdb_2.35.cvs20060204-1.dsc
bbdb_2.35.cvs20060204-1_all.deb
  to pool/main/b/bbdb/bbdb_2.35.cvs20060204-1_all.deb
bbdb_2.35.cvs20060204.orig.tar.gz
  to pool/main/b/bbdb/bbdb_2.35.cvs20060204.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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joerg Jaspert <email address hidden> (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 address hidden>)

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

Format: 1.7
Date: Sat, 4 Feb 2006 16:32:31 +0100
Source: bbdb
Binary: bbdb
Architecture: source all
Version: 2.35.cvs20060204-1
Distribution: unstable
Urgency: low
Maintainer: Joerg Jaspert <email address hidden>
Changed-By: Joerg Jaspert <email address hidden>
Description:
 bbdb - The Insidious Big Brother Database (email rolodex) for Emacs
Closes: 192904 279920 296577 308336 344032 345186 345297 350449
Changes:
 bbdb (2.35.cvs20060204-1) unstable; urgency=low
 .
   * New CVS co
     - Bug fix: "bbdb-news-auto-create-p with 'prompt doesn't work" (Closes: #296577).
   * Bug fix: "bbdb: File error: "Cannot open load file",
     'bbdb-autoloads'" (Closes: #344032, #345186, #345297, #350449, #308336, #279920).
   * Bug fix: "bbdb does not work with gnus-5.10", (works for me [TM]) (Closes: #192904).
Files:
 6177019de726dc60d8b07c94406082c1 681 mail optional bbdb_2.35.cvs20060204-1.dsc
 309c587ff2e98eb5dfb450aaa91e947c 473539 mail optional bbdb_2.35.cvs20060204.orig.tar.gz
 305d98923e07b6ba4d291d29991b8ade 72603 mail optional bbdb_2.35.cvs20060204-1.diff.gz
 b68bb0e7a6d6f0941c23509313f4de7b 441900 mail optional bbdb_2.35.cvs20060204-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Joerg Jaspert <email address hidden> -- Debian Developer

iD8DBQFD5NRScV7WoH57iskRAn8FAJ4h4/m182PtTd/b8dWdeoanFQ8DAQCeIkYn
+EywAiHS0UAS5pN9PAv9odk=
=/Ulg
-----END PGP SIGNATURE-----

Revision history for this message
Matt Zimmerman (mdz) wrote :

Fixed in version bbdb/2.35.cvs20060204-1 by Joerg Jaspert <email address hidden>.

Why is this in main anyway?

Revision history for this message
Barry deFreese (bddebian) wrote :

Fixed in Dapper.

Changed in bbdb:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.