Your message dated Wed, 09 Jun 2010 15:56:28 +0000
with message-id <[email protected]>
and subject line Bug#585082: fixed in zbar 0.10+doc-3
has caused the Debian Bug report #585082,
regarding zbar: 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.)


-- 
585082: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585082
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zbar
Version: 0.10+doc-2
Severity: normal
Tags: patch

Hello,

zbar FTBFS on hurd-i386 because of the Linuxish video support. Instead
of blacklisting only kfreebsd, zbar should rather just whitelist Linux,
as the attached patch does.

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel Thibault <[email protected]>
Running Windows on a Pentium is like having a brand new Porsche but only
be able to drive backwards with the handbrake on.
(Unknown source)
diff -ur zbar-0.10+doc.orig/debian/rules zbar-0.10+doc/debian/rules
--- zbar-0.10+doc.orig/debian/rules     2010-06-08 22:49:49.000000000 +0200
+++ zbar-0.10+doc/debian/rules  2010-06-08 22:49:39.000000000 +0200
@@ -17,7 +17,7 @@
 
 SRCDIR := $(CURDIR)
 CONFIGURE = $(SRCDIR)/configure $(CROSS) --prefix=/usr --mandir=/usr/share/man 
CFLAGS="$(CFLAGS)"
-ifneq (,$(findstring kfreebsd,$(DEB_HOST_ARCH_OS)))
+ifeq (,$(findstring linux,$(DEB_HOST_ARCH_OS)))
   CONFIGURE += --disable-video
 endif
 

--- End Message ---
--- Begin Message ---
Source: zbar
Source-Version: 0.10+doc-3

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

libbarcode-zbar-perl_0.10+doc-3_amd64.deb
  to main/z/zbar/libbarcode-zbar-perl_0.10+doc-3_amd64.deb
libzbar-dev_0.10+doc-3_amd64.deb
  to main/z/zbar/libzbar-dev_0.10+doc-3_amd64.deb
libzbar0_0.10+doc-3_amd64.deb
  to main/z/zbar/libzbar0_0.10+doc-3_amd64.deb
libzbargtk-dev_0.10+doc-3_amd64.deb
  to main/z/zbar/libzbargtk-dev_0.10+doc-3_amd64.deb
libzbargtk0_0.10+doc-3_amd64.deb
  to main/z/zbar/libzbargtk0_0.10+doc-3_amd64.deb
libzbarqt-dev_0.10+doc-3_amd64.deb
  to main/z/zbar/libzbarqt-dev_0.10+doc-3_amd64.deb
libzbarqt0_0.10+doc-3_amd64.deb
  to main/z/zbar/libzbarqt0_0.10+doc-3_amd64.deb
python-zbar_0.10+doc-3_amd64.deb
  to main/z/zbar/python-zbar_0.10+doc-3_amd64.deb
python-zbarpygtk_0.10+doc-3_amd64.deb
  to main/z/zbar/python-zbarpygtk_0.10+doc-3_amd64.deb
zbar-dbg_0.10+doc-3_amd64.deb
  to main/z/zbar/zbar-dbg_0.10+doc-3_amd64.deb
zbar-tools_0.10+doc-3_amd64.deb
  to main/z/zbar/zbar-tools_0.10+doc-3_amd64.deb
zbar_0.10+doc-3.diff.gz
  to main/z/zbar/zbar_0.10+doc-3.diff.gz
zbar_0.10+doc-3.dsc
  to main/z/zbar/zbar_0.10+doc-3.dsc



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.
Bernd Zeimetz <[email protected]> (supplier of updated zbar 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: Wed, 09 Jun 2010 17:08:07 +0200
Source: zbar
Binary: zbar-tools zbar-dbg libzbar0 libzbar-dev python-zbar python-zbarpygtk 
libzbargtk0 libzbargtk-dev libzbarqt0 libzbarqt-dev libbarcode-zbar-perl
Architecture: source amd64
Version: 0.10+doc-3
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz <[email protected]>
Changed-By: Bernd Zeimetz <[email protected]>
Description: 
 libbarcode-zbar-perl - bar code scanner and decoder (Perl bindings)
 libzbar-dev - bar code scanner and decoder (development)
 libzbar0   - bar code scanner and decoder (library)
 libzbargtk-dev - bar code scanner and decoder (GTK+ bindings development)
 libzbargtk0 - bar code scanner and decoder (GTK+ bindings)
 libzbarqt-dev - bar code scanner and decoder (Qt bindings development)
 libzbarqt0 - bar code scanner and decoder (Qt bindings)
 python-zbar - bar code scanner and decoder (Python bindings)
 python-zbarpygtk - bar code scanner and decoder (PyGTK bindings)
 zbar-dbg   - bar code scanner and decoder (debug)
 zbar-tools - bar code scanner and decoder (utilities)
Closes: 584758 584773 585082
Changes: 
 zbar (0.10+doc-3) unstable; urgency=low
 .
   * [6b190c39] Enable VfL only on Linux instead of excluding kfreebsd
     only. (Closes: #585082) - thanks to Samuel Thibault
   * [da42c117] Update libzbarqt0 symbol files to newer dpkg-dev
     features. As symbols seem to appear/disappear depending on the
     version of QT and/or the compiler, I've relaxed the check for
     changed symbols to stop complaining at all for libzbarqt0. I'll
     update the symbols files manually when needed. (Closes: #584773) -
     thanks to Loïc Minier
   * [94ac49b6] Add missing dependency to the perl/Makefile target in
     debian/rules. This should allow to build with -j again. (Closes:
     #584758) - thanks to Loïc Minier
Checksums-Sha1: 
 539a14b7625ee898212271e020b41b2bcf00040a 1438 zbar_0.10+doc-3.dsc
 4a475b284da70bb4f13dfbaba97289329e6548e1 9157 zbar_0.10+doc-3.diff.gz
 d5f290cf108f0667326ed008857a0b8d509701da 37734 zbar-tools_0.10+doc-3_amd64.deb
 0dfed7e6df108556a705bd1a679c0b5b5beef36d 725622 zbar-dbg_0.10+doc-3_amd64.deb
 f2115041dca83bb0fcfb885902a84acd5661ad21 115116 libzbar0_0.10+doc-3_amd64.deb
 f065095e76efe4ce3f73b5c8745310b3a6377431 152496 
libzbar-dev_0.10+doc-3_amd64.deb
 089bbcf0d02aa55b307beff79e29cb0d3501a6ef 47532 python-zbar_0.10+doc-3_amd64.deb
 3cc273e7a26176dd79a008f86e3cb54151c1a19f 19872 
python-zbarpygtk_0.10+doc-3_amd64.deb
 f5d24bb3308f270bab4aa44856c948c346db9cb8 25482 libzbargtk0_0.10+doc-3_amd64.deb
 b45225304b5fd7e2082cdcd7d57150cbd596509e 26316 
libzbargtk-dev_0.10+doc-3_amd64.deb
 2d2df83de8ca4ca70171b1725ddd830c4da2261c 44844 libzbarqt0_0.10+doc-3_amd64.deb
 d2c657e99b23daa035cb2acc66cd9318574a17e0 53980 
libzbarqt-dev_0.10+doc-3_amd64.deb
 8ca4360628c3cd5fea1100a8ecf026412c3f9251 70344 
libbarcode-zbar-perl_0.10+doc-3_amd64.deb
Checksums-Sha256: 
 a8ca9c9c2c4c4e6d0e8e5dd049ba555aecc62d879ebd09ccce0d539580515243 1438 
zbar_0.10+doc-3.dsc
 ccc072b7de1abb8d6b47659be5de788d281c6b96e9234a7b6e765e20a34f22d2 9157 
zbar_0.10+doc-3.diff.gz
 883ebbe371d0658a5f960a12dce94dc733b9a64505ae82a5088dcb11dfddf08f 37734 
zbar-tools_0.10+doc-3_amd64.deb
 6d86a292572832c4c80b45c6055fbad9e4da5e11c4e384f6d43749d2f7024161 725622 
zbar-dbg_0.10+doc-3_amd64.deb
 fc88a75a42fd4cd7cd65fb50496fbc0eb4dd0eab4d20a054e6bb2661b69faa47 115116 
libzbar0_0.10+doc-3_amd64.deb
 706f7d671b2cacf15cc94d028020bb422eb5f9afeee3f9375a687ddbcd256eb5 152496 
libzbar-dev_0.10+doc-3_amd64.deb
 7b7bf4d113ce741e8f144d76942cd65c753be0282aaf24a3925eff86ce735eb2 47532 
python-zbar_0.10+doc-3_amd64.deb
 79a9c96b82dbdcb257c029d62f9f3db97c4c9c477b785077f2def014c34b6c9b 19872 
python-zbarpygtk_0.10+doc-3_amd64.deb
 d498a152db05df63b760de205e06d70b9a49d475b396b83fb8f00ad76c38b394 25482 
libzbargtk0_0.10+doc-3_amd64.deb
 204bee3918a93d82d1f0a3cfdc9ec080868145c691373b395bbee81271cbb0fa 26316 
libzbargtk-dev_0.10+doc-3_amd64.deb
 cbe0068f2f2bda9a265e68006c099b8f5a8f1be3365ea7a8ec5135c537c9465c 44844 
libzbarqt0_0.10+doc-3_amd64.deb
 25291531f22c0b92095cc955a42b236a1f0ea396eec407ce056536d964beb566 53980 
libzbarqt-dev_0.10+doc-3_amd64.deb
 eb2da6e856bb93558d121d5aa561a05d5a1257d68662e8e4cb09414d01497931 70344 
libbarcode-zbar-perl_0.10+doc-3_amd64.deb
Files: 
 e66972901feb8a73805273b7ec1544dc 1438 libs optional zbar_0.10+doc-3.dsc
 7f6fcce09f34112fb9c91a7407b01015 9157 libs optional zbar_0.10+doc-3.diff.gz
 7bc98a69340b9eb3d69d49b298126a6e 37734 graphics optional 
zbar-tools_0.10+doc-3_amd64.deb
 45d52190d70867e09660cf1f90ce6b54 725622 debug extra 
zbar-dbg_0.10+doc-3_amd64.deb
 c34af61da96c4bd6db5e15b8651deb57 115116 libs optional 
libzbar0_0.10+doc-3_amd64.deb
 332fcee963ab0e737ffe0ced6209736e 152496 libdevel optional 
libzbar-dev_0.10+doc-3_amd64.deb
 fa15b888f24c18842e43d1203d6727dd 47532 python optional 
python-zbar_0.10+doc-3_amd64.deb
 4b58d0b58806aa1f8e653643a125677f 19872 python optional 
python-zbarpygtk_0.10+doc-3_amd64.deb
 9b6d283903991878ca85927b7be1bb5e 25482 libs optional 
libzbargtk0_0.10+doc-3_amd64.deb
 d248a2a5125c63256559feaefac83e20 26316 libdevel optional 
libzbargtk-dev_0.10+doc-3_amd64.deb
 873ae949c5ed9390d7dd8d480c462002 44844 libs optional 
libzbarqt0_0.10+doc-3_amd64.deb
 739624eeff162c350fccf67a184b7312 53980 libdevel optional 
libzbarqt-dev_0.10+doc-3_amd64.deb
 fb99554e140bbf2595710a1a07990c38 70344 perl optional 
libbarcode-zbar-perl_0.10+doc-3_amd64.deb

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

iEYEARECAAYFAkwPsy0ACgkQBnqtBMk7/3lbGwCgiUJ56TWb9BKV22J3cKlhbuEb
yVgAoKai42hdS+tolr8SyNEq6NvLv719
=c3en
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to