Your message dated Sat, 12 Mar 2011 11:18:48 +0000
with message-id <[email protected]>
and subject line Bug#616299: fixed in sane-backends 1.0.22-2
has caused the Debian Bug report #616299,
regarding sane-backends: FTBFS on hurd-i386: unconditional PATH_MAX usage
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.)


-- 
616299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616299
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sane-backends
Version: 1.0.22-1
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd

Hi,

currently[1], sane-backends fails to build on GNU/Hurd.
The problem is an unconditional usage of PATH_MAX, which the attached patch
"fixes" in the same way as done with other PATH_MAX occurrences in
sane-backend's code (i.e. defining it if not defined).

[1] 
https://buildd.debian.org/fetch.cgi?pkg=sane-backends&arch=hurd-i386&ver=1.0.22-1&stamp=1297986341&file=log&as=raw

Thanks,
-- 
Pino
Author: Pino Toscano <[email protected]>
Description: fix PATH_MAX occurrency

Index: sane-backends-1.0.22/frontend/saned.c
===================================================================
--- sane-backends-1.0.22.orig/frontend/saned.c	2011-03-03 10:57:59.000000000 +0100
+++ sane-backends-1.0.22/frontend/saned.c	2011-03-03 10:58:40.000000000 +0100
@@ -209,6 +209,10 @@
 # define MAXHOSTNAMELEN 120
 #endif
 
+#ifndef PATH_MAX
+# define PATH_MAX       1024
+#endif
+
 struct saned_child {
   pid_t pid;
   struct saned_child *next;

--- End Message ---
--- Begin Message ---
Source: sane-backends
Source-Version: 1.0.22-2

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

libsane-dbg_1.0.22-2_amd64.deb
  to main/s/sane-backends/libsane-dbg_1.0.22-2_amd64.deb
libsane-dev_1.0.22-2_amd64.deb
  to main/s/sane-backends/libsane-dev_1.0.22-2_amd64.deb
libsane_1.0.22-2_amd64.deb
  to main/s/sane-backends/libsane_1.0.22-2_amd64.deb
sane-backends_1.0.22-2.debian.tar.gz
  to main/s/sane-backends/sane-backends_1.0.22-2.debian.tar.gz
sane-backends_1.0.22-2.dsc
  to main/s/sane-backends/sane-backends_1.0.22-2.dsc
sane-utils_1.0.22-2_amd64.deb
  to main/s/sane-backends/sane-utils_1.0.22-2_amd64.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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien BLACHE <[email protected]> (supplier of updated sane-backends 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: Sat, 12 Mar 2011 11:32:32 +0100
Source: sane-backends
Binary: sane-utils libsane libsane-dev libsane-dbg
Architecture: source amd64
Version: 1.0.22-2
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE <[email protected]>
Changed-By: Julien BLACHE <[email protected]>
Description: 
 libsane    - API library for scanners
 libsane-dbg - API development library for scanners [debug symbols]
 libsane-dev - API development library for scanners [development files]
 sane-utils - API library for scanners -- utilities
Closes: 614009 616299 617307
Changes: 
 sane-backends (1.0.22-2) unstable; urgency=low
 .
   * debian/patches/udev_usb_suspend.patch:
     + Added; switch to using power/control instead of power/level for
       device power setting, if available.
   * debian/patches/xerox_mfp_fix_usb_devices.patch:
     + Added; fix detection/handling of USB devices in xerox_mfp
       (closes: #617307).
   * debian/patches/xerox_mfp_add_scx_4623fw.patch:
     + Added; add IDs for the Samsung SCX-4623FW.
   * debian/patches/hurd_path_max_fix.patch:
     + Added; fix build on HURD where PATH_MAX is not defined
       (closes: #616299).
   * debian/patches/scanimage_man_batch_start.patch:
     + Added; fix improper documentation of --batch-start (closes: #614009).
Checksums-Sha1: 
 933d8e51946592081fa75a59508a5751a48c9b9a 1473 sane-backends_1.0.22-2.dsc
 30ae45caeec4f9a1a8d8b3c6c286d21da5cc453e 60300 
sane-backends_1.0.22-2.debian.tar.gz
 1f8f7090318f6bc330c32419fbf57934abaf262e 235554 sane-utils_1.0.22-2_amd64.deb
 e2ddbca955bcee74fa3b8864551ceb56ad2e33d9 4674826 libsane_1.0.22-2_amd64.deb
 22277447c438cb9323972b7a0d7ba4215a993201 4406018 libsane-dev_1.0.22-2_amd64.deb
 03eb35de881dadd11aca1260f22e14f2de5373bf 5197560 libsane-dbg_1.0.22-2_amd64.deb
Checksums-Sha256: 
 5638b7ebae47412a55fa16faf5a3f8b8b1249069ec68bca6a7df7c7c2893b8e0 1473 
sane-backends_1.0.22-2.dsc
 d8064f73a09c177830c95249d214cc4083653417eb7c3437f72bf04253e02030 60300 
sane-backends_1.0.22-2.debian.tar.gz
 872c8f482037effe5bf3c0ae8f6208f53a09847d12a169d9c951bf193df31702 235554 
sane-utils_1.0.22-2_amd64.deb
 52a993ff752c5d5d890024817157a6f1be9af32312f688f511453ca578655bad 4674826 
libsane_1.0.22-2_amd64.deb
 6c723dd092a85f3104ddd848a8c598b3351132da82f91e81c8659cf15553041c 4406018 
libsane-dev_1.0.22-2_amd64.deb
 6a843d467b06ebe2aba17806e55c24f140a94179f13402d3087354d845909688 5197560 
libsane-dbg_1.0.22-2_amd64.deb
Files: 
 63f27671adca939357540daf0a852d20 1473 graphics optional 
sane-backends_1.0.22-2.dsc
 516afccbe0b152898402596ca6aaa039 60300 graphics optional 
sane-backends_1.0.22-2.debian.tar.gz
 361292b18894bc2e694105f41bc393fe 235554 graphics optional 
sane-utils_1.0.22-2_amd64.deb
 daa7414741066ea09849d56aebb873d4 4674826 libs optional 
libsane_1.0.22-2_amd64.deb
 662066c3e966c6fc4a19a68626c0f7bb 4406018 libdevel optional 
libsane-dev_1.0.22-2_amd64.deb
 f189ae06c4d0e6be49e4a40d69139bc1 5197560 debug extra 
libsane-dbg_1.0.22-2_amd64.deb

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

iD8DBQFNe1EVzWFP1/XWUWkRAlZ5AJ9wcKDPECSQXcaSbEAMwjtNDxNg1gCfbjQX
fqKH6k6RZbcx0pQvRNB1nl8=
=lNAL
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to