Your message dated Sat, 30 Jun 2012 16:38:17 +0000
with message-id <e1sl0gb-0000ro...@franck.debian.org>
and subject line Bug#678775: fixed in lintian 2.5.10
has caused the Debian Bug report #678775,
regarding lintian: FTBFS: build-dependency not installable: xz-lzma
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.)


-- 
678775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678775
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lintian
Version: 2.5.9
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120624 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Install lintian build dependencies (apt-based resolver)                     
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> Installing build dependencies
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  sbuild-build-depends-lintian-dummy : Depends: xz-lzma but it is not 
> installable
> E: Unable to correct problems, you have held broken packages.
> apt-get failed.

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/06/24/lintian_2.5.9_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.5.10

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

lintian_2.5.10.dsc
  to main/l/lintian/lintian_2.5.10.dsc
lintian_2.5.10.tar.gz
  to main/l/lintian/lintian_2.5.10.tar.gz
lintian_2.5.10_all.deb
  to main/l/lintian/lintian_2.5.10_all.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 678...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier <ni...@thykier.net> (supplier of updated lintian 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: SHA256

Format: 1.8
Date: Sat, 30 Jun 2012 17:21:27 +0200
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.10
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-ma...@debian.org>
Changed-By: Niels Thykier <ni...@thykier.net>
Description: 
 lintian    - Debian package checker
Closes: 673276 678775
Changes: 
 lintian (2.5.10) unstable; urgency=low
 .
   * Summary of tag changes:
     + Added:
       - incompatible-java-bytecode-format
       - unknown-java-class-version
 .
   * checks/changes-file.desc:
     + [NT] Fix typo in tag description.  Thanks to Luca
       Falavigna for spotting it.
   * checks/files:
     + [NT] Use new gzip decompressor from L::Util.
   * checks/java{,.desc}:
     + [NT] Catch unknown Java class versions.
     + [NT] Catch uses of Java7 byte code as an experimental
       check.  It lacks the proper checks for cases where
       packages have the proper dependencies for Java7 byte
       code.  (Closes: #673276)
 .
   * collection/*:
     + [NT] Add missing load of the FileHandle module.
   * collection/java-info{,.desc}:
     + [NT] Use Archive::Zip instead of zipinfo + unzip to
       extract information from Jar files.
     + [NT] Limit java-info to files classified as "Zip Archive"
       by file(1).
   * collection/objdump-info:
     + [NT] Only call readelf once per binary.
     + [NT] Use xargs + a new helper to reduce the number of
       readelf calls even further.
   * collection/objdump-info-helper:
     + [NT] New file.
   * collection/strings:
     + [NT] Optimize for the "common case" file names with a
       fall-back to previous behaviour with special file names.
   * collection/strings-helper:
     + [NT] New file.
 .
   * debian/control:
     + [NT] Add (Build-)Dependency on libarchive-zip-perl.
     + [NT] Remove runtime dependency on unzip (replaced by
       libarchive-zip-perl).
     + [NT] Add explicit Build-Dependency on xz-utils instead
       of relying on dpkg-dev's dependency on it.
     + [NT] Add versioned xz-utils as alternative to xz-lzma
       or lzma.  (Closes: #678775)
     + [NT] Add missing suggests for lzma packages.  lzma is
       only used for source packages compressed with lzma.
     + [NT] Add suggests on libperlio-gzip-perl.
 .
   * frontend/lintian:
     + [NT] Check if some collections can be skipped for existing
       entries.  This is mostly useful for static labs, where
       certain checks can be now be rerun without having to run
       "unpacked".
     + [NT] Emit run times of collections and checks with debug
       level 2 (or higher).
     + [NT] Load lintian's libraries earlier.
     + [NT] Add new option "--jobs" to control the number of
       unpacking jobs Lintian will schedule in parallel.
     + [NT] Improve Lintian's job scheduler to schedule unpacking
       jobs on a group level rather than just a package level.
 .
   * lib/Lintian/Collect/[Binary,Package}.pm:
     + [NT] Use new gzip decompressor from L::Util.
   * lib/Lintian/CollScript.pm:
     + [NT] New file.
   * lib/Lintian/Util.pm:
     + [NT] Add gzip decompressor preferring libperlio-perl if
       available, but with fallback to a "fork+exec" of gzip.
     + [NT] Load Digest::SHA immediately like Digest::MD5.
Checksums-Sha1: 
 ea252bf1960aed48a93766b7bdc6a0c9f18f51d1 2556 lintian_2.5.10.dsc
 4fc358f2aeb6b797f580b75a254390f7cf2f7551 1105393 lintian_2.5.10.tar.gz
 736dc7b2ef09398327ea270bdcb1b51ccf479758 707676 lintian_2.5.10_all.deb
Checksums-Sha256: 
 b29adb3b1eadbc00be0274f09f5345954e1340672e76f7b3f56af2b153a08b74 2556 
lintian_2.5.10.dsc
 249f1a23d14d824151181728cc026e0971a5960ce7f7b1b383cc1e42e4244961 1105393 
lintian_2.5.10.tar.gz
 d1405f3aeffe079c75d2a2ee56666b3e6f20eb3e3ce5c77f7888bf4838400f31 707676 
lintian_2.5.10_all.deb
Files: 
 8767bfbf1b004474936eb319b60f8dae 2556 devel optional lintian_2.5.10.dsc
 5dd1d5ca1ab71f672b34992e249064ca 1105393 devel optional lintian_2.5.10.tar.gz
 e45c47e1110e05f76dc7df35f5f501c4 707676 devel optional lintian_2.5.10_all.deb

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

iQIcBAEBCAAGBQJP7x0kAAoJEAVLu599gGRCDtwP/1BVPW7whST1jdklWS8fF0ZJ
V3W/YDzpptSMt+u3E7p8A61UVkHciQJ0URWGeu/WUyB71sZQul/EP38P28QgXJi2
OKH4N921Ys2BXa/9EsAMuHeydfmIomyMuo0TeDfznwb8EfnNfnIq27FWdKVBb403
L99s/mhjOdxjsbVqHwwAKxlww6APMJ2oARkhJOWgSc93Xeknwj4xad+Jdqy2nuVe
MBtuO4P7NZHeiEWCkxMa2XJSC8GMLijMK3mXchjTwNqApPp9NcZJ1gnKi6LEueNn
tBySRwSK5ZoZ+lqTuyjjSsDnZ1xfLR2ZX/kwagOnkLdWHfndXtBNGmza7uqqQJNq
DYkzRMSBKGHAfU0Q0Gmdz00fL+7/XNr26Kg+94TGW0Te7ZZCExzfsaOIuWEQh56D
044y6D14yUyRGleMd11sBJItA/XdSANhLXyjCC/Zg0IkP1ijK58XRxHH/SDP3Cl5
v1F0FlBRMHsWzHQI6WFGTeDU5iIouLpUV7HN+U5+KNP+OPXuA24RLji8VH8mrtGU
GeX9Tx7V0y0NqWe49btKlWMDXcMhQtiu/49++OcjNG6M+ARGXF8TH2j1rN7VxLv+
WC6hdAds8mebBQ5YCtiPj5gQ69QSmlzXXw7pRvbSxY+4IQBZNbiLmm+Nmqgk1Y3a
0hDkXkjqhho5UAC4Ztx7
=5eh8
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to