Your message dated Sat, 21 Oct 2017 08:49:49 +0000
with message-id <e1e5ptz-0008oz...@fasolo.debian.org>
and subject line Bug#877223: fixed in clisp 1:2.49.20170913-3
has caused the Debian Bug report #877223,
regarding clisp-fasl-loader not updated, causing error
`/usr/lib/xindy/xindy.mem' was not created by this version of CLISP
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 ow...@bugs.debian.org
immediately.)
--
877223: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=877223
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: clisp
Version: 1:2.49.20170913-2
Severity: important
Dear Maintainer,
With new clisp version I am getting this problem again when using xindy,
/usr/lib/clisp-2.49.60+/base/lisp.run: initialization file
`/usr/lib/xindy/xindy.mem' was not created by this version of CLISP runtime
This happened previously (see #580762 and #617378) and is caused by clisp
changing its internals without bumping clisp-fasl-loader.
I am attaching a proposed patch, it just bumps version by one day, so xindy
should notice that it is an incompatible ABI version. A binary NMU for
xindy should make it installable again together with new clisp. Some care is
needed to watch first when clisp is built for the different arches
xindy can temporarily work around this problem by bumping versioned clisp
dependencies to (clisp (>=2.49.20170913)) in Depends and Build-depends, but
a rebuild is needed anyway when clisp fixes its clisp-fasl-loader version,
so I think this is better addressed from clisp.
Thanks in advance
Regards,
-- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (200,
'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.12.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8),
LANGUAGE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages clisp depends on:
ii libc6 2.24-17
ii libffcall1a 1.13-0.2
ii libncurses5 6.0+20170902-1
ii libreadline5 5.2+dfsg-3+b1
ii libsigsegv2 2.11-1
ii libtinfo5 6.0+20170902-1
clisp recommends no packages.
Versions of packages clisp suggests:
pn clisp-dev <none>
pn clisp-doc <none>
ii gdb 7.12-6
pn slime <none>
-- no debconf information
--
Agustin
diff --git a/debian/patches/1000_bump-fasl-loader-version.diff b/debian/patches/1000_bump-fasl-loader-version.diff
new file mode 100644
index 0000000..b70794a
--- /dev/null
+++ b/debian/patches/1000_bump-fasl-loader-version.diff
@@ -0,0 +1,11 @@
+--- a/src/constobj.d
++++ b/src/constobj.d
+@@ -337,7 +337,7 @@
+ /* The date of the last change of the bytecode interpreter
+ or the arglist of any built-in function in FUNTAB or FUNTABR */
+ /* when changing, remove legacy ABI! */
+- LISPOBJ(version,"(20100806)")
++ LISPOBJ(version,"(20100807)")
+ LISPOBJ(machine_type_string,"NIL")
+ LISPOBJ(machine_version_string,"NIL")
+ LISPOBJ(machine_instance_string,"NIL")
diff --git a/debian/patches/series b/debian/patches/series
index 7bb99f2..1890221 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@ remove-webbugs
clisp-hurd-einval-extra.patch
fix-unpack_sstring_alloca_help_.patch
stream-flags-alignment.patch
+1000_bump-fasl-loader-version.diff
--- End Message ---
--- Begin Message ---
Source: clisp
Source-Version: 1:2.49.20170913-3
We believe that the bug you reported is fixed in the latest version of
clisp, which is due to be installed in the Debian FTP archive.
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 877...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sébastien Villemot <sebast...@debian.org> (supplier of updated clisp 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 21 Oct 2017 09:59:53 +0200
Source: clisp
Binary: clisp clisp-dev clisp-doc clisp-module-berkeley-db clisp-module-pcre
clisp-module-bindings-glibc clisp-module-postgresql clisp-module-clx
clisp-module-rawsock clisp-module-dbus clisp-module-gdbm clisp-module-zlib
Architecture: source
Version: 1:2.49.20170913-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Common Lisp Team
<pkg-common-lisp-devel@lists.alioth.debian.org>
Changed-By: Sébastien Villemot <sebast...@debian.org>
Description:
clisp - GNU CLISP, a Common Lisp implementation
clisp-dev - GNU CLISP, a Common Lisp implementation (development files)
clisp-doc - GNU CLISP, a Common Lisp implementation (documentation)
clisp-module-berkeley-db - clisp module that adds an interface to Berkeley DB
clisp-module-bindings-glibc - clisp module that adds the glibc bindings
clisp-module-clx - clisp module that adds X11 bindings
clisp-module-dbus - clisp module that adds an interface to D-Bus
clisp-module-gdbm - clisp module that adds an interface to GNU DBM
clisp-module-pcre - clisp module that adds libpcre support
clisp-module-postgresql - clisp module that adds a PostgreSQL interface
clisp-module-rawsock - clisp module that adds a low level socket interface
clisp-module-zlib - clisp module that adds zlib support for vectors
Closes: 877223
Changes:
clisp (1:2.49.20170913-3) unstable; urgency=medium
.
* bump-fasl-loader-version.patch: new patch, bumps ABI version.
Thanks to Agustin Martin (Closes: #877223)
* Rewrite d/rules using dh.
* Register manual and impnotes into doc-base.
* d/watch: use secure URL, bump to format version 4.
* Install manpages using dh_installman.
* Make binary packages arch:any (except those requiring FFI).
* Remove special flags for m68k, alpha and hppa.
* No longer hardcode version number in d/rules and d/*.install.
* Remove obsolete Breaks against c-l-c and cl-adsf.
* Strip extra "clisp" subdir from documentation install path.
* Add ghostscript to Build-Depends, for PDF documentation.
* Remove obsolete Pre-Depends on ${xlibs:PreDepends}.
* Enforce strict versioned dependency of modules on clisp main package.
* Bump Standards-Version to 4.1.1.
Checksums-Sha1:
024b93a440cc218f85be77fc3aa6992766b5314d 3814 clisp_2.49.20170913-3.dsc
f2d187709e6a6b85bd7af8ce0a31044b6386c18e 32780
clisp_2.49.20170913-3.debian.tar.xz
6fb9a30030e0b43ca64208267b9e888ebff3be47 14627
clisp_2.49.20170913-3_amd64.buildinfo
Checksums-Sha256:
832012a4ba22cd3999f2ecbd50135cd982ceb62df376197e809e06cb190b0409 3814
clisp_2.49.20170913-3.dsc
234667bf781ad2596c5ebb89ade524cc3131668a04048dba89e262e48658f52d 32780
clisp_2.49.20170913-3.debian.tar.xz
16d3ab9b11d532a7ca15e8eb89147821e8ba84963ca4c0bc1dedd9126ecd3b6a 14627
clisp_2.49.20170913-3_amd64.buildinfo
Files:
9e160d7d5482e15932dd18c079670e96 3814 lisp optional clisp_2.49.20170913-3.dsc
d72346188b5f33e0133fa27e75410f11 32780 lisp optional
clisp_2.49.20170913-3.debian.tar.xz
72d7a16725e5fc23a82ad9b274463a54 14627 lisp optional
clisp_2.49.20170913-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAlnrACQACgkQLOzpNQ7O
vkp1MRAAiE/sSYU+jgZNA2yBWPq8x927Zhjn0+ttQKzfA5kbHxlBVmp3dnTs70qb
moUAmC5X2xXVRmvZtPwz88rm0UI+BljcEqstGQS8YXNxjOOTV6vv51qUfu92gZ3H
yv4yVyZGbXZRL/7wympGrFrSpqfNuDjNumdbuNnr/bA3xSQ7tbgEQw1rssRtYsNV
43uCOeL+84XuleBXK2s4Y8isq35M5cw7EqVefCnraYRIMg1ZicyJwTOQOeC2WMwE
JoakzvlH4R1sBNdGQilD+6ay9X8EFJz17hx+oOVuJd6vfNBStffr+15HxGu0xCAd
ov8cJ4/zweHvb7NfiIEyfy5BNo5qyn0nNNHbkNx0HUCyK70WTYkIRmePWlllEIQy
PhBOF1KERWmj3AyGwyGcJ7NYPwIviwi4MWxxQZsWySmwFT/ybaq5zNTRfP/2Hhst
JfwIKmpApJKO9jPJC8/8KH9UqTBXHPSvIpqX754S5Yv4L45+6f17T6gDV/jrikfW
G/u4IAvD/xFb5o3iKu2o8x5bSyAA1JOg7iM5ylBkNxCZOIaoEDvjq+31JkL8Xi1O
GxgsG/Fz29ZH0giwqA3R9317BMTKIxlcrPiMBt9pHCYWUEbRj1VSABfeLPDbr98H
RWymYGuf8LqO4kVOUVpovkUVVsx6Ei1F9F1shIdna4RN2ROTusE=
=MnRT
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-common-lisp-devel mailing list
pkg-common-lisp-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-common-lisp-devel