Your message dated Tue, 15 Dec 2015 16:34:48 +0000
with message-id <[email protected]>
and subject line Bug#802602: fixed in picolisp 15.11-1
has caused the Debian Bug report #802602,
regarding picolisp: FTBFS on 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 [email protected]
immediately.)
--
802602: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802602
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: picolisp
Version: 3.1.11.1-1
Severity: important
Tags: patch
Usertags: hurd
User: [email protected]
Hello,
Currently picolisp FTBFS on GNU/Hurd due to that PIPE_BUF is not defined
in limits.h. The attached patch solves this problem by defining it in
src/io.c to 4096 for systems that don't. Alternately this constant could
be using the _POSIX_PIPE_BUF value of 512 from posix1_lim.h included via
limits.h or dynamically with the aid of fpathconf (fd, _PC_PIPE_BUF).
Thanks!
--- a/src/io.c.orig 2015-06-01 14:36:36.000000000 +0200
+++ b/src/io.c 2015-10-21 16:07:03.000000000 +0200
@@ -9,6 +9,10 @@
#define fcntl(fd,cmd,fl) 0
#endif
+#ifndef PIPE_BUF
+#define PIPE_BUF 4096
+#endif
+
static any read0(bool);
// I/O Tokens
--- End Message ---
--- Begin Message ---
Source: picolisp
Source-Version: 15.11-1
We believe that the bug you reported is fixed in the latest version of
picolisp, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kan-Ru Chen (陳侃如) <[email protected]> (supplier of updated picolisp 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 16 Dec 2015 00:19:17 +0800
Source: picolisp
Binary: picolisp
Architecture: source amd64
Version: 15.11-1
Distribution: unstable
Urgency: medium
Maintainer: Kan-Ru Chen (陳侃如) <[email protected]>
Changed-By: Kan-Ru Chen (陳侃如) <[email protected]>
Description:
picolisp - Lisp interpreter and application server framework
Closes: 802602
Changes:
picolisp (15.11-1) unstable; urgency=medium
.
* New upstream release
* Refresh patches
* debian/patches/0004-picolisp_reproducible_build.patch:
Make amd64 build reproducible
* Fix FTBFS on hurd-i386. Thanks Svante Signell for the patch.
(Closes: 802602)
* Build x86_64 and ppc64el with ersatz.
Remove dependency of gcc-multilib.
Checksums-Sha1:
1326bec6a68c5e20914ebd30eb934497de406f44 2263 picolisp_15.11-1.dsc
b7f9203d7f817c0b4d63d79e437412a008983823 936116 picolisp_15.11.orig.tar.gz
651d35cc3447f694acc8b9e5f9011144b0d11fb8 9312 picolisp_15.11-1.debian.tar.xz
0c8a47150bfe04bf6ed1c5826409f418a747310c 781980 picolisp_15.11-1_amd64.deb
Checksums-Sha256:
854dfc911f7a3c7252e3c152bfd4b5af5c6c048d1ca3d5d46bd0ace7ced34eac 2263
picolisp_15.11-1.dsc
a85c9e83da8b72f8e65290f69fddfec025020500c001abcd5fdca043dfb1213e 936116
picolisp_15.11.orig.tar.gz
94d174a2c8401923c421af9652102e84bd0752d9b4852301d896bc0c2188b7f3 9312
picolisp_15.11-1.debian.tar.xz
6d147be945031abe6a904d9d6b2124b069737da6204fb48b00db307d769fd33b 781980
picolisp_15.11-1_amd64.deb
Files:
f6334ca801d60c127387a396dcd4e11c 2263 lisp optional picolisp_15.11-1.dsc
41e26c0f85d9ddd7a9097f360b77daec 936116 lisp optional
picolisp_15.11.orig.tar.gz
e1e9d47e0ae5708d48f3c13dc58de0a9 9312 lisp optional
picolisp_15.11-1.debian.tar.xz
9967c20bcd00ca63210dd01af6c697e2 781980 lisp optional
picolisp_15.11-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJWcD5fAAoJEAo5NUq25X3hEGcP/AxbfTIbAF6qG8RSksaFn/Bc
FswXKuJvMyWvMprmiY7QwNUXYHlly/Am1szgbjT1hhg9XbFF9CI1Aer8JCKMg8rn
7mVyUNdlR95/HMq0UlJ4Z7X4MaALfHpG9Aj7gKRyBrVLV2vlwvAIaFSfaRxdy19M
dZStP80o4o5qpQqCnZ0NsI5f7LSVQuwfY8IPxpHTgfh1pMKhSmnHhptfzbyTv3RV
IxIZiFgOSAT45rA3O5n3FSnB7X5qNBE9DYm2Zx9PL7MceKL3KedLiUVAIzNu2wVu
XJCS2caud7iF0OFWykWW2SnTMiiq7DXtyvyPMQJ1cwhqpoqsXpmKzObe0+4t2hTw
R0bs83BvV4kV1Q6pBJKDw1hYy7oR/fgKmpGN1Cqvlmso/mfByOrn+1ba/7CknrpG
IKkOSw5MIsC8X6Z5DeM4CDdhgeeseMgVEzuIfiq4PCl5eZvWwarnAxzplaEuBJCd
yHYqdwTcjDalILI4Hacwa5EaPL3CfEcYGUG/+gDGy/MQsq2MGwRoM0xsRs4NEHOI
rDBNEZXCoYEjKdKbNDsxlxtO+0qSdGRIAHQj1FfOfRmF9jc7fRhoHUgNFImSyNAA
ZExkIJ6fgUJO0ksZYpAVbVzFZBytU/Ne4LzwBYerI8/xCx1ns89Y+cm20L0FLvmC
RRmD9Jp+vnwn55AJsa6n
=PzoH
-----END PGP SIGNATURE-----
--- End Message ---