Your message dated Sun, 17 Jun 2012 22:46:02 +0000
with message-id <e1sgoem-0008uz...@franck.debian.org>
and subject line Bug#649522: fixed in xz-utils 5.1.1alpha+20120614-1
has caused the Debian Bug report #649522,
regarding liblzma-dev: undeclared Breaks against binutils-gold (linker prefers 
unversioned symbol, causes rbuilddeps to FTBFS)
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.)


-- 
649522: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649522
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: liblzma-dev
Version: 5.1.1alpha+20110809-3
Severity: normal

Looking at the last changelog entry, it seems like it decided to
exterminate lzma_code in the public ABI.

However, the examples in /usr/share/doc/liblzma-dev/examples/ are using
exactly this function, and there is also no mention of any alternative
API. Neither is there any hint about the favored replacement in your
changelog entry :-(.

Regards,
Eduard.

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

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages liblzma-dev depends on:
ii  liblzma5  5.1.1alpha+20110809-3

liblzma-dev recommends no packages.

Versions of packages liblzma-dev suggests:
ii  liblzma-doc  5.1.1alpha+20110809-3

-- no debconf information

-- 
<Ganneff> hrmpflgrmpflbrrrrrwaah.
<alphascorpii> hm?
<Tolimar> Ganneff: Ich kaufe ein e.
<Ganneff> heremepefelegeremepefelebererererereweaeaehe.
* maxx schenkt Ganneff ein k, so was kann man immer gebrauchen
<Ganneff> kheremepefelegeremepefelebererererereweaeaehe.
<Ganneff> ihr seid komisch.



--- End Message ---
--- Begin Message ---
Source: xz-utils
Source-Version: 5.1.1alpha+20120614-1

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

liblzma-doc_5.1.1alpha+20120614-1_all.deb
  to main/x/xz-utils/liblzma-doc_5.1.1alpha+20120614-1_all.deb
xz-utils_5.1.1alpha+20120614-1.debian.tar.gz
  to main/x/xz-utils/xz-utils_5.1.1alpha+20120614-1.debian.tar.gz
xz-utils_5.1.1alpha+20120614-1.dsc
  to main/x/xz-utils/xz-utils_5.1.1alpha+20120614-1.dsc
xz-utils_5.1.1alpha+20120614.orig.tar.gz
  to main/x/xz-utils/xz-utils_5.1.1alpha+20120614.orig.tar.gz



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

Debian distribution maintenance software
pp.
Jonathan Nieder <jrnie...@gmail.com> (supplier of updated xz-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: SHA384

Format: 1.8
Date: Sat, 16 Jun 2012 15:03:17 -0500
Source: xz-utils
Binary: liblzma5 xz-utils xzdec liblzma-dev liblzma-doc
Architecture: source all
Version: 5.1.1alpha+20120614-1
Distribution: unstable
Urgency: low
Maintainer: Jonathan Nieder <jrnie...@gmail.com>
Changed-By: Jonathan Nieder <jrnie...@gmail.com>
Description: 
 liblzma-dev - XZ-format compression library - development files
 liblzma-doc - XZ-format compression library - API documentation
 liblzma5   - XZ-format compression library
 xz-utils   - XZ-format compression utilities
 xzdec      - XZ-format compression utilities - tiny decompressors
Closes: 649522 653739 672120 673001
Changes: 
 xz-utils (5.1.1alpha+20120614-1) unstable; urgency=low
 .
   * New snapshot, taken from upstream commit f1675f76.
     - liblzma: BCJ filters would return a spurious LZMA_BUF_ERROR
       result in certain circumstances.  As a result, the xz tool
       could produce inappropriate "Compressed data is corrupt" or
       "Unexpected end of input" failures (reported in XZ Embedded as
       Fedora bug 735408).
     - "xz -v -v --list" prints the minimal XZ Utils version needed
       to decompress a stream.
     - "xz --robot -v --list" formats filenames more plainly.
     - xzgrep does not fail unconditionally when the decompressor
       dies with SIGPIPE due to unconsumed output any more.  This
       makes the exit status from commands such as "xzgrep -q" and
       "xzgrep -l" more predictable and convenient for scripts.
     - examples/xz_pipe_decomp.c did not check correctly for
       truncated input.
     - There is a new set of sample programs.  The old ones have
       been renamed to examples_old but are still maintained.
   * liblzma:
     - If dlopen() indicates that liblzma.so.2 is loaded, check fewer
       reserved fields in the stream argument to the lzma_code()
       function.  This prevents out-of-bounds reads when liblzma5
       functions are called by code built against liblzma2 (see
       <http://sourceware.org/PR12977>).
     - Remove the lzma_code@Base compatibility symbol.
       Closes: #649522.  Thanks to Eduard Bloch.
     - Install run-time library to /lib so it can be used before /usr
       is mounted.  Closes: #672120.
     - Configure with --disable-threads for now to avoid needlessly
       linking to libpthread and librt.
   * liblzma-dev:
     - Install an appropriate library for static linking instead of
       the decompression-only version used to build xzdec.
       Closes: #673001.  Thanks to Anton Tolchanov.
     - Use the liblzma2-compatible version of lzma_code() in the
       static library.
     - Multi-Arch: same.  Thanks to Riku Voipio.
     - Install new examples and revised old examples to
       /usr/share/doc/liblzma-dev.
   * xz-utils:
     - Use update-alternatives to provide lzma, unlzma, lzcat, and
       the rest of the lz* scripts without conflicting with the lzma
       package.
     - Conflicts: lzma versions before before 9.22-1, when it started
       providing lzma, unlzma, and lzcat through the alternatives
       system.
     - Conflicts: and Replaces: xz-lzma.
     - README.Debian: Update instructions on configuring the package
       to provide lzma compatibility commands.
   * Remove xz-lzma package.
   * Use dpkg-buildflags to retrieve compiler flags, including
     hardening options.  Build-Depends: dpkg-dev (>= 1.16.1).
     Closes: #653739.
   * debian/rules:
     - build-arch: Simplify by using a double-colon rule instead of a
       dependency on a dummy noop target.
     - build-indep: Assume doxygen is available, instead of trying to
       get by by assuming the caller meant to invoke build-arch when
       it is missing.  Build-Depends: dpkg-dev (>= 1.16.2).
     - Rearrange for clarity.
   * debian/symbols: Bump the minimal version for lzma_code(),
     lzma_raw_buffer_decode(), and lzma_raw_buffer_encode().
   * Use machine-readable copyright-format 1.0.
   * Update copyright file.
   * Standards-Version: 3.9.3 (checked).
   * debian/changelog.upstream.sh: Use ‘git rev-list | git diff-tree’
     instead of ‘git log’ to avoid depending on the build system’s
     configuration.
Checksums-Sha1: 
 f50e7f3abe3b4ccb9700eb9eadc86a36b14dd714 2321 
xz-utils_5.1.1alpha+20120614-1.dsc
 6c2660e3eacb22e4d3e30130dd534d5f751e536f 556454 
xz-utils_5.1.1alpha+20120614.orig.tar.gz
 3796d456606da5769ecb52918fce278bab2ee14f 152478 
xz-utils_5.1.1alpha+20120614-1.debian.tar.gz
 f2cd3173a6253a919886e1cdba8b0f32f0208e77 582982 
liblzma-doc_5.1.1alpha+20120614-1_all.deb
Checksums-Sha256: 
 8355fe28092c74cc69cb431407f44d9c16b8eb8e8231db2d0fa309bfbd288104 2321 
xz-utils_5.1.1alpha+20120614-1.dsc
 b168e63400db449a6e7b3a06e668f557ca27e3d70accbd29d2b5a98e15c00fee 556454 
xz-utils_5.1.1alpha+20120614.orig.tar.gz
 8f3ee389521ac839bcdaf15b02637c405adfa09b5dae6f9f24a4b3e7c4857661 152478 
xz-utils_5.1.1alpha+20120614-1.debian.tar.gz
 3b1ad31567f3794e7bcbeedbe91cc30b2958ca996c668fff0b36cdf74c7ce3a9 582982 
liblzma-doc_5.1.1alpha+20120614-1_all.deb
Files: 
 5e7cdb519cc364d9c2e82c0b8bb8d34b 2321 utils required 
xz-utils_5.1.1alpha+20120614-1.dsc
 4827c3ea0638c6a3e8bafb77793fdc98 556454 utils required 
xz-utils_5.1.1alpha+20120614.orig.tar.gz
 a7e2b72bb03cbfaf4d5cc13c88fcc5f7 152478 utils required 
xz-utils_5.1.1alpha+20120614-1.debian.tar.gz
 319e9a871dfc714e7d6574150df778b6 582982 doc optional 
liblzma-doc_5.1.1alpha+20120614-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MirBSD)

iQIcBAEBCQAGBQJP3lm2AAoJEHa1NLLpkAfgN78P/0DkO6/sKAapYyg4yENN88Hn
yoX4MzGdKXm+5N5utqnOeN5Yi9+ZcTZhXHpf2cPZUKArrowQnO1QlN3mROUQomp1
emrNv6wKiTbiYqX5q5X8uKoa0seLH3zWVsUCU1ap6l1ZD+pyBGkF8SRUmGShJFVx
LUUsWhrLouhkLGhPxF9E8tIu6aPxBZPIfG7XSWPwR5dM0dVhNCCC6Oawb8w8wCI8
Rz6EawoFlHq3fLNqHWR9HycpknNPVhuesIghiq91eQZ+WVhFgv7gjb2rK2EmX438
algRY66zrjvco6WpgomGtj89fEnWUMTQ/Re19TdEGhGuCuWU1KOF9204MxXCGm71
Xke3d0NeJSAiIen/DW3Ig7Embk+McuwM1VUOYakwPyWgT5NO4n71d24K0lRrRQXA
5AZURb9yG3mJ2pE8vTnnbs7F362W+99LW2dL8WCVPoCR3depKYXx8v37FWuTuWk8
XSig5BH3MJfvEg1h3z2C1fiwdsqGfQIN1CkKCII505V0EjXV8kFEbcZj8ZgJWU3/
zz6+v1WNpJlBcJO9SroFux108xqmsDlfLMQsE9xEmwKGPySPkuWGtHnQ4rGsjdwg
XHELoxeYlNeWu+VMPDVmwu57qba5Ufkpysc2t9LcR+W7kc7R5aw5t68Zjzo2BSC5
I6O6Nd3BKITMFGzsWiMD
=h7NE
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to