Your message dated Mon, 14 Jun 2010 21:59:32 +0000
with message-id <e1oohgq-0000zv...@ries.debian.org>
and subject line Bug#585451: fixed in html-xml-utils 5.7-2
has caused the Debian Bug report #585451,
regarding html-xml-utils: FTBFS on powerpc, armel and s390
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.)


-- 
585451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585451
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: html-xml-utils
Version: 5.7-1
Severity: serious
Tags: patch sid
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe

Your package FTBFS on powerpc [0], s390 [1] and armel. A patch is
attached to fix this issue.

[0] 
https://buildd.debian.org/fetch.cgi?pkg=html-xml-utils;ver=5.7-1;arch=powerpc;stamp=1273702736
[1] 
https://buildd.debian.org/fetch.cgi?pkg=html-xml-utils;ver=5.7-1;arch=s390;stamp=1273702569
[2] 
https://buildd.debian.org/fetch.cgi?pkg=html-xml-utils;ver=5.7-1;arch=armel;stamp=1273863348

Sebastian
>From 1070038659a2bc8cdef8b3c847287e5281060ef5 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <bige...@linutronix.de>
Date: Thu, 10 Jun 2010 18:37:49 +0200
Subject: [PATCH] hxindex: option is int not char

the return value of getopt is int not char. The difference here is that
char is signed char on x86 but unsigned char on powerpc for instance.
This leads to the following compile error if compiled with -Wextra:

| hxindex.c:777: warning: comparison is always true due to limited range  of 
data type

because c can never get -1, it can however grow to 255 and the options
will never be parsed properly.

Signed-off-by: Sebastian Andrzej Siewior <bige...@linutronix.de>
---
 hxindex.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hxindex.c b/hxindex.c
index 47273be..b75c583 100644
--- a/hxindex.c
+++ b/hxindex.c
@@ -758,7 +758,7 @@ int main(int argc, char *argv[])
   Boolean write = True;
   Indexterm termtree = NULL;   /* Sorted tree of terms */
   string secno;
-  char c;
+  int c;
 
   /* Bind the parser callback routines to our handlers */
   set_error_handler(handle_error);
-- 
1.5.6.5


--- End Message ---
--- Begin Message ---
Source: html-xml-utils
Source-Version: 5.7-2

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

html-xml-utils_5.7-2.diff.gz
  to main/h/html-xml-utils/html-xml-utils_5.7-2.diff.gz
html-xml-utils_5.7-2.dsc
  to main/h/html-xml-utils/html-xml-utils_5.7-2.dsc
html-xml-utils_5.7-2_amd64.deb
  to main/h/html-xml-utils/html-xml-utils_5.7-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 585...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Leidert (dale) <daniel.leid...@wgdd.de> (supplier of updated 
html-xml-utils 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...@debian.org)


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

Format: 1.8
Date: Mon, 14 Jun 2010 23:08:33 +0200
Source: html-xml-utils
Binary: html-xml-utils
Architecture: source amd64
Version: 5.7-2
Distribution: unstable
Urgency: low
Maintainer: Debian XML/SGML Group <debian-xml-sgml-p...@lists.alioth.debian.org>
Changed-By: Daniel Leidert (dale) <daniel.leid...@wgdd.de>
Description: 
 html-xml-utils - HTML and XML manipulation utilities
Closes: 585451
Changes: 
 html-xml-utils (5.7-2) unstable; urgency=low
 .
   * debian/control (Build-Depends): Added quilt.
   * debian/rules: Ditto. Enable parallel builds.
   * debian/README.source: Added because of quilt usage.
   * debian/patches/585451_fix_ftbfs.patch: Added with thanks to Sebastian
     Andrzej Siewior.
     - hxindex.c (main): Fix an FTBFS on arches, where char is an unsigned char
       (closes: #585451).
   * debian/patches/series: Adjusted accordingly.
Checksums-Sha1: 
 b6497b8d64076782c90e81889b3380b2d4670ba4 1362 html-xml-utils_5.7-2.dsc
 642b027b6411ae28e061b1968558ddc2308d530a 4302 html-xml-utils_5.7-2.diff.gz
 153c566fcf7a7bc8b29e8216249f1dc4e02674dc 511288 html-xml-utils_5.7-2_amd64.deb
Checksums-Sha256: 
 25f7f8a9cbb112e1ddb85d89d69578601b4126378ff8c38621aee66731b9d6b5 1362 
html-xml-utils_5.7-2.dsc
 fb53c49efbac2248fe0336f665a5f65ed0919af44a5f81c1acbbfabb59495fc8 4302 
html-xml-utils_5.7-2.diff.gz
 66e8fc0f23a09b9db958b2f5d52a52d0bddef1bf964e1d620e7727cbb727ba2a 511288 
html-xml-utils_5.7-2_amd64.deb
Files: 
 cff5c254f80fc99890920486d3892c58 1362 text extra html-xml-utils_5.7-2.dsc
 bc9c6a95873e6c9c2fc23d1ce7b5b699 4302 text extra html-xml-utils_5.7-2.diff.gz
 963f5a199782c92741fc5d0a4e16be20 511288 text extra 
html-xml-utils_5.7-2_amd64.deb

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

iEYEARECAAYFAkwWm0wACgkQm0bx+wiPa4zSrQCfQiQXj4AdEcbeNJDx3GFEMpSK
ON0AoIGP3wI7S2Cd3l6aTag+Lt6ZGF05
=ZZAP
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to