Your message dated Mon, 25 Jul 2016 17:34:26 +0000 with message-id <[email protected]> and subject line Bug#829626: fixed in tasksh 1.0.0-3 has caused the Debian Bug report #829626, regarding tasksh: FTBFS on hurd-i386: 'PATH_MAX' was not declared in this scope 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.) -- 829626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829626 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: tasksh Version: 1.0.0-1 Severity: important Justification: fails to build from source The hurd-i386 build of tasksh failed: /«PKGBUILDDIR»/src/Directory.cpp:166:12: error: 'PATH_MAX' was not declared in this scope char buf[PATH_MAX]; This is a common portability issue on the Hurd, which imposes no hard limit here. IIRC, the usual fix is to add a conditional definition: #ifndef PATH_MAX # define PATH_MAX 4096 #endif Could you please take a look? Thanks!
--- End Message ---
--- Begin Message ---Source: tasksh Source-Version: 1.0.0-3 We believe that the bug you reported is fixed in the latest version of tasksh, 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. Iain R. Learmonth <[email protected]> (supplier of updated tasksh 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: SHA1 Format: 1.8 Date: Mon, 25 Jul 2016 18:21:52 +0100 Source: tasksh Binary: tasksh Architecture: source amd64 Version: 1.0.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Tasktools Packaging Team <[email protected]> Changed-By: Iain R. Learmonth <[email protected]> Description: tasksh - shell command that wraps Taskwarrior commands Closes: 829626 Changes: tasksh (1.0.0-3) unstable; urgency=medium . * Add patch to define PATH_MAX if not defined (Closes: #829626) Checksums-Sha1: 8e7221ec368a0975b14bdef824d49db2079fd426 1565 tasksh_1.0.0-3.dsc 6a54f6e53b510730f1e1d3a0461028bfcd0763e2 2472 tasksh_1.0.0-3.debian.tar.xz dc4b9bac3f6491f140ceba4ab7ea391de99f0f68 223740 tasksh-dbgsym_1.0.0-3_amd64.deb b72195a6bbb965649f8a368a4840693a8742fa8f 30562 tasksh_1.0.0-3_amd64.deb Checksums-Sha256: f44a7d2c9847d5a10507abe597d2c532c558487cdaec2c20945cd58fd0efd903 1565 tasksh_1.0.0-3.dsc 776dab1d890c00f1c633088c4f954e27d7cb86b37cfa50a1d2aca7863e94744b 2472 tasksh_1.0.0-3.debian.tar.xz e8ae0cca59d46c344b46a9de22ea934ef026cc00670ee8682505bad81286afdd 223740 tasksh-dbgsym_1.0.0-3_amd64.deb c71f894ba43aa3ab173334770be8c94fece787950bb48b3c503f36fb3f3b3c8f 30562 tasksh_1.0.0-3_amd64.deb Files: a026cde666a05f0add1e429411d995ed 1565 utils optional tasksh_1.0.0-3.dsc ce0b07948ac19e1a0fccdbdeca73e87f 2472 utils optional tasksh_1.0.0-3.debian.tar.xz ed7f5b6f6d879f46699316c4577bd5af 223740 debug extra tasksh-dbgsym_1.0.0-3_amd64.deb 8201e4fa0ca51ffb75befa356f08a088 30562 utils optional tasksh_1.0.0-3_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJXlksfAAoJEMx+J398PcNN3BcH/jf5qPDeOYEtuK2A0VN6eHmy EWsfbBmUjfIOumn5HdIZYJVcRSWcFqHmIgZSO0AIhjx6kfafTsqVZQl7OS3y5sLT 8jDsf9U2Eal2Mx9BtsrqLimvcBHr9DnOhTs4kny1hT9Yxk8O4YhOqtJhZoxB/mWm XrhM9BFn1VAPADGbYXqjF84i82tFxc0iAsgKtBylkEoYhNcaVSm15IUax+86eGXX wosF2DJfRgOZe45o753brgmQYRGdaK2vAK7H7rGzx8ZWIQCxWgexNKNplvLPID7G /zFqZ3QIOZ7QcDGbZ8wUfzPKOjlEOtrCLTdXaMQkwOez2l1gjPNTo6w9nchDFpg= =29t0 -----END PGP SIGNATURE-----
--- End Message ---

