Your message dated Sat, 13 Feb 2021 13:22:12 +0000
with message-id <[email protected]>
and subject line Bug#949400: Removed package(s) from unstable
has caused the Debian Bug report #734158,
regarding compiler can't handle object references in code
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.)
--
734158: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734158
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: guile-2.0
Version: 2.0.9+1-1
Severity: normal
guile-2.0's compiler can't handle code that directly references
procedures, GOOPS objects, or various other object types. The
interpreter, and for comparison guile-1.8, accept such references
just fine, allowing read-eval to be used to incorporate direct object
references into code. Test case:
$ cat t8
(cond-expand
(guile-2 (defmacro compile-time f `(eval-when (compile eval) ,@f)))
(else (defmacro compile-time f `(begin ,@f))))
(compile-time (fluid-set! read-eval? #t))
(write (#.+ 2 3))
(newline)
$ guile-1.8 t8
5
$ guile-2.0 --no-auto-compile t8
5
$ guile-2.0 t8
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /home/zefram/usr/guile/t8
;;; WARNING: compilation of /home/zefram/usr/guile/t8 failed:
;;; ERROR: build-constant-store: unrecognized object #<procedure + (#:optional
_ _ . _)>
5
This breaks most of the interesting uses for read-eval, albeit only when
attempting to compile the code. That it produces an actual error, and can
fall back to interpretation, limits the seriousness. However, there are
several related problems that exacerbate it, which I've recently reported:
auto-compilation is difficult to portably disable and the failure is
noisy (Bug#734009), silent failure when the object is a mutable pair
rather than a procedure (Bug#734157), and the limitation applies in the
REPL which doesn't fall back to the interpreter (Bug#734108).
This problem is described upstream at
<http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11198>. I'm reporting it
in the Debian system so that it is properly tracked from a Debian point
of view.
-zefram
--- End Message ---
--- Begin Message ---
Version: 2.0.13+1-5.4+rm
Dear submitter,
as the package guile-2.0 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/949400
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
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.
Joerg Jaspert (the ftpmaster behind the curtain)
--- End Message ---