Your message dated Fri, 30 Jun 2017 19:20:10 +0000
with message-id <e1dr1sc-000avm...@fasolo.debian.org>
and subject line Bug#801260: fixed in clisp 1:2.49.60+-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.60+-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.
Peter Van Eynde <pvane...@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: SHA512
Format: 1.8
Date: Fri, 30 Jun 2017 09:47:30 +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 amd64 all
Version: 1:2.49.60+-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Common Lisp Team
<pkg-common-lisp-devel@lists.alioth.debian.org>
Changed-By: Peter Van Eynde <pvane...@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: 724767 801260
Changes:
clisp (1:2.49.60+-1) unstable; urgency=medium
.
* New upstream snapshot release.
- fixes the -perm problem (Closes: #724767)
* Imported the changes from 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
* Use the new libsigsegv to build.
Checksums-Sha1:
755d17e7ba2f20a303e7275723f1b363f08e1dda 4867 clisp_2.49.60+-1.dsc
9ea18b5355613ab96f6cdad5a5303131c1242bb9 10690323 clisp_2.49.60+.orig.tar.gz
2a2dabf3e8d2d5b7453e132862d8aa742263682f 30444 clisp_2.49.60+-1.debian.tar.xz
1b7287d1467bb4f92f52abbee49e79f2f043fc3f 44268
clisp-dbgsym_2.49.60+-1_amd64.deb
ac759d6eda7ed6efe6bd24b7eecf81957fdc15cc 1409878 clisp-dev_2.49.60+-1_amd64.deb
c4c75d03e9f032d631057824a65985671b59381b 1126022 clisp-doc_2.49.60+-1_all.deb
ebd6bcdc94009694f3077997f4207a0f2030defc 4744
clisp-module-berkeley-db-dbgsym_2.49.60+-1_amd64.deb
cc870898ae2de62569ff5bdcb64772c6b3b3af2d 716202
clisp-module-berkeley-db_2.49.60+-1_amd64.deb
3e0b7e8f6b40b3d8fd2b91d431ade037f7be4f40 4686
clisp-module-bindings-glibc-dbgsym_2.49.60+-1_amd64.deb
04c9056c2cfb6630f8e3f8de41e3016c4e43e680 745310
clisp-module-bindings-glibc_2.49.60+-1_amd64.deb
786e2308bd305cc64aba736bdd48c4401c76d93a 11284
clisp-module-clx-dbgsym_2.49.60+-1_amd64.deb
0cb40a5bb19f1e122bb4507eebda01fdc4ad0470 871892
clisp-module-clx_2.49.60+-1_amd64.deb
af7a8a72d6ae61afc75422edb9cfb71331540932 4000
clisp-module-dbus-dbgsym_2.49.60+-1_amd64.deb
a8d893d56e02772050b13b3a9dd93eb062c7af4d 702392
clisp-module-dbus_2.49.60+-1_amd64.deb
8649bf2cab44bdd912f4dd141e0824957f1fcf84 3110
clisp-module-gdbm-dbgsym_2.49.60+-1_amd64.deb
126d5f239d20b95b9622ebba5270a0b33158b321 666968
clisp-module-gdbm_2.49.60+-1_amd64.deb
dae81741b3bc8fd42e3e3ec0769e3a467f0d8502 2934
clisp-module-pcre-dbgsym_2.49.60+-1_amd64.deb
a7c4024ca2bee947a98ce1c8407422b290da1816 663992
clisp-module-pcre_2.49.60+-1_amd64.deb
00825dd50c2ca82ddebefe1b41be701ca08579ea 3228
clisp-module-postgresql-dbgsym_2.49.60+-1_amd64.deb
6b2fef4e52687c0a40d01430003d570446af8d59 678914
clisp-module-postgresql_2.49.60+-1_amd64.deb
f4f93fcfc2f4f1d275936024743ebf6a827bda4d 4106
clisp-module-rawsock-dbgsym_2.49.60+-1_amd64.deb
cc835cc87de686672f09847c819f25bdaea9c20e 685850
clisp-module-rawsock_2.49.60+-1_amd64.deb
41c4080f1310bbb3ced185859d10c09eaf1d29c7 2250
clisp-module-zlib-dbgsym_2.49.60+-1_amd64.deb
c20d020e8a8b667fae7c9401c4a91c1bc0981ab3 654754
clisp-module-zlib_2.49.60+-1_amd64.deb
09d372635c17520c8a14ea6839efdd729a068ec4 14278 clisp_2.49.60+-1_amd64.buildinfo
baade6e86a47143fc6fbc540b0f3f73a420de603 2462464 clisp_2.49.60+-1_amd64.deb
Checksums-Sha256:
3645ac2e6eb3e8696ca93f4a3d696746878547df5f6287977c66f46884dbe839 4867
clisp_2.49.60+-1.dsc
47fc26c427626e36d60c61850f2894d87e70776785371ab51efe91454afa168b 10690323
clisp_2.49.60+.orig.tar.gz
bc2376bb64a92e12cf169a19012bfef627705a87b4d998f741fc8a5f9874bb53 30444
clisp_2.49.60+-1.debian.tar.xz
7db125b7ca12ec3644816e2e0e40e77a4078dfd1c10014578c33c2b642062fbf 44268
clisp-dbgsym_2.49.60+-1_amd64.deb
4739d5e0603b85a6bef81a70c8dc920b0988b06c141fd3a2e7266834d9ca013f 1409878
clisp-dev_2.49.60+-1_amd64.deb
7cfa89bb38144c03e0a504d59621b6b42eebd0eb52c23d6c8b9edf237eb2ea6f 1126022
clisp-doc_2.49.60+-1_all.deb
714040c4cf48a4aa976494cb3c76622bd2858cfda9cd35d6cdad44e618938abc 4744
clisp-module-berkeley-db-dbgsym_2.49.60+-1_amd64.deb
111ae877146059ef202e8ae1c55d2836cc13d6ddadabf4acbaf1497a5fc48bd3 716202
clisp-module-berkeley-db_2.49.60+-1_amd64.deb
6dec3ed1dbf172db3ad6e1f4c7d2ac4711cf7f728622278c910deed93fa6c044 4686
clisp-module-bindings-glibc-dbgsym_2.49.60+-1_amd64.deb
9533a9ad2470b43fd4e738913358710ef1b7255738338b14b99f648e5c1c313b 745310
clisp-module-bindings-glibc_2.49.60+-1_amd64.deb
4aff290f9225c04ec9a0010832268a6cdb8ea7999777aa9174b558e25604a94f 11284
clisp-module-clx-dbgsym_2.49.60+-1_amd64.deb
163320bdfe713f00d77e5f634c02400baa84d18d7415821c34162a62b852d589 871892
clisp-module-clx_2.49.60+-1_amd64.deb
fcaf7760e849dd5214cee002e1bf84eb3908ce4979c505d4a7c53c15ffaeccaf 4000
clisp-module-dbus-dbgsym_2.49.60+-1_amd64.deb
28aabeba19d6e3608e67d506ae227048d6a393f3b8f49c6a531a2850a15b894f 702392
clisp-module-dbus_2.49.60+-1_amd64.deb
8f2d6232651f5f18ee169b5747e4eccee5effbefbfcea871795726f1f8623678 3110
clisp-module-gdbm-dbgsym_2.49.60+-1_amd64.deb
7b253ac7e0e2cae723a5b1c923d82539563037153cb8b4090e3a6415a8fc53f5 666968
clisp-module-gdbm_2.49.60+-1_amd64.deb
21e07349089e5bc3759dc472a5f201e0c78dbebc8fe0a45325fb639f63a42aed 2934
clisp-module-pcre-dbgsym_2.49.60+-1_amd64.deb
2b57dabf469ebeaa320688cd3cca1fda8e8d19003bef5dee981418cb14b5ec2d 663992
clisp-module-pcre_2.49.60+-1_amd64.deb
7fc381b09d2e9fff2a1586477f1da80d2e16b1193bf308501a72072efe9e6ea0 3228
clisp-module-postgresql-dbgsym_2.49.60+-1_amd64.deb
d1152c49ef5cf318fb19f83a4e4a911d39ef6911988382954e17e5d59cfb7f80 678914
clisp-module-postgresql_2.49.60+-1_amd64.deb
17fb5960161562cea8fade7d4c7c4358cd94747ad5a5ea179ff768e355c8b9a3 4106
clisp-module-rawsock-dbgsym_2.49.60+-1_amd64.deb
6e939a936db6be13d7017c3ec813b0521673c654e2485ac8d60b5fb031ad38d4 685850
clisp-module-rawsock_2.49.60+-1_amd64.deb
767a581d04704bcf679de05107af33d2e59cbc9d03e8c6ee3a40a8d75d306143 2250
clisp-module-zlib-dbgsym_2.49.60+-1_amd64.deb
eaea7cb6c64cd34fcca284df7ad594d3678b525b79596e2350fcb499cf2c4f98 654754
clisp-module-zlib_2.49.60+-1_amd64.deb
dc409a5fa57db4d9f15aebe1dd9f8a122315431c8be2df48e5d09cb98c91e8b2 14278
clisp_2.49.60+-1_amd64.buildinfo
1a8c97e152af890643d921e07e961f53b41cc1e712bb9320afdbd3dda4bbe5fd 2462464
clisp_2.49.60+-1_amd64.deb
Files:
32e6dec24cebd653ef18b9a885f8a370 4867 lisp optional clisp_2.49.60+-1.dsc
7fbbc316ed17b9e643a2287c9df93b8a 10690323 lisp optional
clisp_2.49.60+.orig.tar.gz
4031b70d1785d49374dd5acc7ccf89fc 30444 lisp optional
clisp_2.49.60+-1.debian.tar.xz
841a536c081222fb8b519089a9598ff4 44268 debug extra
clisp-dbgsym_2.49.60+-1_amd64.deb
33ee558b20081aac092ef58faae4da72 1409878 lisp optional
clisp-dev_2.49.60+-1_amd64.deb
6933cc81a7842ff35a4f9fbf4dfc4501 1126022 doc optional
clisp-doc_2.49.60+-1_all.deb
dbcabc6715e0ccb164c76f5ed0f26df5 4744 debug extra
clisp-module-berkeley-db-dbgsym_2.49.60+-1_amd64.deb
e7434627bef0d34752a6876fd8a2f04f 716202 lisp optional
clisp-module-berkeley-db_2.49.60+-1_amd64.deb
ba65b986281665bd606d06ba484ac45b 4686 debug extra
clisp-module-bindings-glibc-dbgsym_2.49.60+-1_amd64.deb
32e84250f49048019597ce9db2de803f 745310 lisp optional
clisp-module-bindings-glibc_2.49.60+-1_amd64.deb
bcd0825c98252169c0ca0e98e8aca574 11284 debug extra
clisp-module-clx-dbgsym_2.49.60+-1_amd64.deb
ccf1f1e6fe13fad6f1f913e58a7b0f66 871892 lisp optional
clisp-module-clx_2.49.60+-1_amd64.deb
31513f7f18af23ecf059d1ec8d499b8e 4000 debug extra
clisp-module-dbus-dbgsym_2.49.60+-1_amd64.deb
48f63e17bd5f6e1211266f0b68c22323 702392 lisp optional
clisp-module-dbus_2.49.60+-1_amd64.deb
e8f9154f86a3e0a547e262bd5651159d 3110 debug extra
clisp-module-gdbm-dbgsym_2.49.60+-1_amd64.deb
252d55f3cdfd157a1d871462d8e2d1d1 666968 lisp optional
clisp-module-gdbm_2.49.60+-1_amd64.deb
5799724ccc3386c6e990204b8ba4a589 2934 debug extra
clisp-module-pcre-dbgsym_2.49.60+-1_amd64.deb
d0b53b6f10858d910c698e89c3038192 663992 lisp optional
clisp-module-pcre_2.49.60+-1_amd64.deb
6c010822fa736ac498b5cd53f6abe039 3228 debug extra
clisp-module-postgresql-dbgsym_2.49.60+-1_amd64.deb
91ed4ef72fc23b3f678e37688b29c967 678914 lisp optional
clisp-module-postgresql_2.49.60+-1_amd64.deb
f1a3266f66a061d47a6cfa51c9c9b974 4106 debug extra
clisp-module-rawsock-dbgsym_2.49.60+-1_amd64.deb
16b1c55b0f49b04e2b96c46c215573b3 685850 lisp optional
clisp-module-rawsock_2.49.60+-1_amd64.deb
23e1d8878fd13cf4aceb86cab51f6ddf 2250 debug extra
clisp-module-zlib-dbgsym_2.49.60+-1_amd64.deb
4fe62537026d2163331f9b25c7d1d4c7 654754 lisp optional
clisp-module-zlib_2.49.60+-1_amd64.deb
90c3053cb07d96a2f7a18bd08a7f2a0e 14278 lisp optional
clisp_2.49.60+-1_amd64.buildinfo
5c6ac629eea3ea6a9c5ec18fe1220046 2462464 lisp optional
clisp_2.49.60+-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
iQKTBAEBCgB9FiEEq/pVygOvMEtssvu/qyvF+S+rne0FAllWn1pfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFC
RkE1NUNBMDNBRjMwNEI2Q0IyRkJCRkFCMkJDNUY5MkZBQjlERUQACgkQqyvF+S+r
ne2B8xAAmPVRoBHGTMU935aZvQekKOMTUP8jmIFhuKcRrAkGFqAYxt39QZ7HtU3w
hXtlE/L4txQzWBmbK1msJMkZnline6AKaOXENKaRIP0K5ApZS0pQD54Iz1NVt0Rz
OJYPYo4lYmoVAp9foL6MTTwGtosDUcJuWGWwRTmFhFT4Z2RN5rq3ld48CToG0t78
uWJ+nthWQeo1kygUpBtkskA1qBLHp0rhm4fqcuzTCHwGUEB50EogxO5n7tRdtXtJ
VjMi5gdFhc+XBFQtYD6lRly0a1hw25w2i5KSaIlvTU7a625S5pcPbbDtERUXF2SS
kJU0LHY3Lt5aV0KDHeEE+8KmbTI9LOCTP3R2Wv/ZTW3RyAW+rH32zkIpTo7NAlMt
VobD14EmzICHt1jozM2mB5AUPDzLJ9LlbaVZiLqgoBkdHMo2yDkt2y2jPvQEEOdk
S4mxL6qwn7+hi+sgL+bum9Ap6lctKlQ92d6dNjVNtKeSpfH+m57kKDkkLXnSv1S2
JOPMZ4sIL5VIpIXYQMqrDv7cE6sh8XUXgDCrbABKCZQN2JWb2vqOxGYaV6NuCTxm
Dsxb0NPVvnOatTi/6Dq4XDA8pIjpokUEymmhsa18Wy/MsHfBZTYFj8utqDZZqRzN
vYM2cl7B/eKubM1GgYgVq7yg0V9NBFrMIM9ZrH/5C0Qb9orlAYs=
=yK+m
-----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