Your message dated Mon, 17 Feb 2014 12:44:25 +0000
with message-id <[email protected]>
and subject line Bug#739234: Removed package(s) from unstable
has caused the Debian Bug report #313285,
regarding correction of function elib-avl-mapc and the no (elib-stack-pop 
elib-stack-push & elib-stack-create function)
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.)


-- 
313285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=313285
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: elib
Version: 1.0-11

when the function elib-avl-mapc is called, u receveiv some error cause the 
functions
elib-stack-create is not define.
here is the instruction to enter in EMACS 21 in ielm mode to see the bug

M-x load-library avltree
(setq toto (avltree-create '<))
(avltree-enter toto 13)
(avltree-enter toto 7)
(avltree-enter toto 5)
(elib-avl-mapc (lambda (x) (aset x 2 (1+ (aref x 2)))) (elib-avl-root toto))
--> error

the bug is easy to repair , u just have to edit the avltree.el file, go to the 
line 407 where u find the elib-avl-mapc function's code
there u modify all the elib-stack-foobar function by stack-foobar M-x 
replace-string defun elib-stack <ret> defun stack do it
paerfectly. Hope this will help

On a Debian etch 
Linux version 2.6.8-2-k7 ([email protected]) (gcc version 3.3.5 
(Debian 1:3.3.5-12)) #1 Thu May 19 18:03:29 JST 2005

diff elib-1.0/avltree.el my_avltree.el
Tags: patch
415c415
<       (stack (elib-stack-create))
---
>       (stack (stack-create))
417c417
<     (elib-stack-push stack nil)
---
>     (stack-push stack nil)
422c422
<           (elib-stack-push stack node)
---
>           (stack-push stack node)
428c428
<         (setq node (elib-stack-pop stack)
---
>         (setq node (stack-pop stack)





--- End Message ---
--- Begin Message ---
Version: 1.0-11.2+rm

Dear submitter,

as the package elib has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/739234

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to