[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#218335: marked as done (ncurses-hexedit: patch for GNU/Hurd)



Your message dated Fri, 27 Apr 2007 15:02:33 +0000
with message-id <E1HhRxx-0001Xj-8c@ries.debian.org>
and subject line Bug#218335: fixed in ncurses-hexedit 0.9.7-13
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ncurses-hexedit
Version: 0.9.7-11
Tags: patch

There is no PATH_MAX in GNU/Hurd, so this package does not compile
from source.

The "right" fix for this would be to modify the program so that no
PATH_MAX is assumed (doing dynamic allocation of the required space),
but for now this patch should be enough:

diff -ru ncurses-hexedit-0.9.7.orig/src/hexedit.h ncurses-hexedit-0.9.7/src/hexedit.h
--- ncurses-hexedit-0.9.7.orig/src/hexedit.h	1999-08-08 04:20:38.000000000 +0200
+++ ncurses-hexedit-0.9.7/src/hexedit.h	2003-10-30 01:53:41.000000000 +0100
@@ -33,6 +33,9 @@
 #ifdef HAVE_LIMITS_H
 #include <limits.h>
 #endif
+#ifndef PATH_MAX
+#define PATH_MAX 4096
+#endif

 #ifdef STDC_HEADERS
 #include <stdlib.h>

Thanks.


--- End Message ---
--- Begin Message ---
Source: ncurses-hexedit
Source-Version: 0.9.7-13

We believe that the bug you reported is fixed in the latest version of
ncurses-hexedit, which is due to be installed in the Debian FTP archive:

ncurses-hexedit_0.9.7-13.diff.gz
  to pool/main/n/ncurses-hexedit/ncurses-hexedit_0.9.7-13.diff.gz
ncurses-hexedit_0.9.7-13.dsc
  to pool/main/n/ncurses-hexedit/ncurses-hexedit_0.9.7-13.dsc
ncurses-hexedit_0.9.7-13_i386.deb
  to pool/main/n/ncurses-hexedit/ncurses-hexedit_0.9.7-13_i386.deb



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 218335@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated ncurses-hexedit 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 27 Apr 2007 16:48:49 +0200
Source: ncurses-hexedit
Binary: ncurses-hexedit
Architecture: source i386
Version: 0.9.7-13
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 ncurses-hexedit - Edit files/disks in hex, ASCII and EBCDIC
Closes: 218335 291656
Changes: 
 ncurses-hexedit (0.9.7-13) unstable; urgency=low
 .
   * QA upload.
   * src/hexedit.h: Define a fallback value for PATH_MAX on GNU/Hurd.
     Thanks to Santiago Vila for the patch.  Closes: #218335.
   * src/help.c: Fix typo in help screen.  Closes: #291656.
   * debian/changelog: Remove obsolete Emacs local variables.
Files: 
 c99d9ddc728b7bf7b930f6e56cb2855d 631 editors optional ncurses-hexedit_0.9.7-13.dsc
 6aaab003110a4c7864de922e2715000f 30008 editors optional ncurses-hexedit_0.9.7-13.diff.gz
 3933cce5afdd62a7a5c7458d657c10ac 64048 editors optional ncurses-hexedit_0.9.7-13_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGMg16qbYs6sQrY8oRAuTfAJ9BddZW6jkAbkqUpx0JisZfY0yOUwCgpiNL
0cQEIpmv+hv9AiOfyIinhxs=
=Pbzh
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: