Gnus development mailing list
 help / color / mirror / Atom feed
* [BUG]: Can't send news after upgrading Gnus
@ 2004-01-13 23:53 Xavier Maillard
  2004-01-14  0:00 ` Simon Josefsson
  0 siblings, 1 reply; 5+ messages in thread
From: Xavier Maillard @ 2004-01-13 23:53 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1363 bytes --]

Hello,

I tried to post onto a newsgroup tonight and it failed. Here is the
relevant backtrace:

,----
| Debugger entered--Lisp error: (wrong-number-of-arguments #[(object &optional beg end) "\b;ƒ	\0Ã\b!‡Š\bqˆÄ	†\x13\0e
| †\x18\0d\")‡" [object beg end sha1-string sha1-region] 3 ("/opt/share/emacs/21.3.50/site-lisp/flim/sha1-el.elc" . 6990)] 4)
|   sha1("49263bfd11d73bc69527c0e4cebc45de632a254e" nil nil binary)
|   canlock-sha1("49263bfd11d73bc69527c0e4cebc45de632a254e")
|   canlock-make-cancel-key("<plop87ptdnmmwt.fsf@gnu-rox.org>" "49263bfd11d73bc69527c0e4cebc45de632a254e")
|   canlock-insert-header()
|   message-insert-canlock()
|   message-send-news(nil)
|   message-send-via-news(nil)
|   message-send(nil)
|   message-send-and-exit(nil)
|   call-interactively(message-send-and-exit)
`----

I saw that something related to sha1 in the Changelog:

,----[ Changelog ]
| 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
| 
|         * message.el (message-canlock-generate): Require sha1-el.
`----

My problem is that I have 2 different sha1 package here:

* one in flim/
* and one installed by Gnus Makefile in /opt/share/emacs/site-lisp

Is this normal ?

I am running Emacs CVS and 'No Gnus' v.02

zeDek
-- 
GnusFR  (http://www.gnusfr.org)
EmacsFR (http://www.emacsfr.org)

.emacs: Because customisation is fun!


[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [BUG]: Can't send news after upgrading Gnus
  2004-01-13 23:53 [BUG]: Can't send news after upgrading Gnus Xavier Maillard
@ 2004-01-14  0:00 ` Simon Josefsson
  2004-01-14  0:14   ` Katsumi Yamaoka
  2004-01-14  6:45   ` Xavier Maillard
  0 siblings, 2 replies; 5+ messages in thread
From: Simon Josefsson @ 2004-01-14  0:00 UTC (permalink / raw)


Xavier Maillard <zedek@gnu-rox.org> writes:

> My problem is that I have 2 different sha1 package here:
>
> * one in flim/
> * and one installed by Gnus Makefile in /opt/share/emacs/site-lisp
>
> Is this normal ?

Either use FLIM from CVS or, better, make Gnus be before FLIM in
load-path.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [BUG]: Can't send news after upgrading Gnus
  2004-01-14  0:00 ` Simon Josefsson
@ 2004-01-14  0:14   ` Katsumi Yamaoka
  2004-01-14  6:42     ` Xavier Maillard
  2004-01-14  6:45   ` Xavier Maillard
  1 sibling, 1 reply; 5+ messages in thread
From: Katsumi Yamaoka @ 2004-01-14  0:14 UTC (permalink / raw)


>>>>> In <ilubrp78klz.fsf@latte.josefsson.org>
>>>>>	Simon Josefsson <jas@extundo.com> wrote:

> Xavier Maillard <zedek@gnu-rox.org> writes:

>> My problem is that I have 2 different sha1 package here:
>>
>> * one in flim/
>> * and one installed by Gnus Makefile in /opt/share/emacs/site-lisp
>>
>> Is this normal ?

> Either use FLIM from CVS or, better, make Gnus be before FLIM in
> load-path.

An easy way to do that is to put the following line in your
.emacs or .gnus.el file:

(push (file-name-directory (locate-library "gnus")) load-path)

The problem may be the version of FLIM containing new sha1-el.el
has not been released yet, though.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [BUG]: Can't send news after upgrading Gnus
  2004-01-14  0:14   ` Katsumi Yamaoka
@ 2004-01-14  6:42     ` Xavier Maillard
  0 siblings, 0 replies; 5+ messages in thread
From: Xavier Maillard @ 2004-01-14  6:42 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

On 14 Jan 2004, Katsumi Yamaoka verbalised:

> > > > > > In <ilubrp78klz.fsf@latte.josefsson.org>
> > > > > > 	Simon Josefsson <jas@extundo.com> wrote:
> 
> > Xavier Maillard <zedek@gnu-rox.org> writes:
> 
> > > My problem is that I have 2 different sha1 package here:
> > > 
> > > * one in flim/
> > > * and one installed by Gnus Makefile in /opt/share/emacs/site-lisp
> > > 
> > > Is this normal ?
> 
> > Either use FLIM from CVS or, better, make Gnus be before FLIM in
> > load-path.
> 
> An easy way to do that is to put the following line in your
> .emacs or .gnus.el file:
> 
> (push (file-name-directory (locate-library "gnus")) load-path)

Thank you for the hint.

zeDek
-- 
.o.  | Hacker wonderland
..o  |
ooo  | 


[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [BUG]: Can't send news after upgrading Gnus
  2004-01-14  0:00 ` Simon Josefsson
  2004-01-14  0:14   ` Katsumi Yamaoka
@ 2004-01-14  6:45   ` Xavier Maillard
  1 sibling, 0 replies; 5+ messages in thread
From: Xavier Maillard @ 2004-01-14  6:45 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

On 14 Jan 2004, Simon Josefsson stated:

> Xavier Maillard <zedek@gnu-rox.org> writes:
> 
> > My problem is that I have 2 different sha1 package here:
> > 
> > * one in flim/
> > * and one installed by Gnus Makefile in /opt/share/emacs/site-lisp
> > 
> > Is this normal ?
> 
> Either use FLIM from CVS or, better, make Gnus be before FLIM in
> load-path.

Yep , I just have did it and it is working now ;)

zeDek
-- 
GNUSFR.ORG                       http://gnusfr.org/
EMACSFR.ORG                      http://emacsfr.org/
Xavier Maillard                  Tel: +33 6 62 59 68 62


[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-01-14  6:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-13 23:53 [BUG]: Can't send news after upgrading Gnus Xavier Maillard
2004-01-14  0:00 ` Simon Josefsson
2004-01-14  0:14   ` Katsumi Yamaoka
2004-01-14  6:42     ` Xavier Maillard
2004-01-14  6:45   ` Xavier Maillard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).