[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#275835: marked as done (quinn-diff: lists packages it shouldn't for that arch.)



Your message dated Sun, 14 Mar 2010 15:39:07 +0000
with message-id <E1NqpuF-0007UP-1Z@ries.debian.org>
and subject line Bug#275835: fixed in quinn-diff 0.71-1
has caused the Debian Bug report #275835,
regarding quinn-diff: lists packages it shouldn't for that arch.
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 owner@bugs.debian.org
immediately.)


-- 
275835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=275835
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: quinn-diff
Version: 0.65

quinn-diff says some package which shouldn't be build for an arch
should be build.  The Architecture field (in the Sources file)
says it shouldn't be build yet it outputs that it should be
build.

It's even giving a warning about all of those that have the
problem.

It gets set to "needs build" here (parse_sources.c:157)
              if (!binary_data)
                {
                  debug (debug_sources, "parse_sources: %s from
%s is uncompiled...", binary, source->name);
                  output_ht_add (source, NULL, 0);
                  is_different = TRUE;
                }

So I think this line isn't working (parse_sources.c:152)
          if (!is_arch_specific(binary))

I've changed this to:
          if (in_arch_list(source->architecture,packages_architecture)
              || in_arch_list(source->architecture,"any"))

That change seems to also make some package out-of-date
or only installed partial.  Those out-of-date seem to be actually
a good thing, not sure about those partial.  I'm not sure when
it's supposed to say partial or how it knows it is.

It seems to say partial in case one of the binaries generated by
the package shouldn't be build for the arch but the others
should.


Kurt



--- End Message ---
--- Begin Message ---
Source: quinn-diff
Source-Version: 0.71-1

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

quinn-diff_0.71-1.diff.gz
  to main/q/quinn-diff/quinn-diff_0.71-1.diff.gz
quinn-diff_0.71-1.dsc
  to main/q/quinn-diff/quinn-diff_0.71-1.dsc
quinn-diff_0.71-1_amd64.deb
  to main/q/quinn-diff/quinn-diff_0.71-1_amd64.deb
quinn-diff_0.71.orig.tar.gz
  to main/q/quinn-diff/quinn-diff_0.71.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 275835@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Philipp Kern <pkern@debian.org> (supplier of updated quinn-diff 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 ftpmaster@debian.org)


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

Format: 1.8
Date: Sun, 14 Mar 2010 14:49:38 +0100
Source: quinn-diff
Binary: quinn-diff
Architecture: source amd64
Version: 0.71-1
Distribution: unstable
Urgency: low
Maintainer: Debian wanna-build maintainers <debian-wb-team@lists.debian.org>
Changed-By: Philipp Kern <pkern@debian.org>
Description: 
 quinn-diff - Compares a Packages file and a Sources file
Closes: 275835
Changes: 
 quinn-diff (0.71-1) unstable; urgency=low
 .
   * New upstream release.
     - Consider the Architectures line in the Sources file as authoriative.
       If it does not list the current architecture or `any' the package is
       not considered for building anymore.  (Closes: #275835)
Checksums-Sha1: 
 44be573365999f1281fa0c87b68342630e09ce83 1202 quinn-diff_0.71-1.dsc
 f56f65bb1442d832338d9a3d2b8597fd1fc70624 155903 quinn-diff_0.71.orig.tar.gz
 2a88c6e530f0e6b4306a95b090cea05299513c01 7378 quinn-diff_0.71-1.diff.gz
 6496ce8993baa8602e98f545e5ca2f4b1bcab73c 42016 quinn-diff_0.71-1_amd64.deb
Checksums-Sha256: 
 0ea8ff48419b5dfb1b84e2c6e360b247cad2ac88a74e64439e34ace22b616add 1202 quinn-diff_0.71-1.dsc
 876554ba24012d10bf5efec62aac52a03148c38207c5e7f90950a3d57cd39ecc 155903 quinn-diff_0.71.orig.tar.gz
 1f65be3a02ba9c228d8778d30712d9d143c32d985fdc31ec6139e2f34e8c3028 7378 quinn-diff_0.71-1.diff.gz
 a7ebab3c8355b385a5473e0e64de92c5769d2a34fa1d06e7b677f3c08aac534b 42016 quinn-diff_0.71-1_amd64.deb
Files: 
 1ccc04e531cf7e2d0ef26a403b3f6665 1202 devel extra quinn-diff_0.71-1.dsc
 ff74c719209ef52712117ed5ed1aeee7 155903 devel extra quinn-diff_0.71.orig.tar.gz
 888b10c81e8a230131681003d73bdc41 7378 devel extra quinn-diff_0.71-1.diff.gz
 aaad7285e357f0d042247e5c9cf8fef9 42016 devel extra quinn-diff_0.71-1_amd64.deb

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

iEYEARECAAYFAkuc7rIACgkQ7Ro5M7LPzdiQCACdE+WGSFdpT+2fPdYV7d+ZbH2y
Ux8An1gveOO0tjGTr4z01zZmgE0di3SR
=q82n
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: