Your message dated Mon, 12 Oct 2015 21:19:49 +0000
with message-id <e1zlkvz-0004vo...@franck.debian.org>
and subject line Bug#801260: fixed in clisp 1:2.49+hg.2015.05.31-1
has caused the Debian Bug report #801260,
regarding clisp: Clisp cannot be buit for hurd-i386
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.)
--
801260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: clisp
Version: 1:2.49-10
Severity: serious
Tags: patch
Justification: fails to build from source
Dear Maintainer,
Clisp cannot be built under hurd-i386 since clisp does not recognize Hurd errno
values. This patches fixes that and prevents clisp to not crash when using
fsync().
Please see https://lists.debian.org/debian-hurd/2015/09/msg00031.html for more
information.
-- System Information:
Debian Release: stretch/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hurd-i386 (i686-AT386)
Kernel: GNU-Mach 1.5+git20150922-486/Hurd-0.6
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages clisp depends on:
ii libc0.3 2.19-22
ii libffcall1 1.10+cvs20100619-3
ii libncurses5 6.0+20150810-1
ii libreadline5 5.2+dfsg-3
ii libsigsegv2 2.10-4+b1
ii libtinfo5 6.0+20150810-1
clisp recommends no packages.
Versions of packages clisp suggests:
ii clisp-dev 1:2.49-10
ii clisp-doc 1:2.49-10
ii gdb 7.10-1
pn slime <none>
-- no debconf information
Description: Define IS_EINVAL_EXTRA for Hurd systems
clisp (1:2.49-10) unstable; urgency=medium
.
* Makes clisp compile under debuild
* Solves https://lists.debian.org/debian-hurd/2012/06/msg00053.html)
Author: Flavio Cruz <flavioc...@gmail.com>
Last-Update: 2015-09-23
--- clisp-2.49.orig/src/stream.d
+++ clisp-2.49/src/stream.d
@@ -3483,6 +3483,8 @@ local void clear_tty_input (Handle handl
#define IS_EINVAL_EXTRA ((errno==EBADF)||(errno==EACCES)||(errno==EBADRQC))
#elif defined(UNIX_DARWIN) || defined(UNIX_FREEBSD) || defined(UNIX_NETBSD) || defined(UNIX_OPENBSD)
#define IS_EINVAL_EXTRA ((errno==EOPNOTSUPP)||(errno==ENOTSUP)||(errno==ENODEV))
+#elif defined(UNIX_HURD)
+ #define IS_EINVAL_EXTRA ((errno==EOPNOTSUPP)||(errno==EMIG_BAD_ID))
#else
#define IS_EINVAL_EXTRA 0
#endif
--- End Message ---
--- Begin Message ---
Source: clisp
Source-Version: 1:2.49+hg.2015.05.31-1
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 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christoph Egger <christ...@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: Mon, 12 Oct 2015 19:07:29 +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+hg.2015.05.31-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Common Lisp Team
<pkg-common-lisp-devel@lists.alioth.debian.org>
Changed-By: Christoph Egger <christ...@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: 801260
Changes:
clisp (1:2.49+hg.2015.05.31-1) experimental; urgency=medium
.
* Upload hg snapshot to experimental
* Import patch from Flavio Cruz for hurd, thanks! (Closes: #801260)
* Remove all patches (apart from hurd/webbugs) for now. Will re-add as needed
* Drop wildcard package; dropped upstream
Checksums-Sha1:
cbe8c03a66f3a1aadd5fca57fa1e67087e744c6c 4745 clisp_2.49+hg.2015.05.31-1.dsc
451db704eb329c5d503bea4d17403c4562cd8755 6610316
clisp_2.49+hg.2015.05.31.orig.tar.xz
a0e7a963d3e93cd3c60f50595c41da0ed0f33bea 30900
clisp_2.49+hg.2015.05.31-1.debian.tar.xz
Checksums-Sha256:
763823427cef1b85edc5229a9eec04ddb278b5c6c1b9756287f580d3cbc8e92d 4745
clisp_2.49+hg.2015.05.31-1.dsc
88cc8f2c09811abb339ae67b4717d29b68409a6abeb67b4189c12dd953b1b210 6610316
clisp_2.49+hg.2015.05.31.orig.tar.xz
efdfa29565b9dda1ed34e87fce594914b668279861df557cea1aad9775fcfbd3 30900
clisp_2.49+hg.2015.05.31-1.debian.tar.xz
Files:
c6242db455d9bae4e9ed8126c3a36ec3 4745 lisp optional
clisp_2.49+hg.2015.05.31-1.dsc
314ae57a7391feb64808e2a6849791c3 6610316 lisp optional
clisp_2.49+hg.2015.05.31.orig.tar.xz
877b8a01e87c820be2ddc06e2e2d7f21 30900 lisp optional
clisp_2.49+hg.2015.05.31-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWHA4tAAoJEKv/7bJACMb5RF4QAJyYQcz5ybHF91/XYecnvHFL
BEzdS6ZrvVQK0xryFfggMphlQ7+7Aq8Rfeal/Hip5yiBtCoV3ywnE+Pxgt0aQupr
6c5nC3e5CvK2ILtedddiJ3zO1R9fdvjpDUsJQIGsEeurrSaMU49nDHvxTdPDlbbm
zs4TPFhJIgv9LHk4okPlE0ibCX/Bqa2m0moFe9lCp4pDNupFulS97V3NNoCPuYBO
MWJB8LRNFPffywKal9cZSFyo733AaCvUQNlpDoDhQwg7SeGzL/AJ9YStysJO24PQ
s98en68VDjAF4WGgJGn4/d328gqYoPexyLlK3ZhdZoVp/HmBB/Srgw7eEVfQOEsU
z9CEdF5OgPVGFqCNiM2fH/v4f1JOnvPjL8Z31avxR0Zhn76Z1YDWu/PjOpZhWXYZ
Fw9XP++VDXMx8+ggqphWbZEFn5jFaVEOStIybGvEJAQETq2uSkD7IXz6fFjGF1Wh
ptDQXJdhYraZVroZTjkgqgXu+pnSKDuKq4v6t11MYiTDn67aHJccMhAUyKGgmfyG
NZyRkpYncvAi13oVPVW0XuXDXKUeug0Nloee1AkKe+JkXpUBHOTcmSQFYMp3QLZI
IfU91ZnPBLGIYfOoycNcQVyVwP+hxAWQxochA4JnO2obaZllIH2O0P2B3dby0FN6
ngpczPCVWKtc3qS9wwXx
=xdzi
-----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